diff --git a/index.php b/index.php index 8b4d5feda7..33365c3814 100644 --- a/index.php +++ b/index.php @@ -647,8 +647,8 @@ if (file_exists('libraries/language_stats.inc.php')) { ) { trigger_error( 'You are using an incomplete translation, please help to make it ' - . 'better by [a@https://www.phpmyadmin.net/contribute/' - . '#translate@_blank]contributing[/a].', + . 'better by [a@https://www.phpmyadmin.net/translate/' + . '@_blank]contributing[/a].', E_USER_NOTICE ); } diff --git a/libraries/Menu.class.php b/libraries/Menu.class.php index e33f0ee348..ef8820d2df 100644 --- a/libraries/Menu.class.php +++ b/libraries/Menu.class.php @@ -564,7 +564,7 @@ class PMA_Menu if (($is_superuser || $isCreateOrGrantUser) && ! PMA_DRIZZLE) { $tabs['rights']['icon'] = 's_rights.png'; $tabs['rights']['link'] = 'server_privileges.php'; - $tabs['rights']['text'] = __('Users'); + $tabs['rights']['text'] = __('User accounts'); $tabs['rights']['active'] = in_array( basename($GLOBALS['PMA_PHP_SELF']), array('server_privileges.php', 'server_user_groups.php') diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index e5004d10ff..ce7a6e5e65 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -1930,7 +1930,7 @@ function PMA_getWithClauseForAddUserAndUpdatePrivs() function PMA_getHtmlForAddUser($dbname) { $html_output = '

' . "\n" - . PMA_Util::getIcon('b_usradd.png') . __('Add user') . "\n" + . PMA_Util::getIcon('b_usradd.png') . __('Add user account') . "\n" . '

' . "\n" . '
' . __('Database for user') . '' . "\n"; + . '' . __('Database for user account') . '' . "\n"; $html_output .= PMA_Util::getCheckbox( 'createdb-1', @@ -2725,13 +2725,13 @@ function PMA_getChangeLoginInformationHtmlForm($username, $hostname) . 'value="' . htmlspecialchars($hostname) . '" />' . "\n" . '
' . "\n" . '' . "\n" - . __('Change Login Information / Copy User') + . __('Change login information / Copy user account') . '' . "\n" . PMA_getHtmlForLoginInformationFields('change'); $html_output .= '
' . "\n" . ' ' - . __('Create a new user with the same privileges and …') + . __('Create a new user account with the same privileges and …') . '' . "\n"; $html_output .= PMA_Util::getRadioFields( 'mode', $choices, '4', true @@ -3367,7 +3367,7 @@ function PMA_getFieldsetForAddDeleteUser() $html_output .= '
' . '' . "\n" . PMA_Util::getIcon('b_usrdrop.png') - . ' ' . __('Remove selected users') . '' . "\n" + . ' ' . __('Remove selected user accounts') . '' . "\n" . '' . "\n"; $html_output .= '' . "\n" @@ -4060,7 +4060,7 @@ function PMA_getAddUserHtmlFieldset($db = '', $table = '') : '') . '>' . "\n" . PMA_Util::getIcon('b_usradd.png') - . ' ' . __('Add user') . '' . "\n" + . ' ' . __('Add user account') . '' . "\n" . '
' . "\n"; } @@ -4081,8 +4081,8 @@ function PMA_getHtmlHeaderForUserProperties( ) { $html_output = '

' . "\n" . PMA_Util::getIcon('b_usredit.png') - . __('Edit Privileges:') . ' ' - . __('User'); + . __('Edit privileges:') . ' ' + . __('User account'); if (! empty($dbname)) { $html_output .= ' ' . "\n"; $password_column = 'Password'; diff --git a/libraries/server_users.lib.php b/libraries/server_users.lib.php index 807eaa19b8..f8cb5c56ad 100644 --- a/libraries/server_users.lib.php +++ b/libraries/server_users.lib.php @@ -22,7 +22,7 @@ function PMA_getHtmlForSubMenusOnUsersPage($selfUrl) $url_params = PMA_URL_getCommon(); $items = array( array( - 'name' => __('Users overview'), + 'name' => __('User accounts overview'), 'url' => 'server_privileges.php', 'specific_params' => '&viewing_mode=server' ) @@ -55,4 +55,4 @@ function PMA_getHtmlForSubMenusOnUsersPage($selfUrl) return $retval; } -?> \ No newline at end of file +?> diff --git a/po/af.po b/po/af.po index 15e2f1bb2f..770a1cd07b 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-28 11:05+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Afrikaans Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Space usage" msgid "Query cache efficiency" msgstr "Spasie verbruik" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Space usage" msgid "Query cache usage" msgstr "Spasie verbruik" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Space usage" msgid "Query cache used" msgstr "Spasie verbruik" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -msgid "Total memory" -msgstr "totaal" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -msgid "Buffered memory" -msgstr "" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy -msgid "Total Swap" +msgid "Total memory" msgstr "totaal" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 -msgid "Used Swap" +msgid "Buffered memory" msgstr "" #: js/messages.php:159 -msgid "Free Swap" +msgid "Free memory" msgstr "" -#: js/messages.php:161 -msgid "Bytes sent" +#: js/messages.php:160 +msgid "Used memory" msgstr "" #: js/messages.php:162 +#, fuzzy +msgid "Total Swap" +msgstr "totaal" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 +msgid "Used Swap" +msgstr "" + +#: js/messages.php:165 +msgid "Free Swap" +msgstr "" + +#: js/messages.php:167 +msgid "Bytes sent" +msgstr "" + +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s tabel(le)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Operasies" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1439,47 +1460,47 @@ msgstr "" msgid "None" msgstr "Geen" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1487,150 +1508,150 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Stoor as leer (file)" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Beskikbaar" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onbeskikbaar" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy msgid "Chart Title" msgstr "Geen tabelle" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Local" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Geen databasisse" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Geen databasisse" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Verduidelik SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1640,97 +1661,97 @@ msgstr "Verduidelik SQL" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy msgid "Total time:" msgstr "totaal" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "SQL resultaat" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy msgid "Chart" msgstr "Geen tabelle" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Databasis statistieke" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Hoeveelheid rye per bladsy" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy msgid "Total:" msgstr "totaal" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy msgid "Reload page" msgstr "Hernoem tabel na" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1738,65 +1759,65 @@ msgstr "" msgid "Import" msgstr "Export" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Verander Navraag" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasie" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentasie" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1807,62 +1828,62 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Local" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1871,71 +1892,71 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy msgid "Renaming Databases" msgstr "Hernoem tabel na" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy msgid "Copying Database" msgstr "Geen databasisse" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Soek" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL-stelling" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL-stelling" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Beloer Data" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Verwyder" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1945,62 +1966,62 @@ msgstr "" msgid "Export" msgstr "Export" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Hoeveelheid rye per bladsy" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Voeg 'n nuwe gebruiker by" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL-stelling" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL-stelling" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Verander" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2008,94 +2029,94 @@ msgstr "Verander" msgid "Delete" msgstr "Verwyder" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disable" msgid "Variable %d:" msgstr "Onbeskikbaar" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Column names" msgid "Column selector" msgstr "Kolom name" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Soek in databasis" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Kenmerke" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "'n primere sleutel is bygevoeg op %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Naspeur verslag" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2103,85 +2124,85 @@ msgstr "" msgid "End of step" msgstr "By Einde van Tabel" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Geen" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Create table on database %s" msgid "Create the following table" msgstr "Skep 'n nuwe tabel op databasis %s" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2190,188 +2211,188 @@ msgstr "" msgid "Save" msgstr "Stoor" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL-stelling" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL-stelling" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Soek" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Kolom name" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Kolom name" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL-stelling" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL-stelling" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy msgid "Data point content" msgstr "Tabel kommentaar" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoreer" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Lyne beeindig deur" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kies 'n Veld om te vertoon" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Bladsy nommer:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Kies Alles" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Kies Alles" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2379,271 +2400,271 @@ msgstr "Kies Alles" msgid "Open page" msgstr "Gebruik" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Kies Alles" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Kies asb. 'n bladsy om te verander" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Display PDF schema" msgid "Export relational schema" msgstr "Vertoon PDF skema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Veranderinge is gestoor" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "Waarde vir die kolom \"%s\"" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Stuur" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Kolom name" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Wys alles" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Lines terminated by" msgid "Original length" msgstr "Lyne beeindig deur" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Export" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Kies Tabelle" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Geen databasisse" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Kolom name" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Verander wagwoord" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 #, fuzzy msgid "Generate" msgstr "Voortgebring deur" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Verander wagwoord" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Ma" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Wys alles" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Indekse" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Wys ruitgebied" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Indexes" msgid "Link with main panel" msgstr "Indekse" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Indexes" msgid "Unlink from main panel" msgstr "Indekse" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy msgid "tables" msgstr "Tabel" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy msgid "views" msgstr "Velde" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Reset" msgid "events" msgstr "Herstel" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funksie" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2651,135 +2672,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Geen databasisse" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Bediener weergawe" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Bediener Keuse" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Wys tabelle" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignoreer" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Wys hierdie navraag weer hier" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Wil jy regtig " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tabel kommentaar" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL-stelling" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Vorige" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2787,95 +2808,95 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy msgid "Today" msgstr "totaal" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Biner" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mei" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2883,78 +2904,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Des" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "So" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fr" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2962,202 +2983,202 @@ msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Wo" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wo" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Geen" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in gebruik" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "Records" msgid "Second" msgstr "Rekords" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Add new field" msgid "Please fix this field" msgstr "Voeg 'n nuwe veld by" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please select a database" msgid "Please enter a valid date" msgstr "Kies asb. 'n databasis" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please enter a valid date or time" msgstr "Kies asb. 'n bladsy om te verander" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Fout" @@ -3225,16 +3246,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3255,7 +3276,7 @@ msgid "Requery" msgstr "in navraag" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3264,7 +3285,7 @@ msgstr "in navraag" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3352,7 +3373,7 @@ msgid "History" msgstr "Ignoreer SQL Validasie" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3375,7 +3396,7 @@ msgstr "Ignoreer SQL Validasie" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3465,7 +3486,7 @@ msgid "Count:" msgstr "Kolom name" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3529,10 +3550,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3540,10 +3561,10 @@ msgstr "" msgid "Ascending" msgstr "Dalend" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3791,30 +3812,30 @@ msgstr "Selekteer Niks" msgid "Inside column:" msgstr "Binne tabel(le):" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Voeg By/Verwyder Veld Kolomme" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Velde" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Soek in databasis" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3822,7 +3843,7 @@ msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3831,7 +3852,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Vorige" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3840,7 +3861,7 @@ msgctxt "Next page" msgid "Next" msgstr "Volgende" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3848,130 +3869,131 @@ msgctxt "Last page" msgid "End" msgstr "Einde" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alle" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Hoeveelheid rye per bladsy" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Gedeeltelike Tekste" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Volle Tekste" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Relasie uitsig" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy msgid "Relational display column" msgstr "Relasie uitsig" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy msgid "Hide browser transformation" msgstr "Wys PHP informasie" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Die ry is verwyder" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Vermoor" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Jou SQL-navraag is suksesvol uitgevoer." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Vertoon rye" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "totaal" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Met gekose:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3980,26 +4002,26 @@ msgstr "Met gekose:" msgid "Check All" msgstr "Kies Alles" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Drukker mooi (print view)" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display chart" msgstr "Kolom Kommentaar word vertoon" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4126,7 +4148,7 @@ msgstr "Cardinality" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4136,7 +4158,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4152,7 +4174,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s is verwyder." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4168,7 +4190,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -4185,7 +4207,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4216,7 +4238,7 @@ msgstr "Voeg by" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Regte" @@ -4281,17 +4303,17 @@ msgid "Central columns" msgstr "Voeg By/Verwyder Veld Kolomme" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "databasisse" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Gebruiker" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4372,7 +4394,7 @@ msgid "Could not save favorite table!" msgstr "Dokumentasie" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy msgid "Remove from Favorites" msgstr "Hernoem tabel na" @@ -4401,7 +4423,7 @@ msgid "Recent" msgstr "Herstel" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Favorite tables" msgstr "Skep 'n nuwe bladsy" @@ -4984,16 +5006,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL het gepraat: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Verduidelik SQL" @@ -5010,7 +5032,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sonder PHP Kode" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Skep PHP Kode" @@ -5104,6 +5126,12 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Gebruiker" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5203,8 +5231,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5212,7 +5240,7 @@ msgstr "Naam" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Lengte/Waardes*" @@ -5518,7 +5546,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5529,35 +5557,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5572,7 +5600,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5978,7 +6006,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -5988,7 +6016,7 @@ msgstr "Stellings" msgid "Save as file" msgstr "Stoor as leer (file)" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Karakterstel van die leer:" @@ -6005,8 +6033,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6016,16 +6044,16 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Velde omring met" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6035,8 +6063,8 @@ msgstr "Velde ontsnap (escaped) deur" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -6044,15 +6072,15 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Lyne beeindig deur" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6076,8 +6104,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6107,14 +6135,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 #, fuzzy msgid "Relations" msgstr "Operasies" @@ -6125,608 +6153,614 @@ msgstr "Operasies" msgid "Export method" msgstr "Export" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export" +msgid "Export as separate files" +msgstr "Export" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Omring tabel en veldname met backquotes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 #, fuzzy msgid "Use delayed inserts" msgstr "Uitgebreide toevoegings" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Skep 'n nuwe tabel op databasis %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "Uitgebreide toevoegings" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Export" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV data" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy msgid "General" msgstr "Voortgebring deur" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 #, fuzzy msgid "LaTeX" msgstr "Etiket" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Tabel kommentaar" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show grid" msgid "Customize the navigation tree." msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Indexes" msgid "Main panel" msgstr "Indekse" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Bladsy nommer:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentasie" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentasie" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL-stelling" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL-stelling" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL-stelling" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "databasisse" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "databasisse" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Tabel" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "Vertoon PDF skema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "Voeg 'n nuwe veld by" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "Voeg 'n nuwe veld by" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Column names" msgid "Column names in first row" msgstr "Kolom name" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6734,1170 +6768,1182 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Tabel kommentaar" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Tabel kommentaar" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Wys tabelle" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Wys prosesse" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analiseer tabel" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Verander tabel sorteer volgens" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy msgid "Table navigation bar" msgstr "Tabel kommentaar" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Hernoem tabel na" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "'n primere sleutel is bygevoeg op %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy msgid "Relational display" msgstr "Relasie uitsig" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentasie" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Enige gasheer (host)" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Enige gasheer (host)" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Geen databasisse" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Skep 'n nuwe tabel op databasis %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Voeg By/Verwyder Veld Kolomme" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Moenie die wagwoord verander nie" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Databasis" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiseer tabel" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy msgid "Favorites table" msgstr "Skep 'n nuwe bladsy" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Herstel tabel" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Kolom Kommentaar word vertoon" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Stellings" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "Bediener weergawe" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Gebruik Tabelle" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabel kommentaar" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Wys PHP informasie" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Wys tabelle" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL-stelling" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Ry Statistiek" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Verstekwaarde (default)" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7905,52 +7951,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7958,84 +8004,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Gebruiker Naam:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Wagwoord" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" @@ -8061,52 +8107,82 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasie" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy msgid "Database export options" msgstr "Databasis statistieke" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV vir M$ Excel data" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Dokumentasie" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Geen databasisse" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Algemene verwantskap funksies" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8121,12 +8197,12 @@ msgstr "" msgid "No change" msgstr "Geen verandering" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8182,6 +8258,7 @@ msgid "Create database" msgstr "Skep 'n nuwe databasis" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Skep" @@ -8197,7 +8274,7 @@ msgid "No Privileges" msgstr "Geen Regte" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Skep 'n nuwe bladsy" @@ -8212,114 +8289,155 @@ msgstr "Hoeveelheid rye per bladsy" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Create table on database %s" msgid "Exporting databases from the current server" msgstr "Skep 'n nuwe tabel op databasis %s" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Skep 'n nuwe tabel op databasis %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Skep 'n nuwe tabel op databasis %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy #| msgid "Export" -msgid "Export Method:" +msgid "Export templates:" msgstr "Export" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "User name" +msgid "New template:" +msgstr "Gebruiker naam" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Gebruiker naam" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tabel(le)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Verander Navraag" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Kies Tabelle" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "Export" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "databasisse" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy msgid "Table(s):" msgstr "Tabel" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Formaat" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Rye" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8327,94 +8445,94 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Karakterstel van die leer:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"ge-zip\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"ge-gzip\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Stoor as leer (file)" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Skep 'n nuwe tabel op databasis %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export" msgid "Export tables as separate files" msgstr "Export" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Stoor as leer (file)" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Kies Tabelle" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Kies Tabelle" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "Databasis" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Geen tabelle" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Kolom name" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -8911,7 +9029,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL het niks teruggegee nie (dus nul rye)." @@ -8988,7 +9106,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksie" @@ -9068,7 +9186,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9527,7 +9645,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9816,239 +9934,250 @@ msgstr "" msgid "Rename database to" msgstr "Hernoem tabel na" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Jy het nie genoeg regte om nou hier te wees nie!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Verander Regte" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databasis %s is verwyder." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy msgid "Remove database" msgstr "Hernoem tabel na" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Geen databasisse" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Slegs struktuur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktuur en data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Slegs Data" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy msgid "Copy database to" msgstr "Geen databasisse" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Verander tabel sorteer volgens" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(afsonderlik)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Skuif tabel na (databasis.tabel):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Hernoem tabel na" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabel kommentaar" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopieer tabel na (databasis.tabel):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabel instandhouding" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analiseer tabel" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Kontroleer tabel" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Kontroleer tabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabel %s is geflush." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Spoel die tabel (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimaliseer tabel" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Herstel tabel" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Stort data vir tabel" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Geen databasisse" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Herstel tabel" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Geen tabelle" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Tabel instandhouding" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Toets referential integrity:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s is geskuif na %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s is gekopieer na %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s is geskuif na %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabel %s is gekopieer na %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Die tabel naam is leeg!" @@ -10247,7 +10376,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy msgid "Definition" @@ -11213,54 +11342,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Hernoem tabel na" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Verkeerde uitvoer tipe" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "geen Beskrywing" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11441,6 +11576,7 @@ msgstr "Gebruiker naam" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Gebruiker naam" @@ -11600,10 +11736,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11625,7 +11761,7 @@ msgstr "Tabel %s is verwyder" msgid "Event %1$s has been created." msgstr "Tabel %s is verwyder" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11635,7 +11771,8 @@ msgstr "" msgid "Edit event" msgstr "Voeg 'n nuwe gebruiker by" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11651,7 +11788,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11686,13 +11823,13 @@ msgid "On completion preserve" msgstr "Voltooi invoegings" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11718,9 +11855,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11754,134 +11891,140 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tabel %s is verwyder" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Tabel %s is verwyder" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabel %s is verwyder" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Kolom name" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy msgid "Direction" msgstr "Skep" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy msgid "Remove last parameter" msgstr "Hernoem tabel na" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Lengte/Waardes*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy msgid "Return options" msgstr "Databasis statistieke" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12452,15 +12595,16 @@ msgid "You have revoked the privileges for %s." msgstr "Jy het die regte herroep vir %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Enige gebruiker" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +msgid "Database for user account" +msgstr "Databasis statistieke" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12487,9 +12631,7 @@ msgid "User has been added." msgstr "Veld %s is verwyder" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12566,11 +12708,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12590,8 +12732,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "With selected:" +msgid "Remove selected user accounts" +msgstr "Met gekose:" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12625,43 +12769,49 @@ msgstr "Jy het die regte opgedateer vir %s." msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Regte" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Verander Regte" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Gebruiker" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12670,11 +12820,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Jy het 'n nuwe gebruiker bygevoeg." @@ -13875,7 +14025,7 @@ msgstr "Ongeldige Identifiseerder" msgid "Unknown Punctuation String" msgstr "Onbekende Punktuasie String" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabel %s is leeg gemaak." @@ -13888,13 +14038,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format msgid "View %s has been dropped." msgstr "Veld %s is verwyder" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14130,44 +14280,39 @@ msgstr "Spasie verbruik" msgid "Effective" msgstr "Effektief" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabel %s is geskuif na %s." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query" msgid "Query error" msgstr "Navraag dmv Voorbeeld" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "Databasis %s is verwyder." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Voeg 'n nuwe gebruiker by" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14629,20 +14774,6 @@ msgstr "" msgid "Wrong data" msgstr "Geen databasisse" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Geen databasisse" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14653,7 +14784,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Sien die storting (skema) van die tabel" @@ -14661,28 +14792,19 @@ msgstr "Sien die storting (skema) van die tabel" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Algemene verwantskap funksies" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14896,7 +15018,7 @@ msgid "subquery" msgstr "in navraag" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14979,13 +15101,13 @@ msgstr "Gebruiker naam" msgid "Delete pages" msgstr "Kies Alles" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15271,42 +15393,42 @@ msgstr "Geen tabelle" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL-stelling" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Waarde" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Binne tabel(le):" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of rows per page" msgid "Value Column:" msgstr "Hoeveelheid rye per bladsy" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16553,6 +16675,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Enige gebruiker" + +#, fuzzy +#~| msgid "Export" +#~ msgid "Export Method:" +#~ msgstr "Export" + #~ msgid "Uncheck All" #~ msgstr "Kies Niks" @@ -16708,11 +16840,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Verkeerde uitvoer tipe" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Verkeerde uitvoer tipe" - #, fuzzy #~ msgid "Total " #~ msgstr "totaal" @@ -16757,10 +16884,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Vertoon PDF skema" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Tabel %s is verwyder" - #, fuzzy #~| msgid "Usage" #~ msgid "Page:" @@ -17312,10 +17435,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "Voeg by" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Verander Navraag" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Verwyder" diff --git a/po/ar.po b/po/ar.po index f8d1c11ca4..4e1eb510ad 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-03-27 10:17+0200\n" "Last-Translator: Ahmed Saleh Abd El-Raouf Ismae \n" "Language-Team: Arabic Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "فعالية خابية المسائلة" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "إستعمال خابية المسائلة" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "خابية المسائلة المستعملة" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "إستخدام النظام للمعالج (CPU)" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "ذاكرة النظام" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "المقايدة النظامية" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "متوسط التحميل" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "إجمالي الذاكرة" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "الذاكرة المؤقتة" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "الذاكرة الوسيطة" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "الذاكرة الحرة" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "الذاكرة المستخدمة" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "مجموع المقايدة" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "المقايدة في الخابية" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "المقايدة المستخدمة" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "المقايدة الحرّة" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "بايتات أُرسلت" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "بايتات أُستلمت" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "اتصالات" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "عمليات" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "بايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "كيلوبايت" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "ميجابايت" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "جيجابايت" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "تيرابايت" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "بيتابايت" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "إكسابايت" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d جدول/جداول" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "العمليات" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "بيانات سير" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "الإعدادات" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "أضف تخطيط إلى المشبكة" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1391,47 +1414,47 @@ msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة" msgid "None" msgstr "لا شيء" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "إستئناف المراقبة" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "إيقاف المراقبة" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "بدء التحديث التلقائي" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "وقف التحديث التلقائي" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "(general_log و slow_query_log) مفعلة." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log مفعل." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log مفعل." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "(general_log و slow_query_log) معطلة." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1439,43 +1462,43 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time محددة بـ %d ثانية." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "الإعدادات التالية سوف تفعل عند إعادة تشغيل السيرفر:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "تعيين log_output بـ %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "تفعيل %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "تعطيل %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "تعيين long_query_time بـ %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1483,96 +1506,96 @@ msgstr "" "لاتستطيع تغير هذه المتغيرات , فضلاً سجل دخولك كمدير أو أتصل بمدير قاعدة " "البيانات." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "تغيير الإعدادات" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "الإعدادات الحالية" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "عنوان الرسم البياني" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "الفارق" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "مقسوم على %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "سعرة" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "من السجل البطيء" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "من السجل العام" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "تحليل السجلات" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "تحميل وتحليل السجل . قد يستغرق بعض الوقت." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "ألغ الطلب" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "تم تحميل بيانات سجلّ الوقائع. الإستعلامات المنفذة في الفترة الزمنية هذه:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "قفز لجدول التسجيل" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "لايوجد بيانات" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "تمّ تحليل سجل الوقائع، و لكن لم توجد أي بيانات في إمتداد الزمن هذا." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "جاري التحليل…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "إشرح الخرج" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1582,146 +1605,146 @@ msgstr "إشرح الخرج" msgid "Time" msgstr "وقت" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "مجموع الوقت:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "الجدول" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "الرسم البياني" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "خيارات مرشح جدول السجل" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "مرشح" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "ترشيح الإستعلامات بواسطة word/regexp :" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "مجموعة إستعلامات , تجاهل المتغيرات في جملة WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "مجموع الصفوف المدخلة:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "المجموع:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "تحميل السجلات" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "فشل تحديث المراقب" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "إعادة تحميل الصفحة" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "الصفوف المتأثرة:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "استيراد" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "تشكيل مراقب الواردات" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "الرجاء تحديد الملف الذي تريد استيراده" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "تحليل الإستعلام" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "نظام المرشد" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "الأداء المتوقع" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "قضايا" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "توصية" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "تفاصيل القواعد" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "المصادقة" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "المتغيرات المستعملة" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "إختبار" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1732,63 +1755,63 @@ msgstr "" msgid "Cancel" msgstr "ألغاء" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "تغيير الإعدادات" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Loading" msgid "Loading…" msgstr "تحميل" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "معالجة الطلب" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "خطأ في معالجة الطلب" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "لا قواعد بيانات محددة." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "إزالة العمود" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "إضافة مفتاح رئيسي" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1797,65 +1820,65 @@ msgstr "إضافة مفتاح رئيسي" msgid "OK" msgstr "موافق" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "إضغط لإغلاق هذا الإشعار" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "أعادة تسمية قاعدة البيانات" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "نسخ قاعدة البيانات" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "تغيير مجموعة المحارف" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "تعطيل التحقق من المفتاح الغريب" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "فشل إحضار الترويسة" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "بحث" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "إخفاء نتائج البحث" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "إظهار نتائج البحث" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "استعراض" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "حذف" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "تعريف الدالة المخزنة يجب أن تحتوي جملة RETURN !" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1865,62 +1888,62 @@ msgstr "تعريف الدالة المخزنة يجب أن تحتوي جملة R msgid "Export" msgstr "تصدير" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "القيم للعمود %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "القيم لعمود جديد" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "أدخل كل قيمة بحقل منفصل" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "إضافة قيمة/قيم %d" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "ملاحظة: إذا كان الملف يحتوي على جداول متعددة , سيتم تجميعها فى جدول واحد." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "إخفاء صندوق الإستعلام" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "إظهار صندوق الإستعلام" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "تعديل" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1928,96 +1951,96 @@ msgstr "تعديل" msgid "Delete" msgstr "حذف" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ليس رقم عمود صالح." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "استعرض القيم الغريبة" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "متغير" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "اختيار" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "لايوجد صفوف مختارة" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "بحث في قاعدة البيانات" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "الذاكرة الحرة" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "هل أنت متأكد؟" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "مشاركه" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "إضافة مفتاح رئيسي" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "تم إضافة المفتاح الأساسي في %s" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "تقرير التتبع" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2025,87 +2048,87 @@ msgstr "" msgid "End of step" msgstr "في نهاية الجدول" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "إنتهى" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "تأكيد تبعيات جزئية" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "لا قواعد بيانات محددة." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "خطوة" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "إضافة الصلاحيات على الجدول التالي" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "لا قواعد بيانات محددة." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2114,259 +2137,259 @@ msgstr "لا قواعد بيانات محددة." msgid "Save" msgstr "حفظ" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "إخفاء معايير البحث" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "إظهار معايير البحث" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "بحث في الجدول" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "اسم العمود" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "اسم العمود" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "جداول أكبر" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "جداول أكبر" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "إخفاء معايير البحث" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "إظهار معايير البحث" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "كل نقطة تمثل صف بيانات." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "لإستعمال المقربة، إختر جزء من رسم البيانات بواسطة الفأرة." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "أنقر زر الإسعادة للمقربة للرجوع إلى الحالة الأصلية." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "أنقر على نقطة من البيانات لمشاهدة و ربما تحرير سطر البيانات." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "يمكن تغيير قياس الرسم البياني من خلال سحبه على طول القرنة في أسفل اليمين." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "إختر عمودين" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "إختر عمودين مختلفين" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "محتوى نقطة البيانات" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "تجاهل" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "نسخ" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "نقطة" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "منحنى" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "مضلع" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "هندسة" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "الحلقة الداخلية" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "الحلقة الخارجية" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "مفتاح التشفير" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "إختيار المفتاح المرجع" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "إختيار المفتاح الغريب" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "اختر الحقل لإظهاره" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "صفحة رقم:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "اختر الجداول" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "اختر الجداول" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "صفحات حرة" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "اختر الجداول" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "سعرة" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "رجاء اختر صفحة لتعديلها" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "بناء الارتباطات" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "تمت التعديلات" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "إضافة خيار للعمود " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "إرسال" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "إضغط escape لإلغاء التعديل" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2374,221 +2397,221 @@ msgstr "" "لقد تم التعديل على بعض البيانات ولم يتم حفظها. هل تريد ترك هذه الصفحة بدون " "حفظ البيانات الجديدة؟" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "إسحب لإعادة الترتيب" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "إضغط لوضع علامة / إزالة علامة" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "أنقر مرتين لنسخ اسم العمود" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "عرض الكل" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "منحنى" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "ألغاء" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "ألغي" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "نجاح" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "إفتراضيات الإستيراد" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "إسقاط الملفات هنا" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "اختر الجداول" -#: js/messages.php:503 +#: js/messages.php:509 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." msgid "You can also edit most values
by double-clicking directly on them." msgstr "تستطيع تعديل أغلب الأعمدة
بالضغط مباشرة على المحتوى." -#: js/messages.php:506 +#: js/messages.php:512 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." msgid "You can also edit most values
by clicking directly on them." msgstr "تستطيع تعديل أغلب الأعمدة
بالضغط مباشرة على المحتوى." -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "ذهاب للرابط" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "أنسخ اسم العمود" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "توليد كلمة مرور" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "توليد" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "تغيير كلمة المرور" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "أكثر" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "عرض الكل" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "إخفاء الفهارس" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "عرض الشعار في الإطار الأيسر" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "تخصيص الإطار الرئيسي" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "تخصيص الإطار الرئيسي" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "جداول" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "عرض" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "عمليات" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "حدث" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Function" msgid "functions" msgstr "دالة" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "المستخدم المحدد غير موجود في جدول الصلاحيات." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2598,485 +2621,485 @@ msgstr "" "هو %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", آخر إصدار مستقر:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "محدثة" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "إنشاء عرض" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "تغيير الإعدادات" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Import files" msgid "Show Report Details" msgstr "استورد الملفات" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "تجاهل" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "أعرض هذا الاستعلام هنا مرة أخرى" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "هل تريد فعلاً تنفيذ \"%s\"؟" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Issued queries" msgid "%s queries executed %s times in %s seconds." msgstr "إستعلامات صادرة" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "تعليقات الجدول" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "إخفاء نتائج البحث" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "سابق" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "التالي" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "اليوم" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "يناير" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "فبراير" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "مارس" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "أبريل" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "مايو" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "يونيو" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "يوليو" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "أغسطس" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "سبتمبر" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "أكتوبر" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "نوفمبر" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "ديسمبر" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "يناير" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "فبراير" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "أبريل" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "مايو" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "يونيو" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "يوليو" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "أغسطس" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "سبتمبر" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "أكتوبر" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "نوفمبر" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "ديسمبر" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "الأحد" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "الإثنين" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "الثلاثاء" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "الأربعاء" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "الخميس" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "الجمعة" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "السبت" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "الأحد" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "الإثنين" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "الثلاثاء" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "الأربعاء" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "الخميس" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "الجمعة" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "السبت" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "الأحد" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "الإثنين" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "الثلاثاء" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "الأربعاء" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "الخميس" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "الجمعة" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "السبت" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "الأسبوع" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "التقويم-الشهر-السنة" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "لا شيء" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "الساعة" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "الدقيقة" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "الثانية" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "استخدم حقل نص" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "رقم منفذ غير صحيح" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "خطأ" @@ -3147,16 +3170,16 @@ msgstr "لكل ساعة" msgid "per day" msgstr "يومياً" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "ملف الإعدادت (%s) غير قابل للقراءة." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "صلاحيات خاطئة على ملف الإعدادات , لاينبغى أن يكون قابل للكتابة!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "حجم الخط" @@ -3177,7 +3200,7 @@ msgid "Requery" msgstr "في الاستعلام" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3186,7 +3209,7 @@ msgstr "في الاستعلام" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3281,7 +3304,7 @@ msgid "History" msgstr "نصوص SQL سابقة" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3304,7 +3327,7 @@ msgstr "نصوص SQL سابقة" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "خيارات" @@ -3403,7 +3426,7 @@ msgid "Count:" msgstr "عمود" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3471,10 +3494,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "بدل إلى الجدول المنسوخ" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3482,10 +3505,10 @@ msgstr "بدل إلى الجدول المنسوخ" msgid "Ascending" msgstr "تصاعديا" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3730,135 +3753,136 @@ msgstr "عدم تحديد الكل" msgid "Inside column:" msgstr "داخل العمود:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "إحفظ البيانات المعدّلة" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "استعادة ترتيب الأعمدة" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "مرشح" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "بحث في قاعدة البيانات" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "بداية" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "سابق" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "التالي" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "نهاية" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "الكل" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "عدد الأسطر:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "رتّب حسب الْمفتاح" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "نصوص جزئيّة" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "نصوص كاملة" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "مفتاح العلائقيّة" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "عمود عرض علائقي" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "أظهر المحتويات الثنائية" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "عرض محتويات BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "أخفي محتويات المستعرض" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "نصّ معروف جيّداً" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "ثنائي معروف جيّداً" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "لقد تمّ حذف الصّف" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "حذف" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "ممكن أن يكون تقريبي. أنظر إلى [doc@faq3-11]الأسئلة المتكررة 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "تم تنفيذ إستعلام SQL بنجاح" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3867,39 +3891,39 @@ msgstr "" "لدى هذا العرض على الأقل هذا العدد من الأسطر. الرجاء مراجعة الــ " "%sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "أظهر الصفوف" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "المجموع" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "استغرق الاستعلام %01.4f ثانية" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "مع المحدد:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3908,24 +3932,24 @@ msgstr "مع المحدد:" msgid "Check All" msgstr "تحديد الكل" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "عرض نسخة للطباعة" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "عمليّات على نتائج الإستعلام" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "عرض الرّسم البياني" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "إبداء بيانات نظام المعلومات الجغرافية للعيان" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4057,7 +4081,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4067,7 +4091,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "تعليق" @@ -4082,7 +4106,7 @@ msgid "Index %s has been dropped." msgstr "تم حذف الفهرس %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4098,7 +4122,7 @@ msgid "" msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحدهما." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "خادم" @@ -4115,7 +4139,7 @@ msgstr "عرض" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4146,7 +4170,7 @@ msgstr "إدخال" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "الإمتيازات" @@ -4211,15 +4235,17 @@ msgid "Central columns" msgstr "عواميد منطقة النص" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "قاعدة بيانات" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "المستخدمون" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4311,7 +4337,7 @@ msgid "Could not save favorite table!" msgstr "لايستطيع حفظ الجدول الأخير" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4340,7 +4366,7 @@ msgid "Recent" msgstr "إعادة تعيين" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4933,16 +4959,16 @@ msgstr "كبير: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL قال: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "شرح SQL" @@ -4959,7 +4985,7 @@ msgstr "" msgid "Without PHP Code" msgstr "بدون كود PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "أنشئ كود PHP" @@ -5054,6 +5080,10 @@ msgstr "آخر تحديث" msgid "Last check" msgstr "آخر فحص" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "المستخدمون" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5150,8 +5180,8 @@ msgstr "لا" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5159,7 +5189,7 @@ msgstr "الاسم" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "الطول/القيمة" @@ -5459,7 +5489,7 @@ msgid "Not a valid port number!" msgstr "رقم منفذ غير صحيح" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5473,37 +5503,37 @@ msgstr "قيمة غير صحيحة" msgid "Value must be equal or lower than %s!" msgstr "القيمة يجب أن تساوي أو أقل من %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "بيانات مفقودة لـ %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "غير متاح" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "%s يتطلب الإمتداد %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "التصدير لن يتم , الدالة (%s) مفقودة" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "أقصى %s" @@ -5518,7 +5548,7 @@ msgid "Set value: %s" msgstr "تعيين القيمة: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "إستعادة القيمة الإفتراضية" @@ -5967,7 +5997,7 @@ msgstr "ضع الوقت المحدد لعمل البرنامج ([kbd]0[/kbd]: ل msgid "Maximum execution time" msgstr "وقت التنفيذ الأقصى" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -5977,7 +6007,7 @@ msgstr "أوامر" msgid "Save as file" msgstr "حفظ كملف" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "مجموعة الأحرف للملف" @@ -5993,8 +6023,8 @@ msgstr "الضغط" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6004,16 +6034,16 @@ msgstr "الضغط" msgid "Put columns names in the first row" msgstr "ضع أسماء الحقول في السطر الأول" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "حقل محاط بـ" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6023,8 +6053,8 @@ msgstr "حقل متجاهل بـ" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6034,15 +6064,15 @@ msgstr "استبدل NULL بـ" msgid "Remove CRLF characters within columns" msgstr "حذف CRLF من الأعمدة" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "خطوط تنتهي بـ" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6066,8 +6096,8 @@ msgid "Table name template" msgstr "إسم قالب الجدول" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6095,14 +6125,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "نوع MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "العلاقات" @@ -6110,59 +6140,65 @@ msgstr "العلاقات" msgid "Export method" msgstr "نوع التصدير" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "حفظ في الخادم" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "خزن على الملفات الموجودة" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr ")عناوين ملتفة( أفقيا" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "تذكر إسم قالب الملف" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "أضف قيمة AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "محاصرة أسماء الجداول و العواميد ب \"`\"" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "وضع توافق SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "خيارات CREATE TABLE :" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "تواريخ الإنشاء/التحديث/التحقق" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "استخدم الإضافات المتأخرة" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "تعطيل التحقق من المفتاح الغريب" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "تصدير الأسطر من الجدول \"%s\"" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -6170,263 +6206,263 @@ msgstr "تصدير الأسطر من الجدول \"%s\"" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "تعقب التغيرات الحاصلة على قاعدة البيانات." -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "أضف %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "إستخدم النظام الست عشري لـ BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "إستخدم الإضافات المتجاهلة" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "بناء الجملة لإستخدامه عند إدخال البيانات" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "أقصى طول للإستعلام المنشئ" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "نوع التصدير" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "تضمين التصدير في العملية" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "وقت التصدير (بالتوقيت العالمي)" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "فرض الإتصال الآمن عند إستخدام phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "فرض إتصال SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "قائمة منسدلة مرتبة بالمفتاح الغريب" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "سيتم إستخدام القائمة المنسدلة إذا وجد عدد أقل من العناصر" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "حد المفتاح الغريب" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "التحقق من المفتاح الخارجي:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "وضع الإستعراض" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "تخصيص وضع الإستعراض" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "تخصيص الخيارات الإفتراضية" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "سي إس في" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "مطور" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "إعدادات لمطوري phpMyAdmin" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "وضع التعديل" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "تخصيص وضع التعديل" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "إفتراضيات التصدير" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "تخصيص خيارات التصدير الإفتراضي" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "مميزات" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "عام" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "تعيين بعض الخيارات شائعة الإستخدام" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "إفتراضيات الإستيراد" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "تخصيص خيارات الإستيراد الإفتراضية" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "إستيراد / تصدير" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "حدد عناوين الإستيراد والتصدير و خيارات الضغط" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "خيارات عرض قواعد البيانات" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "إطار التصفح" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "تخصيص مظهر إطار التصفح" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "إطار التصفح" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "تخصيص اطار التصفح" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "خوادم" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "خيارات عرض الخوادم" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "خيارات عرض الجداول" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "الإطار الرئيسي" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "مايكروسوفت أوفيس" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "الإعدادات الرئيسية الأخرى" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "الإعدادات التي لاتناسب في أي مكان آخر" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "عناوين الصفحة" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "الأمان" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6437,25 +6473,25 @@ msgid "" msgstr "" "فضلاً , تذكر أن phpMyAdmin هي واجة إستخدام فقط ولا يمكن أن تتجاوز حدود MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "الإعدادات الأساسية" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "المصادقة" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "خيارات المصادقة" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "إعداد الخادم" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6465,154 +6501,154 @@ msgid "" "what they are for." msgstr "إعداد متقدم للخادم , لاتغير أي من هذه القيم حتى تعلم وظيفتها" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "أدخل معلومات إتصال الخادم" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "إعداد التخزين" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "تعقب التغيرات" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "تعقب التغيرات الحاصلة على قاعدة البيانات." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "تخصيص خيارات التصدير" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "تخصيص خيارات الإستيراد" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "تخصيص اطار التصفح" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "تخصيص الإطار الرئيسي" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "إستعلام SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "صندوق إستعلام SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "تخصيص الروابط الموجودة في صندوق إستعلام SQL" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "إعدادات إستعلامات SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "بدء التشغيل" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "تخصيص صفحة بدء التشغيل" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "بنية قاعدة البيانات" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "بنية الجدول" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "التبويبات" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "إختر الطريقة التي تعمل بها التبويبات" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "بناء الارتباطات" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "حجم الورق" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "حقول نصية" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "تخصيص حقول الإدخال النصية" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "نص" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "تخصيص الخيارات الإفتراضية" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "تحذيرات" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "إلغاء عرض بعض التحذيرات في phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6624,15 +6660,15 @@ msgstr "" "تفعيل ضغط [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] لعمليات التصدير " "والإستيراد" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "مدخلات إضافية لـ iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6644,36 +6680,36 @@ msgstr "" "إذا كان مفعل , فإن phpMyAdmin سوف تستمر في تنفيذ الإستعلامات المتعددة حتى " "لو فشل بعضها" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "تجاهل أخطاء الجمل المتعددة" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "الإستيراد الجزئي: السماح بالمقاطعة" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "لاتحبط عندما يكون الخطأ في جمل الإدخال INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6685,82 +6721,82 @@ msgstr "" "الهيئة الإفتراضي ; كن مدرك بأن هذه القائمة تعتمد على مكان (قاعدة البيانات " "والجدول)" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "هيئة الملفات المستوردة" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "إستعمل الجملة LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "ضع أسماء الصفوف في السطر الأول" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "لاتستورد صفوف فارغة" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "عملات الإستيراد ($5.00 إلى 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "النسبة المئوية للإستيراد كرقم عشري (12.00% إلى .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "عدد الإستعلامات التي يتخطاها من البداية" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "إستيراد جزئي: تخطي الإستعلامات" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "لاتستعمل AUTO_INCREMENT للقيم الصفرية" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "الحالة الأولية" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "كم عدد الصفوف التي يمكن إدخالها مرة واحدة" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "عدد الصفوف المدخلة" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "حد أحرف العمود" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "حذف كل الكوكيز عند الخروج" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6770,11 +6806,11 @@ msgid "" "kbd] authentication mode." msgstr "تعريف ما إذا كان سوف يتذكر تسجيل الدخول الأخير من تحقق الكوكيز أم لا" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "تذكر إسم المستخدم" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6782,98 +6818,98 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "تحديد كم المدة التي يبقى فيها الكوكيز" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "صلاحية دخول الكوكيز" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "مضاعفة حجم مربع النص لأعمدة LONGTEXT" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "مربع نص أكبر لـ LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "المستخدمين لايمكنهم وضع قيمة أكبر" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Minimum number of databases to display the database filter box" msgid "Maximum number of databases displayed in database list." msgstr "أقل عدد جداول اللتي تعرض في صندوق ترشيح الجداول" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "قواعد بيانات أكبر" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "أقصى حجم لحقل الإدخال" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Minimum number of databases to display the database filter box" msgid "Maximum number of tables displayed in table list." msgstr "أقل عدد جداول اللتي تعرض في صندوق ترشيح الجداول" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "جداول أكبر" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -6883,45 +6919,45 @@ msgid "" "([kbd]0[/kbd] for no limit)." msgstr "ضع الوقت المحدد لعمل البرنامج ([kbd]0[/kbd]: لانهائي)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "حدود الذاكرة" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "عرض الشعار في الإطار الأيسر" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "عرض الشعار في الإطار الأيسر" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "عرض الشعار" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "إعمل رابط للمكان الذي يشير اليه الشعار" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "رابط الشعار" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6933,31 +6969,31 @@ msgstr "" "فتح الصفحة المرتبطة في النافذة الرئيسية ([kbd]main[/kbd]) أو في نافذة جديدة " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "هدف رابط الشعار" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "عرض إختيار الخادم في الجزء العلوي من الإطار الأيسر" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "عرض إختيار الخوادم" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "الهدف لإيقونة الوصول السريع" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "الهدف لإيقونة الوصول السريع" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -6965,960 +7001,972 @@ msgid "" "display a filter box." msgstr "اقل عدد جداول تعرض في صندوق تصفية الجداول" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "اقل عدد جداول تعرض في صندوق تصفية الجداول" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "أقل عدد جداول اللتي تعرض في صندوق ترشيح الجداول" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "فاصل شجرة قاعدة البيانات" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "فاصل شجرة الجدول" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "أقصى عمق لشجرة الجدول" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "توضيح الخادم تحت مؤشر الفأرة" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "تفعيل التوضيح (highlighting)" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "عنوان الجدول" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "عرض الجداول" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "عرض الإصدارات" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "الإتصالات منذ آخر تحديث" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "عرض العمليات" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "عرض الإصدارات" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "الجداول المستعملة مؤخراً" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "هذه هي روابط التعديل والنسخ والحذف" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "ترتيب طبيعي" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "إستخدم الأيقونات او النصوص فقط , أو الإثنان" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "عنوان الجدول" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "الترتيب الإفتراضي" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Persistent connections" msgid "Use persistent connections to MySQL databases." msgstr "الإتصالات الثابتة" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "الإتصالات الثابتة" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "منع تعديل الأعمدة من نوع BLOB و BINARY" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "حماية الأعمدة من نوع BINARY" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "عدد الإستعلامات التي حفظت" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "إختر أي وظيفة سوف تستعمل لتغيير الترميز" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "محرك إعادة الترميز" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "عند تصفح الجداول, تذكر ترتيب كل جدول" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "تذكر ترتيب الجداول" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "الترتيب الإفتراضي" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "عمود عرض علائقي" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "خيارات عرض الخوادم" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "قيمة الجلسة" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "خيارات المصادقة" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "لا يمكن الدخول إلى خادم MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "مضيف التحكم" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "مضيف التحكم" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "تصدير الأسطر من الجدول \"%s\"" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "عواميد منطقة النص" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "لاتغير كلمة السر" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "اسم قاعدة البيانات" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "الجدول المستخدم مؤخرا" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "متغيرات" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "%s معطل في خادم MySQL هذا." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "إستخدم الجداول" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "استخدم الجدول المضيف" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "تعليقات الجدول" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "أعرض نصيحة" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "إحتفظ بصندوق الإستعلام" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "إحتفظ بصندوق الإستعلام" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 +msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -7929,11 +7977,11 @@ msgid "" msgstr "" "عبارة المرور السرية تستخدم لتشفير كعكة الإنترنت في[kbd]cookie[/kbd] المصادقة" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -7945,53 +7993,53 @@ msgid "" msgstr "" "عبارة المرور السرية تستخدم لتشفير كعكة الإنترنت في[kbd]cookie[/kbd] المصادقة" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "صلاحية دخول الكوكيز" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "عواميد منطقة النص" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "العنوان الغيابي" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7999,52 +8047,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8052,34 +8100,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "اسم المستخدم" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "كلمة السر" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8091,53 +8139,53 @@ msgstr "" "تفعيل ضغط [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] لعمليات التصدير " "والإستيراد" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "زيب" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Issued queries" msgid "Enter executes queries in console" msgstr "إستعلامات صادرة" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8163,51 +8211,84 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "مستند مفتوح" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "خيارات تصدير قاعدة بيانات" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "بيانات CSV لبرنامج ميكروسوفت إكسل" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "مستند مفتوح" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "لايوجد بيانات" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "تم إيقاف العمليّة %s بنجاح." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relations" +msgid "Internal relations were successfully updated." +msgstr "العلاقات الداخلية" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8222,12 +8303,12 @@ msgstr "" msgid "No change" msgstr "لا تغييرات" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8283,6 +8364,7 @@ msgid "Create database" msgstr "أنشئ قاعدة معطيات" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "تكوين" @@ -8298,7 +8380,7 @@ msgid "No Privileges" msgstr "امتياز غير موجود" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "أنشئ الجدول" @@ -8310,102 +8392,147 @@ msgstr "عدد العواميد" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "تصدير قواعد المعطيات من الخادم الحالي" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "تصدير الجداول من قاعدة المعطيات \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "تصدير الأسطر من الجدول \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "منهج التصدير:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "نوع التصدير" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "قالب اسم الملف:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "اسم الجدول" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "قالب اسم الملف:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s جدول (جداول)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "محدث" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "اختر الجداول" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "نوع التصدير" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "قاعدة/قواعد البيانات:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "الجدول/الجداول:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "الصيغة:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "إعدادات الصيغة المخصصة:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" "اسحب للأسفل لتعيين خيارات الصيغة المختارة و لتجاهل إعدادات الصيغ الأخرى." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "تحويل ترميز النص:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "الأسطر:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "إحفظ على الخادم في الدليل %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "قالب اسم الملف:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8413,86 +8540,86 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "استخدم هذه الإعدادات مجدداً عند تصدير قاعدة البيانات في المستقبل" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ترميز الأحرف للملف:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "الضغظ:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "مضغوط" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "مضغوط: gzipped" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "عرض الخرج كنص" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "تصدير الأسطر من الجدول \"%s\"" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr ")عناوين ملتفة( أفقيا" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "إحفظ الخرج في ملف" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "اختر الجداول" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "اختر الجداول" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "اسم قاعدة البيانات" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "اسم المستخدم" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "أنسخ اسم العمود" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -8995,7 +9122,7 @@ msgid "Dump has been saved to file %s." msgstr "تم حفظ الـDump إلى الملف %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "قام MySQL بإرجاع نتيجة فارغة." @@ -9074,7 +9201,7 @@ msgstr "أخفاء" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "دالة" @@ -9152,7 +9279,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9629,7 +9756,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9928,232 +10055,243 @@ msgstr "" msgid "Rename database to" msgstr "أعد تسمية قاعدة البيانات ﺇﻠﻰ" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "ليس لديك الحقوق الكافية بأن تكون هنا الآن!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "تحرير الامتيازات" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "تم حذف قاعدة البيانات %s ." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "حذف قاعدة البيانات" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "حذف قاعدة البيانات" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "البنية فقط" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "البنية والبيانات" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "بيانات فقط" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "نسخ قاعدة البيانات إلى" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "إنشاء قاعدة البيانات قبل عملية النسخ" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "أضف قيود" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "التبديل إلى قاعدة البيانات المنسوخة" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "تعديل ترتيب الجدول بـ" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(فردي)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "نقل جدول إلى (قاعدة بيانات.جدول):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "تغيير اسم جدول إلى" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "تعليقات الجدول" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "خيارات الجدول" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "أنسخ الجدول إلى (database.table)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "بدل إلى الجدول المنسوخ" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "صيانة الجدول" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "تحليل الجدول" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "التحقق من الجدول" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "التحقق من الجدول" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "إلغاء تجزئة الجدول" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "لقد تم إعادة تحميل الجدول %s بنجاح." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "إعادة تحميل الجدول (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "تحسين الجدول" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "إصلاح الجدول" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "حذف البيانات او الجدول" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "إفراغ الجدول (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "حذف الجدول (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "حلل" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "تحقق" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "تحسين" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "إعادة بناء" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "إصلاح" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "أغلاق" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "تقسيم %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "إزالة التقسيم" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "تحديد التكامل المرجعي:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "لايمكن نقل الجدول إلى نفسه!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "لا يمكن نسخ الجدول إلى نفسه!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s جدول تم نقله إلى %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "الجدول %s لقد تم نسخه إلى %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s جدول تم نقله إلى %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "الجدول %s لقد تم نسخه إلى %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "اسم الجدول فارغ!" @@ -10360,7 +10498,7 @@ msgstr "حدث" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11397,41 +11535,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "تذكر ترتيب الجداول" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "نوع التصدير غير صحيح" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "بدون وصف" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -11441,13 +11585,13 @@ msgid "" "configuration storage there." msgstr "تعقب التغيرات الحاصلة على قاعدة البيانات." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -11630,6 +11774,7 @@ msgstr "اسم المستخدم" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "اسم المستخدم" @@ -11797,10 +11942,10 @@ msgid "Master server changed successfully to %s." msgstr "تم إعادة قراءة الصلاحيات بنجاح." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -11825,7 +11970,7 @@ msgstr "تم تعديل الإجراء %1$s" msgid "Event %1$s has been created." msgstr "تم إنشاء الإجراء %1$s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -11839,7 +11984,8 @@ msgstr "حصل خطأ أثناء معالجة طلبك: " msgid "Edit event" msgstr "حدث" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11855,7 +12001,7 @@ msgid "Event type" msgstr "نوع الحدث" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11894,13 +12040,13 @@ msgid "On completion preserve" msgstr "إدخال كامل" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11928,9 +12074,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -11975,129 +12121,135 @@ msgstr "" "ملحق 'mysqli' لتجنب أي مشاكل." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "نوع الإجراء غير صحيح: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "تم تعديل الإجراء %1$s." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "تم تعديل الإجراء %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "تم إنشاء الإجراء %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "تعديل الإجراء" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "اسم العمود" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "معايير" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "الإنشاء" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "إضافة حقل جديد" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "حذف قاعدة البيانات" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "الطول/القيمة" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "خيارات الجدول" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "نوع الاستعلام" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "اسم الجدول غير صالح" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "نتائج تنفيذ الإجراء %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12110,13 +12262,13 @@ msgstr[3] "%d تأثر بالإجراء الأخير" msgstr[4] "%d تأثر بالإجراء الأخير" msgstr[5] "%d تأثر بالإجراء الأخير" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "تنفيذ" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12719,13 +12871,17 @@ msgid "You have revoked the privileges for %s." msgstr "لقد أبطلت الامتيازات لـ %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "إضافة مستخدم" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "خيارات تصدير قاعدة بيانات" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12753,9 +12909,7 @@ msgid "User has been added." msgstr "لقد تم حذف الصف" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12836,11 +12990,15 @@ msgid "" msgstr "… احذف القديم من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "غير معلومات الدخول / انسخ اسم مستخدم" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "أضف اسم مستخدم جديد بنفس الصلاحيات و…" #: libraries/server_privileges.lib.php:3036 @@ -12864,7 +13022,9 @@ msgid "Add privileges on the following table:" msgstr "إضافة الصلاحيات على الجدول التالي" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "احذف المستخدمين المحددين" #: libraries/server_privileges.lib.php:3376 @@ -12899,45 +13059,51 @@ msgstr "لقد جددت وحدثت الإمتيازات لـ %s." msgid "Deleting %s" msgstr "قيد حذف %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "تم إعادة قراءة الصلاحيات بنجاح." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "اسم المستخدم %s موجود مسبقاً!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "الإمتيازات" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "تحرير الامتيازات" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "المستخدمون" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "معلومات المستخدم" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12950,11 +13116,11 @@ msgstr "" "ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s " "قبل أن تكمل." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "المستخدم المحدد غير موجود في جدول الصلاحيات." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "لقد أضفت مستخدم جديد." @@ -14191,7 +14357,7 @@ msgstr "معرف غير صالح" msgid "Unknown Punctuation String" msgstr "نص تنقيط غير معروف" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "تم إفراغ محتويات الجدول %s." @@ -14204,14 +14370,14 @@ msgstr "التتبع نشط." msgid "Tracking is not active." msgstr "التتبع غير نشط." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "تم إزالة %s من العرض" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14456,45 +14622,40 @@ msgstr "المساحة المستخدمة" msgid "Effective" msgstr "فعال" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%s جدول تم نقله إلى %s." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "خطأ في الإستعلام" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "تم حذف المستخدمين المحددين بنجاح." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new User" msgid "Add to Favorites" msgstr "أضف مستخدم جديد" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show Full Queries" msgid "Showing create queries" msgstr "اعرض الاستعلامات كاملة" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14959,20 +15120,6 @@ msgstr "" msgid "Wrong data" msgstr "لايوجد بيانات" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "لايوجد بيانات" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14983,7 +15130,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "عرض بنية الجدول" @@ -14991,24 +15138,12 @@ msgstr "عرض بنية الجدول" msgid "Invalid table name" msgstr "اسم الجدول غير صالح" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relations" -msgid "Internal relations were successfully updated." -msgstr "العلاقات الداخلية" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "تم إيقاف العمليّة %s بنجاح." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15019,7 +15154,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15247,7 +15382,7 @@ msgid "subquery" msgstr "في الاستعلام" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15333,13 +15468,13 @@ msgstr "اسم المستخدم" msgid "Delete pages" msgstr "اختر الجداول" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "مساعدة" @@ -15634,41 +15769,41 @@ msgstr "استورد الملفات" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "القيمة" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "داخل العمود:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "القيم للعمود %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16961,6 +17096,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "إضافة مستخدم" + +#~ msgid "Export Method:" +#~ msgstr "منهج التصدير:" + #~ msgid "Print view (with full texts)" #~ msgstr "عرض للطّباعة (مع النّصوص الكاملة)" @@ -17180,11 +17321,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "نوع التصدير غير صحيح" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "نوع التصدير غير صحيح" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/az.po b/po/az.po index 918a7df406..2e84c4b335 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-05-21 01:04+0200\n" "Last-Translator: Sevdimali İsa \n" "Language-Team: Azerbaijani Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Sorğu keş effektivliyi" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Sorğu keş istifadəsi" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "İstifadə edilən sorğu keşi" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Sistem prosessoru istifadəsi" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistem Yaddaşı" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Sistem mübadiləsi" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Ortalama yükləmə" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Toplam Yaddaş" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Keş edilmiş yaddaş" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Boş yaddaş" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "İstifadə olunan yaddaş" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Toplam mübadilə" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Keş edilmiş mübadilə" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "İstifadə olunan mübadilə" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Sərbəst mübadilə" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Göndərilmiş bayt" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Alınan bayt" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Əlaqələr" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prosesler" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bayt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "QB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d cədvəl" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Suallar" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Tənzimləmələr" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Zəhmət olmasa massivə ən azı bir dəyişən əlavə edin!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1365,47 +1387,47 @@ msgstr "Zəhmət olmasa massivə ən azı bir dəyişən əlavə edin!" msgid "None" msgstr "Heç biri" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "İzləməyə davam et" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "İzləməni dayandır" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log və slow_query_log aktivləşdirilib." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log aktivləşdirildi." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log aktivləşdirildi." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output TABLE olaraq ayarlı deyil." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output TABLE olaraq ayarlı." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1413,12 +1435,12 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time %d saniyəyə qurulub." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1427,30 +1449,30 @@ msgstr "" "ilkin vəziyyətinə sıfırlanacaq:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output-u %s-ə ayarla" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s aktiv" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Söndürmək %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time-ı %d saniyəyə ayarlayın." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1458,95 +1480,95 @@ msgstr "" "Bu dəyişənləri dəyişdirə bilməzsiniz. Zəhmət olmasa root olaraq daxil olun " "vəya Baza adminstartoru ilə əlaqə saxlayın." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Dəyişdirmə tənzimləmələri" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Cari Seçimlər" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diaqram başlığı" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Ayırıcı" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s tərəfindən bölən" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Vahid" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Loglar analiz edilir" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "İstəyi ləğv et" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Log cədvəlinə keç" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Heç bir məlumat tapılmadı" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analiz edilir…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Eksportu açıqla" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1556,144 +1578,144 @@ msgstr "Eksportu açıqla" msgid "Time" msgstr "Müddət" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Toplam vaxt:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Nəticələrin profili çıxardılır" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Cədvəl" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diaqram" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Log Cədvəl Filtr seçənəkləri" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtr" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Söz/düzənli ifadəyə görə sorğuları filtrlə:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Qruplanmış sətirlərin cəmi:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Cəm:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Loglar yüklənir" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Səhifəi yenidən yüklə" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Təsirlənən sətirlər:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "İmport" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Zəhmət olmasa import etmək istədiyiniz faylı seçin." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "İmport üçün serverdə fayllar yoxdur!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Sorğunu Analiz et" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Müşavir sistemi" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Ola biləcək performans problemləri" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Tövsiyə" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Qayda təfsilatları" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Əsaslandırma" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "İstifadə olunan dəyişən / formula(düstur)" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Sınaq" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1704,63 +1726,63 @@ msgstr "" msgid "Cancel" msgstr "Ləğv et" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Dəyişdirmə tənzimləmələri" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Təsdiqlə" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Yüklənir…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "İstək ləğv edildi!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "istək emal olunur" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "İstək ləğv edildi!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Xəta Kodu: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Xəta mətni: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Heç bir baza seçilmemişdir." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "İlkin açar əlavə olunur" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1769,61 +1791,61 @@ msgstr "İlkin açar əlavə olunur" msgid "OK" msgstr "Tamam" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Bu bildirişi rədd etmək üçün klikləyin" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Verilənlər Bazası yenidən adlandırılır" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Verilənlər Bazası kopyalanır" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Kodlaşdırma dəyişdirilir" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Gerçək sətir sayını almaq mümkün olmadı." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Axtarır" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Axtarış nəticələrini gizlət" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Axtarış nəticələrini göstər" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Gözdən keçirilir" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Silinir" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1833,61 +1855,61 @@ msgstr "" msgid "Export" msgstr "Eksport" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET redaktoru" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s sütunu üçün qiymətlər" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Yeni sütun üçün qiymətlər" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Hər bir qiyməti ayrı sahəyə daxil edin." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d qiymət əlavə et" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Qeyd: Əgər faylda çoxlu cədvəl vardırsa, bunlar birinin içərisində " "birləşdiriləcək." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Sorğu qutusunu gizlət" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Sorğu qutusunu göstər" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Redaktə et" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1895,40 +1917,40 @@ msgstr "Redaktə et" msgid "Delete" msgstr "Sil" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d keçərli sətir sayı deyil." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Dəyişən %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Seç" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Sütun seçici" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Bu siyahıda axtar" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1937,15 +1959,15 @@ msgstr "" "Mərkəzi siyahıda sütun yoxdur. %s Verilənlər Bazası üçün Mərkəzi sütunlar " "siyahısının, cari cədvəldə olmayan sütunlara sahib olduğundan əmin olun." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Daha çoxuna bax" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Əminsiniz?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1953,113 +1975,113 @@ msgstr "" "Bu addım bəzi sütunların tərifini dəyişdirə bilər.
Davam etmək " "istəyirsinizmi?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Davam" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Birinci dərəcəli açar əlavə et" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Birinci Dərəcəli Açar əlavə edildi." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Sizi növbəti addıma aparır…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Normallaşdırmanın ilk addımı '%s' cədvəli üçün tamamlandı." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Addım sonu" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Normallaşdırmanın ikinci addımı(2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Hazırdır" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Heç bir baza seçilmemişdir." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Göstərilən cədvəli yarat" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Heç bir baza seçilmemişdir." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2068,224 +2090,224 @@ msgstr "Heç bir baza seçilmemişdir." msgid "Save" msgstr "Yaddaşa ver" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Axtarış kriteriyalarını gizlət" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Axtarış kriteriyalarını göstər" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Aralıq Axtarma" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maksimum Sütun:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Minimum Sütun:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimum dəyər:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksimum dəyər:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Axtar və Dəyişdir kriteriyalarını gizlət" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Axtar və Dəyişdir kriteriyalarını göstər" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Hər nöqtə bir verilən sətrini təmsil edir." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Nöqtənin üzərində durmaq etiketini göstərəcəkdir." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Orjinal vəziyyətə qayıtmaq üçün yaxınlaşdırmağı sıfırla düyməsinə klikləyin." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "İki sütun seçin" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "İki fərqli sütun seçin" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Verilən nöqtə məzmunu" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Diqqətə Alma" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Xətt" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poliqon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Şifrələmə açarını kopyalamaq istəyirsinizmi?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Şifrələmə açarı" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Zəhmət olmasa birinci dərəcəli və ya unikal açar seçin!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Göstərmək üçün sütun seçin" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Səhifə adı" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Səhifəni yaddaşa ver" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Səhifəni yaddaşa ver" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Səhifəni aç" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Səhifəni sil" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Başlıqsız" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Zəhmət olmasa davam etmək üçün bir səhifə seçin" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Bu səhifədə dəyişiklikləri yaddaşa vermək istəyirsiniz?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Səhifə uğurla silindi" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Əlaqəli sxemləri eksport et" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modifikasiyalar yaddaşa verildi" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "\"%s\" sütunu üçün seçim əlavə edin." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d obyekt yaradıldı." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Submit" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Redaktəni ləğv etmək üçün Esc düyməsinə basın." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2293,179 +2315,179 @@ msgstr "" "Bəzi verilənləri redaktə etdiniz və yaddaşa vermədiniz. Verilənləri yadda " "saxlamadan çıxmaq istəyirsinizmi?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Yenidən düzənləmək üçün sürükləyin." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Nəticələri bu sütuna görə sıralamaq üçün klikləyin." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Sütun adını kopyalamaq üçün iki dəfə klikləyin." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Hamısını göstər" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Zəhmət olamasa keçərli onaltılıq sətir daxil edin. Keçərli simvollar 0-9, A-" "F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Orjinal sətir" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "ləğv et" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Dayandırılmış Əlaqələr" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "İmport statusu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Əvvəlcə Verilənlər Bazasını seçin" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Bağlantıya get:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Sütun adını kopyala." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Sütun adını buferə kopyalamaq üçün sağ klikləyin." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Parol yarat" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Yarat" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Parolu Dəyişdir" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Daha çox" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Paneli Göstər" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Paneli Gizlət" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Əsas panel ilə əlaqələndir" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Əsas panel ilə əlaqəni kəs" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "Bazadakı bütün %s filtrləmək üçün axtarış mətnindən sonra Enterə basın" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "cədvəllər" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "görünüşlər" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "proseduralar" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "hadisələr" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funksiyalar" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "İstənilən səhifə tarixdə tapılmadı, ola bilsin vaxtı keçib." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2475,49 +2497,49 @@ msgstr "" "versiya %s, %s tarixində yayımlanıb." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", son stabil versiya:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktual" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Görünüş yarat" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Xəta Hesabatı Göndər" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Xəta Hesabatı Göndər" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Önəmli JavaScript xətası yarandı. Xəta hesabatı yollamaq istəyirsiniz?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Hesabat tənzimləmələrini dəyişdir" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Hesabat Təfsilatlarını Göstər" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Eksport PHP səviyyəsindəki aşağı icra(execution) vaxtına görə tamamlanmadı!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2527,430 +2549,430 @@ msgstr "" "edilmədə, bəzi sahələr, PHP-nin max_input_vars konfiqurasiyasından dolayı " "göz ardı edilə bilər." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Serverdə bəzi xətalar aşkar edildi!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Zəhmət olmasa bu pəncərənin altına baxın." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Heç birin diqqətə alma" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Hər tənzimləmələriniz kimi bunlar da hal-hazırda göndərilir, zəhmət olmasa " "səbirli olun." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Bu sorğu təkrar icra olunsunmu?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Bu əlfəcini silmək istədiyinizə əminsinizmi?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Cədvəl haqqında izahat" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Axtarış nəticələrini gizlət" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Əvvəlki" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Sonrakı" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Bugün" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Yanvar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Fevral" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mart" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Aprel" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "May" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "İyun" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "İyul" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Avqust" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Sentyabr" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktyabr" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Noyabr" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dekabr" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Yan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "İyun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "İyul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Avq" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sent" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Noy" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dek" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Bazar" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Bazar Ertəsi" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Çərşənbə axşamı" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Çərşənbə" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Cümə axşamı" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Cümə" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Şənbə" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Baz" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Baz Ert" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Çerş Axş" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Çerş" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Cüme Axş" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Cüme" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Şen" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "B" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Baz Ert" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Çərş Axş" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ç" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "CA" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "C" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Ş" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "təqvim-ay-il" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Heç biri" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Saat" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Dəqiqə" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Saniyə" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Mətn sahəsi istifadə et" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Zəhmət olmasa keçərli bir nömrə daxil edin!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Zəhmət olmasa keçərli bir nömrə daxil edin!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Zəhmət olmasa keçərli bir nömrə daxil edin!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Zəhmət olmasa keçərli uzunluq daxil edin!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Lütfən düzgün captcha daxil edin!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Lütfən düzgün captcha daxil edin!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Zəhmət olmasa keçərli uzunluq daxil edin!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Zəhmət olmasa keçərli bir səhifə adı daxil edin" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Zəhmət olmasa keçərli bir nömrə daxil edin!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Xəta" @@ -3020,17 +3042,17 @@ msgstr "saatda" msgid "per day" msgstr "Günə" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Mövcud konfiqurasiya faylı(%s) oxuna bilən deyil." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Konfiqurasiya faylında yanlış icazələr, hərkəsə yazılabilən olmamalıdır!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Şrift ölçüsü" @@ -3049,7 +3071,7 @@ msgid "Requery" msgstr "Sorğunu təkrarla" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3058,7 +3080,7 @@ msgstr "Sorğunu təkrarla" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3133,7 +3155,7 @@ msgid "History" msgstr "Tarixçə" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3156,7 +3178,7 @@ msgstr "Tarixçə" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Seçimlər" @@ -3247,7 +3269,7 @@ msgid "Count:" msgstr "Sayı" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3301,10 +3323,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Qaranlıq temaya keç" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3312,10 +3334,10 @@ msgstr "Qaranlıq temaya keç" msgid "Ascending" msgstr "Artan sırada" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3532,125 +3554,126 @@ msgstr "Heç birini seçmə" msgid "Inside column:" msgstr "Daxili sütun:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Redaktə edilən verilənləri yaddaşa ver" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Sütun sırasını geri yüklə" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Sətirləri filtrlə" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Bu cədvəldə axtar" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Başlanğıc" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Əvvəlki" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Sonrakı" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Son" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Hamısı" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Sətir sayı:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Açara görə sırala" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Qismi Mətnlər" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Tam Mətnlər" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Əlaqəli açar" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Əlaqə görüntü sütunu" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Binar məzmunu göstər" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB məzmunlarını göstər" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Browser transformasiyasını gizlət" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Mətn(WKT)" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binar(WKB)" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Sətir silindi." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Söndür" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "SQL sorğunuz müvəffəqiyyətlə icra edilmişdir." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3659,36 +3682,36 @@ msgstr "" "Bu görünüş ən az bu sətirin sayı qədər olur. Zəhmət olmasa %sdokumentasiyaya" "%s baxın." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Göstərilən sətir %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d toplam, %2$d sorğuda" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "cəmi %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "sorğu %01.4f saniyədə icra edildi." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Seçilənləri:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3697,24 +3720,24 @@ msgstr "Seçilənləri:" msgid "Check All" msgstr "Hamısını Seç" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Çap görüntüsü" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Diaqram göstər" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "GIS verilənini vizuallaşdır" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link tapılmadı!" @@ -3834,7 +3857,7 @@ msgstr "Cardinality" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3844,7 +3867,7 @@ msgid "Collation" msgstr "Qarşılaşdırma" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Şərh" @@ -3859,7 +3882,7 @@ msgid "Index %s has been dropped." msgstr "%s indeksi ləğv edildi." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3875,7 +3898,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3892,7 +3915,7 @@ msgstr "Görünüş" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3923,7 +3946,7 @@ msgstr "Əlavə et" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Səlahiyyətlər" @@ -3986,16 +4009,18 @@ msgid "Central columns" msgstr "Orta sütunlar" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Verilənlər Bazaları" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "İstifadəçilər" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "İstifadəçi qrupları" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4070,7 +4095,7 @@ msgid "Could not save favorite table!" msgstr "Favorit cədvəli yaddaşa verilə bilmədi!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Favoritlərdən çıxart" @@ -4091,7 +4116,7 @@ msgid "Recent" msgstr "Son" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favorit cədvəllər" @@ -4684,16 +4709,16 @@ msgstr "Ən çox: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL deyir: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL-i İzah Et" @@ -4710,7 +4735,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP Kodunu Göstərmə" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP Kodunu Hazırla" @@ -4801,6 +4826,10 @@ msgstr "En son yenilenme" msgid "Last check" msgstr "En son yoxlama" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "İstifadəçilər" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Axtarış:" @@ -4891,8 +4920,8 @@ msgstr "XEYR" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4900,7 +4929,7 @@ msgstr "Adı" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Uzunluq/Dəyərlər" @@ -5184,7 +5213,7 @@ msgid "Not a valid port number!" msgstr "Uyğun port nömrəsi deyil!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Yanlış dəyər!" @@ -5195,35 +5224,35 @@ msgstr "Yanlış dəyər!" msgid "Value must be equal or lower than %s!" msgstr "Dəyər %s dəyərindən az və ya bərabər olmalıdır!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "istifadə oluna bilməz" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" üçün %s genişlənməsi lazımdır" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5238,7 +5267,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Susmaya görə olan dəyəri geri qaytar" @@ -5643,7 +5672,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5653,7 +5682,7 @@ msgstr "%s ifadəsi əlavə et" msgid "Save as file" msgstr "Fayl olaraq yaddaşa ver" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Faylın kodlaşdırması(charset)" @@ -5669,8 +5698,8 @@ msgstr "Sıxışdırma" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5680,14 +5709,14 @@ msgstr "Sıxışdırma" msgid "Put columns names in the first row" msgstr "Sütun adlarını ilk sətrə qoy" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Sütunların əhatə edildiyi işarə" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Sahələrin escape edildiyi işarə" @@ -5695,8 +5724,8 @@ msgstr "Sahələrin escape edildiyi işarə" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL-u bununla dəyişdir" @@ -5704,13 +5733,13 @@ msgstr "NULL-u bununla dəyişdir" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Sütunlar bununla sonlandırılıb(Columns terminated by)" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Sətirlər bununla ləğv edilib(Lines terminated by)" @@ -5732,8 +5761,8 @@ msgid "Table name template" msgstr "Cədvəl adı şablonu" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5763,14 +5792,14 @@ msgid "Label key" msgstr "Etiket açarı" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-tipi" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Əlaqələr" @@ -5778,281 +5807,287 @@ msgstr "Əlaqələr" msgid "Export method" msgstr "Eksport metodu" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Mövcud fayl(lar)ın üzərinə yaz" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Cədvəl başlıqlarını eksport et" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Fayl adı şablonunu xatırla" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT dəyəri əlavə et" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Cədvəl və sütun adlarını tək dırnaq arasına al" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL uyğunluq rejimi" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Quruluş/Deyişdirilme/Yoxlama tarixleri" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Gecikmiş əlavələri istifadə et" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Görünüşləri cədvəl halında eksport et" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Göz ardı edilmiş əlavəetmələri istifadə et" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Verilənləri daxil edərkən istifadə olunacaq sintaksis" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Eksport tipi" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "UTC olaraq eksport etmə vaxtı" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL qoşulmaya məcbur et" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Avtomatik qurtarma rejimi" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Susmaya görə olan seçimləri özəlləşdir." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV verilenleri" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Redaktə rejimi" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Redaktə modunu özəlləşdir." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Susmaya görə olan eksport seçimlərini özəlləşdirin." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Özəllikləri" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Ümumi" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Geniş istifadə olunan seçimləri quraşdır." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Susmaya görə İmport" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Susmaya görə ümumi import seçimlərini özəlləşdir." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "İmport və Eksport qovluqlarını və sıxışdırma seçimlərini tənzimləyin." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Verilənlər Bazasını görüntülənməsi seçimləri." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Naviqasiya paneli" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Naviqasiya panelinin mövzusun(tema) dəyiş." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Naviqasiya paneli" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Naviqasiya panelini özəlləşdir" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serverlər" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Serverlərin görüntülənmə seçimləri." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Cədvəllərin görüntülənmə seçimləri." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Əsas Panel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Səhifə başlığı" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Təhlükəsizlik" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6060,23 +6095,23 @@ msgstr "" "Zəhmət olmasa unutmayın ki, phpMyAdmin sadəcə istifadəçi interfeysidir və " "özəllikləri MySQL-i limitləməz." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "İdentifikasiya" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "İdentifikasiya tənzimləmələri." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Server Konfiqurasiyası" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6084,272 +6119,272 @@ msgstr "" "İləri səviyyə server konfiqurasiyası, nə olduqlarını bilmirsinizsə bunları " "dəyişdirməyin." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Server əlaqə parametrlərini daxil edin." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Eksport seçimlərini özəlləşdir" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Naviqasiya panelini özəlləşdir" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Əsas Paneli özəlləşdir" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL sorğuları" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL sorğu qutusu" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL sorğu tənzimləmələri." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Başlanğıc" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Başlanğıc səhifəsini fərdiləşdir." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Verilənlər Bazasının strukturu" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Hansı detalların baza strukturunda(cədvəllərin siyahısında) göstəriləcəyini " "seçin." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Cədvəl strukturu" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Cədvəl strukturu(sütünların siyahısı) üçün tənzimləmələr." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tablar(Pəncərələr)" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Əlaqəli sxemi göstər" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Mətn sahəsi" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Mətn daxiletmə sahəsini fərdiləşdir." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Susmaya görə olan seçimləri fərdiləşdir" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Xəbərdarlıqlar" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin tərəfindən göstərilən bəzi xəbərdarlıqları deaktiv et." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "İlk sətirdəki sütun adları" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Boş sətirləri import etmə" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Sıfır qiymətləri üçün AUTO_INCREMENT qiyməti istifadə etmə" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6357,672 +6392,690 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maksimum Bazalar" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "İlk səviyyədəki maksimum maddə" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Göstəriləcək maksimum sətir sayı" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Cədvəl siyahısında göstəriləcək maksimum cədvəl sayıdır." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimum cədvəllər" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Yaddaş limiti" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Naviqasiya panelində logonu göstər." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Naviqasiya panelinin yuxarısında server seçimini göstər." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Cədvəl naviqasiya çubuğu" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Cədvəl siyahısını göstər/gizlə" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Versiyaları göstər" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Funksiya sahələrini göstər" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prosesleri göster" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Versiyaları göstər" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Ən çox son istifadə olunan cədvəl sayıdır; deaktiv etmək üçün 0 edin." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Son istifadə olunan cədvəllər" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Təbii Sıra" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Cədvəl naviqasiya çubuğu" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Binar sütunları qoru" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Tarixdə nə qədər sorğu saxlanılacağıdır." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Sorğu tarixi uzunluğu" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Cədvəlin sıralamasını xatırla" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Primary key added." msgid "Primary key default sort order" msgstr "Birinci Dərəcəli Açar əlavə edildi." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Əlaqə görüntü sütunu" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Serverlərin görüntülənmə seçimləri." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "İstifadə olunmayacaqsa boş buraxın." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Parolsuz girişlərə icazə verin" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Session vaxt qurşağı" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "İstifadə üçün identifikasiya metodu." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Əlfəcin cədvəli" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "MySQL server bağlantısını sıxışdır(kompress)." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Serverə necə bağlansın, əmin deyilsinizə [kbd]tcp[/kbd] olaraq buraxın." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Əlaqə tipi" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Nəzarət serveri" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Nəzarət portu" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Verilənlər Bazalarını gizlət" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Server host adı" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Görünüşləri cədvəl halında eksport et" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma__userconfig[/kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " +"[kbd]pma__userconfig[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Orta sütunlar" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7034,43 +7087,43 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Parolsuz qoşulmağı sınayın." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Parolsuz qoşul" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7081,30 +7134,30 @@ msgstr "" "a]-a baxın. Dəstək istəmirsinizsə boş buraxın. Təklif olunan: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Verilənlər Bazasının adı" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL serverinin dinlədiyi portu, susmaya görə boş buraxın." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Server portu" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Son istifadə edilən Cədvəl" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7116,141 +7169,141 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favorit cədvəllər" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Əlaqə cədvəli" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server yuvası(socket)" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL server əlaqəsi üçün SSL aktivləşdirir." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Görünüş sütunları cədvəli" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "İfadələrdən izlərə" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Avtomatik olaraq verisyaları yarat" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7258,197 +7311,197 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "İstifadəçi cədvəlləri" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "Serverin rahat başa düşülən açıqlaması. Hostadını göstərmək üçün boş buraxın." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Bu serverin ətraflı adı" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Bütün sətirləri göstərməyə icazə ver" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Cədvəl haqqında izahat" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Yaradılma zaman nişanını göstər" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Sahə tiplərini göstər" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Funksiya sahələrini göstər" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "İpucu göstər" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() linkini göstər" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL sorğularını göstər" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL sorğusu" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Verilənlər Bazası və cədvəl statistikalarını göstərmək üçün icazə ver(məs: " "istifadə olunan yaddaş)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Statistikaları göstər" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "İstifadə olunan cədvəlləri işarələyin və Verilənlər Bazalarını kilidli " "cədvəllərlə birlikdə göstərilməsini mümkun edin." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7456,22 +7509,22 @@ msgid "" "detected." msgstr "Əgər Suhosin aşkarlanarsa, ana səhifədə xəbərdarlıq göstərilir." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin xəbərdarlığı" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7484,11 +7537,11 @@ msgstr "" "sahələri(*2) və sorğu pəncərəsi (*1.25) üçün bu qiymətin önəmi " "bildiriləcəkdir." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Mətn sahəsi sütunları" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7501,31 +7554,31 @@ msgstr "" "sahələri(*2) və sorğu pəncərəsi (*1.25) üçün bu qiymətin önəmi " "bildiriləcəkdir." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Mətin Sahəsi sətirləri" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Verilənlər Bazası seçildikdə brovser pəncərə başlığı." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Susmaya görə başlıq" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7533,52 +7586,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Son versiyanı yoxla" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Əsas phpMyAdmin səhifəsində son versiya yoxlamağı aktiv et." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versiya yoxlaması" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7586,80 +7639,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proksi istifadəçi adı" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proksi parolu" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Xəta hesabatları göndər" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Configuration file" msgid "Enable Zero Configuration mode" @@ -7685,49 +7738,78 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasiya" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Verilənlər bazası eksport variantları" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel verilenleri üçün CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument Mətni" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Göstərmək üçün məlumat yoxdur" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s cədvəli uğurlu bir şəkildə dəyişdirildi." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Thread %s uğurla söndürüldü (killed)." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Daxili əlaqələr uğurla yeniləndi." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7742,12 +7824,12 @@ msgstr "" msgid "No change" msgstr "Deyişiklik Yoxdur" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7801,6 +7883,7 @@ msgid "Create database" msgstr "Verilənlər Bazası yarat" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Yarat" @@ -7814,7 +7897,7 @@ msgid "No Privileges" msgstr "Selahiyyet çatışmazlığı" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Cədvəl yarat" @@ -7826,103 +7909,148 @@ msgstr "Sütun sayı" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Cari serverdən Verilənlər Bazaları eksport edilir" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "\"%s\" Verilənlər Bazasından cədvəllər eksport edilir" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "%s cədvəlindən sətirlər eksport edilir" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksport metodu:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Eksport tipi" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Fayl adı şablonu:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Cədvəl adı" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Fayl adı şablonu:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Keçici disk nisbəti" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Sorğunu Yenile" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Bir Cədvəl Seç" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Eksport metodu" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Cəld - minimal seçimləri göstər" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Fərdi - Mümkün bütün seçimləri göstər" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Verilənlər Bazası(ları):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Cədvəl(lər):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Transformasiya variantları" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Sətirlər:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Çıxış:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Serverdə %s direktoriyasında yaddaşa ver" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Fayl adı şablonu:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7930,76 +8058,76 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "Bunu gələcək eksportlar üçün də istifadə et" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Faylın Charset-i:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Sıxışdırma:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip olaraq" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip olaraq" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Çıxış verilənlərini mətn olaraq göstər" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Görünüşləri cədvəl halında eksport et" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Cədvəl başlıqlarını eksport et" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Çıxış verilənlərini fayla yaddaşa ver" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Ölçüsü bundan çox olan cədvəlləri keç" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Verilənlər Bazası Seç" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Cədvəl Seç" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Yeni Verilənlər Bazasının adı" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Yeni cədvəl adı" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Köhnə sütun adı" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Yeni sütun adı" @@ -8489,7 +8617,7 @@ msgid "Dump has been saved to file %s." msgstr "Sxem %s faylına qeyd edildi." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş nəticə çoxluğu göndərdi(yəni sıfır sətir)." @@ -8564,7 +8692,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksiya" @@ -8638,7 +8766,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9072,7 +9200,7 @@ msgstr "Yeni" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9355,229 +9483,240 @@ msgstr "" msgid "Rename database to" msgstr "Verilənlər Bazasını yenidən adlandır" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Burada olma haqqınız yoxdur!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Səlahiyyətləri Dəyişdir" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s bazası ləğv edildi." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Verilənlər Bazasını sil" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Verilənlər Bazasını sil(DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Sadəcə struktur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur və məlumat" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Sadəcə məlumat" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Verilənlər Bazasını buraya kopyala" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Koçürmədən əvvəl VERİLƏNLƏR BAZASI yarat(CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Kopyalanmış Verilənlər Bazasına keç" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Cedvel sırasına buna göre yeniden qur" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(tek-tek)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Cədvəli daşı (verilənlər bazası.cədvəl)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Cədvəli yenidən adlandır" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Cədvəl haqqında izahat" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Cədvəl seçimləri" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Depolama Motorları" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Cədvəli kopyala (verilənlər bazası.cədvəl)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Kopyalanmış cedvele keç" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Cədvəl təmizliyi" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Cədvəli analiz et" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Cədvəli yoxla" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Cədvəli yoxla" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Cədvəli birləşdir(defragment)" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "%s cədvəli təmizləndi." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Cədvəli təmizlə(FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Cədvəli optimallaşdır" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Cedveli te'mir et" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Cədvəl və ya veriləni sil" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Cədvəli boşalt(TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Cədvəli sil(DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analiz et" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Yoxlama" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimallaşdır" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Yenidən Qur" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Təmir et" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Bağla" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Bölüm sazlaması" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Bölmə %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Cedveli eynisinin üzerine kopyalaya bilmerem!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s cədvəli %s - ə daşınmışdır." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s cədvəli %s - ə kopyalandı." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s cədvəli %s - ə daşınmışdır." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, fuzzy, php-format msgid "Table %s has been copied to %s." msgstr "%s cədvəli %s - ə kopyalandı." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Cedveli adı boşdur!" @@ -9778,7 +9917,7 @@ msgstr "Hadisə" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Tərif" @@ -10731,54 +10870,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Cədvəlin sıralamasını xatırla" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Etibarsız eksport tipi" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Haqqında məlumat (description) mövcud deyildir" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10953,6 +11098,7 @@ msgstr "İstifadəçi adı:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "İstifadəçi adı" @@ -11109,10 +11255,10 @@ msgid "Master server changed successfully to %s." msgstr "Master server %s olaraq uğurla dəyişdirildi." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11133,7 +11279,7 @@ msgstr "%1$s hadisəsi dəyişdirildi." msgid "Event %1$s has been created." msgstr "%1$s hadisəsi yaradıldı." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "İstəyiniz yerinə yetirilərkən bir və ya daha çox xəta yarandı:" @@ -11142,7 +11288,8 @@ msgstr "İstəyiniz yerinə yetirilərkən bir və ya daha çox xəta yarandı:" msgid "Edit event" msgstr "Hadisəni redaktə et" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Təfsilatları" @@ -11156,7 +11303,7 @@ msgid "Event type" msgstr "Hadisə tipi" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "%s buna dəyiş" @@ -11184,13 +11331,13 @@ msgid "On completion preserve" msgstr "Tamamlamada qoruma" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Təyinedici" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Təyinedici\"username@hostname\" formatında olmalıdır!" @@ -11216,9 +11363,9 @@ msgid "You must provide an event definition." msgstr "Bir hadisə tərifi verməlisiniz." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11257,127 +11404,133 @@ msgstr "" "almaq üçün təkmilləşdirilmiş 'mysqli' genişlənməsi istifadə edin." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Səhv tip prosedurları: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" "Bağışlayın, silinmiş(dropped) proseduraların bərpa edilməsi uğursuz oldu." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Prosedura %1$s dəyişdirildi." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Prosedura %1$s dəyişdirildi." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Prosedura %1$s yaradıldı." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Proseduranı redaktə et" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Prosedura adı" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametrlər" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "İstiqamət" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Parametr əlavə et" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Son parametri sil" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Geri dönüş tipi" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Geri dönüş uzunluğu/qiymətləri" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Geri dönüş seçənəkləri" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Təhlükəsizlik tipi" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11937,12 +12090,16 @@ msgid "You have revoked the privileges for %s." msgstr "%s üçün səlahiyyətləri geri aldınız." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "İstifadəçi əlavə et" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "İstifadəçi qrupları əlavə et" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "İstifadəçi üçün Verilənlər Bazası" #: libraries/server_privileges.lib.php:1946 @@ -11969,9 +12126,7 @@ msgid "User has been added." msgstr "İstifadəçi əlavə olundu." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12048,11 +12203,15 @@ msgstr "" "yenidən yüklə." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Sistem Giriş Məlumatını Dəyişdir / İstifadəçini Kopyala" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Eyni səlahiyyətlərə sahib yeni istifadəçi yarat və …" #: libraries/server_privileges.lib.php:3036 @@ -12072,7 +12231,9 @@ msgid "Add privileges on the following table:" msgstr "Aşağıdakı cədvəl üçün səlahiyyətləri müəyyən et:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Seçilən istifadəçiləri ləğv et" #: libraries/server_privileges.lib.php:3376 @@ -12107,40 +12268,50 @@ msgstr "" msgid "Deleting %s" msgstr "%s silinir" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s istifadeçisi mövcuddur!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s üçün səlahiyyətlər" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Yeni" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Səlahiyyətləri redaktə et:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "İstifadəçi qrupu" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "İstifadəçilərə ümumi baxış" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12153,11 +12324,11 @@ msgstr "" "içərisindəkilər webserver-in istifadə etdiklərindən fərqli ola bilər. Bu " "halda, davam etmədən əvvəl, səlahiyyətləri %syenidən yükləməlisiniz%s." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Yeni istifadəçi əlavə etdiniz." @@ -13314,7 +13485,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s cədvəli boşaldıldı." @@ -13327,13 +13498,13 @@ msgstr "" msgid "Tracking is not active." msgstr "İzləmə aktiv deyil." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "%s görünüşünü yığışdır." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "%s cədvəli ləğv edildi." @@ -13551,39 +13722,34 @@ msgstr "Yer istifadəsi" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s cədvəli uğurlu bir şəkildə dəyişdirildi." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s cədvəli uğurlu bir şəkildə dəyişdirildi." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Sorğu xətası" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Sütunlar uğurlu şəkildə daşındı." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Favoritlərə əlavə et" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Seçilmiş siyahı doludur!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Yaradılmış sorğular göstərilir" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relational key" msgid "Relation view" @@ -14044,18 +14210,6 @@ msgstr "" msgid "Wrong data" msgstr "Səhv məlumatlar" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Göstərmək üçün məlumat yoxdur" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14066,7 +14220,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "%s cədvəli artıq mövcuddur!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Cedvelin sxemini göster" @@ -14074,22 +14228,12 @@ msgstr "Cedvelin sxemini göster" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Daxili əlaqələr uğurla yeniləndi." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Thread %s uğurla söndürüldü (killed)." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14097,7 +14241,7 @@ msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Sütün adı '%s' MySQL'ə ayrılmış açar kəlimədir." msgstr[1] "Sütün adı '%s' MySQL'ə ayrılmış açar kəlimədir." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Sütun seçilməmişdir." @@ -14303,7 +14447,7 @@ msgid "subquery" msgstr "alt sorğu" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14371,13 +14515,13 @@ msgstr "Yeni Səhifə" msgid "Delete pages" msgstr "Hamısını Seç" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14637,37 +14781,37 @@ msgstr "Diaqram başlığı" msgid "X-Axis:" msgstr "X-Oxu:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Ardıcıllıq:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-Oxu nişanı:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X Dəyəri" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-Oxu nişanı:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Ardıcıllıq sütunu:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Qiymət sütunu:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Diaqramı şəkil olaraq yaddaşa ver" @@ -15897,6 +16041,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 0-a konfiqurasiya edilib" +#~ msgid "Add user" +#~ msgstr "İstifadəçi əlavə et" + +#~ msgid "Export Method:" +#~ msgstr "Eksport metodu:" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "" #~ "Bütün sətirlərə tətbiq etmək üçün funkasiya adının üzərinə Shift + " @@ -16085,11 +16235,6 @@ msgstr "concurrent_insert 0-a konfiqurasiya edilib" #~ msgid "pdf export page" #~ msgstr "Etibarsız eksport tipi" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Etibarsız eksport tipi" - #~ msgid "Click to sort" #~ msgstr "Sıralamaq üçün klikləyin" @@ -16831,10 +16976,6 @@ msgstr "concurrent_insert 0-a konfiqurasiya edilib" #~ msgid "Insert" #~ msgstr "Elave et" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Sorğunu Yenile" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Sil" diff --git a/po/be.po b/po/be.po index d71451aa0b..3445b32dfb 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-05-15 14:28+0200\n" "Last-Translator: Viktar Palstsiuk \n" "Language-Team: Belarusian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Кэш запытаў" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Кэш запытаў" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Кэш запытаў" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Колькасьць файлаў логу" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Пул буфэру" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Агулам" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Вольных старонак" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Атрымана" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Падлучэньні" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Працэсы" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Б" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КiБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МіБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГіБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТіБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПіБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЭіБ" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s табліц(ы)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Пэрсыдзкая" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафік" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Зьвяць зь сеткай" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1512,47 +1534,47 @@ msgstr "" msgid "None" msgstr "Няма" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1560,156 +1582,156 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Захаваць як файл" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Уключана" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Адключана" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Запыт выконваўся %01.4f сэк" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Загаловак справаздачы" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Лякальны" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Запыты чытаньня" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Прааналізаваць" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Тлумачыць SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1719,171 +1741,171 @@ msgstr "Тлумачыць SQL" msgid "Time" msgstr "Час" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Агулам" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Прафіляваньне" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Табліца" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Кадыроўка" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Налады экспарту базы дадзеных" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 #, fuzzy msgid "Filter" msgstr "Файлы" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy msgid "Sum of grouped rows:" msgstr "Колькасьць адсартаваных радкоў." -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Агулам" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Лякальны" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Абнавіць" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Імрарт" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Абнавіць запыт" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Дакумэнтацыя" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Падрабязьней…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy msgid "Justification" msgstr "Аўтэнтыфікацыя…" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1894,64 +1916,64 @@ msgstr "" msgid "Cancel" msgstr "Скасаваць" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Лякальны" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Працэсы" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ня выбраная база дадзеных." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1960,78 +1982,78 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Перайменаваць базу дадзеных у" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Капіяваць базу дадзеных у" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кадыроўка" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Адключыць праверку зьнешніх ключоў" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Памылка запісу на дыск." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Пошук" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL-запыт" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL-запыт" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Прагляд" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Выдаленьне %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2041,62 +2063,62 @@ msgstr "" msgid "Export" msgstr "Экспарт" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Колькасьць палёў" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Дадаць новага карыстальніка" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL-запыт" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL-запыт" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Рэдагаваць" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2104,94 +2126,94 @@ msgstr "Рэдагаваць" msgid "Delete" msgstr "Выдаліць" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Праглядзець зьнешнія значэньні" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Зьменная" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Ніводны радок ня выбраны" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Пошук у базе дадзеных" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Атрыбуты" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Першасны ключ быў дададзены да %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Зьмяніць" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2199,88 +2221,88 @@ msgstr "" msgid "End of step" msgstr "У канцы табліцы" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy msgid "Done" msgstr "Дадзеныя" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Ня выбраная база дадзеных." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Дадаць прывілеі на наступную табліцу" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Ня выбраная база дадзеных." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2289,474 +2311,474 @@ msgstr "Ня выбраная база дадзеных." msgid "Save" msgstr "Захаваць" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL-запыт" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL-запыт" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Пошук" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Назвы калёнак" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Назвы калёнак" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy msgid "Maximum value:" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL-запыт" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL-запыт" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Дадаць/выдаліць калёнку крытэру" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Памер указальніка на дадзеныя" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ігнараваць" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Скапіяваць" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Радкі падзеленыя" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Выберыце спасылкавы ключ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Выберыце зьнешні ключ" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Выберыце поле для адлюстраваньня" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Старонка:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Выбраць усё" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Выбраць усё" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Вольных старонак" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Выбраць усё" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Калі ласка, выберыце старонку для рэдагаваньня" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Рэляцыйная схема" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Мадыфікацыі былі захаваныя" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of fields" msgid "Add an option for column \"%s\"." msgstr "Колькасьць палёў" -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%1$d row(s) affected." msgid "%d object(s) created." msgstr "Зьменена радкоў: %1$d." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Адправіць" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Назвы калёнак" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Паказаць усе" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Першапачатковая пазыцыя" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Скасаваць" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Спынена" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Імпартаваць файлы" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Парог файла логу" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Выберыце табліцу(ы)" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Назвы калёнак" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Згенэраваць пароль" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Згенэраваць" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Зьмяніць пароль" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пан" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Паказаць усе" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Дадаць новае поле" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Паказаць сетку" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Налады экспарту базы дадзеных" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Налады экспарту базы дадзеных" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Табліц" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Выгляд" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Працэдуры" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Падзея" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Функцыі" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2764,137 +2786,137 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy msgid ", latest stable version:" msgstr "Стварыць сувязь" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Стварыць сувязь" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "ID сэрвэра" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Паказаць адкрытыя табліцы" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ігнараваць" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Паказаць гэты запыт зноў" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Ці сапраўды вы жадаеце " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL-запыт" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Камэнтар да табліцы" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL-запыт" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Папярэдняя старонка" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2902,96 +2924,96 @@ msgid "Next" msgstr "Наступная старонка" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Агулам" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Двайковы" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Сак" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Кра" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Тра" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Чэр" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Ліп" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Жні" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Кас" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Сту" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Сак" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Кра" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2999,78 +3021,78 @@ msgid "May" msgstr "Тра" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Чэр" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Ліп" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Жні" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Кас" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Ліс" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Сьн" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ндз" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пан" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Аўт" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пят" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3078,86 +3100,86 @@ msgid "Sun" msgstr "Ндз" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Пан" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Аўт" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Сер" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Цач" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Пят" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ндз" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пан" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Аўт" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сер" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Цач" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пят" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3166,140 +3188,140 @@ msgstr "Wiki" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Няма" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "выкарыстоўваецца" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "у сэкунду" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Выкарыстоўваць тэкставае поле" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d не зьяўляецца карэктным нумарам радка." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Памылка" @@ -3368,16 +3390,16 @@ msgstr "у гадзіну" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Памер шрыфта" @@ -3398,7 +3420,7 @@ msgid "Requery" msgstr "па запыту" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3407,7 +3429,7 @@ msgstr "па запыту" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3497,7 +3519,7 @@ msgid "History" msgstr "Гісторыя SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3520,7 +3542,7 @@ msgstr "Гісторыя SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Налады" @@ -3613,7 +3635,7 @@ msgid "Count:" msgstr "Назвы калёнак" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3679,10 +3701,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Перайсьці да скапіяванай табліцы" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3690,10 +3712,10 @@ msgstr "Перайсьці да скапіяванай табліцы" msgid "Ascending" msgstr "прамы" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3947,31 +3969,31 @@ msgstr "Зьняць усе адзнакі" msgid "Inside column:" msgstr "Унутры поля:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "Хатняя тэчка дадзеных" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Дадаць/выдаліць калёнку крытэру" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Файлы" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Пошук у базе дадзеных" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3979,7 +4001,7 @@ msgctxt "First page" msgid "Begin" msgstr "Першая старонка" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3988,7 +4010,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Папярэдняя старонка" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3997,7 +4019,7 @@ msgctxt "Next page" msgid "Next" msgstr "Наступная старонка" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -4005,97 +4027,98 @@ msgctxt "Last page" msgid "End" msgstr "Апошняя старонка" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Усе" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Колькасьць палёў" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Сартаваць па ключы" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Частковыя тэксты" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Поўныя тэксты" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Ключ сувязі" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Адлюстраванае поле сувязі" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Пераўтварэньне MIME-тыпу браўзэрам" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Радок быў выдалены" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Спыніць" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Значэньне можа быць прыблізным. Гл. [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Ваш SQL-запыт быў пасьпяхова выкананы" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4104,39 +4127,39 @@ msgstr "" "Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да " "%sдакумэнтацыі%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Паказаныя запісы" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "усяго" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Запыт выконваўся %01.4f сэк" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "З адзначанымі:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4145,26 +4168,26 @@ msgstr "З адзначанымі:" msgid "Check All" msgstr "Адзначыць усё" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Вэрсія для друку" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Дзеяньні з вынікамі запытаў" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Паказаць PDF-схему" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4302,7 +4325,7 @@ msgstr "Колькасьць элемэнтаў" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4312,7 +4335,7 @@ msgid "Collation" msgstr "Супастаўленьне" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Камэнтар" @@ -4327,7 +4350,7 @@ msgid "Index %s has been dropped." msgstr "Індэкс %s быў выдалены." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4345,7 +4368,7 @@ msgstr "" "іх, магчыма, можна выдаліць." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сэрвэр" @@ -4362,7 +4385,7 @@ msgstr "Выгляд" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4393,7 +4416,7 @@ msgstr "Уставіць" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Прывілеі" @@ -4458,17 +4481,17 @@ msgid "Central columns" msgstr "Дадаць/выдаліць калёнку крытэру" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Базы дадзеных" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Карыстальнік" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4553,7 +4576,7 @@ msgid "Could not save favorite table!" msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4581,7 +4604,7 @@ msgid "Recent" msgstr "Скінуць" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5178,16 +5201,16 @@ msgstr "Максымальны памер: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Адказ MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Тлумачыць SQL" @@ -5204,7 +5227,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Без PHP-коду" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Стварыць PHP-код" @@ -5302,6 +5325,12 @@ msgstr "Апошняе абнаўленьне" msgid "Last check" msgstr "Апошняя праверка" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Карыстальнік" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5401,8 +5430,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5410,7 +5439,7 @@ msgstr "Назва" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Даўжыня/Значэньні*" @@ -5725,7 +5754,7 @@ msgid "Not a valid port number!" msgstr "%d не зьяўляецца карэктным нумарам радка." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5736,37 +5765,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Зьменная" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5781,7 +5810,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6198,7 +6227,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6208,7 +6237,7 @@ msgstr "Выразы" msgid "Save as file" msgstr "Захаваць як файл" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Кадыроўка файла:" @@ -6225,8 +6254,8 @@ msgstr "Сьціск" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6238,16 +6267,16 @@ msgstr "Сьціск" msgid "Put columns names in the first row" msgstr "Пазначыць назвы палёў у першым радку" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Палі ўзятыя ў" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6257,8 +6286,8 @@ msgstr "Палі экрануюцца" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6268,15 +6297,15 @@ msgstr "Замяняць NULL на" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Радкі падзеленыя" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6305,8 +6334,8 @@ msgid "Table name template" msgstr "Шаблён назвы файла" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6336,14 +6365,14 @@ msgid "Label key" msgstr "Ключ меткі" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-тып" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Сувязі" @@ -6353,511 +6382,517 @@ msgstr "Сувязі" msgid "Export method" msgstr "Тып экспарту" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Перазапісваць існуючы(я) файл(ы)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "гарызантальна (павернутыя загалоўкі)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Шаблён назвы файла" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Дадаць значэньне AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Зваротнае двукосьсе ў імёнах табліц і палёў" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Рэжым сумяшчальнасьці SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Стварэньне/Абнаўленьне/Праверка дат" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Выкарыстоўваць адкладзеныя ўстаўкі" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Адключыць праверку зьнешніх ключоў" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Стварыць новую табліцу ў БД %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Дадаць %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Шаснаццатковыя значэньні для поляў тыпу BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Выкарыстоўваць устаўкі ігнараваньняў" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Максымальная даўжыня створанага запыту" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Тып экспарту" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Экспартаваць за адну транзакцыю" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Тып экспарту" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Адключыць праверку зьнешніх ключоў" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Рэжым аўтаматычнага ўзнаўленьня" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 #, fuzzy msgid "Export defaults" msgstr "Імпартаваць файлы" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Згенэраваць" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Імпартаваць файлы" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сэрвэры" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Дадаць новае поле" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Старонка:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy msgid "Authentication" msgstr "Аўтэнтыфікацыя…" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy msgid "Authentication settings." msgstr "Аўтэнтыфікацыя…" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Супастаўленьне падлучэньня да MySQL" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 #, fuzzy msgid "Customize import defaults" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Стан" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "База дадзеных для карыстальніка" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "База дадзеных для карыстальніка" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Табліца" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Рэляцыйная схема" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Памер паперы" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Выкарыстоўваць тэкставае поле" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Тэкст Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -6868,119 +6903,119 @@ msgstr "" "скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня " "вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Фармат імпартаванага файла" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Выкарыстоўваць ключавое слова LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Пазначыць назвы палёў у першым радку" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Колькасьць (запытаў), якія трэба прапусьціць ад пачатку" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Дадаць значэньне AUTO_INCREMENT" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 #, fuzzy msgid "Number of inserted rows" msgstr "Колькасьць адсартаваных радкоў." -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6988,51 +7023,51 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 #, fuzzy msgid "Maximum databases" msgstr "Базы дадзеных адсутнічаюць" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7040,13 +7075,13 @@ msgid "" "the navigation tree." msgstr "Колькасьць аб'яднаньняў, якія правялі поўны прагляд першай табліцы." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Максымальны памер для часовых файлаў сартаваньня" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7054,99 +7089,99 @@ msgid "" "tree." msgstr "Колькасьць аб'яднаньняў, якія правялі поўны прагляд першай табліцы." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Абмежаваньні рэсурсаў" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -7154,1047 +7189,1059 @@ msgid "" "display a filter box." msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 #, fuzzy msgid "Database tree separator" msgstr "Шаблён назвы файла" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Загаловак табліцы" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Паказаць табліцы" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Паказаць працэсы" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Колькасьць адкрытых табліц." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy msgid "Recently used tables" msgstr "Праверыць табліцу" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Зьмяніць парадак табліцы" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Загаловак табліцы" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Перайменаваць табліцу ў" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Першасны ключ быў дададзены да %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Патокаў узнаўленьня" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Адлюстраванае поле сувязі" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "Хатняя тэчка дадзеных" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 #, fuzzy msgid "Host authorization order" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 #, fuzzy msgid "Host authorization rules" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Значэньне сэсіі" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy msgid "Authentication method to use." msgstr "Аўтэнтыфікацыя…" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 #, fuzzy msgid "Authentication type" msgstr "Аўтэнтыфікацыя…" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Немагчыма залагавацца на сэрвэр MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Падлучэньні" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Любы хост" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Любы хост" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Базы дадзеных адсутнічаюць" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "імя сэрвэра" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Стварыць новую табліцу ў БД %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Дадаць/выдаліць калёнку крытэру" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Не зьмяняць пароль" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "імя базы дадзеных" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "ID сэрвэра" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Аналізаваць табліцу" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Зьменныя" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Рамантаваць табліцу" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Выбар сэрвэра" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "Enable SSL for connection to MySQL server." msgstr "Колькасьць сынхранізавыных запісаў, зробленых у лог-файл." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Паказваць камэнтары калёнак" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дэфрагмэнтаваць табліцу" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Выразы" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Рэжым аўтаматычнага ўзнаўленьня" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Выкарыстоўваць табліцы" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Выкарыстоўваць табліцу хостаў" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Камэнтар да табліцы" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Паказаць інфармацыю пра PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Паказаць стан залежных сэрвэраў" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Паказаць адкрытыя табліцы" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Паказаць поўныя запыты" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Статыстыка радку" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 #, fuzzy msgid "Skip locked tables" msgstr "Паказаць адкрытыя табліцы" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Дадаць/выдаліць калёнку крытэру" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy msgid "Default title" msgstr "Перайменаваць базу дадзеных у" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8202,53 +8249,53 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 #, fuzzy msgid "Upload directory" msgstr "Хатняя тэчка дадзеных" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8256,85 +8303,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Імя карыстальніка:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Пароль" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "ID сэрвэра" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" @@ -8364,53 +8411,86 @@ msgstr "Апаратная аўтэнтыфікацыя скончылася н msgid "Signon authentication" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV з выкарыстаньнем LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Спэцыфікацыя Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Іншы колер" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV для дадзеных MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Тэкст Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Базы дадзеных адсутнічаюць" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Табліца %1$s была пасьпяхова зьмененая." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Паток %s быў пасьпяхова спынены." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Унутраная сувязь дададзеная" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8425,12 +8505,12 @@ msgstr "" msgid "No change" msgstr "Няма зьменаў" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8491,6 +8571,7 @@ msgid "Create database" msgstr "Стварыць новую базу дадзеных" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Стварыць" @@ -8506,7 +8587,7 @@ msgid "No Privileges" msgstr "Без прывілеяў" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Стварыць табліцу" @@ -8522,122 +8603,164 @@ msgstr "" "Немагчыма загрузіць плагіны экспартаваньня, калі ласка, праверце ўсталяваныя " "файлы!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Дазваляе блякаваць табліцы для бягучага патоку." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Стварыць новую табліцу ў БД %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Стварыць новую табліцу ў БД %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Тып экспарту" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Шаблён назвы файла" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Імя табліцы" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Шаблён назвы файла" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s табліц(ы)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Абнавіць запыт" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Выберыце табліцу(ы)" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Тып экспарту" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy msgid "Custom - display all possible options" msgstr "Налады экспарту базы дадзеных" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Базы дадзеных" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Табліц" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Фармат" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Опцыі пераўтварэньня" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy msgid "Encoding Conversion:" msgstr "Вэрсія кліента MySQL" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Радкі" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Захаваць на сэрвэры ў тэчцы %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Шаблён назвы файла" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8652,96 +8775,96 @@ msgstr "" "выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя " "наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Кадыроўка файла:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Сьціск" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "архіваваны ў zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "архіваваны ў gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Захаваць як файл" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Стварыць новую табліцу ў БД %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "гарызантальна (павернутыя загалоўкі)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Захаваць як файл" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Выберыце табліцу(ы)" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Выберыце табліцу(ы)" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "імя базы дадзеных" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Няма табліц" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Назвы калёнак" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9301,7 +9424,7 @@ msgid "Dump has been saved to file %s." msgstr "Дамп захаваны ў файл %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)." @@ -9379,7 +9502,7 @@ msgstr "Схаваць" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функцыя" @@ -9463,7 +9586,7 @@ msgstr "" "CTRL+стрэлкі для перамяшчэньня ў любое іншае месца" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9935,7 +10058,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10234,239 +10357,250 @@ msgstr "" msgid "Rename database to" msgstr "Перайменаваць базу дадзеных у" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Вы ня маеце дастатковых прывілеяў быць у гэтым месцы ў гэты час!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Рэдагаваць прывілеі" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "База дадзеных %s была выдаленая." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Перайменаваць базу дадзеных у" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Базы дадзеных адсутнічаюць" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Толькі структуру" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структуру і дадзеныя" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Толькі дадзеныя" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Капіяваць базу дадзеных у" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "выканаць CREATE DATABASE перад капіяваньнем" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Дадаць абмежаваньні" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Перайсьці да скапіяванай базы дадзеных" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Зьмяніць парадак табліцы" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(асобна)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Перанесьці табліцу ў (база дадзеных.табліца)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Перайменаваць табліцу ў" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Камэнтар да табліцы" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Опцыі табліцы" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Машына захаваньня дадзеных" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Скапіяваць табліцу ў (база дадзеных.табліца)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Перайсьці да скапіяванай табліцы" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Абслугоўваньне табліцы" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Аналізаваць табліцу" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Праверыць табліцу" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Праверыць табліцу" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дэфрагмэнтаваць табліцу" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Кэш табліцы %s быў ачышчаны." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Скінуць кэш табліцы (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Аптымізаваць табліцу" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Рамантаваць табліцу" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Дамп дадзеных табліцы" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Базы дадзеных адсутнічаюць" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Прааналізаваць" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Праверыць" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Аптымізаваць" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Перабудаваць" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Адрамантаваць" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Няма табліц" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Падтрымка падзелаў" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Падзел %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Скасаваць падзел на часткі" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Праверыць цэласнасьць дадзеных:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Немагчыма перанесьці табліцу ў саму сябе!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Немагчыма скапіяваць табліцу ў саму сябе!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табліца %s была перанесеная ў %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табліца %s была скапіяваная ў %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Табліца %s была перанесеная ў %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Табліца %s была скапіяваная ў %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Пустая назва табліцы!" @@ -10681,7 +10815,7 @@ msgstr "Падзея" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11770,54 +11904,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Перайменаваць табліцу ў" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Тып экспарту" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "няма апісаньня" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -12000,6 +12139,7 @@ msgstr "Імя карыстальніка" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Імя карыстальніка" @@ -12166,10 +12306,10 @@ msgid "Master server changed successfully to %s." msgstr "Прывілеі былі пасьпяхова перазагружаныя." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12192,7 +12332,7 @@ msgstr "Табліца %s была выдаленая" msgid "Event %1$s has been created." msgstr "Табліца %1$s створаная." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12202,7 +12342,8 @@ msgstr "" msgid "Edit event" msgstr "Вэб-сэрвэр" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12220,7 +12361,7 @@ msgid "Event type" msgstr "Тып падзеі" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12256,13 +12397,13 @@ msgid "On completion preserve" msgstr "Поўная ўстаўка" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12290,9 +12431,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12329,134 +12470,140 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Некарэктны індэкс сэрвэра: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Табліца %s была выдаленая" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Табліца %s была выдаленая" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Табліца %1$s створаная." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy msgid "Edit routine" msgstr "Вэб-сэрвэр" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Працэдуры" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Прамыя лініі сувязяў" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Дадаць новае поле" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Перайменаваць базу дадзеных у" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Тып працэдуры" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Даўжыня/Значэньні*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Опцыі табліцы" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Тып запыту" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Некарэктнае імя табліцы" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Дазваляе выкананьне праграмаў, якія захоўваюцца." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12464,13 +12611,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13084,14 +13231,16 @@ msgid "You have revoked the privileges for %s." msgstr "Вы анулявалі прывілеі для %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Любы карыстальнік" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "База дадзеных для карыстальніка" #: libraries/server_privileges.lib.php:1946 @@ -13122,9 +13271,7 @@ msgid "User has been added." msgstr "Выгляд %s быў выдалены" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13205,11 +13352,15 @@ msgstr "" "… выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Стварыць новага карыстальніка з такімі ж прывілеямі і …" #: libraries/server_privileges.lib.php:3036 @@ -13235,7 +13386,9 @@ msgid "Add privileges on the following table:" msgstr "Дадаць прывілеі на наступную табліцу" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Выдаліць выбраных карыстальнікаў" #: libraries/server_privileges.lib.php:3376 @@ -13270,45 +13423,51 @@ msgstr "Вы зьмянілі прывілеі для %s." msgid "Deleting %s" msgstr "Выдаленьне %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Прывілеі былі пасьпяхова перазагружаныя." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Карыстальнік %s ужо існуе!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Прывілеі" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Рэдагаваць прывілеі" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Карыстальнік" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Карыстальнікі" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13321,11 +13480,11 @@ msgstr "" "якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку " "вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Быў дададзены новы карыстальнік." @@ -14690,7 +14849,7 @@ msgstr "Няправільны ідэнтыфікатар" msgid "Unknown Punctuation String" msgstr "Невядомы сымбаль пунктуацыі" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Табліца %s была ачышчаная." @@ -14703,14 +14862,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Выгляд %s быў выдалены" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14963,45 +15122,40 @@ msgstr "Выкарыстаньне прасторы" msgid "Effective" msgstr "Эфэктыўнасьць" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Табліца %1$s была пасьпяхова зьмененая." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Табліца %1$s была пасьпяхова зьмененая." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Тып запыту" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Выбраныя карыстальнікі былі пасьпяхова выдаленыя." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Дадаць новага карыстальніка" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Паказаць поўныя запыты" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15473,20 +15627,6 @@ msgstr "" msgid "Wrong data" msgstr "Базы дадзеных адсутнічаюць" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Базы дадзеных адсутнічаюць" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15497,7 +15637,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Табліца %s ужо існуе!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Праглядзець дамп (схему) табліцы" @@ -15505,24 +15645,12 @@ msgstr "Праглядзець дамп (схему) табліцы" msgid "Invalid table name" msgstr "Некарэктнае імя табліцы" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Унутраная сувязь дададзеная" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Паток %s быў пасьпяхова спынены." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15530,7 +15658,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15762,7 +15890,7 @@ msgid "subquery" msgstr "па запыту" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Стварыць сувязь" @@ -15847,13 +15975,13 @@ msgstr "Імя карыстальніка" msgid "Delete pages" msgstr "Выбраць усё" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Абнавіць" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Дапамога" @@ -16152,42 +16280,42 @@ msgstr "Загаловак справаздачы" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL-запыт" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Значэньне" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside field:" msgid "Series column:" msgstr "Унутры поля:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Колькасьць палёў" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17521,6 +17649,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "максымум адначасовых злучэньняў" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Любы карыстальнік" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Тып экспарту" + #~ msgid "Print view (with full texts)" #~ msgstr "Вэрсія для друку (з усім тэкстам)" @@ -17763,10 +17901,6 @@ msgstr "максымум адначасовых злучэньняў" #~ msgid "pdf export page" #~ msgstr "Тып экспарту" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Тып экспарту" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -18739,10 +18873,6 @@ msgstr "максымум адначасовых злучэньняў" #~ msgid "Insert" #~ msgstr "Уставіць" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Абнавіць запыт" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Выдаліць" diff --git a/po/be@latin.po b/po/be@latin.po index 4bacef21b5..b8fa3d5ccf 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-28 11:02+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Belarusian (latin) Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Keš zapytaŭ" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Keš zapytaŭ" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Keš zapytaŭ" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Kolkaść fajłaŭ łogu" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Puł buferu" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ahułam" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Volnych staronak" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Atrymana" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Padłučeńni" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Pracesy" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s tablic(y)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "Suviazi" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Źviać ź sietkaj" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1521,47 +1543,47 @@ msgstr "" msgid "None" msgstr "Nijakaja" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1569,158 +1591,158 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Zachavać jak fajł" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Uklučana" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Adklučana" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Zapyt vykonvaŭsia %01.4f sek" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Zahałovak spravazdačy" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Reload privileges" msgid "Analysing logs" msgstr "Pierazahruzić pryvilei" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Zapyty čytańnia" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "No databases" msgid "Jump to Log table" msgstr "Bazy dadzienych adsutničajuć" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Bazy dadzienych adsutničajuć" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Praanalizavać" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Tłumačyć SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1730,174 +1752,174 @@ msgstr "Tłumačyć SQL" msgid "Time" msgstr "Čas" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Ahułam" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Prafilavańnie" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tablica" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Kadyroŭka" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Opcyi tablicy" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "Kolkaść paloŭ" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ahułam" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Reload privileges" msgid "Loading logs" msgstr "Pierazahruzić pryvilei" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Abnavić" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Imrart" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Abnavić zapyt" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dakumentacyja" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Padrabiaźniej…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authenticating…" msgid "Justification" msgstr "Aŭtentyfikacyja…" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1908,65 +1930,65 @@ msgstr "" msgid "Cancel" msgstr "Skasavać" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Reload privileges" msgid "Loading…" msgstr "Pierazahruzić pryvilei" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Pracesy" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nia vybranaja baza dadzienych." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1975,80 +1997,80 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Pierajmienavać bazu dadzienych u" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kapijavać bazu dadzienych u" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Kadyroŭka" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Pamyłka zapisu na dysk." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Pošuk" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "pa zapytu" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "Showing SQL query" msgid "Show search results" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Prahlad" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Vydaleńnie %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2058,65 +2080,65 @@ msgstr "" msgid "Export" msgstr "Ekspart" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Kolkaść paloŭ" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "Dadać novaha karystalnika" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "pa zapytu" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "Showing SQL query" msgid "Show query box" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Redagavać" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2124,94 +2146,94 @@ msgstr "Redagavać" msgid "Delete" msgstr "Vydalić" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Prahladzieć źniešnija značeńni" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Źmiennaja" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Nivodny radok nia vybrany" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Pošuk u bazie dadzienych" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atrybuty" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Pieršasny kluč byŭ dadadzieny da %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Źmianić" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2219,89 +2241,89 @@ msgstr "" msgid "End of step" msgstr "U kancy tablicy" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nijakaja" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Nia vybranaja baza dadzienych." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Dadać pryvilei na nastupnuju tablicu" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Nia vybranaja baza dadzienych." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2310,481 +2332,481 @@ msgstr "Nia vybranaja baza dadzienych." msgid "Save" msgstr "Zachavać" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "pa zapytu" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "Showing SQL query" msgid "Show search criteria" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Pošuk" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Nazvy kalonak" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Nazvy kalonak" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "in query" msgid "Hide find and replace criteria" msgstr "pa zapytu" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Showing SQL query" msgid "Show find and replace criteria" msgstr "U vyhladzie SQL-zapytu" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dadać/vydalić kalonku kryteru" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Pamier ukazalnika na dadzienyja" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignaravać" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Skapijavać" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Radki padzielenyja" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Vybierycie spasyłkavy kluč" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Vybierycie źniešni kluč" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Vybierycie pole dla adlustravańnia" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Staronka:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Vybrać usio" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Vybrać usio" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Volnych staronak" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Vybrać usio" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Kali łaska, vybierycie staronku dla redagavańnia" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Relacyjnaja schiema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Madyfikacyi byli zachavanyja" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of fields" msgid "Add an option for column \"%s\"." msgstr "Kolkaść paloŭ" -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%1$d row(s) affected." msgid "%d object(s) created." msgstr "Źmieniena radkoŭ: %1$d." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Adpravić" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Nazvy kalonak" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Pakazać usie" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Pieršapačatkovaja pazycyja" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Skasavać" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Spyniena" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import files" msgid "Import status" msgstr "Impartavać fajły" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Paroh fajła łogu" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Vybierycie tablicu(y)" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "No tables" msgid "Go to link:" msgstr "Niama tablic" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Nazvy kalonak" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Zgieneravać parol" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Zgieneravać" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Źmianić parol" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pan" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Pakazać usie" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Dadać novaje pole" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Pakazać sietku" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Use text field" msgid "Link with main panel" msgstr "Vykarystoŭvać tekstavaje pole" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Use text field" msgid "Unlink from main panel" msgstr "Vykarystoŭvać tekstavaje pole" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tablic" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Vyhlad" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Pracedury" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Padzieja" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funkcyi" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Vyłučany karystalnik nia znojdzieny ŭ tablicy pryvilejaŭ." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2792,139 +2814,139 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "Bazy dadzienych adsutničajuć" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create" msgid "Create view" msgstr "Stvaryć" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Pakazać adkrytyja tablicy" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignaravać" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Pakazać hety zapyt znoŭ" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Ci sapraŭdy vy žadajecie " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Execute bookmarked query" msgid "%s queries executed %s times in %s seconds." msgstr "Vykanać zapyt z zakładak" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Kamentar da tablicy" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "in query" msgid "Hide arguments" msgstr "pa zapytu" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Papiaredniaja staronka" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2932,96 +2954,96 @@ msgid "Next" msgstr "Nastupnaja staronka" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ahułam" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Dvajkovy" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Sak" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Kra" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Tra" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Čer" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Lip" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Žni" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Kas" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Sak" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Kra" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -3029,78 +3051,78 @@ msgid "May" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Čer" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Žni" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Vier" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Śn" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ndz" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pan" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Aŭt" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Piat" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3108,86 +3130,86 @@ msgid "Sun" msgstr "Ndz" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pan" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Aŭt" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Sier" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Cač" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Piat" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ndz" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pan" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Aŭt" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sier" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cač" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Piat" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3196,140 +3218,140 @@ msgstr "Wiki" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Nijakaja" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "vykarystoŭvajecca" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "u sekundu" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Vykarystoŭvać tekstavaje pole" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d nie źjaŭlajecca karektnym numaram radka." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Pamyłka" @@ -3398,16 +3420,16 @@ msgstr "u hadzinu" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Pamier šryfta" @@ -3428,7 +3450,7 @@ msgid "Requery" msgstr "pa zapytu" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3437,7 +3459,7 @@ msgstr "pa zapytu" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3527,7 +3549,7 @@ msgid "History" msgstr "Historyja SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3550,7 +3572,7 @@ msgstr "Historyja SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Nałady" @@ -3645,7 +3667,7 @@ msgid "Count:" msgstr "Nazvy kalonak" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3713,10 +3735,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pierajści da skapijavanaj tablicy" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3724,10 +3746,10 @@ msgstr "Pierajści da skapijavanaj tablicy" msgid "Ascending" msgstr "pramy" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3983,31 +4005,31 @@ msgstr "Źniać usie adznaki" msgid "Inside column:" msgstr "Unutry pola:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Dadać/vydalić kalonku kryteru" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Files" msgid "Filter rows" msgstr "Fajły" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Pošuk u bazie dadzienych" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -4015,7 +4037,7 @@ msgctxt "First page" msgid "Begin" msgstr "Pieršaja staronka" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -4024,7 +4046,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Papiaredniaja staronka" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -4033,7 +4055,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nastupnaja staronka" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -4041,97 +4063,98 @@ msgctxt "Last page" msgid "End" msgstr "Apošniaja staronka" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Usie" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Kolkaść paloŭ" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sartavać pa klučy" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Častkovyja teksty" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Poŭnyja teksty" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Kluč suviazi" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Adlustravanaje pole suviazi" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Pieraŭtvareńnie MIME-typu braŭzeram" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Radok byŭ vydaleny" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Spynić" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Značeńnie moža być prybliznym. Hł. [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Vaš SQL-zapyt byŭ paśpiachova vykanany" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4140,39 +4163,39 @@ msgstr "" "Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da " "%sdakumentacyi%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Pakazanyja zapisy" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "usiaho" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Zapyt vykonvaŭsia %01.4f sek" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Z adznačanymi:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4181,26 +4204,26 @@ msgstr "Z adznačanymi:" msgid "Check All" msgstr "Adznačyć usio" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Versija dla druku" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Pakazać PDF-schiemu" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4338,7 +4361,7 @@ msgstr "Kolkaść elementaŭ" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4348,7 +4371,7 @@ msgid "Collation" msgstr "Supastaŭleńnie" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kamentar" @@ -4363,7 +4386,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s byŭ vydaleny." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4381,7 +4404,7 @@ msgstr "" "ich, mahčyma, možna vydalić." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4398,7 +4421,7 @@ msgstr "Vyhlad" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4429,7 +4452,7 @@ msgstr "Ustavić" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Pryvilei" @@ -4494,17 +4517,17 @@ msgid "Central columns" msgstr "Dadać/vydalić kalonku kryteru" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bazy dadzienych" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Karystalnik" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4589,7 +4612,7 @@ msgid "Could not save favorite table!" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4620,7 +4643,7 @@ msgid "Recent" msgstr "Skinuć" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5222,16 +5245,16 @@ msgstr "Maksymalny pamier: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Adkaz MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Tłumačyć SQL" @@ -5248,7 +5271,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Biez PHP-kodu" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Stvaryć PHP-kod" @@ -5346,6 +5369,12 @@ msgstr "Apošniaje abnaŭleńnie" msgid "Last check" msgstr "Apošniaja pravierka" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Karystalnik" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5446,8 +5475,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5455,7 +5484,7 @@ msgstr "Nazva" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Daŭžynia/Značeńni*" @@ -5771,7 +5800,7 @@ msgid "Not a valid port number!" msgstr "%d nie źjaŭlajecca karektnym numaram radka." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5782,37 +5811,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Źmiennaja" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5827,7 +5856,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6244,7 +6273,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6254,7 +6283,7 @@ msgstr "Vyrazy" msgid "Save as file" msgstr "Zachavać jak fajł" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -6270,8 +6299,8 @@ msgstr "Ścisk" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6283,16 +6312,16 @@ msgstr "Ścisk" msgid "Put columns names in the first row" msgstr "Paznačyć nazvy paloŭ u pieršym radku" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Pali ŭziatyja ŭ" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6302,8 +6331,8 @@ msgstr "Pali ekranujucca" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6313,15 +6342,15 @@ msgstr "Zamianiać NULL na" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Radki padzielenyja" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6347,8 +6376,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6378,14 +6407,14 @@ msgid "Label key" msgstr "Kluč mietki" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-typ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Suviazi" @@ -6395,638 +6424,644 @@ msgstr "Suviazi" msgid "Export method" msgstr "Typ ekspartu" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Pierazapisvać isnujučy(ja) fajł(y)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "haryzantalna (paviernutyja zahałoŭki)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dadać značeńnie AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Režym sumiaščalnaści SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Stvareńnie/Abnaŭleńnie/Pravierka dat" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Vykarystoŭvać adkładzienyja ŭstaŭki" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Dadać %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Šasnaccatkovyja značeńni dla polaŭ typu BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Vykarystoŭvać ustaŭki ignaravańniaŭ" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maksymalnaja daŭžynia stvoranaha zapytu" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Ekspart" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Ekspartavać za adnu tranzakcyju" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Zgieneravać" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database export options" msgid "Databases display options." msgstr "Nałady ekspartu bazy dadzienych" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Use text field" msgid "Navigation tree" msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servery" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Relational display field" msgid "Servers display options." msgstr "Adlustravanaje pole suviazi" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "Opcyi tablicy" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Dadać novaje pole" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Staronka:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "Aŭtentyfikacyja…" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Supastaŭleńnie padłučeńnia da MySQL" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Use text field" msgid "Customize navigation panel" msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Use text field" msgid "Customize main panel" msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "Server variables and settings" msgid "SQL queries settings." msgstr "Nałady i źmiennyja servera" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza dadzienych dla karystalnika" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Baza dadzienych dla karystalnika" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relacyjnaja schiema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Pamier papiery" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Tekst Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Farmat impartavanaha fajła" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Vykarystoŭvać klučavoje słova LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Paznačyć nazvy paloŭ u pieršym radku" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Kolkaść (zapytaŭ), jakija treba prapuścić ad pačatku" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dadać značeńnie AUTO_INCREMENT" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -7034,50 +7069,50 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7085,13 +7120,13 @@ msgid "" "the navigation tree." msgstr "Kolkaść ab'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Maksymalny pamier dla časovych fajłaŭ sartavańnia" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7099,99 +7134,99 @@ msgid "" "tree." msgstr "Kolkaść ab'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Use text field" msgid "Show logo in navigation panel." msgstr "Vykarystoŭvać tekstavaje pole" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -7199,1038 +7234,1050 @@ msgid "" "display a filter box." msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Zahałovak tablicy" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Pakazać tablicy" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Pakazać pracesy" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Kolkaść adkrytych tablic." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analizavać tablicu" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Źmianić paradak tablicy" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Zahałovak tablicy" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Pierajmienavać tablicu ŭ" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Pieršasny kluč byŭ dadadzieny da %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Patokaŭ uznaŭleńnia" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Adlustravanaje pole suviazi" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Relational display field" msgid "For display Options" msgstr "Adlustravanaje pole suviazi" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Značeńnie sesii" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "Aŭtentyfikacyja…" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Niemahčyma załahavacca na server MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Luby chost" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Luby chost" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Stvaryć novuju tablicu ŭ BD %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Dadać/vydalić kalonku kryteru" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Nie źmianiać parol" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "imia bazy dadzienych" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizavać tablicu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Źmiennyja" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "Enable SSL for connection to MySQL server." msgstr "Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Pakazvać kamentary kalonak" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defrahmentavać tablicu" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Vyrazy" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Vykarystoŭvać tablicy" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Vykarystoŭvać tablicu chostaŭ" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Kamentar da tablicy" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Pakazać infarmacyju pra PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Pakazać stan zaležnych serveraŭ" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Pakazać adkrytyja tablicy" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "pa zapytu" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dadać/vydalić kalonku kryteru" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Pa zmoŭčańni" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8238,52 +8285,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8291,86 +8338,86 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Imia karystalnika:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parol" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Vykanać zapyt z zakładak" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" @@ -8404,55 +8451,88 @@ msgstr "Aŭtentyfikacyja…" msgid "Signon authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV z vykarystańniem LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Specyfikacyja Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Inšy koler" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy #| msgid "Database export options" msgid "Database export options" msgstr "Nałady ekspartu bazy dadzienych" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV dla dadzienych MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Tekst Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Bazy dadzienych adsutničajuć" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tablica %1$s była paśpiachova źmienienaja." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Patok %s byŭ paśpiachova spynieny." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Unutranaja suviaź dadadzienaja" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8467,12 +8547,12 @@ msgstr "" msgid "No change" msgstr "Niama źmienaŭ" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8533,6 +8613,7 @@ msgid "Create database" msgstr "Stvaryć novuju bazu dadzienych" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Stvaryć" @@ -8548,7 +8629,7 @@ msgid "No Privileges" msgstr "Biez pryvilejaŭ" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Stvaryć tablicu" @@ -8564,120 +8645,163 @@ msgstr "" "Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie " "ŭstalavanyja fajły!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Dazvalaje blakavać tablicy dla biahučaha patoku." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "Ekspart" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Šablon nazvy fajła" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Imia tablicy" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Šablon nazvy fajła" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tablic(y)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Abnavić zapyt" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Vybierycie tablicu(y)" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export type" -msgid "Export Method:" +msgid "Export method:" msgstr "Typ ekspartu" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Bazy dadzienych" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tablic" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Farmat" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Opcyi pieraŭtvareńnia" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Radki" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Zachavać na servery ŭ tečcy %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Šablon nazvy fajła" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8692,96 +8816,96 @@ msgstr "" "možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć " "praviedzienyja nastupnyja źmieny: %3$s. Astatni tekst zastaniecca jak jość." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Kadyroŭka fajła:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Ścisk" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "archivavany ŭ zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "archivavany ŭ gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Zachavać jak fajł" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "haryzantalna (paviernutyja zahałoŭki)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Zachavać jak fajł" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Vybierycie tablicu(y)" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Vybierycie tablicu(y)" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "imia bazy dadzienych" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "Imia karystalnika" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Nazvy kalonak" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9349,7 +9473,7 @@ msgid "Dump has been saved to file %s." msgstr "Damp zachavany ŭ fajł %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)." @@ -9428,7 +9552,7 @@ msgstr "Schavać" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcyja" @@ -9511,7 +9635,7 @@ msgstr "" "abo CTRL+strełki dla pieramiaščeńnia ŭ luboje inšaje miesca" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9985,7 +10109,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10284,240 +10408,251 @@ msgstr "" msgid "Rename database to" msgstr "Pierajmienavać bazu dadzienych u" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Vy nia majecie dastatkovych pryvilejaŭ być u hetym miescy ŭ hety čas!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Redagavać pryvilei" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza dadzienych %s była vydalenaja." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Pierajmienavać bazu dadzienych u" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy #| msgid "Copy database to" msgid "Drop the database (DROP)" msgstr "Kapijavać bazu dadzienych u" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Tolki strukturu" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Strukturu i dadzienyja" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Tolki dadzienyja" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kapijavać bazu dadzienych u" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "vykanać CREATE DATABASE pierad kapijavańniem" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Dadać abmiežavańni" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Pierajści da skapijavanaj bazy dadzienych" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Źmianić paradak tablicy" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(asobna)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pieranieści tablicu ŭ (baza dadzienych.tablica):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Pierajmienavać tablicu ŭ" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Kamentar da tablicy" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcyi tablicy" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Mašyna zachavańnia dadzienych" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Skapijavać tablicu ŭ (baza dadzienych.tablica):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pierajści da skapijavanaj tablicy" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Absłuhoŭvańnie tablicy" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizavać tablicu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Pravieryć tablicu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Pravieryć tablicu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defrahmentavać tablicu" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Keš tablicy %s byŭ ačyščany." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Skinuć keš tablicy (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Aptymizavać tablicu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Ramantavać tablicu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Damp dadzienych tablicy" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Copy database to" msgid "Delete the table (DROP)" msgstr "Kapijavać bazu dadzienych u" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Praanalizavać" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Pravieryć" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Aptymizavać" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Pierabudavać" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Adramantavać" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Padtrymka padziełaŭ" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Padzieł %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Skasavać padzieł na častki" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Pravieryć cełasnaść dadzienych:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Niemahčyma pieranieści tablicu ŭ samu siabie!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Niemahčyma skapijavać tablicu ŭ samu siabie!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tablica %s była pieraniesienaja ŭ %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tablica %s była skapijavanaja ŭ %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tablica %s była pieraniesienaja ŭ %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tablica %s była skapijavanaja ŭ %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Pustaja nazva tablicy!" @@ -10734,7 +10869,7 @@ msgstr "Padzieja" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11835,54 +11970,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Pierajmienavać tablicu ŭ" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Export" +msgid "Saving export templates" +msgstr "Ekspart" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "niama apisańnia" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -12062,6 +12203,7 @@ msgstr "Imia karystalnika" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Imia karystalnika" @@ -12229,10 +12371,10 @@ msgid "Master server changed successfully to %s." msgstr "Pryvilei byli paśpiachova pierazahružanyja." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12255,7 +12397,7 @@ msgstr "Tablica %s była vydalenaja" msgid "Event %1$s has been created." msgstr "Tablica %1$s stvoranaja." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12266,7 +12408,8 @@ msgstr "" msgid "Edit event" msgstr "Padzieja" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12284,7 +12427,7 @@ msgid "Event type" msgstr "Typ padziei" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12319,13 +12462,13 @@ msgid "On completion preserve" msgstr "Poŭnaja ŭstaŭka" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12353,9 +12496,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12392,135 +12535,141 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Niekarektny indeks servera: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tablica %s była vydalenaja" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Tablica %s była vydalenaja" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tablica %1$s stvoranaja." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Pracedury" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Pracedury" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Pramyja linii suviaziaŭ" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Dadać novaje pole" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Pierajmienavać bazu dadzienych u" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Typ pracedury" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Daŭžynia/Značeńni*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Opcyi tablicy" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Typ zapytu" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Niekarektnaje imia tablicy" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12528,13 +12677,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13148,14 +13297,16 @@ msgid "You have revoked the privileges for %s." msgstr "Vy anulavali pryvilei dla %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Luby karystalnik" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Baza dadzienych dla karystalnika" #: libraries/server_privileges.lib.php:1946 @@ -13186,9 +13337,7 @@ msgid "User has been added." msgstr "Vyhlad %s byŭ vydaleny" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13270,11 +13419,15 @@ msgstr "" "… vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Stvaryć novaha karystalnika z takimi ž pryvilejami i …" #: libraries/server_privileges.lib.php:3036 @@ -13300,7 +13453,9 @@ msgid "Add privileges on the following table:" msgstr "Dadać pryvilei na nastupnuju tablicu" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Vydalić vybranych karystalnikaŭ" #: libraries/server_privileges.lib.php:3376 @@ -13336,45 +13491,51 @@ msgstr "Vy źmianili pryvilei dla %s." msgid "Deleting %s" msgstr "Vydaleńnie %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Pryvilei byli paśpiachova pierazahružanyja." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Karystalnik %s užo isnuje!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Pryvilei" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Redagavać pryvilei" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Karystalnik" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Karystalniki" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13387,11 +13548,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Byŭ dadadzieny novy karystalnik." @@ -14757,7 +14918,7 @@ msgstr "Niapravilny identyfikatar" msgid "Unknown Punctuation String" msgstr "Nieviadomy symbal punktuacyi" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tablica %s była ačyščanaja." @@ -14770,14 +14931,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Vyhlad %s byŭ vydaleny" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -15031,47 +15192,42 @@ msgstr "Vykarystańnie prastory" msgid "Effective" msgstr "Efektyŭnaść" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tablica %1$s była paśpiachova źmienienaja." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tablica %1$s była paśpiachova źmienienaja." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Typ zapytu" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Vybranyja karystalniki byli paśpiachova vydalenyja." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new User" msgid "Add to Favorites" msgstr "Dadać novaha karystalnika" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Showing SQL query" msgid "Showing create queries" msgstr "U vyhladzie SQL-zapytu" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15537,20 +15693,6 @@ msgstr "" msgid "Wrong data" msgstr "Bazy dadzienych adsutničajuć" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Bazy dadzienych adsutničajuć" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15561,7 +15703,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Tablica %s užo isnuje!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Prahladzieć damp (schiemu) tablicy" @@ -15569,24 +15711,12 @@ msgstr "Prahladzieć damp (schiemu) tablicy" msgid "Invalid table name" msgstr "Niekarektnaje imia tablicy" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Unutranaja suviaź dadadzienaja" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Patok %s byŭ paśpiachova spynieny." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15594,7 +15724,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15826,7 +15956,7 @@ msgid "subquery" msgstr "pa zapytu" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Stvaryć suviaź" @@ -15912,13 +16042,13 @@ msgstr "Imia karystalnika" msgid "Delete pages" msgstr "Vybrać usio" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Abnavić" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Dapamoha" @@ -16217,41 +16347,41 @@ msgstr "Zahałovak spravazdačy" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Značeńnie" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside field:" msgid "Series column:" msgstr "Unutry pola:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Kolkaść paloŭ" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17601,6 +17731,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "maksymum adnačasovych złučeńniaŭ" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Luby karystalnik" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Typ ekspartu" + #~ msgid "Print view (with full texts)" #~ msgstr "Versija dla druku (z usim tekstam)" @@ -17847,11 +17987,6 @@ msgstr "maksymum adnačasovych złučeńniaŭ" #~ msgid "pdf export page" #~ msgstr "Ekspart" -#, fuzzy -#~| msgid "Export" -#~ msgid "svg export page" -#~ msgstr "Ekspart" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -18765,10 +18900,6 @@ msgstr "maksymum adnačasovych złučeńniaŭ" #~ msgid "Insert" #~ msgstr "Ustavić" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Abnavić zapyt" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Vydalić" diff --git a/po/bg.po b/po/bg.po index 65c193c56a..5d4167b9fa 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-28 13:36+0200\n" "Last-Translator: Valter Georgiev \n" -"Language-Team: Bulgarian " -"\n" +"Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,9 +91,9 @@ msgstr "Kолона" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Свързана към" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Коментари" msgid "Primary" msgstr "Първичен" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Първичен" msgid "No" msgstr "Не" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "Не" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "В БД няма таблици." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Таблици" @@ -248,11 +248,11 @@ msgstr "Таблици" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Структура" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Данни" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Маркиране на всички" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Името на БД е празно!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "БД %1$s беше преименувана на %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "БД %1$s беше копирана като %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -337,14 +336,14 @@ msgid "Tracked tables" msgstr "Следени таблици" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -362,7 +361,7 @@ msgstr "Създаден" msgid "Updated" msgstr "Актуализиран" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -493,23 +492,23 @@ msgid "Point:" msgstr "Точка:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Точка %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Добавяне на точка" @@ -531,7 +530,7 @@ msgstr "Вътрешен контур %d:" msgid "Add a linestring" msgstr "Добавяне LineString" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Добавяне на вътрешен пръстен" @@ -548,32 +547,32 @@ msgstr "Добавяне на многоъгълник" msgid "Add geometry" msgstr "Добави геометрия" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -602,7 +601,7 @@ msgstr "" msgid "Succeeded" msgstr "Успешно" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Неуспешно" @@ -686,9 +685,6 @@ msgstr "Импортирането приключи успешно, бяха и #: import.php:692 #, php-format -#| msgid "" -#| "Script timeout passed, if you want to finish import, please resubmit same " -#| "file and import will resume." msgid "" "Script timeout passed, if you want to finish import, please %sresubmit the " "same file%s and import will resume." @@ -709,7 +705,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -808,7 +804,7 @@ msgstr "Версия:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1022,7 +1018,6 @@ msgid "Do you really want to delete this central column?" msgstr "Наистина ли искате да изтриете централната колона: \"%s\"?" #: js/messages.php:63 -#| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete the selected items?" msgstr "Наистина ли искате да изтриете избраното?" @@ -1033,7 +1028,6 @@ msgid "" msgstr "" #: js/messages.php:65 -#| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to TRUNCATE the selected partition(s)?" msgstr "Наистина ли искате да отрежете избрания дял?" @@ -1152,7 +1146,7 @@ msgid "SQL query:" msgstr "SQL заявка:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Стойности на Y" @@ -1178,36 +1172,58 @@ msgstr "Паролата не е същата!" msgid "Removing Selected Users" msgstr "Изтриване на маркираните потребители" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Затваряне" +#: js/messages.php:129 +#, fuzzy +#| msgid "Page has been created." +msgid "Template was created." +msgstr "Страница беше създадена." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Профилът беше обновен." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Редът беше изтрит" + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Друго" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Връзки / Процеси" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Локалната настройка на наблюдателя е несъвместима!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1219,154 +1235,154 @@ msgstr "" "да не работят вече. Моля нулирайте настройките до тези по подразбиране в " "меню Настройки." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Ефикасност на буфера за заявки" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Използване на буфера за заявки" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Използвано от буфера за заявки" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Натоварване на процесора" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Системна памет" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Системен swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Средно натоварване" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Общо памет" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Памет в буфери" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Буферирана памет" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Свободна памет" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Използвана памет" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Всичкия swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Кеширан swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Използван swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Свободен swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Байта изпратени" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Байта получени" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Връзки" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процеси" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Б" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЕБ" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d таблица(и)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Запитвания" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Настройки" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Добавяне диаграма към мрежата" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Моля добавете поне една променлива към сериите!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1378,47 +1394,47 @@ msgstr "Моля добавете поне една променлива към msgid "None" msgstr "Няма" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Подновяване на наблюдателя" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Bременно спиране на наблюдателя" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Стартиране на самоопресняване" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Спиране на самоопресняване" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log и slow_query_log са разрешени." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log е разрешен." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log е разрешен." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log и general_log са забранени." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "на log_output не е зададено TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "на log_output е зададено TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1429,12 +1445,12 @@ msgstr "" "отнемащи повече от %d секунди. Препоръчително е да зададете на " "long_query_time 0-2 секунди, в зависимост от вашата система." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time е зададено на %d секунда(и)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1443,30 +1459,30 @@ msgstr "" "подразбиране след рестарт на сървъра:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Задаване на log_output на %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Включване %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Изключване %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Задаване на long_query_time на %d секунди." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1474,57 +1490,57 @@ msgstr "" "Не може да променяте тези променливи. Моля, влезте като root или се обърнете " "към администратор." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Промяна настройки" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Текущи настройки" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Заглавие на диаграмата" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Диференциални" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Разделени с %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Единица" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "От дневника за бавни заявки" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "От общия дневник" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Базата данни е непозната за тази заявка в логовете на сървъра." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Зареждане дневници" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Анализиране и зареждане на дневници. Ще отнеме малко време." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Отмяна на заявката" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1534,7 +1550,7 @@ msgstr "" "SQL заявка е използвана като критерий за групиране и другите атрибути на " "заявката, като начало на изпълнението, може да са различни." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1543,32 +1559,32 @@ msgstr "" "Тъй като е избрано групиране на заявки за вмъкване, такива към същата " "таблица също ще са групирани заедно, без оглед на вмъкваните данни." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Данните заредени. Заявки изпълнени в този времеви интервал:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Към таблицата-дневник" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Няма данни" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Дневникът е проверен, но няма заявки изпълнени в този времеви интервал." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Анализиране…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Обяснение на изхода" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1578,60 +1594,60 @@ msgstr "Обяснение на изхода" msgid "Time" msgstr "Време" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Общо време:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Резултат от профилиране" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Таблица" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Диаграма" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Опции за филтриране на таблица-дневник" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Филтър" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Филтриране заявки по дума/регулярен израз:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Групиране на заявките и игнориране на променливата информация в WHERE " "клаузите" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Брой групирани редове:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Общо:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Зареждане на дневници" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Опресняването на монитора се провали" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1641,88 +1657,88 @@ msgstr "" "вероятно това се дължи на изтекла сесия. Презареждане страницата и ново " "удостоверяване трябва да помогне." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Презареждане страницата" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Засегнати редове:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "Грешка в конфигурационен файл. Изглежда не е валиден JSON код." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Създаването на силмолна таблица с въведеното кодиране се провали. " "Пренастройка към кодирането по подразбиране…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Импорт" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Импорт настройки за наблюдателя" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Изберете файла, който искате да импортирате." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "На сървъра няма налични файлове за импорт!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Анализиране заявка" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Съветническа програма" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Възможни проблеми с производителността" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Проблем" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Препоръка" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Детайли за правило" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Подравняване" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Използвана променлива / формула" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Тест" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Форматиране на SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1733,60 +1749,59 @@ msgstr "Форматиране на SQL..." msgid "Cancel" msgstr "Отмяна" -#: js/messages.php:290 libraries/Header.class.php:455 -#| msgid "Change settings" +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Страница-свързани настройки" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Прилагане" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Зареждане…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Искането е отказано!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Обработка на заявката" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Заявката се провали!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Грешка при обработка на заявката" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Код за грешка: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Текст на грешката: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Няма избрани БД." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Изтриване на колона" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Добавяне на първичен ключ" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1795,62 +1810,61 @@ msgstr "Добавяне на първичен ключ" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Щракнете, за да скриете това съобщение" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Преименуване БД" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Копиране БД" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Промяна знаков набор" -#: js/messages.php:314 libraries/Util.class.php:3237 -#| msgid "Disable foreign key checks" +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Включване на проверките за външен ключ" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Неточно преброяване на редовете." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Търсене" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Скриване резултати от търсенето" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Показване резултати от търсенето" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Прелистване" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Изтриване" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Дефиницията на съхранена процедура трябва да съдържа израз RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1860,59 +1874,59 @@ msgstr "Дефиницията на съхранена процедура тря msgid "Export" msgstr "Експорт" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET редактор" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Стойности за колоната %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Стойности за нова колона" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Въвеждайте всяка стойност в отделно поле." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Добавяне %d стойност(и)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Заб.: Ако файлът съдържа няколко таблици, те ще бъдат обединени." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Скриване формата за заявки" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Показване формата за заявки" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Редакция" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1920,41 +1934,40 @@ msgstr "Редакция" msgid "Delete" msgstr "Изтриване" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d не е валиден номер на ред." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Разглеждане на външни стойности" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Без автоматично запазване на заявка" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format -#| msgid "Variable" msgid "Variable %d:" msgstr "Променлива %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Изберете" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Избор на колона" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Търсене в този списък" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1964,15 +1977,15 @@ msgstr "" "колони на базата данни %s има колони, които не присъстват в настоящата " "таблица." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Вижте повече" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Сигурни ли сте?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1980,52 +1993,52 @@ msgstr "" "Това действие може да промени дефиницията на накоя от колоните.
Сифурни " "ли сте, че искате да продължите?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Продължете" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Добавяне на първичен ключ" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Беше добавен главен ключ." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Към следващата стъпка…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Първата стъпка от нормализирането е завършено за таблиза '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Край на стъпката" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Втора стъпка на нормализация (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Готово" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Потвърждаване на частичната зависимост" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Избраните частични зависимостити са следните:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2033,20 +2046,20 @@ msgstr "" "Забележка: а, б -> D, F предполага стойности на колони А и В се комбинират " "заедно могат да се определят стойностите на колона г и колона е." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Няма избрани частични зависимости!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Покажи ми възможните частични зависимости, базирани на данните в таблицата" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Скриване на листа с частичните зависимости" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2054,40 +2067,40 @@ msgstr "" "Облегнете се! Може да отнеме няколко секунди, в зависимост от размера на " "данните и броя на колоните в таблицата." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Стъпка" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Следните действия ще бъдат изпълнени:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "ИЗТРИВАНЕ на колона/и %s от таблицата %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Създаване на следната таблица" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Трета стъпка на нормализация (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Потвърждаване на преходните зависимости" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Избраните зависимости са следните:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Няма избрани зависимости!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2096,126 +2109,126 @@ msgstr "Няма избрани зависимости!" msgid "Save" msgstr "Запазване" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Скриване критерий за търсене" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Показване критерий за търсене" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Търсене в област" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Максимум колони:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Минимум колони:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Минимална стойност:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Максимална стойност:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Скриване параметрите за търсене и заместване" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Показване параметрите за търсене и заместване" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Всяка точка представлява ред." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Посочване на точка ще покаже етикета ѝ." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "За да увеличите, изберете част от диаграмата с мишката." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Щракнете върху връзката за възстановяване на мащабирането, за да се върнете " "в състоянието по подразбиране." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Кликнете върху точката с данните, за да видите и евентуално промените реда." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Плотът може да се преоразмерява, като го дръпнете за долния десен ъгъл." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Изберете две колони" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Изберете две различни колони" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Съдържание на точката с данни" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Игнориране" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Копиране" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Точка" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linestring" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Многоъгълник" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Геометрия" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Вътрешен пръстен" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Външен пръстен" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Искате ли да копирате криптиращия ключ?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Криптиращ ключ" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2223,24 +2236,24 @@ msgstr "" "Изглежда сте направили промени на страницата; ще бъдете уведомени преди да " "изоставите промените" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Изберете посочвания ключ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Избор външен ключ" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Моля изберете главен или уникален ключ!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Изберете колона за показване" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2248,78 +2261,77 @@ msgstr "" "Не сте записали промените в оформлението. Те ще бъдат загубени, ако не ги " "запазите. Искате ли да продължите?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Име на страница" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Записване на страница" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 -#| msgid "Save page" msgid "Save page as" msgstr "Записване на страница като" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Отвори страница" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Изтриване на страница" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Неозаглавено" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Моля изберете страница, за да продължите" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Моля, въведете валидно име на страница" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Искате ли да запишете промените на текущата страница?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Изтриването на страницата е успешно" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Експорт на релационна схема" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Промените бяха запазени" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Добавяне на опция към колона \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d обект(а) бяха създадени." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Изпълнение" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Натиснете Esc за отмяна на редакцията." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2327,15 +2339,15 @@ msgstr "" "Редактирали сте данни и те не са запазени. Наистина ли искате да напуснете " "страницата преди запазването им?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Завличане за промяна на подредбата." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Кликнете за сортиране на резултата по тази колона." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2345,26 +2357,26 @@ msgstr "" "ASC/DESC.
- Control+кликване за премахване на колоната от ORDER BY " "клаузата" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Щракване за маркиране/отмаркиране." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Щракнете двукратно за копиране името на колона." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Щракнете стрелката,
за да изберете колони." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Показване на всички" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2373,11 +2385,11 @@ msgstr "" "редакция, отметката, връзките редактиране, копиране и изтриване може да не " "работят след запазване." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Моля въведете валиден шеснадесетичен низ. Валидни символи са 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2385,138 +2397,137 @@ msgstr "" "Наистина ли искате да видите всички редове? За една голяма таблица, това " "може да блокира браузъра." -#: js/messages.php:489 -#| msgid "Original position" +#: js/messages.php:495 msgid "Original length" msgstr "Първоначална дължина" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Отмяна" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Прекъснати" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Успех" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Състояние на импорта" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Пуснете файловете тук" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Първо избетере база данни" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Можете също да редактирате повече стойности
като щракнете два пъти " "директно върху тях." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Можете също да редактирате повече стойности
като щракнете директно върху " "тях." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Към връзка:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Копиране името на колоната." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Кликване с десния бутон върху името на колоната, за да го копирате в " "системния буфер." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Генериране на парола" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Генериране" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Смяна на парола" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Още" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Показване на панела" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Скриване на панела" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Показване на скритото навигационно дърво." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Свързване с главния панел" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Премахване от главния панел" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "За да филтрирате всички бази данни на сървъра, натиснете Enter, след като " "въведете филтър" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "За да филтрирате всички %s в базата данни, натиснете Enter, след като " "въведете филтър" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "Таблици" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "Изглед" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "Процедури" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "събития" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "Функции" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Исканата страница не беше намерена в хронологията, може би е с изтекла " "валидност." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2526,28 +2537,28 @@ msgstr "" "версия е %s, излязла на %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", последната стабилна версия:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "актуално" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Създаване на изглед" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Изпращане на доклад с грешки" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "представи доклад за грешка" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2555,21 +2566,21 @@ msgstr "" "Възникнала е грешка фатална JavaScript. Бихте ли искали да изпратите доклад " "за грешка?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Промяна на рапорт настройки" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Показване детайли за рапорта" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "Вашият износ е непълна, поради нисък изпълнение срок на ниво PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2579,61 +2590,58 @@ msgstr "" "някои от полетата могат да бъдат пренебрегнати, поради max_input_vars " "конфигурацията на PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Засечени са някой грешки на сървъра!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Моля погледнете в края на този прозорец." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Игнориране на всички" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Според настройките си, те се подава в момента, моля, бъдете търпеливи." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Изпълняване на заявката отново?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Наистина ли искате да изтриете отметката: \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format -#| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "%s изпълнени заявки %s пъти %s секунди." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 -#| msgid "Table comments" +#: js/messages.php:601 msgid "Show arguments" msgstr "Покажи доводи" -#: js/messages.php:596 -#| msgid "Hide search results" +#: js/messages.php:602 msgid "Hide arguments" msgstr "Скриване доводи" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2644,349 +2652,334 @@ msgstr "" "вас. В Safari, такъв проблем обикновено се причинява от \"Private Browsing " "Mode\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Преден" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Следващ" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Днес" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "януари" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "февруари" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "март" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "април" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "май" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "юни" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "юли" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "август" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "септември" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "октомври" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "ноември" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "декември" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "яну" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "фев" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "март" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "май" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "юни" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "юли" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "септ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "ное" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "дек" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "неделя" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "понеделник" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "вторник" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "сряда" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "четвъртък" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "петък" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "събота" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "нд" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "пн" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "вт" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "ср" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "чт" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "пт" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "сб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "нд" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "пн" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "вт" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "ср" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "чт" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "пт" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Сед" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "календар-месец-година" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "няма" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Час" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "минута" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "секунда" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 -#| msgid "Use text field" +#: js/messages.php:774 msgid "Please fix this field" msgstr "Моля поправете тази област" -#: js/messages.php:769 -#| msgid "Please enter a valid page name" +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Моля въведете валиден емайл адрес" -#: js/messages.php:770 -#| msgid "Please enter a valid number!" +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Моля, въведете валиден URL" -#: js/messages.php:771 -#| msgid "Please enter a valid page name" +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Моля, въведете валидна дата" -#: js/messages.php:772 -#| msgid "Please enter a valid page name" +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Моля въведете валидна дата (ISO)" -#: js/messages.php:773 -#| msgid "Please enter a valid number!" +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Моля, въведете валиден номер" -#: js/messages.php:774 -#| msgid "Please enter a valid number!" +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Моля, въведете валиден номер на кредитна карта" -#: js/messages.php:775 -#| msgid "Please enter a valid length!" +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Моля, въведете само цифри" -#: js/messages.php:776 -#| msgid "Please enter a valid page name" +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Моля, въведете една и съща стойност отново" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 -#| msgid "Please enter a valid page name" +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Моля, въведете поне {0} букви" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 -#| msgid "Please enter a valid page name" +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Моля, въведете стойност между {0} и {1}" -#: js/messages.php:781 -#| msgid "Please enter a valid length!" +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Моля въведете стойност по-малка или равна на {0}" -#: js/messages.php:782 -#| msgid "Please enter a valid page name" +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Въведете стойност по-голяма от или равна на {0}" -#: js/messages.php:784 -#| msgid "Please enter a valid page name" +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Моля, въведете валиден дата или час" -#: js/messages.php:785 -#| msgid "Please enter a valid number!" +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Моля, въведете валиден HEX" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Грешка" @@ -3056,18 +3049,18 @@ msgstr "на час" msgid "per day" msgstr "на ден" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Текущия файл с настройки (%s) е недостъпен." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Неподходящи права на файлът с настройки, в него не трябва да може да пише " "всеки!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Размер шрифт" @@ -3086,7 +3079,7 @@ msgid "Requery" msgstr "Подзаявка" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3095,7 +3088,7 @@ msgstr "Подзаявка" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3170,7 +3163,7 @@ msgid "History" msgstr "SQL изтория" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3193,7 +3186,7 @@ msgstr "SQL изтория" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Настройки" @@ -3212,32 +3205,26 @@ msgid "Press Ctrl+Enter to execute query" msgstr "Натисни Ctrl+Enter за изпълнение на заявката" #: libraries/Console.class.php:259 -#| msgid "Press Ctrl+Enter to execute query" msgid "Press Enter to execute query" msgstr "Натиснете Enter, за да изпълни заявката" #: libraries/Console.class.php:277 -#| msgid "Ascending" msgid "ascending" msgstr "възходящо" #: libraries/Console.class.php:280 -#| msgid "Descending" msgid "descending" msgstr "низходящо" #: libraries/Console.class.php:283 -#| msgid "Other" msgid "Order:" msgstr "Поръчка:" #: libraries/Console.class.php:289 templates/table/replace_preview.phtml:17 -#| msgid "Column" msgid "Count" msgstr "Броене" #: libraries/Console.class.php:292 -#| msgid "Execute every" msgid "Execution order" msgstr "Изпълнение на поръчката" @@ -3246,37 +3233,31 @@ msgid "Time taken" msgstr "" #: libraries/Console.class.php:298 -#| msgid "Other" msgid "Order by:" msgstr "Подредени по:" #: libraries/Console.class.php:301 -#| msgid "SQL queries" msgid "Group queries" msgstr "Група заявки" #: libraries/Console.class.php:304 -#| msgid "SQL queries" msgid "Ungroup queries" msgstr "Разгрупиране на заявки" #: libraries/Console.class.php:315 -#| msgid "Show color" msgid "Show trace" msgstr "Покажи следа" #: libraries/Console.class.php:316 -#| msgid "Hide Panel" msgid "Hide trace" msgstr "Скрий следа" #: libraries/Console.class.php:317 -#| msgid "Column" msgid "Count:" msgstr "Бройка:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3311,7 +3292,6 @@ msgid "Always expand query messages" msgstr "Винаги разширите заявки съобщения" #: libraries/Console.class.php:376 -#| msgid "Slow query rate" msgid "Show query history at start" msgstr "Покажи историята на заявката в началото" @@ -3326,14 +3306,13 @@ msgid "" msgstr "" #: libraries/Console.class.php:385 -#| msgid "Switch to copied table" msgid "Switch to dark theme" msgstr "Превключи на тъмна палитра" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3341,10 +3320,10 @@ msgstr "Превключи на тъмна палитра" msgid "Ascending" msgstr "Възходящо" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3353,7 +3332,6 @@ msgid "Descending" msgstr "Низходящо" #: libraries/DBQbe.class.php:467 templates/table/search_and_replace.phtml:6 -#| msgid "Column" msgid "Column:" msgstr "Колона:" @@ -3362,22 +3340,18 @@ msgid "Alias:" msgstr "" #: libraries/DBQbe.class.php:566 -#| msgid "Sort" msgid "Sort:" msgstr "Сортиране:" #: libraries/DBQbe.class.php:630 -#| msgid "Sort" msgid "Sort order:" msgstr "Подредени по:" #: libraries/DBQbe.class.php:679 -#| msgid "Show" msgid "Show:" msgstr "Показване:" #: libraries/DBQbe.class.php:728 -#| msgid "Criteria" msgid "Criteria:" msgstr "Критерии:" @@ -3398,7 +3372,6 @@ msgid "Use Tables" msgstr "Използване таблиците" #: libraries/DBQbe.class.php:877 libraries/DBQbe.class.php:988 -#| msgid "Or" msgid "Or:" msgstr "Или:" @@ -3415,7 +3388,6 @@ msgid "Del" msgstr "Изтрий" #: libraries/DBQbe.class.php:905 -#| msgid "Modify" msgid "Modify:" msgstr "Промени:" @@ -3437,7 +3409,6 @@ msgid "Submit Query" msgstr "Изпълни заявката" #: libraries/DBQbe.class.php:1866 -#| msgid "Search" msgid "Saved bookmarked search:" msgstr "Запазени отметки търсене:" @@ -3573,174 +3544,175 @@ msgstr "Размаркиране всички" msgid "Inside column:" msgstr "В колона:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Съхраняване на редактираните данни" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Възстановяване на подредбата на колоните" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "Филтри" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Търсене в БД" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Предна" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Следваща" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Последна" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Всички" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Брой редове:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Сортиране по ключ" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Частични текстове" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Пълни текстове" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Показване на двоичните данни" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Показване на BLOB-данните" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Без трансформация от браузъра" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Добре познат текст" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Добре позната двоична стойност" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Редът беше изтрит" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Спиране" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Може да има приблизителна стойност. Виж [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL заявката беше изпълнена успешно" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "Този изглед има поне толкова реда. Погледнете %sдокументацията%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Показване на записи" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "общо" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Заявката отне %01.4f секунди" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Когато има отметка:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3749,24 +3721,24 @@ msgstr "Когато има отметка:" msgid "Check All" msgstr "Маркиране всички" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Преглед за печат" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Операции с резултата от заявката" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Диаграма" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Визуализиране на GIS данни" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -3900,7 +3872,7 @@ msgstr "Кардиналност" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3910,7 +3882,7 @@ msgid "Collation" msgstr "Колация" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Коментар" @@ -3925,7 +3897,7 @@ msgid "Index %s has been dropped." msgstr "Индекс %s беше изтрит." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3943,7 +3915,7 @@ msgstr "" "бъде премахнат." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сървър" @@ -3960,7 +3932,7 @@ msgstr "Изглед" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3991,7 +3963,7 @@ msgstr "Вмъкване" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Права" @@ -4056,15 +4028,17 @@ msgid "Central columns" msgstr "Колони в текство поле" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "БД" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Потребители" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4144,7 +4118,7 @@ msgid "Could not save favorite table!" msgstr "Наскоро отваряната таблице не можа да бъде записана" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4173,7 +4147,7 @@ msgid "Recent" msgstr "Изчистване" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4763,16 +4737,16 @@ msgstr "Максимум: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL отговори: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Обяснение на SQL" @@ -4789,7 +4763,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Без PHP код" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Създаване на PHP код" @@ -4884,6 +4858,10 @@ msgstr "Последно обновление" msgid "Last check" msgstr "Последна проверка" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Потребители" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -4980,8 +4958,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4989,7 +4967,7 @@ msgstr "Име" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Дължина/Стойности" @@ -5293,7 +5271,7 @@ msgid "Not a valid port number!" msgstr "Невалиден номер на порт" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5307,37 +5285,37 @@ msgstr "Невалидна стойност" msgid "Value must be equal or lower than %s!" msgstr "Стойността трябва да е по-малка или равна на %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Липсващи данни за %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "недостъпно" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" изисква разширението %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "импортът не работи, липсваща функционалност (%s)" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "експортът не работи, липсваща функционалност (%s)" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "най-много %s" @@ -5352,7 +5330,7 @@ msgid "Set value: %s" msgstr "Стойност: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Стойност по подразбиране" @@ -5857,7 +5835,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Максимално време за изпълнение" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5867,7 +5845,7 @@ msgstr "Добавяне на израз %s" msgid "Save as file" msgstr "Изпращане" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Знаков набор на файла" @@ -5883,8 +5861,8 @@ msgstr "Компресия" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5894,16 +5872,16 @@ msgstr "Компресия" msgid "Put columns names in the first row" msgstr "Поставяне имената на полетата в първи ред" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Колоните са оградени от:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped with:" @@ -5913,8 +5891,8 @@ msgstr "Колоните са избегнати с:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL with:" msgid "Replace NULL with" @@ -5924,15 +5902,15 @@ msgstr "Замяна NULL с:" msgid "Remove CRLF characters within columns" msgstr "Премахване CRLF знаци от колони" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Колоните завършват с" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated with:" @@ -5956,8 +5934,8 @@ msgid "Table name template" msgstr "Шаблон за име на таблица" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5985,14 +5963,14 @@ msgid "Label key" msgstr "Етикет на ключа" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME тип" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Релации" @@ -6000,313 +5978,319 @@ msgstr "Релации" msgid "Export method" msgstr "Метод за експортиране" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Запазване на сървъра" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Презаписване на съществуващите файл(ове)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Експортиране заглавки на таблици" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Запомняне на шаблона за име на файл" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Добавяне AUTO_INCREMENT стойност" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Ограждане на имената на таблици и полета с обратни апострофи" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Режим на съвместимост на SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Опции за Създаване таблица:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Създаване/Обновяване/Проверка на дати" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Използване на отложени вмъквания" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Забрана на проверките за външен ключ" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "Експортиране на редове от таблица \"%s\"" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Добавяне на %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Използване на шестнадесетична стойност за BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Използване на INSERT IGNORE" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Използван синтаксис при вмъкване на данни" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Максимална дължина на създадената заявка" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Тип експорт" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Изолиране на експорта в транзакция" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Експортиране на време в UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Налагане на защитена връзка, докато използвате phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Налагане на SSL връзка" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "външен ключ" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "външен ключ" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Да се използва падащо меню при малко елементи" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "външен ключ" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Проверки на външен ключ:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Преглеждане" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Персонализиране на преглеждането" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Персонализиране настройките по подразбиране" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Разработчик" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Настройки за разработчици на phpMyAdmin" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Редактиране" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Персонализиране на редактирането" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Настройки по подразбиране на експорта" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Персонализиране настройките по подразбиране на експорта" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Свойства" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Общи" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Настройки, на някои често използвани опции" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Настройки по подразбиране на импорта" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Персонализиране настройките по подразбиране на ипорта" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Импорт / експорт" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "" "Настройки на директориите за импорт и експорт, и на опциите за компресиране" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Опции за показване на БД" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Управляваща рамка" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Персонализиране изгледа на рамката за навигация" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Управляваща рамка" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Персонализиране рамката за навигация" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сървъри" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Настройки показване сървъри" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Настройки показване таблици" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Главна рамка" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Други основни настройки" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Настройки, които не са за другаде" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Заглавие в браузъра" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6320,11 +6304,11 @@ msgstr "" "[doc@cfg_TitleTable]документацията[/doc] за магическите низове и техните " "стойности." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Сигурност" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6336,25 +6320,25 @@ msgstr "" "Обърнете внимание, че phpMyAdmin е само потребителски интерфейс и неговите " "възможности не ограничават MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Основни настройки" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Удостоверяване" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Настройки по удостоверяване" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Сървърна конфигурация" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6366,28 +6350,28 @@ msgstr "" "Разширена конфигурация на сървъра, не променяйте тези настройки, освен ако " "знаете за какво са" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Параметри за връзка със сървъра" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Хранилище за конфигурация" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Следене за промени" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6395,125 +6379,125 @@ msgstr "" "Проследяване на промените, правени в БД. Изисква phpMyAdmin хранилище за " "конфигурация." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Персонализиране настройките на експорта" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Персонализиране настройките по подразбиране на импорта" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Персонализиране рамката за навигация" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Персонализиране основната рамка" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL заявки" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL прозорец за заявки" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Персонализиране на връзките показвани след изпълнение на SQL заявка" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Настройки на SQL заявките" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Начало" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Персонализиране началната страница" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "БД структура" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Структура на таблица" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Подпрозорци" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Изберете поведението на разделите" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Показване схема на релациите" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Размер на хартията" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Текстови полета" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Персонализиране на текстовите полета" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! текст" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Персонализиране настройките по подразбиране" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Предупреждения" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Скрива някои от предупрежденията, показвани от phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6525,131 +6509,131 @@ msgstr "" "Включване на [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] компресия при " "импорт и експорт" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Допълнителни параметри за iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Формат на импортирания файл" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Използване на ключовата дума LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Имена на колони в първи ред" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Празните редове да не бъдат импортирани" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Импортиране на валути ($5.00 към 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Импортиране процентите като десетични числа (12.00% към .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Брой заявки, които да бъдат пропуснати от началото" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Първоначално състояние за плъзгачите" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Колко реда да бъдат импортирани наведнъж" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Броят добавени редове" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Ограничаване знаците в колона" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Изтриване всички бисквитки при изход" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6661,11 +6645,11 @@ msgstr "" "Определя дали да се припомни или не потребителското име от предишен вход в " "режим на удостоверяване с бисквитка" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Запомняне потребителското име" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6673,96 +6657,96 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Валидност на бисквитката за вход" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Двойни текстови полета за колони тип LONGTEXT" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "По-голямо текстово поле за LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of records saved in \"table_uiprefs\" table" msgid "Maximum number of databases displayed in database list." msgstr "Максимален брой записи в таблица \"table_uiprefs\"" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Максимален размер на текстовите полета" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of records saved in \"table_uiprefs\" table" msgid "Maximum number of tables displayed in table list." msgstr "Максимален брой записи в таблица \"table_uiprefs\"" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6774,267 +6758,267 @@ msgstr "" "Броят байтове, които скрипт може да заеме, напр. [kbd]32М[/kbd] ([kbd]0[/" "kbd] за без ограничение)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Ограничение на паметта" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Показване на скритото навигационно дърво." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Показване логото в лявата рамка" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Показване лого" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "Адрес, към който ще сочи логото от рамката на навигацията" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Връзка на логото" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Цел за връзката на логото" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Показване изборът на сървър в лявата рамка отгоре" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Цел на пиктограмата за бърз достъп" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Цел на пиктограмата за бърз достъп" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Низ, който разделя БД в отделни разклонения на дърво" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Разделител на дървото на БД" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Низ, който разделя таблици в отделни разклонения на дърво" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Разделител на дървото на таблици" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Максимална дълбочина на дървото на таблиците" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Маркиране редовете, посочени с мишка" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Включване синтактичното оцветяване" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Заглавие на таблицата" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "Показване таблици" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "Показване на скритото навигационно дърво." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Показване на версиите" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Показване на скритото навигационно дърво." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Показване поле с функциите" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "MySQL процеси" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Показване на версиите" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Показване на скритото навигационно дърво." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Последно отваряни таблици" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Това са връзките Редакция, Копиране и Изтриване" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Къде да бъдат показани връзките в ред от таблица" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "Използване естествен ред за сортиране на имена на таблици и БД" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Естествен ред" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Използване само пиктограми, само текст или и двете" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Заглавие на таблицата" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Използване GZip буфериране за увеличаване скоростта на HTTP трансфери" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip буфериране" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7046,21 +7030,21 @@ msgstr "" "[kbd]ИНТЕЛИГЕНТНО[/kbd] - т.е. низходящ ред за колони тип TIME, DATE, " "DATETIME и TIMESTAMP, иначе възходящ ред" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ред за сортиране по подразбиране" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Използване на постоянни връзки към MySQL БД" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Постоянни връзки" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7072,11 +7056,11 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7087,11 +7071,11 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7102,228 +7086,228 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Разрешаване показването на всички редове" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Защитаване на двоичните колони" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Постоянна история на заявките" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Колко заявки да се съхраняват в историята" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Дължина на историята на заявки" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "При преглед на таблици, сортирането на всяка да бъде запомнено" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Запомняне сортирането на таблици" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Ред за сортиране по подразбиране" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Повтаряне на заглавката" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Релационна схема" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Настройки показване сървъри" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Папка на сървъра, в която експортите да бъдат записвани" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Оставете празно, ако не се използва" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Оставете празно, за стойности по подразбиране" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Разрешаване вход без парола" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Разрешаване вход с потребител root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Сесийна стойност" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Метод за удостоверяване" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Тип удостоверяване" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Таблица за белязки" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Компресиране връзката към MySQL сървър" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Компресиране връзката" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Тип връзки" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Парола на контролен потребител" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7336,11 +7320,11 @@ msgstr "" "Специален MySQL потребител с ограничени права, [a@http://wiki.phpmyadmin.net/" "pma/controluser]още информация[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Контролен потребител" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7352,11 +7336,11 @@ msgstr "" "Алтернативен хост, на който има хранилище с конфигурация; оставете празно, " "за да използвате вече дефиниран хост" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Контролен хост" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7369,19 +7353,19 @@ msgstr "" "Алтернативен хост, на който има хранилище с конфигурация; оставете празно, " "за да използвате вече дефиниран хост" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Контролен хост" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Скриване БД, съответстващи на регулярен израз (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7390,166 +7374,178 @@ msgstr "" "bugs/2606/]системата за проследяване на дефекти на PMA[/a] и [a@http://bugs." "mysql.com/19588]дефекти на MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Забрана използването на INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Скриване БД" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Адрес за изход" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Показване таблицата със състоянието на подчинените" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "Експортиране на редове от таблица \"%s\"" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Колони в текство поле" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Опит за връзка без парола" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Връзка без парола" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Показване само на изброените БД" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Оставете празно, ако не използвате удостоверяване от настройките" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Парола за удостоверяване от настройките" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Име БД" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Порт, на който MySQL сървърът слуша, оставете празно за този по подразбиране" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Порт на сървъра" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Последно отваряна таблица" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Променливи" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Таблица за връзка" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7561,66 +7557,66 @@ msgstr "" "За примери посетете [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]видове удостоверяване[/a]" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Сокет, на които MySQL сървърът слуша, оставете празно за този по подразбиране" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Сокет на сървъра" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Разрешаване на SSL връзка към MySQL сървър" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Използване SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Показване таблицата с колоните" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Таблица с визуалните настройки" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7628,11 +7624,11 @@ msgstr "" "Дали израз DROP DATABASE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на БД." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Добавяне DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7640,11 +7636,11 @@ msgstr "" "Дали израз DROP TABLE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на таблица." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Добавяне DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7652,89 +7648,89 @@ msgstr "" "Дали израз DROP VIEW IF EXISTS да бъде добавян като първи ред в дневника при " "създаване на изглед." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Добавяне DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Изрази, които да бъдат проследявани" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Автоматично създаване на версии" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Таблица за съхранение на потребителските предпочитания" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Използване таблиците" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "От таблица Host" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7742,36 +7738,36 @@ msgstr "" "Разбираемо за потребителя описание на този сървър. Ако е празно ще бъде " "показан хоста." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Описателно име на този сървър" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Дали на потребителя да бъде показван бутон \"показване всички\"" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Разрешаване показването на всички редове" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Показване формуляр за смяна на парола" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Показване формуляр за създаване на БД" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -7780,13 +7776,13 @@ msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Коментари към таблицата" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -7795,11 +7791,11 @@ msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Показване времево клеймо на създаването" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -7809,11 +7805,11 @@ msgstr "" "Показване или скриване на колона с времево клеймо на последната промяна за " "всички таблици" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Показване времево клеймо на последната промяна" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -7823,11 +7819,11 @@ msgstr "" "Показване или скриване на колона с времево клеймо на последната проверка за " "всички таблици" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Показване времево клеймо на последната проверка" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -7839,31 +7835,31 @@ msgstr "" "Определя дали първоначално да бъдат показани типовете на полетата при " "редакция/вмъкване" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Показване типовете полета" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Показване на поле с функциите при редакция/вмъкване" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Показване поле с функциите" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "Дали да бъде показвана подсказка" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Показване подсказка" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7875,15 +7871,15 @@ msgstr "" "Показва връзка към изхода на [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Показване връзка към phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Показва подробна информация за MySQL сървъра" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -7892,11 +7888,11 @@ msgid "" msgstr "" "Определя дали SQL заявките, генерирани от phpMyAdmin да бъдат показвани" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Показване на SQL заявките" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -7905,11 +7901,11 @@ msgid "" msgstr "" "Определя дали прозорецът със заявката да остане екрана след изпращането му" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Запазване отворен прозореца за заявки" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -7917,20 +7913,20 @@ msgstr "" "Разрешаване показването на статистика за таблици и БД (напр. заемано " "пространство)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Показване статистика" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Пропускане заключени таблици" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7941,11 +7937,11 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7957,61 +7953,61 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Валидност на бисквитката за вход" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Колони в текство поле" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Реда в текстово поле" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Заглавие на прозореца на браузъра, когато е избрана БД" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "Заглавие на прозореца на браузъра, когато не е избрано нищо" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Заглавие по подразбиране" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Заглавие на прозореца на браузъра, когато е избран сървър" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "Заглавие на прозореца на браузъра, когато е избрана таблица" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8019,57 +8015,57 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "" "Папка на сървъра, в която можете да качвате файлове, за да бъдат импортирани" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Папка за качване на файлове" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Проверка за обновление" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Позволява проверка за обновления на страницата на phpMyAdmin" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Проверка за обновления" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8077,34 +8073,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Потребителско име" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Парола" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8116,55 +8112,55 @@ msgstr "" "Включване на [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "компресия при импорт и експорт" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Порт на сървъра" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Изпълнени заявки" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8192,51 +8188,84 @@ msgstr "HTTP удостоверяване" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV с LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Бърз" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Потребителски" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Опции за експорт на БД" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV за MS Excel данни" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Няма данни" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Таблицата %1$s беше променена." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Нишка %s беше успешно спряна." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Добавена е вътрешна релация" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8251,12 +8280,12 @@ msgstr "възможна атака чрез дълбока рекурсия" msgid "No change" msgstr "Няма промяна" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8314,6 +8343,7 @@ msgid "Create database" msgstr "Създаване БД" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Създаване" @@ -8329,7 +8359,7 @@ msgid "No Privileges" msgstr "Без права" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Създаване таблица" @@ -8343,101 +8373,143 @@ msgstr "" "Приставките за експортиране не могат да бъдат заредени, моля проверете " "инсталацията!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Експорт на БД от текущия сървър" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Експорт на таблици от БД \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Експортиране на редове от таблица \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Тип на експортирането:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Тип експорт" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Шаблон на файловото име:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Име на таблица" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Шаблон на файловото име:" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Актуализиран" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Избор на таблици" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Метод за експортиране" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Бързо - минимум настройки" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Потребителско - всички настройки" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "БД:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Таблица(и):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Формат:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Специфични настройки:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Редове:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Схема на ред(ове)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Ред започва от:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Схема на всички редове" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Изход:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Записване на сървъра в директория %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Шаблон на файловото име:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ ще стане името на сървъра" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ ще стане името на БД" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ ще стане името на таблицата" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8445,84 +8517,84 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "прилагане и към бъдещи експорти" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Знаков набор на файла:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Компресия:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip-нато" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip-нато" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Показване на изхода като текст" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "Експортиране на редове от таблица \"%s\"" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Експортиране заглавки на таблици" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Запазване на изхода във файл" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Избор на таблици" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Избор на таблици" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Ново име на БД" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Име: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Копиране името на колоната" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9018,7 +9090,7 @@ msgid "Dump has been saved to file %s." msgstr "Схемата беше запазена във файл %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL върна празен резултат (т.е. нула редове)." @@ -9093,7 +9165,7 @@ msgstr "Скриване" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функция" @@ -9173,7 +9245,7 @@ msgstr "" "или CTRL+стрелка, за да премествате курсора в съответната посока" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9652,7 +9724,7 @@ msgstr "Нов" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Изглед" @@ -9954,232 +10026,243 @@ msgstr "" msgid "Rename database to" msgstr "Преименуване БД на" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Не разполагате с права, за да се намирате тук!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Редакция" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "БД %s беше изтрита." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Изтриване БД" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Изтриване на БД (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Само структурата" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структурата и данните" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Само данните" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Копиране на БД в" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Изпълняване на CREATE DATABASE преди копирането" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Добавяне ограничения" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Показване на копираната БД" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Подреждане на таблицата по" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(еднократно)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Преместване на таблица към (БД.таблица)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Преименуване на таблицата на" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Коментари към таблицата" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Опции на таблицата" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Хранилище" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Копиране на таблица в (БД.таблица)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Превключване към копираната таблица" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Поддръжка на таблицата" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Анализиране на таблицата" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Проверка на таблицата" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Проверка на таблицата" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дефрагментиране на таблица" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Кеша на таблица %s беше изчистен." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Изпразване кеша на таблицата (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Оптимизация на таблицата" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Поправяне на таблицата" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Изпразване на таблицата (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Изтриване на таблицата (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Анализиране" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Проверка" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Оптимизиране" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Поправяне" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Затваряне" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Проверка на интегритета на връзките:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Не може да се премести таблицата към себе си!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Не може да се копира таблицата към себе си!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблицата %s беше преместена към %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблица %s беше копирана в %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблицата %s беше преместена към %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблица %s беше копирана в %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Името на таблицата е празно!" @@ -10376,7 +10459,7 @@ msgstr "Действие" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Описание" @@ -11415,20 +11498,26 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Запомняне сортирането на таблици" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Невалиден тип експорт" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Бързи стъпки за настройка на разширените свойства:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11436,22 +11525,22 @@ msgstr "" "Включване на допълнителните функции в конфигурационния файл (config." "inc.php), започнете с примера в config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "няма описание" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11459,14 +11548,14 @@ msgid "" "configuration storage there." msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11655,6 +11744,7 @@ msgstr "Потребителско име" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Потребителско име" @@ -11832,10 +11922,10 @@ msgid "Master server changed successfully to %s." msgstr "Главният сървър сменен с %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11856,7 +11946,7 @@ msgstr "Събитието %1$s беше променено." msgid "Event %1$s has been created." msgstr "Събитието %1$s беше създадено." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -11868,7 +11958,8 @@ msgstr "Една или повече грешки възникнаха при msgid "Edit event" msgstr "Редакция събитие" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Подробности" @@ -11882,7 +11973,7 @@ msgid "Event type" msgstr "Тип на събитието" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Промяна на %s" @@ -11910,13 +12001,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11944,9 +12035,9 @@ msgid "You must provide an event definition." msgstr "Трябва да дадете дефиниция на събитието." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -11985,92 +12076,98 @@ msgstr "" "разширение 'mysqli', за да избегнете проблеми." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Невалиден тип процедура: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Съжаляваме, но възстановяването на изтритата процедура е неуспешно." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Процедурата%1$s беше променена." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Процедурата%1$s беше променена." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Процедура %1$s беше създадена." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Редактиране" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Име" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Параметри" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Посока" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Нов параметър" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Изтриване на последен параметър" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Тип данни при изход" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Дължина/стойност на данни при изход" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Настройки на данни при изход" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Сигурност" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Достъп до SQL данните" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "Трябва да дадете име на процедурата" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Невалидна посока \"%s\" подадена като параметър." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12078,24 +12175,24 @@ msgstr "" "Трябва да дадете дължина/стойност за параметрите на процедурата от тип ENUM, " "SET, VARCHAR и VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Трябва да дадете име и тип за всеки параметър на процедурата." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Трябва да дадете валиден тип на данните при изход на процедурата." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Трябва да дадете дефиниция на процедурата." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Резултати от изпълнението на процедура %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12104,13 +12201,13 @@ msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d ред променен от последният израз на съхранената процедура" msgstr[1] "%d реда променени от последният израз на съхранената процедура" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Изпълнение на процедура" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Параметри на процедурата" @@ -12684,12 +12781,16 @@ msgid "You have revoked the privileges for %s." msgstr "Вие отменихте правата на %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Нов потребител" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "БД за потребителя" #: libraries/server_privileges.lib.php:1946 @@ -12716,9 +12817,7 @@ msgid "User has been added." msgstr "Потребител беше добавен." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12799,11 +12898,15 @@ msgstr "" "правата." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Промяна информацията за вход / Копиране потребител" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Създаване нов потребител със същите права и …" #: libraries/server_privileges.lib.php:3036 @@ -12827,7 +12930,9 @@ msgid "Add privileges on the following table:" msgstr "Добавяне на права към следната таблица:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Отстраняване избраните потребители" #: libraries/server_privileges.lib.php:3376 @@ -12862,44 +12967,52 @@ msgstr "Вие променихте правата на %s." msgid "Deleting %s" msgstr "Изтриване на %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Правата бяха презаредени успешно." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Потребител %s вече съществува!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Права на %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "Нов" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Редакция" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Потребители" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Преглед потребители" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12912,11 +13025,11 @@ msgstr "" "правата които използва сървъра ако към него са направени промени на ръка. В " "този случай, трябва да %sпрезаредите правата%s преди да продължите." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Избраният потребител не беше открит в таблицата с права." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Вие добавихте нов потребител." @@ -14148,7 +14261,7 @@ msgstr "Невалиден идентификатор" msgid "Unknown Punctuation String" msgstr "Непознат пунктуационен низ" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Таблицата %s беше изчистена." @@ -14161,14 +14274,14 @@ msgstr "Проследяването е активно." msgid "Tracking is not active." msgstr "Проследяването е неактивно." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Изглед %s беше изтрит" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14399,41 +14512,36 @@ msgstr "Използвано място" msgid "Effective" msgstr "Ефективни" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Таблицата %1$s беше променена." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Таблицата %1$s беше променена." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Грешка в заявката" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Колоните бяха преместени упешно." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Листа с фаворитите е пълен!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Показване на SQL заявките" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14890,20 +14998,6 @@ msgstr "Няма по-нова стабилна версия" msgid "Wrong data" msgstr "Грешни данни" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Няма данни" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14914,7 +15008,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Таблица %s вече съществува!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Схема (дъмп) на таблицата" @@ -14922,31 +15016,19 @@ msgstr "Схема (дъмп) на таблицата" msgid "Invalid table name" msgstr "Невалидно име на таблица" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Добавена е вътрешна релация" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Нишка %s беше успешно спряна." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Няма избрана колона." @@ -15159,7 +15241,7 @@ msgid "subquery" msgstr "подзаявка" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Създаване релация" @@ -15235,13 +15317,13 @@ msgstr "Ново име" msgid "Delete pages" msgstr "Избор на страница" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Презареждане" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Помощ" @@ -15515,39 +15597,39 @@ msgstr "Заглавие на диаграмата" msgid "X-Axis:" msgstr "Ос X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Поредици:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Етикет на оста X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Стойности на X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Етикет на оста Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "В колона:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Стойности за колоната %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16819,6 +16901,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert e 0" +#~ msgid "Add user" +#~ msgstr "Нов потребител" + +#~ msgid "Export Method:" +#~ msgstr "Тип на експортирането:" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "" #~ "Shift + кликване върху името на функцията, за да се приложи върху всички " @@ -17057,11 +17145,6 @@ msgstr "concurrent_insert e 0" #~ msgid "pdf export page" #~ msgstr "Невалиден тип експорт" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Невалиден тип експорт" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" @@ -17146,9 +17229,6 @@ msgstr "concurrent_insert e 0" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Импорт/експорт на координатите за PDF схема" -#~ msgid "Page has been created." -#~ msgstr "Страница беше създадена." - #, fuzzy #~| msgid "Page creation failed" #~ msgid "Page creation has failed!" diff --git a/po/bn.po b/po/bn.po index 7f28b31a6e..d8ac40d165 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:27+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bengali Settings ম্যানু থেকে " "স্বাভাবিকে নির্ধারন করন।" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "অনুসন্ধান ক্যাশের দক্ষতা" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "অনুসন্ধান ক্যাশের ব্যবহার" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "ব্যাবহৃত অনুসন্ধান ক্যাশ" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "সিস্টেম সিপিইউর ব্যবহার" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "সিস্টেম মেমোরী" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "সিস্টেম সোআপ" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "গড় লোড" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "মোট মেমরী" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "ক্যাশড মেমোরী" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "বাফারড মেমোরী" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "উন্মুক্ত মেমোরী" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "ব্যবহৃত মেমোরী" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "মোট সোআপ" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "ক্যাশড সো্‌আপ" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "ব্যবহৃত সোআপ" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "মুক্ত সোআপ" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "প্রেরিত বাইট" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "গৃহীত বাইট" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "সংযোগসমূহ" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "প্রক্রিয়াসমূহ" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "বি" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "কিবা" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "মেবা" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "জিবি" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "টিবি" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "পিবি" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ইবি" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d টেবিল" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "প্রশ্নসমূহ" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "গমনাগমন" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "সেটিংস" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "গ্রিডে চিত্র যোগকর" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "সিরিজে অন্তত একটি চলক যোগ করুন!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1445,47 +1467,47 @@ msgstr "সিরিজে অন্তত একটি চলক যোগ ক msgid "None" msgstr "কিছু না" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "র্পযবেক্ষন পুনরায় শুরু কর" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "পর্যবেক্ষন বিরতি" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log এবং slow_query_log কার্যকর করা হয়েছে।" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log কার্যকর করা হয়েছে।" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log কার্যকর করা হয়েছে।" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "general_log এবং slow_query_log অকার্যকর করা হয়েছে।" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output টেবলে নির্ধারন করা হয়নি।" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output টেবলে নির্ধারন করা হয়েছে।" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1496,12 +1518,12 @@ msgstr "" "সার্ভার শুধু এগুলোই লগ করছে। সিস্টেমের উপর নির্ভর করে long_query_time ০-২ সেকেন্ডে " "নির্ধারন করা ভাল।" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time %d সেকেন্ডে নির্ধারন করা হয়েছে।" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1510,30 +1532,30 @@ msgstr "" "করবে। আবার চালু করুন:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output %s নির্ধারন কর" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "সক্রিয় %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "নিক্রিয় %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time %d সেকেন্ড নির্ধারন কর।" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1541,57 +1563,57 @@ msgstr "" "আপনি এই চলকগুলো পরিবর্তন করতে পারবেন না। রুট হিসাবে লগইন করুন বা ডাটাবেইজ " "প্রশাসকের সংগে যোগাযোগ করুন।" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "সেটিংস পরিবর্তন" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "বর্তমান সেটিংস" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "চিত্রের নাম" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "পৃথকিকরণ" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s দ্বার ভাগ করা হয়েছে" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "একক" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "ধীর লগ থেকে" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "সাধারন লগ থেকে" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "এই অনুসন্ধানের ডাটাবেইজ নামটি সার্ভার লগে নাই।" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "লগ বিশ্লেষন করছি" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "লগসমূহ বিশ্লেষন এবং লোড করছি। কিছু সময লাগবে।" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "অনুরোধ বাতিল" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1601,7 +1623,7 @@ msgstr "" "SQL অনুসন্ধানটিই ব্যবহৃত হয়েছে। অনুসন্ধানগুলোর অন্যান্য বিষয়, যেমন আরম্ভের সময় ইত্যাদি " "পার্থক্য হতে পারে।" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1610,31 +1632,31 @@ msgstr "" "দলবদ্ধ করার জন্য INSERT অনুসন্ধান নির্বাচন করা হয়েছে,একই টেবলের INSERT " "অনুসন্ধানগুলোও insert করা তথ্যগুলো বাদে দলবদ্ধ করা হয়েছে।" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "লগের তথ্য লোড করা হয়েছে। এই সময়ের মধ্য সম্পাদনকৃত অনুসন্ধানসমূহ:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "লগ টেবিলে যাও" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "কোন তথ্য পাওয়া যায় নাই" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "লগ বিশ্লেষন করা হয়েছে, কিন্তু এই সময়ের মধ্যে কোন তথ্য পাওয়া যায়নি।" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "বিশ্লেষন করছি…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "আউটপুটের ব্যাখা" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1644,58 +1666,58 @@ msgstr "আউটপুটের ব্যাখা" msgid "Time" msgstr "সময়" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "মোট সময়:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "প্রোফাইলিং এর ফলাফল" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "টেবল" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "চিত্র" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "লগ টেবল ফিল্টার অপশন" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "ফিল্টার" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "অনুসন্ধান word/regexp দ্বারা ফিল্টার কর:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "WHERE এর তথ্য উপেক্ষা করে অনুসন্ধান দলবদ্ধ কর" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "দলবদ্ধকৃত রো'র সংখ্যা:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "মোট:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "লোডিং লগ" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "পযবেক্ষক রিফ্রশ ব্যার্থ" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1704,88 +1726,88 @@ msgstr "" "নতুন চিত্রের চেষ্টায় সার্ভার অকার্যকর সাড়া দিয়াছে। মনে হয় আপনার সেশন শেষ হয়ে " "গেছে। পাতাটি রিলোড এবং আবার লগইন হয়ত সাহায্য করবে।" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "পাতাটি রিলোড" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "প্রভাবিত রোসমুহ:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "কনফিগ ফাইলটি পড়তে ব্যর্থ। এটা মনে হয় কার্যকর JSON কোড নয়।" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "আমদানি করা কনফিগারেশন দিয়ে চিত্র তৈরী করতে ব্যর্থ হয়েছি। কনফিগারেশন স্বাভাবিক " "অবস্থায় সেট করা হচ্ছে…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "আমদানি" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "পর্যবেক্ষকের কনফিগারেশন আমাদনি কর" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "আমদানি করার জন্য ফাইলটি নির্বাচন করুন।" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "অনুসন্ধান বিশ্লেষন" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "উপদেষ্টা ব্যবস্থা" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "সাম্ভাব্য কার্যকারিতার বিষয়" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "ইস্যু" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "সুপারিশ" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "বিশদ নিয়মাবলী" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "যৌক্তিকতা" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "ব্যবহৃত চলক / ফর্মূলা" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "টেষ্ট" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1796,63 +1818,63 @@ msgstr "" msgid "Cancel" msgstr "বাতিল" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "সেটিংস পরিবর্তন" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "প্রয়োগ" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "লোডিং…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "অনুরোধ বাতিল করা হয়েছে!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "প্রক্রিয়াকরন চলছে" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "অনুরোধ বাতিল করা হয়েছে!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "প্রক্রিয়াকরনে সমস্যা" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "ভুল নং:%s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "ভুলটি : %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "ডাটাবেইজ নিবার্চন করা হয়নি।" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "স্তম্ভ মুছছি" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "প্রাইমারী কী যোগ করছি" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1861,65 +1883,65 @@ msgstr "প্রাইমারী কী যোগ করছি" msgid "OK" msgstr "ওকে" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "এই বার্তাটি বন্ধ করতে ক্লীক করুন" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "ডাটাবেইজসমূহের নাম পরিবর্তন করছি" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "ডাটাবেইজের প্রতিলিপি করছি" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "বর্ণ রাশি পরিবর্তন করছি" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "foreign key পরীক্ষা অকার্যকর কর" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "হেডার নিয়ে আসতে ব্যর্থ হয়েছে" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "খোজঁছি" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "খোজাঁর ফলাফল লুকাও" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "খোজাঁর ফলাফল দেখাও" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "দেখছি" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "মুছছি" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "সঞ্চিত ফাংশনে অবশ্যই একটি রির্টান থাকতে হবে!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1929,59 +1951,59 @@ msgstr "সঞ্চিত ফাংশনে অবশ্যই একটি msgid "Export" msgstr "রফতানী" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET সম্পাদক" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s স্তম্ভের জন্য তথ্য" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "নতুন স্তম্ভের জন্য তথ্য" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "আলাদা আলাদা ক্ষেত্রে তথ্য দিন।" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d মান যোগ কর" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "টিকা: যদি ফাইলটিতে একাধিক টেবিল থাকে, ওই গুলো একটিতে পরিনত হবে।" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "অনুসন্ধান বক্সটি লুকাও" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "অনুসন্ধান বক্সটি দেখাও" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "সম্পাদনা" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1989,96 +2011,96 @@ msgstr "সম্পাদনা" msgid "Delete" msgstr "মুছ" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d বৈধ রো নাম্বার নয়।" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "ফরেন মান দেখা" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "চলক" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "কোন স্তম্ভ নির্বাচন করা হয় নাই" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "ডাটাবেইজে খোঁজ" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "উন্মুক্ত মেমোরী" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "সহায়তা করুন" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "প্রাইমারি কী যোগ কর" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "%s একটি প্রাইমারি কী যোগ করা হয়েছে" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "ট্রেকিং প্রতিবেদন" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2086,87 +2108,87 @@ msgstr "" msgid "End of step" msgstr "লাইনের শেষ" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "সম্পন্ন" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "ডাটাবেইজ নিবার্চন করা হয়নি।" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "নিচের টেবিল এ সুবিধাসমূহ যোগ কর:" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "ডাটাবেইজ নিবার্চন করা হয়নি।" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2175,158 +2197,158 @@ msgstr "ডাটাবেইজ নিবার্চন করা হয়নি msgid "Save" msgstr "সংরক্ষন" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "খোজাঁর শর্ত লুকাও" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "খোজাঁর শর্ত দেখাও" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "টেবিলে খোজাঁ" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "স্তম্ভের নাম: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "স্তম্ভের নাম: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "টেবলের সর্বোচ্চ সংখ্যা" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "টেবলের সর্বোচ্চ সংখ্যা" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "পাওয়া এবং প্রতিস্থাপনের শর্ত লুকাও" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "পাওয়া এবং প্রতিস্থাপনের শর্ত দেখাও" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "প্রতিটি পয়েন্ট একটি তথ্য সারি।" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "একটি পয়েন্টের উপর মাউস আনলে তার লেবেল দেখাবে।" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "বড় করে দেখার জন্য, অংশটির একটি অংশ মাউজ দ্বারা নির্বাচন করন।" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "মুল অবস্থায় ফিরিয়ে নেওয়ার জন্য জুম রিসেট এ ক্লীক করুন।" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "দেখার জন্য একটি তথ্য পয়েন্ট এ ক্লীক করুন এবং প্রয়োজনে তথ্য সারিটি সম্পাদনা করুন।" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "নীচের ডান কোণার দিকে টেনে এই অংশটির আকৃতি পরিবর্তন করা যাবে।" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "দুইটি স্তম্ভ নির্বাচন করুন" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "ভিন্ন ভিন্ন দুইটি স্তম্ভ নির্বাচন করুন" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "প্রতিটি পয়েন্টের বিষয়" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "উপেক্ষা" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "প্রতিলিপি" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "পয়েন্ট" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "লাইনস্ট্রিং" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "পলি্গন (বহুভুজ)" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "জ্যামিতি" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "ভিতরের গোলক" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "বাহিরের গোলক" -#: js/messages.php:438 +#: js/messages.php:444 #, fuzzy #| msgid "Do you want to import remaining settings?" msgid "Do you want to copy encryption key?" msgstr "আপনি কি অন্যান্য সেটিংস আমদানি করতে চান?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "রেফারেন্সড কী নির্বাচন করুন" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "ফরেন কী নির্বাচন করুন" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "অনুগ্রহ করে প্রাথমিক কী বা একটি অনন্য কী নির্বাচন করুন!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "দেখানোর জন্য স্বম্ভ পছন্দ করেন" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2334,97 +2356,97 @@ msgstr "" "আপনি নকশার পরিবর্তন সংরক্ষন করেন নাই। সংরক্ষন না করলে ওগুলো নষ্ট হয়ে যাবে। আপনি " "কি এগুতে চান?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "পাতার নাম" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "পাতা নির্বাচন" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "পাতা নির্বাচন" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "মুক্ত পাতাসমূহ" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "পাতা নির্বাচন" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "একক" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "সম্পাদনার জন্য একটি পাতা পছন্দ করেন" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid page name" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "আন্তসম্পর্কীয় গঠনের আকৃতি সম্পাদনা বা রফতানী কর" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "পরিবর্তন সংরক্ষন করা হয়েছে" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "স্তম্ভের জন্য একটি অপশন যোগ কর " -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%d object(s) created" msgid "%d object(s) created." msgstr "%d অবজেক্ট তৈরী করা হয়েছে" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "জমা" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "সম্পাদনা বাতিল করতে এস্কেপ কী চাপুন" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2432,49 +2454,49 @@ msgstr "" "আপনি কিছু তথ্য সম্পাদনা করেছেন এবং ওগুলো সংরক্ষিত নয়। আপিন কি নিশ্চন্ত যে সংরক্ষনের " "পূর্বে আপনি পাতাটি ত্যাগ করতে চান?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "পুনবিন্যাসের জন্য টানুন" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "চিহ্নিত/অচিহ্নিত করার জন্য ক্লীক করুন" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "স্তম্ভের নাম প্রতিলিপ করার জন্য দুইবার ক্লীক করুন" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "স্তম্ভ খোলা বন্ধ করতে চাইলে তীর চিহ্নটি ক্লীক করুন" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "সব দেখাও" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2482,167 +2504,167 @@ msgstr "" "এই টেবিলে কোন অনন্য স্তম্ভ নাই। সংরক্ষনের পরে সম্পাদনা, চেকবক্স, প্রতিলিপি এবং মুছার " "জন্য সংযোগগুলো কাজ করবে না।" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "প্রকৃত লেখা" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "বাতিল" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "বাতিলকৃত" -#: js/messages.php:495 +#: js/messages.php:501 #, fuzzy #| msgid "Success." msgid "Success" msgstr "সফল।" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "আমদানি সর্ম্পকিত স্বাভাবিক" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "লগ ফাইলের স্থান" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "টেবল নির্বাচন" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "আপনি প্রায় সমস্ত তথ্য দুই বার ক্লীক করে সরাসরি সম্পাদনা করতে পারবেন।" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "আপনি প্রায় তথ্য সরাসরি ক্লীক করে সম্পাদনা করতে পারবেন।" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "সংযোগে যাও" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "স্তম্ভের নাম প্রতিলিপি" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "স্তম্ভের নামটির উপর ডান ক্লীক করুন ওটা ক্লীপর্বোডে প্রতিলিপি করার জন্য।" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "পাসওর্য়াড উৎপাদন কর" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "উৎপাদন কর" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "পাসওর্য়াড পরিবর্তন" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "অধিক" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "প্যানেল দেখাও" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "ইনডেক্স প্যানেল" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show hidden navigation tree items." msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "প্রধান ফ্রেম পরিবর্তন" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "প্রধান ফ্রেম পরিবর্তন" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "টেবল" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "ভিউসমূহ" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "প্রোসিডিউরস" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "ইভেন্ট" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "ফাংশনসমূহ" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "পাতাটি হিস্টোরীতে পাওয়া যায়নি, সম্ভবত নষ্ট হয়েগেছে।" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2652,480 +2674,480 @@ msgstr "" "%s, বেরিয়েছে %s।" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", সর্বশেষ সুস্থিত সংস্করন:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "তারিখ পর্যন্ত" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "ভিউ তৈরী" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "ভুলের প্রতিবেদন পাঠাও" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "ভুলের প্রতিবেদন দাখিল" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "একটি মারাত্মক জাভা স্ত্রিপট ভুল হয়েছে। আপনি কি এর প্রতিবেদন পাঠাতে চান?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "প্রতিবেদন সেটিংস পরিবর্তন" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "প্রতিবেদনের বিশদ দেখাও" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "উপেক্ষা" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "এই অনুসন্ধানটি আবার দেখাও" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete user group \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "আপনি কি নিশ্চিত ভাবে \"%s\" ব্যাবহারকরী দল মুছতে চান?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL query" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "টেবলের মন্তব্য" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "খোজাঁর ফলাফল লুকাও" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "পূর্ববর্তী" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "পরবর্তী" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "আজ" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "জানুয়ারী" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "ফেব্রুয়ারী" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "মার্চ" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "এপ্রিল" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "মে" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "জুন" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "জুলাই" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "অগাষ্ট" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "সেপ্টেম্বর" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "অক্টোবর" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "নভেম্বর" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "ডিসেম্বর" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "জান" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "ফেব" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "মার" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "এপ্রি" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "মে" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "জুন" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "জুল" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "আগ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "সেপ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "অক্ট" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "নভে" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "ডিসে" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "রবিবার" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "সোমবার" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "মঙ্গলবার" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "বুধবার" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "বৃহস্পতিবার" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "শুক্রবার" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "শনিবার" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "রবি" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "সোম" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "মঙ্গল" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "বৃধ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "বৃহস্পতি" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "শুক্র" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "শনি" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "রবি" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "সোম" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "মঙ্গ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "বুধ" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "বৃহ" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "শুক্র" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "শনি" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "সপ্তাহ" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "বর্ষপঞ্জি-মাস-বছর" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "- কিছু না -" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "ঘন্টা" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "মিনিট" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "সেকেন্ড" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "আক্ষরীক ক্ষেত্র ব্যবহার করুন" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid email address" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date ( ISO )" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "একটি কার্যকর দৈর্ঘ্য দিন!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter the same value again" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter at least {0} characters" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value between {0} and {1}" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "একটি কার্যকর দৈর্ঘ্য দিন!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value greater than or equal to {0}" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date or time" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "একটি কার্যকর নাম্বার দিন!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "ভুল" @@ -3193,16 +3215,16 @@ msgstr "প্রতি ঘন্টায়" msgid "per day" msgstr "প্রতি দিন" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "বর্তমান কনফিগারেশন ফাইল (%s) টি পড়া যাচ্ছে না।" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "কনফিগারেশন ফাইলে ভুল অনুমতি দেয়া, ওটা লেখার মত নয়" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "অক্ষরের আকার" @@ -3223,7 +3245,7 @@ msgid "Requery" msgstr "সহ-অনুসন্ধান" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3232,7 +3254,7 @@ msgstr "সহ-অনুসন্ধান" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3325,7 +3347,7 @@ msgid "History" msgstr "এসকিউএল ইতিহাস" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3348,7 +3370,7 @@ msgstr "এসকিউএল ইতিহাস" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "অপশনস" @@ -3445,7 +3467,7 @@ msgid "Count:" msgstr "অংক" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3514,10 +3536,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "প্রতিলিপিকৃত টেবিলে যাও" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3525,10 +3547,10 @@ msgstr "প্রতিলিপিকৃত টেবিলে যাও" msgid "Ascending" msgstr "উর্ধ্ব মূখী" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3752,129 +3774,130 @@ msgstr "সবগুলো অনির্বাচন" msgid "Inside column:" msgstr "স্তম্ভের ভিতরে:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "সম্পাদিত তথ্য সংরক্ষন কর" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "স্থম্ভের বিন্যাস ফিরিয়ে আনা" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "ফিল্টারসমূহ" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "ডাটাবেইজে খোঁজ" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "আরম্ভ" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "পূর্ববর্তী" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "পরবর্তী" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "শেষ" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "সবগুলো" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "রো সংখ্যা:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "কী দ্বারা গুছানো" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "আংশিক লেখা" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "সম্পুর্ন লেখা" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "সর্ম্পকের কী" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "সর্ম্পক দেখানোর স্থম্ভ" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "বাইনারী লেখা দেখাও" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB লেখা দেখাও" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "ব্রাউজারের পরিবর্তন লুকাও" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "ভালভাবে জানা লেখা" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "ভালভাবে জানা বাইনারী" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "রো টি মুছা হয়েছে।" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "হত্যা" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "সম্ভবত আনুমানিক। [doc@faq3-11]FAQ 3.11[/doc] দেখুন।" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "আপনার SQL অনুসন্ধানটি সফলভাবে কাজ করেছে." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3882,36 +3905,36 @@ msgid "" msgstr "" "এই ভিউটির অন্তত পক্ষে এক সারি তথ্য রয়েছে। অনুগ্রহ করে %sdocumentation%s দেখুন।" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "রো দেখাচ্ছে %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "মোট %1$d, অনুসন্ধানে %2$d" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d মোট" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "অনুসন্ধানে %01.4f সেঃ লেগেছ." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "নিবার্চিত গুলো নিয়ে:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3920,24 +3943,24 @@ msgstr "নিবার্চিত গুলো নিয়ে:" msgid "Check All" msgstr "সবগুলোতে টিক দাও" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "মুদ্রনের দেখা" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "অনুসন্ধান ফল" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "চিত্র দেখাও" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "জিআইএস তথ্য দেখা" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "সংযোগটি পাওয়া যায়নি!" @@ -4059,7 +4082,7 @@ msgstr "Cardinality" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4069,7 +4092,7 @@ msgid "Collation" msgstr "ভাষা" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "মন্তব্য" @@ -4084,7 +4107,7 @@ msgid "Index %s has been dropped." msgstr "ইনডেক্স %s মুছা হয়েছে।" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4100,7 +4123,7 @@ msgid "" msgstr "ইনডেক্স %1$s এবং %2$s এক সমান মনে হয় এবং যে কোন একটি মুছে ফেলুন।" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "সার্ভার" @@ -4117,7 +4140,7 @@ msgstr "দেখা" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "এসকিউএল" @@ -4148,7 +4171,7 @@ msgstr "ইনর্সাট" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "অধিকারসমূহ" @@ -4213,16 +4236,18 @@ msgid "Central columns" msgstr "টেক্সএরিয়া স্তম্ভ" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "ডাটাবেইজ" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "ব্যবহারকারী" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "ব্যবহারকারীর দল" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4301,7 +4326,7 @@ msgid "Could not save favorite table!" msgstr "সাম্প্রতিক টেবিল সংরক্ষন করা হয় নাই" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4330,7 +4355,7 @@ msgid "Recent" msgstr "পূর্বাবস্থায়" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4955,16 +4980,16 @@ msgstr "সবোর্চ্চ: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL বলেছে: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL এর ব্যাখা" @@ -4981,7 +5006,7 @@ msgstr "" msgid "Without PHP Code" msgstr "পিএইছপি কোড ছাড়া" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "পিএইছপি কোড তৈরী কর" @@ -5076,6 +5101,10 @@ msgstr "সর্বশেষ আপডেট" msgid "Last check" msgstr "সর্বশেষ যাচাই" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "ব্যবহারকারী" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "খুঁজ:" @@ -5170,8 +5199,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5179,7 +5208,7 @@ msgstr "নাম" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "দৈর্ঘ্য/মানসমূহ" @@ -5475,7 +5504,7 @@ msgid "Not a valid port number!" msgstr "কার্যকর পোর্ট নাম্বার নয়" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5489,35 +5518,35 @@ msgstr "মানটি সঠিক নয়" msgid "Value must be equal or lower than %s!" msgstr "মানটি অবশ্যই %s এর সমান বা ছোট হতে হবে" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s এর তথ্য নাই" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "পাওয়া যাচ্ছে না" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" এর %s সংযোজক প্রয়োজন" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "ফাংশন %s না পাওয়ায় সংকোচিত আমদানি কাজ করবে না।" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "ফাংশন %s না পাওয়ায় সংকোচিত রফতানি কাজ করবে না।" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "সর্বোচ্চ %s" @@ -5532,7 +5561,7 @@ msgid "Set value: %s" msgstr "মান সেট কর:%s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "স্বাভাবিক মান ফিরিয়ে আন" @@ -6014,7 +6043,7 @@ msgstr "একটি স্ক্রীপট চলার সময় (সেক msgid "Maximum execution time" msgstr "সম্পাদনের সর্বোচ্চ সময়" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -6024,7 +6053,7 @@ msgstr "%s স্টেটমেন্ট যোগ কর" msgid "Save as file" msgstr "ফাইল এর মত সংরক্ষন" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "ফাইলের বর্ণরাশি" @@ -6040,8 +6069,8 @@ msgstr "সংকোচন" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6051,14 +6080,14 @@ msgstr "সংকোচন" msgid "Put columns names in the first row" msgstr "স্তম্ভের নাম প্রথম রোতে দাও" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "স্তম্ভ ঘেরার জন্য" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "স্তম্ভ এস্কেপডের উপকরণ" @@ -6066,8 +6095,8 @@ msgstr "স্তম্ভ এস্কেপডের উপকরণ" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "নাল প্রতিস্থাপিত হবে" @@ -6075,13 +6104,13 @@ msgstr "নাল প্রতিস্থাপিত হবে" msgid "Remove CRLF characters within columns" msgstr "স্তম্ভের CRLF বর্ণ মুছ" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "স্তম্ভ শেষ হবে" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "লাইন শেষ হবে" @@ -6103,8 +6132,8 @@ msgid "Table name template" msgstr "টেবলের নামের নকশা" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6132,14 +6161,14 @@ msgid "Label key" msgstr "লেবেল কী" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME ধরন" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "সর্ম্পকসমূহ" @@ -6147,112 +6176,118 @@ msgstr "সর্ম্পকসমূহ" msgid "Export method" msgstr "রফতানী পদ্ধতী" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "সার্ভারে সংরক্ষন কর" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "পূর্বের ফাইলটিতে রাখ" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "সমান্তরাল (rotated headers)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "ফাইল নামের নকশা মনে রাখবে" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT যোগ কর" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "টেবল এবং স্তম্ভের নামা backquotes দ্বারা আবদ্ধ কর" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL উপযুক্ততার ধরন" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE পছন্দ:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "তৈরী/আপডেট/পরীক্ষার তারিখ" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "delayed inserts ব্যবহার কর" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "foreign key পরীক্ষা অকার্যকর কর" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "ভিউ টেবিলের মত রফতানী করা হচ্ছে" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s যোগ কর" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB এর জন্য hexadecimal ব্যবহার কর" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "ignore inserts ব্যাবহার কর" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "তথ্য প্রবেশ করানোর সময় ব্যবহৃত বাক্য" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "প্রস্তুতকৃত অনুসন্ধানের সর্বোচ্চ দৈর্ঘ" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "রফাতানীর ধরন" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "লেনদেন এ রফতানী সংযুক্ত কর" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "UTC গঠনে রফতানী সময়" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin ব্যাবহারের জন্য নিরাপদ সংযোগে বাধ্য কর।" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL সংযোগে বাধ্য কর" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6260,164 +6295,164 @@ msgstr "" "ফরেন কী ড্রপডাউনের বিষয়গুলো গুছানোর পদ্ধতি [kbd]content[/kbd] হলো তথ্য এবং " "[kbd]id[/kbd] কী মান।" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "ফরেন কী ড্রপডাউনের পদ্ধতি" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "যদি অল্প সংখ্যক বিষয় থাকে তবে ড্রপডাউন ব্যবহৃত হবে।" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Foreign key সীমা" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "foreign key পরীক্ষা:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "ব্রাউজ পদ্ধতি" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "ব্রাউজ পদ্ধতি পরিবর্তন।" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "স্বাভাবিক অপশনগুলো পরিবর্তন।" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "কমা দ্বারা আলাদা করা মান" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "উন্নয়নকারী" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin উন্নয়নকারীদের জন্য সেটিংস।" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "সম্পাদনা পদ্ধতি" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "সম্পাদনা পদ্ধতি পরিবর্তন।" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "রফতানী সর্ম্পকিত স্বাভাবিক" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "স্বাভাবিক রফতানী অপশনগুলো পরিবর্তন।" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "বিষয়াদি" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "সাধারন" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "কিছু সাধারনভাবে ব্যবহৃত অপশন নির্ধারন করুন।" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "আমদানি সর্ম্পকিত স্বাভাবিক" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "স্বাভাবিক প্রচলিত আমদানি অপশন পরিবর্তন।" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "আমদানি /রফতানী" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "আমদানি এবং রফতানী ডিরেক্টরি এবং সংকোচন নির্ধারন করুন।" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "ডাটাবেইজ দেখার অপশন।" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "চলাচলের ফ্রেম" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "চলাচলের ফ্রেম দেখার বিষয়গুলো পরিবর্তন।" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "চলাচলের ফ্রেম" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "চলাচলের ফ্রেম পরিবর্তন" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "সার্ভার" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "সার্ভারের প্রর্দশন অপশনগুলো।" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "টেবল প্রর্দশনের অপশনগুলো।" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "প্রধান ফ্রেম" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "মাইক্রোসফট অফিস" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "অন্যান্য প্রধান সেটিংস" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "যে সেটিংগুলো অন্য কোথাও খাপ খায় না।" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "পাতার শিরোনাম" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6430,11 +6465,11 @@ msgstr "" "ব্রাউজারের শিরোনামের লেখাটি দিন। বিশেষ মান নেওয়ার জন্য কি ব্যবহার করতে হবে " "জানার জন্য [doc@cfg_TitleTable]documentation[/doc] দেখুন।" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "নিরাপত্তা" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6442,37 +6477,37 @@ msgstr "" "মনে রাখবেন phpMyAdmin শুধুই একটি ব্যবহারকারীর সঙ্গে সংযোগ উপায় এবং এটি কোনভাবেই " "MySQL এর বিষয়াদি নির্দিষ্ট করে না।" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "প্রাথমিক সেটিংস" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "প্রমাণীকরণ" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "প্রমানীকরণ সেটিংস।" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "সার্ভার করফিগারেশন" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "উন্নত সার্ভার কনফিগারেশন, এগুলো কি তা না জেনে পরিবর্তন করবেন না।" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "সার্ভার সংযোগের তথ্যগুলো দিন।" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "কনফিগারেশন মজুদ ব্যবস্থা" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6481,120 +6516,120 @@ msgstr "" "অন্যান্য অতিরিক্ত সুবিধাদির জন্য phpMyAdmin কনফিগারেশন মজুদ ব্যবস্থা কনফিগার করন, " "সহায়িকার [doc@linked-tables]phpMyAdmin configuration storage[/doc]দেখুন।" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "পরিবর্তন ট্রেকিং" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "ডাটাবেইজের পরিবর্তন ট্রেকিং করার জন্য phpMyAdmin কনফিগারেশন মজুদ ব্যবস্থা প্রয়োজন।" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "রফতানী অপশন পরিবর্তন" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "আমদানির স্বাভাবিক বিষয়গুলো পরিবর্তন" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "চলাচলের ফ্রেম পরিবর্তন" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "প্রধান ফ্রেম পরিবর্তন" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL অনুসন্ধান" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL অনুসন্ধান বক্স" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "পরিবর্তিত সংযোগগুলো SQL অনুসন্ধান বক্সে দেখাচ্ছে।" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL অনুসন্ধান সেটিংস।" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "আরম্ভ কর" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "প্রথম পাতাটি পরিবর্তন কর।" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "ডাটাবেইজ সার্ভার" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "ডাটাবেইজ গঠনের সাথে বিশদ কি দেখাবে তা পছন্দ করুন (টেবলের তালিকা)।" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "টেবলের জন্য টেবলের গঠন" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "টেবল গঠনের সেটিংস (স্তম্ভের তালিকা)।" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "ট্যাবসমূহ" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "ট্যাবগুলো কিভাবে কাজ করবে পছন্দ করুন।" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "সর্ম্পকের রূপরেখা প্রদর্শন কর" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "পাতার আকার" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "অক্ষরের ক্ষেত্র" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "অক্ষর দেওয়ার ক্ষেত্রটি পরিবর্তন করুন।" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! লেখা" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "স্বাভাবিক অপশনগুলো পরিবর্তন" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "সর্তকতা" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin এর দেখানো কিছু সতর্কবার্তা অকার্যকর কর।" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6602,15 +6637,15 @@ msgstr "" "আমদানি রফতানীর জন্য [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] সংকুচন " "কার্যকর কর।" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "জিজিপ" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv'র জন্য অতিরিক্ত প্যারামিটার" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6618,11 +6653,11 @@ msgstr "" "যদি কার্যকর করা হয় phpMyAdmin multiple-statement অনুসন্ধানগুলো গননা করবে যদি কোন " "একটি অনুসন্ধান ব্যার্থও হয়।" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "multiple-statement এর ভুল উপেক্ষা কর" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6631,25 +6666,25 @@ msgstr "" "নিধারিত শেষ হয়ে এলে আমদানি বন্ধ করার অনুমোদন। এটা বড় ফাইল আমদানির একটি ভাল " "উপায়, যদিও এটি কাজ বন্ধ রাখতে পারে।" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "আংশিক আমদানি: বাধা অনুমোদিত" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "ভুল হলেও ইনর্সাট বাতিল করবে না" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6657,67 +6692,67 @@ msgstr "" "স্বাভাবিক গঠন: মনে রাখবেন এই তালিকাটি স্থানের উপর নির্ভরশীল (ডাটাবেইজ,টেবল)) " "এবং শুধু SQL কার্যকর।" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "আমদানিকৃত ফাইলের গঠন" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL কীওর্য়াড ব্যবহার কর" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "প্রথম সারিতে স্তম্ভের নাম" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "খালি সারি আমদানি করো না" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "মুদ্রা আমদানি ($৫.০০ কে ৫.০০)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "সঠিক দশমিকে শতকরা আমদানি (১২.০০% কে .১২)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "আরম্ভ থেকে এড়িয়ে যাওয়ার অনুসন্ধানের সংখ্যা।" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "আংশিক আমদানি: অনুসন্ধান উপেক্ষা কর" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "শুন্য মানের জন্য স্বয়ক্রীয় বর্দ্ধিত মান (AUTO_INCREMENT) ব্যবহার করবে না" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "স্লাইডারের প্রাথমিক অবস্থা" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "এক সংগে কতগুলো রো ইনসার্ট করবে।" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "ইনর্সাটকৃত রো'র সংখ্যা" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "সংখ্যা নয় এমন স্তম্ভে প্রদর্শনের জন্য সবোর্চ্চ অক্ষরের সংখ্যা।" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "স্তম্ভের অক্ষর সীমা" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6728,11 +6763,11 @@ msgstr "" "অনেকগুলো সার্ভারে সংযুক্ত থাকে তখন অন্যান্য সার্ভার থেকে লগাউট হতে ভুলে যাওয়া সহজ " "হতে পারে।" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "লগ আউটের সময় সব কুকি মুছে ফেলবে" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6743,11 +6778,11 @@ msgid "" msgstr "" "নির্ধারন করুন পূর্বের লগইন পুনরায় ব্যবহার করা হবে অথবা কুকিহীন প্রমাণীকরণ পদ্ধতি।" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "ব্যবহারকারীর নাম পুনরায় ব্যবহার" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6758,48 +6793,48 @@ msgstr "" "স্বাভাবিকভাবে ০ যার মানে হলো এটা শুধুমাত্র বর্তমান সেশসনের জন্য, এবং ব্রাউজার বন্ধ " "করা হলে এটা মুছে ফেলা হবে। অবিশ্বস্ত পরিবেশের জন্য এটা উপযোগী।" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "লগইন কুকি মজুদ" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "একটি লগইন কুকি কতক্ষন (সেকেন্ডে) কার্যকর থাকবে তা নির্ধারণ করুন।" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "লগইন কুকির বৈধতা" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT স্তম্ভের জন্য টেক্সটএরিয়া দ্বিগুন কর।" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT এর জন্য বড় টেক্সটএড়িয়া" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL অনুসন্ধান দেখানোর জন্য সর্বোচ্চ সংখ্যক বর্ণের সংখ্যা।" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "দেখানোর জন্য SQL এর সর্বোচ্চ দৈর্ঘ" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "ব্যবহারকারী উচ্চতর মান নির্ধারন করতে পারবে না" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "টেবল তালিকায় প্রদর্শনের জন্য টেবলের সর্বোচ্চ সংখ্যা।" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "সর্বোচ্চ সংখ্যক ডাটাবেইজ" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6809,23 +6844,23 @@ msgid "" "the navigation tree." msgstr "চলাচলের ট্রির প্রতি পাতায় কতগুলো জিনিস দেখাবে।" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "শাখায় জিনিসের সর্বোচ্চ সংখ্যা" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "চলাচলের ট্রির প্রতি পাতায় কতগুলো জিনিস দেখাবে।" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "শাখায় জিনিসের সর্বোচ্চ সংখ্যা" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6833,19 +6868,19 @@ msgstr "" "ব্রাউজিংয়ের সময় প্রর্দশিত ফলাফলে রো'র সংখ্যা। এতে যদি অনেক বেশী রো থাকে " "\"পূর্ববর্তী \" এবং \"পরবর্তী\" দেখাবে।" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "প্রদর্শনের জন্য রো'র সবোর্চ্চ সংখ্যা" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "টেবল তালিকায় প্রদর্শনের জন্য টেবলের সর্বোচ্চ সংখ্যা।" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "টেবলের সর্বোচ্চ সংখ্যা" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6853,41 +6888,41 @@ msgstr "" "একটি স্ক্রীপটের জন্য নির্ধারিত বাইটের সংখ্যা যেমন [kbd]৩২মে[/kbd] ([kbd]০[/" "kbd]কোন সীমা নির্দষ্ট না করার জন্য।" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "মেমরীর সীমা" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show databases navigation as tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "চলাচল ফ্রেইমে লোগো দেখাও।" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "লোগো দেখাও" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "চলাচলের ফ্রেইমে যেখানে লোগোটি থাকবে তার URL।" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "লোগো সংযোগের URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6895,43 +6930,43 @@ msgstr "" "সংযুক্ত পাতাটি একটি নতুন উইন্ডোতে ([kbd]new[/kbd]) খোল বা প্রধান উইন্ডোটিতে " "([kbd]main[/kbd]) খোল।" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "লোগো সংযোগের লক্ষ্য" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "পছন্দের সার্ভারটি উপরের বামদিকের কোণার ফ্রেইমে দেখাও।" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "সার্ভার নির্বাচন দেখাও" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "টেবল ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম সংখ্যা" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "ফিল্টার বক্সে প্রদর্শনের জন্য বিষয়ের নুন্যতম সংখ্যা" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "ডাটাবেইজ ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম ডাটাবেইজ সংখ্যা" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6941,161 +6976,161 @@ msgid "" "the Databases and Tables tabs above)." msgstr "চলাচলের ট্রিতে বিষযগুলো দলবদ্ধ কর।" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "ট্রিতে বিষযগুলো দলবদ্ধ কর" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "বিভিন্ন পর্যায়ে ডাটাবেইজ ট্রি পৃথককারী ট্রিং।" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "ডাটাবেইজ ট্রি পৃথককারী" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "বর্ণ যার দ্বারা টেবলগুলো ট্রি'র বিভিন্ন ক্ষেত্রে পৃথক হবে।" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "টেবল ট্রি পৃথককারী" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "টেবল ট্রির সর্বোচ্চ গভীরতা" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "মাউস কার্সরের নীচে সার্ভার চিহ্নিত কর।" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "চিহ্নিতকরন কাযর্কর" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "টেবল চলাচলের বার" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "টেবলসমূহ দেখাচ্ছে:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "সংস্করন দেখাও" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "ফাংশন ক্ষেত্র দেখাও" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "প্রসেসসমূহ দেখান" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "সংস্করন দেখাও" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "সম্প্রতি ব্যবহৃত টেবল" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "এগুলো সম্পাদনা, প্রতিলিপি এবং মুছা সংযোগ।" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "টেবলের রো সংযোগ কোথায় দেখাবে" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "টেবল এবং ডাটাবেইজের নাম সাজানোর জন্য স্বাভাবিক বিন্যাস ব্যবহার কর।" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "স্বাভাবিক বিন্যাস" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "শুধু আইকন, শুধু মাত্র টেক্সট বা উভয়ই ব্যবহার কর।" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "টেবল চলাচলের বার" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP স্থানান্তরের গতি বাড়ানোর জন্য জিজিপ আউটপুট বাফারিং ব্যবহার কর।" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "জিজিপ আউটপুট বাফারিং" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -7103,19 +7138,19 @@ msgstr "" "[kbd]দক্ষ[/kbd]- যেমন স্তম্ভ যদি সময়,দিন, দিনসময়্ এবং সময়কাল হয় তবে অধমূখী অন্যথায় " "উর্দ্ধ মুখী।" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "MySQL ডাটাবেইজে স্থীর সংযোগ ব্যবহার কর।" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "স্থীর সংযোগ" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -7124,11 +7159,11 @@ msgstr "" "phpMyAdmin কনফিগারেশনের কোন একটি storage table পাওয়া না গেলে ডাটাবেইজের বিশদ " "গঠন যেখানে দেখানো হয় সেখানে প্রদর্শিত সর্তকতা অকার্যকর কর।" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -7136,11 +7171,11 @@ msgstr "" "MySQL library এবং সার্ভরের পার্থক্য পাওয়া গেলে যে স্বাভাবিক সর্তক বার্তা প্রদর্শিত " "হয় তা অকার্যকর কর।" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "সার্ভার/লাইব্রেরীর পার্থক্যের জন্য সতর্ক বার্তা" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -7148,27 +7183,27 @@ msgstr "" "যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন " "পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL এর রির্জাভড ওর্য়াড সর্তকতা" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "ম্যানু ট্যাব কিভাবে প্রদর্শন করবে" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "বিভিন্ন ধরনের কাজের সংযোগ কিভাবে প্রদর্শন করবে" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB এবং BINARY টেবল সম্পাদনা অ-অনুমোদিত।" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "বাইনারী স্তম্ভ সংরক্ষন কর" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7178,128 +7213,128 @@ msgstr "" "storage)লাগবে, অন্যথায় অনুসন্ধান হিস্টোরী দেখানোর জন্য JS-routines ব্যবহৃত হবে। " "( উইন্ডো বন্ধ করলে যা নষ্ট হয়ে যাবে)" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "অনুসন্ধানের স্থায়ী হিস্টোরী" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "হিস্টোরীতে কতগুলো অনুসন্ধান থাকবে।" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "অনুসন্ধান হিস্টোরীর দৈর্ঘ্য" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "বর্ণরাশি পরিবর্তনে কোন ফাংশন ব্যবহৃত হবে তা নির্বাচন করুন।" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "রের্কডিং ইঞ্জিন" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "যখন টেবল ব্রাউজ করা হবে, টেবলের সজ্জা মনে রাখবে।" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "টেবলের সজ্জা মনে রাখবে" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "প্রতি X cells শিরোনাম পুনরায় দেখাবে, [kbd]০[/kbd] এটি অকার্যকর করবে।" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "শিরোনাম পুনরাবৃত্তি" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "গ্রীড সম্পাদনা: trigger action" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "সর্ম্পক দেখানোর স্থম্ভ" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "সার্ভারের প্রর্দশন অপশনগুলো।" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "গ্রীড সম্পাদনা: সম্পাদনকৃত সব সেল একত্রে সংরক্ষন কর" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "সার্ভারে রফতানী সংরক্ষনের ডিরেক্টরী।" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "সংরক্ষনের ডিরেক্টরী" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "ব্যবহৃত না হলে থালি রাখ।" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "হোস্ট অনুমোদনের বিন্যাস" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "স্বাভাবিকভাবে থাকার জন্য খালি রাখুন।" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "হোস্ট অনুমোদনের নিয়ম" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "পাসওয়ার্ডবিহীন লগইনের অনুমোদন" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "রুট লগইনের অনুমোদন" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "সেশনের মান" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "যথন এইছটিটিপি প্রমানীকরণ ব্যবহার হবে তখন প্রদর্শনের জন্য প্রাথমিক এইছটিটিপি " "প্রমানীকরণ নাম।" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP রাজ্য" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7308,19 +7343,19 @@ msgstr "" "কনফিগ ফাইলের পথ [a@http://swekey.com]SweKey hardware authentication[/a] " "(ডকুমেন্ট রুটে পাওয়া যায়নি; সাম্ভাব্য: /etc/swekey.conf)।" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey কনফিগ ফাইল" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "ব্যবহারের জন্য প্রমাণীকরনের পদ্ধতী।" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "প্রমাণীকরণের ধরন" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7328,11 +7363,11 @@ msgstr "" "না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] সাহায্যের জন্য, দেখুন:[kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "বুকর্মাক টেবল" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7340,31 +7375,31 @@ msgstr "" "স্তম্ভের মন্তব্য/মাইমের ধরন না দেখানোর জন্য খালি রাখুন, দেখুন:[kbd]pma_column_info[/" "kbd]।" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "স্তম্ভ্ তথ্যের টেবল" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "সংকুচিত MySQL সার্ভারের সংযোগ।" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "সংকুচিত সংযোগ" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "সার্ভারে কিভাবে সংযোগ করবে, যদি না জানেন [kbd]tcp[/kbd] রাখেন।" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "সংযোগের ধরন" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "নিয়ন্ত্রক ব্যবহারকারীর পাসওর্য়াড" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7372,11 +7407,11 @@ msgstr "" "একটি বিশেষ MySQL ব্যবহারকারী সীমিত অধিকার সহ কনফিগার করা হয়েছে, আরো তথ্যের জন্য " "দেখুন [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]।" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "নিয়ন্ত্রক ব্যবহারকারী" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7384,11 +7419,11 @@ msgstr "" "কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি " "রাখুন।" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "হোস্ট নিয়ন্ত্রন" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7397,15 +7432,15 @@ msgstr "" "কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি " "রাখুন।" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "নিয়ন্ত্রন পোর্ট" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "ডাটাবেইজের regular expression (PCRE) মিলকরন লুকাও।" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7413,15 +7448,15 @@ msgstr "" "আরো তথ্যের জন্য [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug " "tracker[/a] এবং [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ব্যবহার অকার্যকর" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "ডাটাবেইজ লুকাও" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7429,23 +7464,23 @@ msgstr "" "SQL অনুসন্ধানের হিস্টোরী সুবিধা দিতে না চাইলে খালি রাখুন, দেখুন: [kbd]pma_history[/" "kbd]।" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL অনুসন্ধানের হিস্টোরী টেবল" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "MySQL সার্ভারের হোস্ট নাম।" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "সার্ভরের হোস্ট নাম" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "লগআউট URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7453,17 +7488,17 @@ msgstr "" "ডাটাবেইজে রক্ষিত টেবলের তথ্যের সংখ্যা সীমিত করন, পুরাতন তথ্য স্বয়ংক্রীয়ভাবে মুছে " "যাবে।" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "মজুদ করার জন্য সর্বো্চ্চ সংখ্যক টেবলের তথ্যের সংখ্য" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "সহায়ক এর অবস্থা দেখুন" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7474,13 +7509,30 @@ msgid "" msgstr "" "পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "ভিউ টেবিলের মত রফতানী করা হচ্ছে" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "টেক্সএরিয়া স্তম্ভ" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7490,15 +7542,15 @@ msgid "" "[kbd]pma__central_columns[/kbd]." msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "পাসওর্য়াডহীন সংযোগের চেষ্টা কর।" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "পাসওর্য়াডহীন সংযোগ কর" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7510,29 +7562,29 @@ msgstr "" "শুধু ওগুলোর নাম দেন এবং শেষে[kbd]*[/kbd] ব্যবহার করুন alphabetical ভাবে সাজানোর " "জন্য।" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "শুধু তালিকার ডাটাবেইজ দেখাও" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "খালি রাখুন যদি কনফিগ প্রমাণীকরণ ব্যবহার না করেন।" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "কনফিগ প্রমাণীকরণের পাসওর্য়াড" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "পিডিএফের গঠন: টেবলের পাতা" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7542,20 +7594,20 @@ msgstr "" "phpmyadmin.net/pma/pmadb]pmadb[/a] দেখুন। সমর্থন না করলে খালি রাখুন। দেখুন: " "[kbd]phpmyadmin[/kbd]।" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "ডাটাবেইজের নাম" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "যে পোর্টে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য খালি রাখুন।" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "সার্ভারের পোর্ট" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7563,11 +7615,11 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "সাময়িককালে ব্যবহৃত টেবল" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7579,13 +7631,13 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "চলকসমূহ" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7593,11 +7645,11 @@ msgstr "" "না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a]সাহায্যের জন্য, দেখুন:[kbd]pma__relation[/kbd]।" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "আন্তসর্ম্পক টেবল" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7605,43 +7657,43 @@ msgstr "" "উদাহরণের জন্য [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types [/a] দেখুন।" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "সাইনঅন সেশনের নাম" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "সাইনঅন URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "কোন সকেটে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য।" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "সার্ভারের সকেট" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL সার্ভারে সংযোগের জন্য SSL কার্যকর কর।" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL ব্যবহার কর" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "পিডিএফের গঠন: table coordinates" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7649,11 +7701,11 @@ msgstr "" "স্তম্ভ বর্ণনার টেবল, সমর্থন দিতে না চাইলে খালি রাখুন; দেখুন: [kbd]pma_table_info[/" "kbd]।" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "স্তম্ভের টেবল দেখাও" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7661,11 +7713,11 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI পছন্দ রাখর টেবল" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7673,11 +7725,11 @@ msgstr "" "যখন একটি ডাটাবেইজ তৈরী হবে তখন একটি DROP DATABASE IF EXISTS লেখা লগের প্রথম " "লাইনে যুক্ত হবে।" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE যোগ কর" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7685,11 +7737,11 @@ msgstr "" "যখন লগ একটি টেবল তৈরী হবে তখন একটি DROP TABLE IF EXISTS লেখা লগের প্রথম লাইনে " "যুক্ত হবে।" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE যোগ কর" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7697,21 +7749,21 @@ msgstr "" "যখন একটি ভিউ তৈরী হবে তখন একটি DROP VIEW IF EXISTS লেখা লগের প্রথম লাইনে যুক্ত " "হবে।" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW যোগ কর" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "একটি statements এর তালিকা তৈরী করুন যা সংস্করন তৈরীর জন্য স্বয়ংক্রীয় ভাবে ব্যবহৃত " "হবে।" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "ট্রেকের জন্য Statements" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7719,21 +7771,21 @@ msgstr "" "SQL অনুসন্ধান ট্রেকিং সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন: [kbd]pma_tracking[/" "kbd]।" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL অনুসন্ধান ট্রেকিং টেবল" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "ট্রেকিং ব্যবস্থা টেবল এবং ভিউ এর সংস্করন স্বয়ংক্রীয় ভাবে তৈরী করবে।" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "স্বয়ংক্রীয়ভাবে সংস্করন তৈরী কর" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7741,33 +7793,33 @@ msgstr "" "ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, " "দেখুন:[kbd]pma_userconfig[/kbd]।" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "ব্যবহারকারীর নির্ধারন (preferences) মজুদ করার টেবল" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "টেবল ব্যবহার" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "ব্যাবহারকারীর দলের টেবল" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7775,15 +7827,15 @@ msgstr "" "ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, " "দেখুন:[kbd]pma_userconfig[/kbd]।" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "কনফিগ প্রমাণীকরণের জন্য ব্যবহারকারী" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7791,21 +7843,21 @@ msgstr "" "ব্যবহারকারীর জন্য সার্ভারের সহজবোধ্য বিবরণ। হোস্ট নামটি দেখাবার জন্য খালি রাখতে " "পারেন।" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "সার্ভারের কথ্য নাম" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "ব্যবহারকারীকে \"সব দেখাও রো)\" বাটন দেখাবে" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "সবগুলো রো প্রর্দশন করার অনুমতি" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7815,80 +7867,80 @@ msgstr "" "কারন পাসওয়ার্ডটি কনফিগারেশন ফাইলে লেখা আছে; এটা একই কমান্ড সরাসরি কার্যকর করার " "ক্ষমতা খর্ব করে না।" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "পাসওর্য়াড পরিবর্তনের ফর্ম দেখাও" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "ডাটাবেইজ তৈরীর ফর্ম দেখাও" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the comments for all tables." msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "টেবলের মন্তব্য" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "প্রস্তুতের সময় দেখাও" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "সব টেবলের আপডেট সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "সর্বশেষ আপডেটের সময় দেখাও" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "সব টেবলের সর্বশেষ পরীক্ষার সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "সর্বশেষ পরীক্ষার সময় দেখাও" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "সম্পাদনা/ইনর্সাটের সময় টাইপ ফিল্ড দেখাবে কিনা তা নির্ধারন করুন।" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "ক্ষেত্রের ধরন দেখাও" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "ফাংশন ক্ষেত্রটি সম্পাদনা/ইনর্সাট অবস্থায় দেখাবে।" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "ফাংশন ক্ষেত্র দেখাও" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "আভাস দেখাবে অথবা না।" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "আভাস দেখাও" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7896,50 +7948,50 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট সংযোগ " "দেখাও।" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() সংযোগ দেখাও" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MySQL সার্ভরের বিশদ তথ্য দেখাও" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "নিধার্রণ করুন phpMyAdmin দ্বারা প্রস্তুতকৃত SQL অনুসন্ধান প্রদর্শন করবে কিনা।" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL অনুসন্ধান দেখাও" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "পেশ করার পর অনুসন্ধান বক্সটি পর্দায় থাকবে কিনা।" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "অনুসন্ধান বক্সটি রাখ" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "ডাটাবেইজ এবং টেবলের পরিসংখ্যান দেখাও (জায়গা ব্যবহৃত হবে)।" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "পরিসংখ্যান দেখাও" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "ব্যবহৃত টেবল চিহ্নিত কর এবং লক্ড টেবল সহ ডাটাবেইজগুলো দেখাবার ব্যবস্থা কর।" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "লকড টেবল এড়িয়ে যাও" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7947,11 +7999,11 @@ msgid "" "detected." msgstr "যদি Suhosin পাওয়া যায় তবে একটি সর্তক বার্তা প্রদর্শন করবে।" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin সতর্কবার্তা" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7964,13 +8016,13 @@ msgstr "" "যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন " "পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "লগইন কুকির বৈধতা" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7982,11 +8034,11 @@ msgstr "" "সম্পাদনার সময়, টেক্সটএরিয়া (স্তম্ভ) আকৃতি এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) " "এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "টেক্সএরিয়া স্তম্ভ" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7998,31 +8050,31 @@ msgstr "" "সম্পাদনের সময়, টেক্সটএরিয়ার আকৃতি (রো) এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) " "এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "টেক্সটএরিয়ার রোসমূহ" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "একটি ডাটাবেইজ নিবার্চন করা হলে ব্রাউজার উইন্ডোর শিরোনাম।" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "কিছু নির্বাচিত না থাকলে ব্রাউজার উইন্ডোর শিরোনাম।" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "স্বাভাবিক শিরোনাম" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "একটি সার্ভার নিবার্চন করা হলে ব্রাউজারের শিরোনাম।" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "একটি টেবল নির্বাচন করা হবে ব্রাউজার উইন্ডোর শিরোনাম।" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8033,27 +8085,27 @@ msgstr "" "1.2.3.4:[br][kbd]1.2.3.4:HTTP_X_FORWARDED_FOR[/kbd] থেকে আসা শিরোনামে " "HTTP_X_FORWARDED_FOR (X-Forwarded-For) বিশ্বাস করবে।" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "বিশ্বস্ত প্রক্সির তালিকা IP allow/deny এর জন্য" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "সার্ভরের আপলোড ডিরেক্টরি যেখানে আমদানির ফাইল রাখা যাবে।" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "আপলোড ডিরেক্টরি" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "সমস্ত ডাটাবেইজের ভিতর খোঁজার অনুমতি।" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "ডাটাবেইজে খুঁজার ব্যবহার কর" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -8061,26 +8113,26 @@ msgstr "" "যদি অকার্যকর থাবে, ব্যবহারকারী নীচের কোন অপশন সেট করতে পারেব না, ডান দিকের " "চেকবক্স পর্যন্ত।" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "সেটিংসে উন্নয়নকারী টেবটি কার্যকর করুন" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "সর্বশেষ সংস্করনের জন্য খুঁজে দেখ" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "নতুন কোন সংস্করন আছে কিনা তা phpMyAdmin page এ পরীক্ষা করে দেখবে।" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "সংস্করন পরীক্ষা" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8088,30 +8140,30 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "ব্যাবহারকারীর নাম" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "পাসওর্য়াড" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -8119,52 +8171,52 @@ msgstr "" "জিপ [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] সংকোচন আমদানি " "রফতানীর জন্য কার্যকর কর।" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "জিপ" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "ভুল সর্ম্পকিত প্রতিবেদন দাখিল কর" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL query" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8192,47 +8244,78 @@ msgstr "HTTP প্রমাণীকরণ" msgid "Signon authentication" msgstr "সাইনঅন প্রমাণীকরণ" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV LOAD DATA ব্যবহার করছে" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "ওপেন অফিসের স্প্রেডসীট" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "দ্রুত" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "পরিবর্তন" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "ডাটাবেইজ রফতানী অপশন" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "মাইক্রোসফট এক্সেলের জন্য CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "মাইক্রোসফট ওর্য়াড ২০০০" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "ওপেন অফিস টেক্সট" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "তথ্য আনার জন্য কোন SQL অনুসন্ধান নির্ধারন করা হয় নাই।" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "প্লটের জন্য টেবলে কোন গাণিতক স্তম্ভ পাওয়া যায়নি।" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "প্রর্দশনের কোন তথ্য নাই" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s টেবিলটি সফলভাবে পরিবর্তন করা হয়েছে।" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "প্রক্রিয়া %s সফলভাবে ধ্বংস করা হয়েছে।" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "আভ্যন্তরীন সম্পর্ক যোগ করা হয়েছে" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8247,12 +8330,12 @@ msgstr "সাম্ভাব্য গভীর পুনরাবৃত্ত msgid "No change" msgstr "পরিবর্তন নয়" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8307,6 +8390,7 @@ msgid "Create database" msgstr "ডাটাবেইজ তৈরী কর" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "তৈরী" @@ -8320,7 +8404,7 @@ msgid "No Privileges" msgstr "কোন অধিকার নাই" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "টেবিল তৈরী কর" @@ -8332,101 +8416,145 @@ msgstr "স্তম্ভের সংখ্যা" msgid "Could not load export plugins, please check your installation!" msgstr "রফতানী সহায়কটি লোড করা যাচ্ছে না, ইনস্টলেশন পরীক্ষা করুন!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "সার্ভার থেকে ডাটাবেইজ রফতানী করা হচ্ছে" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "ডাটাবেইজ থেকে \"%s\" টেবিল রফতানী করা হচ্ছে" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "টেবল থেকে \"%s\" রো রফতানী করা হচ্ছে" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "রফতানী পদ্ধতি:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "রফাতানীর ধরন" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "ফাইলের নামের নকশা:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "টেবিলের নাম" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "ফাইলের নামের নকশা:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "সাময়িক ডিস্ক হার" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "আধুনিকায়ন হয়েছে" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "টেবল নির্বাচন" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "রফতানী পদ্ধতী" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "দ্রুত - সাম্ভাব্য কম অপশনগুলো দেখাও" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "কাষ্টম - সাম্ভাব্য সবগুলো অপশন দেখাও" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "ডাটাবেইজ:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "টেবল:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "গঠন:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "গঠন নির্দিষ্ট অপশনসমূহ:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "এই গঠনের অপশনগুলো পূর্ণ করার জন্য নীচে যান এবং অন্য গঠনের অপশনগুলো বাদ দিন।" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "এনকোডিং কনভারশন:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "সারি:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "কিছু রো স্তুপ কর" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "শুরুর রো:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "সব রো স্তুপ কর" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "আউটপুট:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "সার্ভারের %s ডিরেক্টরিতে রাখ" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "ফাইলের নামের নকশা:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "সার্ভারের নাম হবে @SERVER@" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ হবে ডাটাবেইজের নাম" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "@TABLE@ হবে টেবলের নাম" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8437,86 +8565,86 @@ msgstr "" "পারেন। এখন এই রুপান্তরটি হবে:%3$s। অন্যান্য লেখা ঠিকই থাকবে। %4$sFAQ%5$s এ বিশদ " "পাওয়া যাবে।" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "ভবিষৎ রফতানীতে ইহা ব্যবহার করবে" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ফাইলের বর্ণ রাশি:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "সংকোচন:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "জিপ্ড" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "জিজিপ্ড" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "লেখার মত আউটপুট দেখা" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "ভিউ টেবিলের মত রফতানী করা হচ্ছে" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "সমান্তরাল (rotated headers)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "আউটপুট একটি ফাইলে রাখ" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "টেবল নির্বাচন" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "টেবল নির্বাচন" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "ডাটাবেইজের নাম" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "নতুন পাতার নাম: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "স্তম্ভের নাম প্রতিলিপি" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9052,7 +9180,7 @@ msgid "Dump has been saved to file %s." msgstr "স্তুপকৃত তথ্য %s ফাইলে সংরক্ষন করা হয়েছে।" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "মাইএসকিউএল কিছু পায়নি। (শুন্য তথ্য)।" @@ -9134,7 +9262,7 @@ msgstr "লুকাও" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "ফাংশন" @@ -9212,7 +9340,7 @@ msgstr "" "যাওয়া যাবে।" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9651,7 +9779,7 @@ msgstr "নতুন" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "ভিউসমূহ" @@ -9948,230 +10076,241 @@ msgstr "" msgid "Rename database to" msgstr "ডাটাবেজ পুনঃনামকরন:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "এই মূহুর্তে এখানে থাকার জন্য আপনার পর্যাপ্ত অধিকার নাই!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "অধিকারসমূহ সম্পাদনা" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s ডাটাবেইজটি মুছা হয়েছে।" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "ডাটাবেইজটি মুছে ফেল" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "ডাটাবেইজটি মুছে ফেল (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "শুধুমাত্র গঠন" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "গঠন এবং তথ্য" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "শুধুমাত্র তথ্য" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "ডাটাবেজ কপি কর:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "প্রতিলিপি তৈরীর পূর্বে ডাটাবেইজ তৈরী কর" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "নিয়মাবলী যোগ কর" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "অনুলিপিকৃত ডাটাবেইজে যাও" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "টেবিলের অর্ডার পরিবর্তন কর" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(একক ভাবে)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "টেবিলটি (ডাটাবেইজ.টেবল)এ সরানো হয়েছে:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "টেবিলটির নাম পরিবর্তন কর" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "টেবলের মন্তব্য" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "টেবলের অপশনস" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "মজুদ ব্যবস্থা" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "(ডাটাবেইজ.টেবল)এ টেবিলটির প্রতিলিপ কর:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "প্রতিলিপিকৃত টেবিলে যাও" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "টেবিল রক্ষণাবেক্ষণ" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "টেবিল নিরীক্ষা করা" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "টেবল পরীক্ষা" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "টেবল পরীক্ষা" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "টেবল ডিফ্রেগমেন্ট" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "%s টেবিলটি ফ্লাশ করা হয়েছে." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "টেবিলটি ফ্লাশ কর (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "টেবিল সর্বোচ্চ কার্যপযোগী কর" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "টেবিল মেরামত" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "তথ্য বা টেবিল মুছ" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "টেবিলটি খালি কর (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "টেবিলটি মুছ (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "নিরীক্ষা" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "পরীক্ষা" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "অপটিমাইজ" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "পুননির্মাণ" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "মেরামত" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "বন্ধ" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "খন্ড রক্ষণাবেক্ষন" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "খন্ড %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "খন্ড মুছ" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "রেফারেনসিয়াল ইন্টিগ্রিটি পরীক্ষা কর:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "একই ক্ষেত্রে টেবলটি সরানো যাবে না!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "একই ক্ষেত্রে টেবলটির অনুলিপি করা যাবে না!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s টেবিলটি %s এ সরানো হয়েছে।" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s টেবিল টি %s এ প্রতিলিপি করা হয়েছে।" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s টেবিলটি %s এ সরানো হয়েছে।" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s টেবিল টি %s এ প্রতিলিপি করা হয়েছে।" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "টেবিলের নামটি খালি!" @@ -10365,7 +10504,7 @@ msgstr "ইভেন্ট" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "সংজ্ঞা" @@ -11383,11 +11522,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "টেবলের সজ্জা মনে রাখবে" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "রফতানীর ধরন সঠিক নয়" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "উন্নততর বিষয়গুলো দ্রুত সেটআপের পদক্ষেপসমূহ:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11396,11 +11541,11 @@ msgstr "" "প্রয়োজনীয় টেবলসমূহ examples/create_tables.sql এর সাহায্যে তৈরী কর " "।" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "একটি PMA ব্যবহারকারী তৈরী কর এবং টেবিলসমূহে প্রবেশাধীকার দাও।" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11408,22 +11553,22 @@ msgstr "" "কনফিগারেশন ফাইলে (config.inc.php) উন্নততর বিষয়গুলো কার্যকর কর, " "উদাহরণ স্বরুপ config.sample.inc.php থেকে শুরু কর।" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "আধুনিক কনফিগারেশন ফাইল লোড করার জন্য phpMyAdmin এ আবার লগইন করুন।" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "বণর্না নাই" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11431,14 +11576,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11624,6 +11769,7 @@ msgstr "ব্যাবহারকারীর নাম:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "ব্যবহারকারীর নাম" @@ -11781,10 +11927,10 @@ msgid "Master server changed successfully to %s." msgstr "প্রধান সার্ভারটি সফলভাবে %s তে পরিবর্তন করা হয়েছে" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11805,7 +11951,7 @@ msgstr "ইভেন্ট %1$s পরিবর্তন হয়েছে।" msgid "Event %1$s has been created." msgstr "ইভেন্ট %1$s তৈরী হয়েছে।" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "আপনার কাজ প্রক্রিয়া করার সময় এক বা একাধীক ভুল হয়েছে:" @@ -11814,7 +11960,8 @@ msgstr "আপনার কাজ প্রক্রিয়া করার স msgid "Edit event" msgstr "ইভেন্ট সম্পাদনা" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "বিশদ" @@ -11828,7 +11975,7 @@ msgid "Event type" msgstr "ইভেন্টের ধরন" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "পরিবর্তন কর %s এ" @@ -11856,13 +12003,13 @@ msgid "On completion preserve" msgstr "শেষ করার পর রক্ষাকর" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "সংজ্ঞা দানকারী" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -11892,9 +12039,9 @@ msgid "You must provide an event definition." msgstr "আপনাকে অবশ্যই ইভেন্টের সংজ্ঞা দিতে হবে।" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "নির্দেশ প্রক্রিয়া করনে সমস্যা হয়েছে:" @@ -11930,92 +12077,98 @@ msgstr "" "strong] সমস্যা এড়াতে 'mysqli' সংযোজক ব্যবহার করুন।" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "অকার্যকর রুটিন ধরন:\"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "দুখিত, মুছে ফেলা রুটিনটি ফেরত আনা যায়নি।" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "রুটিন %1$s পরিবর্তীত হয়েছে।" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "রুটিন %1$s পরিবর্তীত হয়েছে।" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "রুটিন %1$s তৈরী করা হয়েছে।" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "রুটিন সম্পাদনা" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "রুটিনের নাম" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "প্যারামিটার সমূহ" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "দিক" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "প্যারামিটার যোগকর" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "শেষ প্যারামিটারটি মুছ" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "ফেরতের ধরন" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "ফেরতের দৈর্ঘ্য/মানসমূহ" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "রুটিনের পছন্দসমূহ" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "নির্ধারক" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "নিরাপত্তার ধরণ" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL তথ্যে প্রবেশ" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "আপনাকে অবশ্যই একটি রুটিনের নাম দিতে হবে" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "প্যারামিটারের জন্য অকার্যকর নির্দেশনা \"%s\"।" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12023,24 +12176,24 @@ msgstr "" "ENUM, SET,VARCHAR and VARBINARY এর রুটিনের প্যারামিটরে দৈর্ঘ্য/মান অবশ্যই দিতে " "হবে।" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "প্রতিটি রুটিন প্যারামিটারের জন্য অবশ্যই একটি নাম এবং ধরন দিতে হবে।" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "আপনাকে অবশ্যই রুটিনের কার্যকর ফেরত ধরণ দিতে হবে।" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "আপনাকে অবশ্যই রুটিনের একটি সংজ্ঞা দিতে হবে।" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "রুটিন %s এর সম্পাদনের ফলাফল" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12049,13 +12202,13 @@ msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "প্রসিউডারের শেষ স্টেটমেন্ট দ্বারা %d টি রো প্রভাবিত হয়েছে।" msgstr[1] "্রসিউডারের শেষ স্টেটমেন্ট দ্বারা %d টি রো প্রভাবিত হয়েছে।" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "রুটিন নির্বাহ কর" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "রুটিনের প্যারামিটার" @@ -12618,12 +12771,16 @@ msgid "You have revoked the privileges for %s." msgstr "%s অধিকার সমূহ বাতিল করা হয়েছে।" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "ব্যবহারকারী যোগ কর" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "ব্যবহারকারীর দল যোগ কর" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "ব্যবহারকারীর ডাটাবেইজ" #: libraries/server_privileges.lib.php:1946 @@ -12650,9 +12807,7 @@ msgid "User has been added." msgstr "ব্যবহারকারী যোগ করা হয়েছে।" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12727,11 +12882,15 @@ msgid "" msgstr "পুরাতনটি ব্যবহারকারী টেবল থেকে মুছে ফেল এবং অধিকারগুলো পুনারায় চালু কর।" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "লগইন তথ্য পরিবর্তন/ব্যবহারকারীর অনুলিপি" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "একই অধিকারসহ একজন নতুন ব্যবহারকারী তৈরী কর এবং…" #: libraries/server_privileges.lib.php:3036 @@ -12753,7 +12912,9 @@ msgid "Add privileges on the following table:" msgstr "নিচের টেবিল এ সুবিধাসমূহ যোগ কর:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "নির্বাচিত ব্যবহারকারীদের মুছ" #: libraries/server_privileges.lib.php:3376 @@ -12788,40 +12949,50 @@ msgstr "%s এর অধীকার সমূহ আধুনিকায়ন msgid "Deleting %s" msgstr "%s মুছছি" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "অধিকারসমূহ সফলভাবে পুনরায় পূর্ণকরা হয়েছে।" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "ব্যবহারকারী %s পূর্ব থেকেই আছে!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s এর অধিকারসমূহ" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "নতুন" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "সুবিধাসমূহ সম্পাদনা:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "ব্যাবহারকারীর দল" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "একনজরে ব্যবহারকারীগণ" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12834,11 +13005,11 @@ msgstr "" "হতে পারে যদি তা পরিবর্তীত হয়ে থাকে। এরুপ ক্ষেত্রে %sreload the privileges%s করতে " "হবে।" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "অধিকার টেবিলে এই ব্যবহারকারী সর্ম্পকে কোন তথ্য নাই।" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "একজন নতুন ব্যবহারকারী যোগ করেছেন।" @@ -14100,7 +14271,7 @@ msgstr "চিহ্নিতকারী অযোগ্য" msgid "Unknown Punctuation String" msgstr "অজ্ঞাত বিরাম চিহ্ন" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "টেবিল %s খালি করা হয়েছে" @@ -14113,13 +14284,13 @@ msgstr "অনুসরণ কার্যকর রয়েছে।" msgid "Tracking is not active." msgstr "অনুসরণ অকার্যকর রয়েছে।" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "ভিউ %s মুছা হয়েছে।" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "টেবল %s মুছা হয়েছে।" @@ -14349,43 +14520,38 @@ msgstr "ব্যবহৃত জায়গা" msgid "Effective" msgstr "কার্যকর" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s টেবিলটি সফলভাবে পরিবর্তন করা হয়েছে।" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s টেবিলটি সফলভাবে পরিবর্তন করা হয়েছে।" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "অনুসন্ধানে ভুল" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "স্তম্ভগুলো সফলভাবে সরানো হয়েছে।" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "এই ধারাটি যোগ কর" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "SQL অনুসন্ধান দেখাও" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14860,18 +15026,6 @@ msgstr "কোন নতুন সুস্থিত সংস্করন প msgid "Wrong data" msgstr "ভুল তথ্য" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "প্রর্দশনের কোন তথ্য নাই" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "তথ্য আনার জন্য কোন SQL অনুসন্ধান নির্ধারন করা হয় নাই।" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "প্লটের জন্য টেবলে কোন গাণিতক স্তম্ভ পাওয়া যায়নি।" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14882,7 +15036,7 @@ msgstr "'%s' ডাটাবেইজটি নাই।" msgid "Table %s already exists!" msgstr "টেবিল %s পুর্ব থেকেই আছে!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "টেবিলের স্তুপ (গঠন) দেখাও" @@ -14890,24 +15044,12 @@ msgstr "টেবিলের স্তুপ (গঠন) দেখাও" msgid "Invalid table name" msgstr "টেবিলের নামটি অকার্যকর" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "আভ্যন্তরীন সম্পর্ক যোগ করা হয়েছে" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "প্রক্রিয়া %s সফলভাবে ধ্বংস করা হয়েছে।" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14915,7 +15057,7 @@ msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "স্তম্ভের নাম '%s'টি MySQL'র সংরক্ষিত শব্দ।" msgstr[1] "স্তম্ভের নাম '%s'টি MySQL'র সংরক্ষিত শব্দ।" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "কোন স্তম্ভ নির্বাচন করা হয় নাই" @@ -15119,7 +15261,7 @@ msgid "subquery" msgstr "সহ-অনুসন্ধান" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "সম্পর্ক তৈরী কর" @@ -15195,13 +15337,13 @@ msgstr "নতুন নাম" msgid "Delete pages" msgstr "পাতা নির্বাচন" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "রিলোড" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "সাহায্য" @@ -15457,39 +15599,39 @@ msgstr "চিত্রের নাম" msgid "X-Axis:" msgstr "X- অক্ষ:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "ধারা:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X- অক্ষের মোড়ক:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X এর মান" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-অক্ষের মোড়ক:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "স্তম্ভের ভিতরে:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s স্তম্ভের জন্য তথ্য" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16829,6 +16971,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert এর জন্য ০ নির্ধারন করা হয়েছে" +#~ msgid "Add user" +#~ msgstr "ব্যবহারকারী যোগ কর" + +#~ msgid "Export Method:" +#~ msgstr "রফতানী পদ্ধতি:" + #~ msgid "No data found for GIS visualization." #~ msgstr "কোনা তথ্য নাই GIS দেখানোর জন্য।" @@ -17067,11 +17215,6 @@ msgstr "concurrent_insert এর জন্য ০ নির্ধারন ক #~ msgid "pdf export page" #~ msgstr "রফতানীর ধরন সঠিক নয়" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "রফতানীর ধরন সঠিক নয়" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/br.po b/po/br.po index c4297bbdf1..e39789f3c3 100644 --- a/po/br.po +++ b/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-28 11:07+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Breton Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efeduster ar grubuilh rekedoù" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Implij ar grubuilh rekedoù" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Krubuilh rekedoù implijet" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Implij CPU ar reizhiad" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memor reizhiad" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Takad eskemm reizhiad (swap)" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Karg keitat" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memor hollek" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memor krubuilh" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memor skurzer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memor vak" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memor implijet" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Takad eskemm klok" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Takad eskemm krubuilhet" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Takad eskemm implijet" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Takad eskemm vak" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Oktedoù kaset" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Oktedoù resevet" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Kevreadennoù" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Argerzhioù" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "o" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "Kio" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "Gio" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "Tio" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "Pio" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "Eio" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1419,31 +1440,31 @@ msgid "%d table(s)" msgstr "%s daolenn" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Goulennoù" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tremenerezh" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Arventennoù" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Ouzhpennañ ur grafik d'ar gael" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "Ouzhpennit da nebeutañ unan eus an argemennoù d'an heuliad" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1455,47 +1476,47 @@ msgstr "Ouzhpennit da nebeutañ unan eus an argemennoù d'an heuliad" msgid "None" msgstr "Hini" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Adkregiñ gant an evezhiañ" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Paouez gant an evezhiañ" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "Gweredekaet eo general_log ha slow_query_log." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "Gweredekaet eo general_log." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "Gweredekaet eo slow_query_log." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "Diweredekaet eo general_log ha slow_query_log." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "N'eo ket bet lakaet log_output da TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "Lakaet eo bet log_output da TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1506,12 +1527,12 @@ msgstr "" "bad pelloc'h eget %d eilenn. Erbedet eo reizhañ long_query_time war 0-2 " "eilenn, hervez ho reizhiad." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Reizhet eo bet long_query_time da %d eilenn." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1520,31 +1541,31 @@ msgstr "" "d'an talvoud dre ziouer pa adloc'ho ar servijer :" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Reizhañ log_output da %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Gweredekaat %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Diweredekaat %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "Reizhañ long_query_time da %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1552,106 +1573,106 @@ msgstr "" "N'hallit ket cheñch an arventennoù-mañ. Kevreit dindan root pe kit e " "darempred gant merour ar servijer." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Kemmañ an arventennoù" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Arventennoù zo bremañ" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titl ar grafik" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diforc'herezh" -#: js/messages.php:216 +#: js/messages.php:222 #, fuzzy, php-format #| msgid "Divided by %s:" msgid "Divided by %s" msgstr "Rannet dre %s:" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Diwar ar marilh rekedoù gorrek" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Diwar ar marilh hollek" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Loading logs" msgid "Analysing logs" msgstr "O kargañ ar marilhoù" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "O tielfennañ hag o kargañ marilhoù. Padout pellik a c'hall ober." -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Cancel" msgid "Cancel request" msgstr "Nullañ" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Restr varilh karget. Rekedoù kaset da benn en amzer-mañ :" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Mont da taolenn ar marilh" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Dielfennet eo bet ar marilh hep kavout roadenn ebet evit ar prantad amzer-" "mañ." -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Authenticating…" msgid "Analyzing…" msgstr "O tilesa…" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Displegañ SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1661,163 +1682,163 @@ msgstr "Displegañ SQL" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total:" msgid "Total time:" msgstr "Hollad :" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "O profilañ" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Taolenn" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Chart Title" msgid "Chart" msgstr "Titl ar grafik" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Dibarzhioù silañ taolenn ar marilhoù" # verb pe ak. ? #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Silañ" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Silañ ar rekedoù dre c'her pe lavarennoù reoliek :" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Sammad al linennoù bodet :" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Hollad :" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "O kargañ ar marilhoù" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Adkargañ ar bajenn" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Linennoù a sell outo :" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Enporzhiañ" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Import monitor configuration" msgstr "N'eo ket kenglotus kefluniadur lec'hel an evezhiañ" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Diuzit an alc'hwez kentidik pe un alc'hwez nemetañ" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Hizivaat ar reked" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Teuliadur" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Dilesadur" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1828,61 +1849,61 @@ msgstr "" msgid "Cancel" msgstr "Nullañ" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Kemmañ an arventennoù" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "O kargañ…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "O plediñ gant ar reked" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Fazi en ur blediñ gant ar reked" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Diverkañ ar bann" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Ouzhpennañ un alc'hwez kentidik" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1891,66 +1912,66 @@ msgstr "Ouzhpennañ un alc'hwez kentidik" msgid "OK" msgstr "Mat eo" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Oc'h adenvel an diaz roadennoù" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Oc'h eilañ an diaz roadennoù" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "O cheñch ar strobad arouezennoù" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Dibosupl tapout an talbennoù" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "O klask" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Kuzhat disoc'hoù an enklask" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Diskouez disoc'hoù an enklask" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "O furchal" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "O tiverkañ" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Bez' e rank bezañ un embannadenn RETURN e termenadur un arc'hwel stoket !" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1960,64 +1981,64 @@ msgstr "" msgid "Export" msgstr "Ezporzhiañ" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "Talvoudoù evit ar bann \"%s\"" -#: js/messages.php:333 +#: js/messages.php:339 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "Talvoudoù evit ar bann \"%s\"" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field." msgstr "Merkañ pep talvoud en ur vaezienn a-ziforc'h." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Notenn : ma vez meur a daolenn er restr e vint unanet." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Kuzhat ar voest rekedoù SQL" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Diskouez ar voest rekedoù SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Kemmañ" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2025,180 +2046,180 @@ msgstr "Kemmañ" msgid "Delete" msgstr "Diverkañ" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disable %s" msgid "Variable %d:" msgstr "Diweredekaat %s" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "N'eus bet diuzet linenn ebet" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Klask en diaz roadennoù" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Memor vak" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Edit routine" msgid "Continue" msgstr "Kemmañ un argerzh" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key added." msgstr "Diverket eo bet an alc'hwez kentidik." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Danevell heuliañ" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Graet" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Check privileges for database \"%s\"." msgid "Create the following table" msgstr "Gwiriañ ar gwirioù evit an diaz roadennoù \"%s\"." -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No rows selected" msgid "No dependencies selected!" msgstr "N'eus bet diuzet linenn ebet" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2207,159 +2228,159 @@ msgstr "N'eus bet diuzet linenn ebet" msgid "Save" msgstr "Enrollañ" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Kuzhat an dezverkoù klask" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Diskouez an dezverkoù enklask" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Klask" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column" msgid "Column maximum:" msgstr "Bann" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column" msgid "Column minimum:" msgstr "Bann" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "Kuzhat an dezverkoù klask" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "Diskouez an dezverkoù enklask" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Ouzhpennañ/Diverkañ bannoù" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Na ober van" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Poent" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Aradennad linennoù" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Lieskorneg" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Mentoniezh" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Kelc'h diabarzh" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Kelc'h diavaez" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Diuzit an alc'hwez daveet" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Diuzit an alc'hwez estren" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Diuzit an alc'hwez kentidik pe un alc'hwez nemetañ" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Dibab ar bann da ziskouez" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2367,298 +2388,298 @@ msgstr "" "N'eo ket bet enrollet ar c'hemmoù degaset d'an tres ganeoc'h. Kollet e vint " "ma n'o enrollit ket. Kenderc'hel memes tra ?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Save as file" msgid "Save page" msgstr "Enrollañ evel restr" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save as file" msgid "Save page as" msgstr "Enrollañ evel restr" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Open" msgid "Open page" msgstr "Digor" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Delete" msgid "Delete page" msgstr "Diverkañ" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select a page to continue" msgstr "Diuzit an alc'hwez kentidik pe un alc'hwez nemetañ" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Niverenn borzh direizh" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Embann pe ezporzhiañ ur chema kar" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "Ouzhpennañ un dibarzh evit ar bann " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Diskouez pep tra" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "Aradennad linennoù" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Nullañ" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Talvoudoù enporzhiañ dre ziouer" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "Diuzañ pep tra" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Set value: %s" msgid "Go to link:" msgstr "Lakaat an talvoud da %s" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "No rows selected" msgid "Copy column name." msgstr "N'eus bet diuzet linenn ebet" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Genel ur ger-tremen" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Genel" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Cheñch ger-tremen" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Muioc'h" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Diskouez pep tra" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "Kuzhat menegerioù" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Personelaat ar framm pennañ" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Personelaat ar framm pennañ" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Taolennoù" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Gwelet" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "Argerzhioù" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Reset" msgid "events" msgstr "Adderaouekaat" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Connections" msgid "functions" msgstr "Kevreadennoù" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2668,132 +2689,132 @@ msgstr "" "hizivaat ho hini. Setu ar stumm nevesañ %s, embannet eo bet d'an %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", stumm stabil diwezhañ :" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "hizivaet" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Kemmañ an arventennoù" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Na ober van" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Issued queries" msgid "Execute this query again?" msgstr "Rekedoù resevet" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Ha sur oc'h e fell deoc'h " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Kuzhat disoc'hoù an enklask" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Kent" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2801,149 +2822,149 @@ msgid "Next" msgstr "War-lerc'h" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hiziv" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Genver" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "C'hwevrer" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Meurzh" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Ebrel" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mae" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Mezheven" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Gouere" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Eost" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Gwengolo" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Here" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Du" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Kerzu" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "C'hwe" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Meu" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mae" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Mezh" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Goue" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Eost" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Gwen" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Here" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Du" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Kzu" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Sul" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lun" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Meurzh" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Merc'her" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Yaou" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Gwener" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sadorn" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2951,208 +2972,208 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Meu" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Yaou" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "L" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Mz" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Mc" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Y" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "G" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sizh." #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Hini" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Eur" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Munut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Eilenn" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Text fields" msgid "Please fix this field" msgstr "Maeziennoù testenn" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Niverenn borzh direizh" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Niverenn borzh direizh" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Niverenn borzh direizh" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Niverenn borzh direizh" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Niverenn borzh direizh" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Niverenn borzh direizh" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Niverenn borzh direizh" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Niverenn borzh direizh" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Niverenn borzh direizh" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Niverenn borzh direizh" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Niverenn borzh direizh" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Niverenn borzh direizh" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Niverenn borzh direizh" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Niverenn borzh direizh" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Fazi" @@ -3221,16 +3242,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Ment an destenn" @@ -3251,7 +3272,7 @@ msgid "Requery" msgstr "Reked SQL" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3260,7 +3281,7 @@ msgstr "Reked SQL" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3351,7 +3372,7 @@ msgid "History" msgstr "Kadarnataer SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3374,7 +3395,7 @@ msgstr "Kadarnataer SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3473,7 +3494,7 @@ msgid "Count:" msgstr "Bann" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3541,10 +3562,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Mont d'an diaz roadennoù eilet" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3552,10 +3573,10 @@ msgstr "Mont d'an diaz roadennoù eilet" msgid "Ascending" msgstr "War gresk" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3792,30 +3813,30 @@ msgstr "Diziuzañ pep tra" msgid "Inside column:" msgstr "Er bann :" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" # verb pe ak. ? -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "Silañ" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Klask en diaz roadennoù" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3823,7 +3844,7 @@ msgctxt "First page" msgid "Begin" msgstr "Kregiñ" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3832,7 +3853,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Kent" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3841,7 +3862,7 @@ msgctxt "Next page" msgid "Next" msgstr "War-lerc'h" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3849,88 +3870,89 @@ msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The bookmark has been deleted." msgid "The row has been deleted." msgstr "Diverket eo bet ar sined." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" "Fazi en ur zilec'hiañ ar restr pellgarget; gwelet [doc@faq1-11]FAQ 1.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Sevenet eo bet ho reked SQL ervat" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3939,38 +3961,38 @@ msgstr "" "Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an " "%steulioù titouriñ%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%d total" msgstr "%s daolenn" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Evit ar re zo diuzet :" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3979,24 +4001,24 @@ msgstr "Evit ar re zo diuzet :" msgid "Check All" msgstr "Askañ pep tra" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Stumm da voullañ" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Theme %s not found!" msgid "Link not found!" @@ -4129,7 +4151,7 @@ msgstr "Kardinalegezh" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4139,7 +4161,7 @@ msgid "Collation" msgstr "Etrerummadiñ" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Evezhiadenn" @@ -4154,7 +4176,7 @@ msgid "Index %s has been dropped." msgstr "Diverket eo bet ar meneger %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4172,7 +4194,7 @@ msgstr "" "bezañ dilamet." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servijer" @@ -4189,7 +4211,7 @@ msgstr "Gwelet" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4220,7 +4242,7 @@ msgstr "Ensoc'hañ" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -4285,15 +4307,15 @@ msgid "Central columns" msgstr "Bannoù evit an takadoù skrid CHAR" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Diazoù roadennoù" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4373,7 +4395,7 @@ msgid "Could not save favorite table!" msgstr "N'eus ket bet gallet enrollañ an daolenn envez" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4402,7 +4424,7 @@ msgid "Recent" msgstr "Adderaouekaat" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Tracked tables" msgid "Favorite tables" @@ -4992,16 +5014,16 @@ msgstr "Ment vrasañ : %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "respontet eo bet gant MySQL : " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Displegañ SQL" @@ -5018,7 +5040,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Hep kod PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Krouiñ kod PHP" @@ -5113,6 +5135,10 @@ msgstr "Hizivadenn ziwezhañ" msgid "Last check" msgstr "Gwiriadenn ziwezhañ" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5209,8 +5235,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5218,7 +5244,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5524,7 +5550,7 @@ msgid "Not a valid port number!" msgstr "Niverenn borzh direizh" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5538,37 +5564,37 @@ msgstr "Talvoud direizh" msgid "Value must be equal or lower than %s!" msgstr "Rankout a ra an talvoud bezañ par da pe bihanoc'h eget %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Roadennoù a vank evit %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "N'eo ket hegerz" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" zo rekis dezhañ an astenn %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "Ne'z aio ket an enporzhiañ en-dro, un arc'hwel a vank (%s)" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "Ne'z aio ket an ezporzhiañ en-dro, un arc'hwel a vank (%s)" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "%s d'ar muiañ" @@ -5584,7 +5610,7 @@ msgid "Set value: %s" msgstr "Lakaat an talvoud da %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Adlakaat an talvoud dre ziouer" @@ -6071,7 +6097,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Pad seveniñ hirañ" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -6080,7 +6106,7 @@ msgstr "" msgid "Save as file" msgstr "Enrollañ evel restr" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Strobad arouezennoù ar restr" @@ -6096,8 +6122,8 @@ msgstr "Gwaskadur" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6107,16 +6133,16 @@ msgstr "Gwaskadur" msgid "Put columns names in the first row" msgstr "Diskouez anvioù ar bannoù diouzhtu el linenn gentañ" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "Bannoù gronnet gant" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped by" @@ -6126,8 +6152,8 @@ msgstr "Arouezenn dec'hout" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6137,15 +6163,15 @@ msgstr "Erlec'hiañ NULL gant" msgid "Remove CRLF characters within columns" msgstr "Tennañ an arouezennoù dibenn linenn e dibarzh ar bannoù" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Bannoù a echu gant" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6169,8 +6195,8 @@ msgid "Table name template" msgstr "Patrom anv taolenn" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6198,14 +6224,14 @@ msgid "Label key" msgstr "Alc'hwez an dikedenn" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Seurt MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Darempredoù" @@ -6213,59 +6239,65 @@ msgstr "Darempredoù" msgid "Export method" msgstr "Doare ezporzhiañ" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Enrollañ war ar servijer" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Frikañ ar restroù zo c'hoazh" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export method" +msgid "Export as separate files" +msgstr "Doare ezporzhiañ" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Derc'hel soñj eus patrom anv ar restr" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Ouzhpennañ talvoud an AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Lakaat krochedoù stouet a bep tu da anvioù an taolennoù hag ar bannoù" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Mod kenglotañ gant SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Dibarzhioù evit CREATE TABLE :" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Deiziad krouiñ/hizivaat/gwiriañ" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Ensoc'hadennoù gant dale" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Invalid table name" msgid "Export views as tables" msgstr "Anv taolenn direizh" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -6275,58 +6307,58 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Ouzhpennañ %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Implijout an eizhdekvedennad evit BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Arabat ensoc'hañ ul linenn a dalvez kement hag un alc'hwez nemetañ" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Ereadur d'ober gantañ pa vez ensoc'het roadennoù" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Ment vrasañ ar reked krouet" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Seurt ezporzhiadenn" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Enklozañ an ezporzhiadenn en un treuzgread" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Ezporzhiañ an eur er furmad UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Rediañ a ra kevreadennoù https etre ar servijer ha phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Rediañ ar c'hevreadennoù SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6339,196 +6371,196 @@ msgstr "" "[kbd]content[/kbd] zo evit an roadenn a zaveer dezhi, [kbd]id[/kbd] zo evit " "talvout an alc'hwez" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Urzh dispakañ an alc'hwezioù estren" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Ul lañser desachañ a vo implijet ma vez nebeutoc'h a elfennoù" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Bevenn evit an alc'hwezioù estren" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Mod merdeiñ" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Personelaat ar mod merdeiñ" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Personelaat an dibarzhioù dre ziouer" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Diorroer" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Arventennoù evit diorroerien phpMyAdmin" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Mod aozañ" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Personelaat ar mod aozañ" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Talvoudoù dre ziouer evit an ezporzhiañ" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Personelaat an talvoudoù ezporzhiañ implijet dre ziouer" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Dezverkoù" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Dre-vras" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Termeniñ un nebeud dibarzhioù implijet ingal" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Talvoudoù enporzhiañ dre ziouer" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Personelaat an talvoudoù implijet dre ziouer" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Enporzhiañ / Ezporzhiañ" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Kefluniañ ar c'havlec'hioù enporzhiañ hag an dibarzhioù gwaskañ" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTex" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Taolenn verdeiñ" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Personelaat tres an daolenn verdeiñ" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Taolenn verdeiñ" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Personelaat ar framm merdeiñ" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servijerioù" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Dibarzhioù diskwel ar servijerioù" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Dibarzhioù diskwel an taolennoù" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Taolenn bennañ" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Arventennoù pouezus all" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Arventennoù a bep seurt" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titloù pajennoù" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6542,11 +6574,11 @@ msgstr "" "[doc@cfg_TitleTable]teuliadur[/doc] evit an neudennadoù hud a c'haller ober " "ganto." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Surentez" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6558,25 +6590,25 @@ msgstr "" "Notennit mat n'eo phpMyAdmin nemet un etrefas ha n'eo ket bevennet e mod " "ebet MySQL gant an perzhioù anezhi" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Arventennoù diazez" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Dilesadur" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Arventennoù dilesañ" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Kefluniadur ar servijer" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6588,17 +6620,17 @@ msgstr "" "Kefluniadur pishoc'h; bezit sur e ouzit ar pezh a rit a-raok mont da gemmañ " "tra pe dra" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Merkañ arventennoù kevreañ ar servijer" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Mirlec'h ar c'hefluniadurioù" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6613,11 +6645,11 @@ msgstr "" "ouzhpenn, gwelet [doc@linked-tables]phpMyAdmin configuration storage[/doc] " "en teuliadur" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Heuliañ ar c'hemmoù" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6625,129 +6657,129 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personelaat an dibarzhioù ezporzhiañ" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personelaat an arventennoù enporzhiañ dre ziouer" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Personelaat ar framm merdeiñ" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Personelaat ar framm pennañ" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Rekedoù SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Boest rekedoù SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Personelaat al liammoù diskwelet er boestoù rekedoù SQL" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Arventennoù ar rekedoù SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Pajenn deraouiñ" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Personelaat ar bajenn deraouiñ" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Diazoù roadennoù" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Diazoù roadennoù" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Ivinelloù" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Personelaat an ivinelloù" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Maeziennoù testenn" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Testenn Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personelaat an dibarzhioù dre ziouer" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Kemennoù diwall" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Diweredekaat lod eus ar c'hemennoù diwall diskouezet gant phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6759,15 +6791,15 @@ msgstr "" "Gweredekaat ar gwaskañ [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] evit an " "oberiadennoù enporzhiañ hag ezporzhiañ" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Arventennoù ouzhpenn evit iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6779,11 +6811,11 @@ msgstr "" "Ma vez gweredekaet e kendalc'h phpMyAdmin da blediñ gant ar rekedoù " "liesfrazennek ha pa vefe ur fazi gant unan anezho." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Na ober van ouzh ar fazioù er rekedoù liesfrazennek" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6793,25 +6825,25 @@ msgstr "" "Gallout a ra sikour da enporzhiañ restroù bras, ha pa c'hallfe terriñ " "treuzgreadoù zo." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Enporzhiañ darnek : aotren paouez" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Arabat paouez gant an enporzhiañ pa vez ur fazi gant INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6823,82 +6855,82 @@ msgstr "" "Furmad dre ziouer; bezit emskiantek ez eo ar roll-mañ diouzh al lec'hiadur " "(diaz roadennoù, taolenn) ha n'eus nemet SQL zo hegerz dalc'hmat" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Furmad ar restr enporzhiañ" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Ober gant ar ger-alc'hwez LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Anvioù bannoù el linenn gentañ" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Arabat enporzhiañ linennoù goullo" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Enporzhiañ moneizioù ($5.00 a zeu da vezañ 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Enporzhiañ an dregantadoù evel degelennoù (12.00% a zeu da vezañ .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Niver a rekedoù da lezel a-gostez adalek ar penn-kentañ" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Enporzhiañ darnek : lezel ar rekedoù a gostez" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Arabat ober gant AUTO_INCREMENT evit an talvoudoù par da mann" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Talvoud dre ziouer evit an takadoù riklañ" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "An niver a linennoù a c'haller ober ganto war un dro" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Niver a linennoù da ensoc'hañ" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -6910,11 +6942,11 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6922,88 +6954,88 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum items on first level" msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -7015,1010 +7047,1022 @@ msgstr "" "Niver a eilennoù lakaet evit seveniñ ar skriptoù ([kbd]0[/kbd] a dalvez hep " "bevenn)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Diskouez al logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Diskouez dibab ar servijerioù e laez ar banell gefluniañ" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Bukadenn evit an arlun moned prim" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Bukadenn evit an arlun moned prim" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Lakaat al linenn a vuk al logodenn daveti da usskediñ" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Istitl eus an daolenn" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "Diskouez pep tra" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show indexes" msgid "Show views in tree" msgstr "Diskouez menegerioù" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Kevreadennoù abaoe ar freskadenn ziwezhañ" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "Argerzhioù" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show indexes" msgid "Show events in tree" msgstr "Diskouez menegerioù" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Istitl eus an daolenn" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "Diverket eo bet an alc'hwez kentidik." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "Darempredoù" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Dibarzhioù diskwel ar servijerioù" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Arventennoù dilesañ" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Dibosupl kevreañ ouzh ar servijer MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Invalid table name" +msgid "Export templates table" +msgstr "Anv taolenn direizh" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "Bannoù evit an takadoù skrid CHAR" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Tracked tables" msgid "Favorites table" msgstr "Taolennoù heuliet-pizh" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "Diweredekaet eo bet %s war ar servijer MySQL-mañ." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Implijout taolennoù" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Diskouez menegerioù" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Kuzhat ar voest rekedoù SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8030,11 +8074,11 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8047,51 +8091,51 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8099,52 +8143,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8152,34 +8196,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Anv implijer :" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password:" msgid "Proxy password" msgstr "Ger-tremen :" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8191,51 +8235,51 @@ msgstr "" "Gweredekaat ar gwaskañ [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] evit an " "oberiadennoù enporzhiañ hag ezporzhiañ" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8261,51 +8305,82 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "Testenn Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "Testenn Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "Choose column to display" +msgid "No data to display" +msgstr "Dibab ar bann da ziskouez" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "The bookmark has been deleted." +msgid "Internal relations were successfully updated." +msgstr "Diverket eo bet ar sined." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8320,12 +8395,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8379,6 +8454,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -8394,7 +8470,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -8406,101 +8482,145 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Seurt ezporzhiadenn" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgctxt "PDF" +#| msgid "page" +msgid "New template:" +msgstr "Kemmañ" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "Goullo eo anv an diaz roadennoù !" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s daolenn" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Hizivaet" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Diuzañ pep tra" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Doare ezporzhiañ" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8508,86 +8628,86 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Invalid table name" msgid "Export databases as separate files" msgstr "Anv taolenn direizh" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export method" msgid "Export tables as separate files" msgstr "Doare ezporzhiañ" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "Diuzañ pep tra" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "Diuzañ pep tra" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "Goullo eo anv an diaz roadennoù !" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Invalid table name" msgid "New table name" msgstr "Anv taolenn direizh" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "No rows selected" msgid "Old column name" msgstr "N'eus bet diuzet linenn ebet" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "No rows selected" msgid "New column name" @@ -9091,7 +9211,7 @@ msgid "Dump has been saved to file %s." msgstr "Enrollet eo bet ar restr ezporzhiañ e%s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "Distroet ez eus un disoc'h goullo gant MySQL (linenn ebet)." @@ -9170,7 +9290,7 @@ msgstr "Kuzhat" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -9248,7 +9368,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9709,7 +9829,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -10004,232 +10124,241 @@ msgstr "" msgid "Rename database to" msgstr "Cheñch anv an diaz roadennoù hag e envel" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Reloading Privileges" msgid "Adjust Privileges" msgstr "Oc'h adkargañ an dreistgwirioù" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Diverket eo bet an diaz roadennoù %s." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Dilemel an diaz roadennoù" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Diverkañ an diaz roadennoù (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Ar framm hepken" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Ar framm hag ar roadennoù ennañ" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Ar roadennoù hepken" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Eilañ an diaz roadennoù war" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "KROUIÑ AN DIAZ ROADENNOÙ a-raok eilañ" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Ouzhpennañ ar strishadurioù" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Mont d'an diaz roadennoù eilet" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Dielfennañ an daolenn" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Gwiriañ an daolenn" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Gwiriañ an daolenn" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Lakaat an daolenn diouzh ar gwellañ" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Dresañ an daolenn" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Serriñ" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10430,7 +10559,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -11386,41 +11515,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Seurt ezporzhiadenn direizh" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -11432,13 +11567,13 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -11619,6 +11754,7 @@ msgstr "Anv implijer :" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11777,10 +11913,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11805,7 +11941,7 @@ msgstr "Kemmet eo bet an argerzh %1s." msgid "Event %1$s has been created." msgstr "Krouet eo bet an argerzh %1s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -11817,7 +11953,8 @@ msgstr "Ur fazi, pe meur a hini, zo bet en ur seveniñ ho koulenn :" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11831,7 +11968,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11869,13 +12006,13 @@ msgid "On completion preserve" msgstr "Ensoc'hadennoù sevenet" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11903,9 +12040,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -11948,115 +12085,121 @@ msgstr "" "c'hwitañ !
Grit gant an astenn 'mysqli' gwellaet, kuit da gaout kudennoù." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Seurt argerzh faziek : \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Ho tigarez, disposupl eo bet assevel an argerzh." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Kemmet eo bet an argerzh %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Krouet eo bet an argerzh %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Kemmañ un argerzh" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Anv taolenn direizh" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Disoc'hoù seveniñ an argerzh %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12065,13 +12208,13 @@ msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "Tizhet ez eus bet %d linenn dre embannadenn ziwezhañ an argerzh" msgstr[1] "Tizhet ez eus bet %d linenn dre embannadenn ziwezhañ an argerzh" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Seveniñ an argerzh" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12641,13 +12784,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Ouzhpennañ un implijer" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Databases display options" +msgid "Database for user account" +msgstr "Dibarzhioù diskwel an diazoù roadennoù" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12673,9 +12820,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12750,11 +12895,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12776,8 +12921,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "O lemel kuit an implijerien diuzet" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12811,43 +12958,47 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Check Privileges" msgid "Privileges for %s" msgstr "Gwiriañ ar gwirioù" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Reloading Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Oc'h adkargañ an dreistgwirioù" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12856,11 +13007,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -14053,7 +14204,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Goullonderet eo bet an daolenn %s." @@ -14066,14 +14217,14 @@ msgstr "Oberiant eo an heuliañ." msgid "Tracking is not active." msgstr "N'eo ket oberiant an heuliañ." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Diverket eo bet ar Gweled %s" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14311,43 +14462,38 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "Diverket eo bet an diaz roadennoù %s." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add user" msgid "Add to Favorites" msgstr "Ouzhpennañ un implijer" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relations" msgid "Relation view" @@ -14799,20 +14945,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "Choose column to display" -msgid "No data to display" -msgstr "Dibab ar bann da ziskouez" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14823,7 +14955,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14831,29 +14963,19 @@ msgstr "" msgid "Invalid table name" msgstr "Anv taolenn direizh" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "The bookmark has been deleted." -msgid "Internal relations were successfully updated." -msgstr "Diverket eo bet ar sined." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15054,7 +15176,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15127,13 +15249,13 @@ msgstr "Kemmañ" msgid "Delete pages" msgstr "Diverkañ" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15415,39 +15537,39 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Er bann :" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Value Column:" msgstr "Talvoudoù evit ar bann \"%s\"" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16748,6 +16870,9 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "Ouzhpennañ un implijer" + #~ msgid "Uncheck All" #~ msgstr "Diaskañ pep tra" @@ -16906,11 +17031,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Seurt ezporzhiadenn direizh" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Seurt ezporzhiadenn direizh" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/bs.po b/po/bs.po index 825da5bcd2..29d241d1b8 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-31 14:23+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bosnian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy msgid "Query cache efficiency" msgstr "Vrsta upita" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy msgid "Query cache usage" msgstr "Vrsta upita" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy msgid "Query cache used" msgstr "Vrsta upita" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Ukupno" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -msgid "Buffered memory" -msgstr "" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Ukupno" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 -msgid "Used Swap" +msgid "Buffered memory" msgstr "" #: js/messages.php:159 -msgid "Free Swap" +msgid "Free memory" msgstr "" -#: js/messages.php:161 -msgid "Bytes sent" +#: js/messages.php:160 +msgid "Used memory" msgstr "" #: js/messages.php:162 #, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Ukupno" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 +msgid "Used Swap" +msgstr "" + +#: js/messages.php:165 +msgid "Free Swap" +msgstr "" + +#: js/messages.php:167 +msgid "Bytes sent" +msgstr "" + +#: js/messages.php:168 +#, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Konekcije" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "bajta" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s tabela" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Operacije" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Saobraćaj" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Opšte osobine relacija" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1456,47 +1477,47 @@ msgstr "" msgid "None" msgstr "nema" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1504,152 +1525,152 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Sačuvaj kao datoteku" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Omogućeno" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onemogućeno" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Upit je trajao %01.4f sekundi" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Opšte osobine relacija" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Opšte osobine relacija" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Uvoz fajlova" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Lokalni" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Baza ne postoji" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Baza ne postoji" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Objasni SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1659,101 +1680,101 @@ msgstr "Objasni SQL" msgid "Time" msgstr "Vrijeme" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Ukupno" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "SQL rezultat" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Karakter set" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Opcije tabele" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Broj redova po strani" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ukupno" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Lokalni" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy msgid "Reload page" msgstr "Promjeni ime tabele u " -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1761,65 +1782,65 @@ msgstr "" msgid "Import" msgstr "Izvoz" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ažuriraj upit" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentacija" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1830,64 +1851,64 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Opšte osobine relacija" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Lokalni" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1896,73 +1917,73 @@ msgstr "" msgid "OK" msgstr "U redu" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy msgid "Renaming Databases" msgstr "Promjeni ime tabele u " -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy msgid "Copying Database" msgstr "Baza ne postoji" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Karakter set" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Pretraživanje" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL upit" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL upit" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Pregled" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Brišem %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1972,62 +1993,62 @@ msgstr "" msgid "Export" msgstr "Izvoz" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Broj redova po strani" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Dodaj novog korisnika" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL upit" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL upit" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Promeni" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2035,94 +2056,94 @@ msgstr "Promeni" msgid "Delete" msgstr "Obriši" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Pregledaj strane vrijednosti" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Promjenljiva" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No databases selected." msgid "Column selector" msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Pretraživanje baze" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atributi" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Osnovni ključ je upravo dodan %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Promijeni" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2130,89 +2151,89 @@ msgstr "" msgid "End of step" msgstr "Na kraju tabele" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "nema" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Dodaj privilegije na slijedećoj tabeli" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2221,189 +2242,189 @@ msgstr "Nije izabrana ni jedna baza." msgid "Save" msgstr "Sačuvaj" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL upit" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL upit" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Pretraživanje" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Imena kolona" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Imena kolona" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL upit" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL upit" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dodaj/obriši kolonu" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "Sadržaj" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Linije se završavaju sa" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izaberi polja za prikaz" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Broj strane:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Izaberi sve" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Izaberi sve" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2411,272 +2432,272 @@ msgstr "Izaberi sve" msgid "Open page" msgstr "Zauzeće" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Izaberi sve" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Izaberite stranu koju menjate" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Relaciona shema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Izmjene su sačuvane" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Add an option for column \"%s\"." msgstr "Broj redova po strani" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Pošalji" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Imena kolona" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Prikaži sve" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Lines terminated by" msgid "Original length" msgstr "Linije se završavaju sa" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Prekinuto" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Uvoz fajlova" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Izaberi tabele" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Baza ne postoji" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Imena kolona" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Promeni lozinku" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 #, fuzzy msgid "Generate" msgstr "Generirao" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Prikaži sve" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Dodaj novo polje" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Prikaži mrežu" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Opcije za izvoz baze" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Opcije za izvoz baze" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabele" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy msgid "views" msgstr "Polja" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Procesi" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Poslato" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funkcija" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Izabrani korisnik nije pronađen u tabeli privilegija." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2684,135 +2705,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Baza ne postoji" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Verzija servera" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Izbor servera" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Opšte osobine relacija" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Prikaži tabele" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignoriši" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Prikaži ponovo ovaj upit" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Da li stvarno hoćete da " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL upit" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentari tabele" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL upit" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodna" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2820,96 +2841,96 @@ msgid "Next" msgstr "Slijedeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "maj" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2917,78 +2938,78 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2996,202 +3017,202 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "nema" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "u sekundi" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Koristi tekst polje" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please select a database" msgid "Please enter a valid date" msgstr "Izaberite bazu" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please enter a valid date or time" msgstr "Izaberite stranu koju menjate" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Greška" @@ -3259,16 +3280,16 @@ msgstr "na sat" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3289,7 +3310,7 @@ msgid "Requery" msgstr "u upitu" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3298,7 +3319,7 @@ msgstr "u upitu" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3386,7 +3407,7 @@ msgid "History" msgstr "SQL istorijat" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3409,7 +3430,7 @@ msgstr "SQL istorijat" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3503,7 +3524,7 @@ msgid "Count:" msgstr "Kolona" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3568,10 +3589,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pređi na kopiranu tabelu" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3579,10 +3600,10 @@ msgstr "Pređi na kopiranu tabelu" msgid "Ascending" msgstr "Rastući" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3830,30 +3851,30 @@ msgstr "ništa" msgid "Inside column:" msgstr "Unutar tabela:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Dodaj/obriši kolonu" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Polja" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Pretraživanje baze" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3861,7 +3882,7 @@ msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3870,7 +3891,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3879,7 +3900,7 @@ msgctxt "Next page" msgid "Next" msgstr "Slijedeći" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3887,135 +3908,136 @@ msgctxt "Last page" msgid "End" msgstr "Kraj" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Sve" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Broj redova po strani" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Dio teksta" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Pun tekst" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Relaciona shema" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Relaciona shema" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Tranformacije čitača" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Red je obrisan" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Obustavi" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Vaš SQL upit je uspešno izvršen" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Prikaz zapisa" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "ukupno" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sekundi" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Označeno:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4024,26 +4046,26 @@ msgstr "Označeno:" msgid "Check All" msgstr "Označi sve" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Za štampu" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Prikaži PDF shemu" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4170,7 +4192,7 @@ msgstr "Kardinalnost" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4180,7 +4202,7 @@ msgid "Collation" msgstr "Sortiranje" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4196,7 +4218,7 @@ msgid "Index %s has been dropped." msgstr "Ključ %s je obrisan." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4212,7 +4234,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4229,7 +4251,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4260,7 +4282,7 @@ msgstr "Novi zapis" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegije" @@ -4325,17 +4347,17 @@ msgid "Central columns" msgstr "Dodaj/obriši kolonu" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Baze" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Korisnik" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4419,7 +4441,7 @@ msgid "Could not save favorite table!" msgstr "Dokumentacija" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy msgid "Remove from Favorites" msgstr "Promjeni ime tabele u " @@ -4446,7 +4468,7 @@ msgid "Recent" msgstr "Resetuj" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5037,16 +5059,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL kaže: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Objasni SQL" @@ -5063,7 +5085,7 @@ msgstr "" msgid "Without PHP Code" msgstr "bez PHP koda" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Napravi PHP kod" @@ -5159,6 +5181,12 @@ msgstr "Posljednja izmjena" msgid "Last check" msgstr "Posljednja provjera" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Korisnik" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5256,8 +5284,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5265,7 +5293,7 @@ msgstr "Ime" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Dužina/Vrijednost*" @@ -5571,7 +5599,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5582,37 +5610,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Promjenljiva" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5627,7 +5655,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6037,7 +6065,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6047,7 +6075,7 @@ msgstr "Ime" msgid "Save as file" msgstr "Sačuvaj kao datoteku" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Karakter set datoteke:" @@ -6064,8 +6092,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6077,16 +6105,16 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Stavi imena polja u prvi red" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Polja ograničena sa" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6096,8 +6124,8 @@ msgstr "Escape karakter      " #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6107,15 +6135,15 @@ msgstr "Zamijeni NULL sa" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Linije se završavaju sa" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6142,8 +6170,8 @@ msgid "Table name template" msgstr "Šablon imena datoteke" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6175,14 +6203,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-tipovi" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacije" @@ -6192,619 +6220,625 @@ msgstr "Relacije" msgid "Export method" msgstr "Izvoz" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće fajlove" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontalnom (rotirana zaglavlja)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Šablon imena datoteke" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj AUTO_INCREMENT vrijednost" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Koristi ' za ograničavanje imena polja" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 #, fuzzy msgid "Use delayed inserts" msgstr "Prošireni INSERT" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Napravi novu tabelu u bazi %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "Prošireni INSERT" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Nema tabela" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV format" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy msgid "General" msgstr "Generirao" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Uvoz fajlova" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "Server" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Dodaj novo polje" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Broj strane:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentacija" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentacija" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL upit" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL upit" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Status" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Baze" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Baze" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Tabela" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relaciona shema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Dimenzije papira" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Koristi tekst polje" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Stavi imena polja u prvi red" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dodaj AUTO_INCREMENT vrijednost" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6812,1182 +6846,1194 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy msgid "Maximum items on first level" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Ograničenja resursa" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Opcije tabele" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Prikaži tabele" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prikaži listu procesa" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analiziraj tabelu" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Promijeni redoslijed u tabeli" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy msgid "Table navigation bar" msgstr "Opcije tabele" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Promjeni ime tabele u " -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Osnovni ključ je upravo dodan %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Relaciona shema" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Vrijednost sesije" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentacija" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Ne mogu da se prijavim na MySQL server" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Konekcije" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Bilo koji host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Bilo koji host" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Baza ne postoji" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Napravi novu tabelu u bazi %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Dodaj/obriši kolonu" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Nemoj da mijenjaš lozinku" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Baza podataka" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiziraj tabelu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Promjenljive" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Popravi tabelu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Prikazujem komentare kolone" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Ime" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "Verzija servera" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Koristi tabele" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Koristi tabelu hosta" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentari tabele" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Prikaži tabele" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži kompletne upite" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Statistike reda" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dodaj/obriši kolonu" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Podrazumjevano" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7995,52 +8041,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8048,85 +8094,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Korisničko ime:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL upit" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" @@ -8152,51 +8198,83 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentacija" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcije za izvoz baze" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Dokumentacija" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Baza ne postoji" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Izabrani korisnici su uspješno obrisani." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Proces %s je uspješno prekinut." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Opšte osobine relacija" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8211,12 +8289,12 @@ msgstr "" msgid "No change" msgstr "Nema izmjena" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8272,6 +8350,7 @@ msgid "Create database" msgstr "Napravi novu bazu podataka" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Napravi" @@ -8287,7 +8366,7 @@ msgid "No Privileges" msgstr "Nema privilegija" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Napravi novu stranu" @@ -8302,120 +8381,162 @@ msgstr "Broj redova po strani" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Dozvoljava zaključavanje tabela tekućim procesima." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Napravi novu tabelu u bazi %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Napravi novu tabelu u bazi %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +msgid "Export templates:" +msgstr "Nema tabela" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Šablon imena datoteke" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Ime korisnika" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Šablon imena datoteke" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tabela" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Ažuriraj upit" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Izaberi tabele" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export" -msgid "Export Method:" +msgid "Export method:" msgstr "Izvoz" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Baze" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tabele" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Format" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Opcije transformacije" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Redova" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Sačuvaj na server u direktorijum %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Šablon imena datoteke" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8423,96 +8544,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Karakter set datoteke:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Kompresija" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipovano\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzip-ovano\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Sačuvaj kao datoteku" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Napravi novu tabelu u bazi %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontalnom (rotirana zaglavlja)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Sačuvaj kao datoteku" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Izaberi tabele" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Izaberi tabele" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "Baza podataka" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Nema tabela" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Imena kolona" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9012,7 +9133,7 @@ msgid "Dump has been saved to file %s." msgstr "Sadržaj baze je sačuvan u fajl %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -9089,7 +9210,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -9170,7 +9291,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9642,7 +9763,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9934,241 +10055,252 @@ msgstr "" msgid "Rename database to" msgstr "Promjeni ime tabele u " -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nije Vam dozvoljeno da budete ovdje!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Promijeni privilegije" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza %s je odbačena." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy msgid "Remove database" msgstr "Promjeni ime tabele u " -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Baza ne postoji" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Samo struktura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktura i podatci" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Samo podaci" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy msgid "Copy database to" msgstr "Baza ne postoji" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 #, fuzzy msgid "Switch to copied database" msgstr "Pređi na kopiranu tabelu" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Promijeni redoslijed u tabeli" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(po jednom polju)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pomjeri tabelu u (baza.tabela):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Promjeni ime tabele u" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentari tabele" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcije tabele" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiraj tabelu u (baza.tabela):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pređi na kopiranu tabelu" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Radnje na tabeli" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analiziraj tabelu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Provjeri tabelu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Provjeri tabelu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabela %s je osvežena." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Osvježi tabelu (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiziraj tabelu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Popravi tabelu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Prikaz podataka tabele" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Baza ne postoji" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Češki" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Popravi tabelu" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Nema tabela" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Radnje na tabeli" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Proveri referencijalni integritet:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Ne mogu da premjestim tabelu u samu sebe!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Ne mogu da kopiram tabelu u samu sebe!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s je pomjerena u %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s je kopirana u %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s je pomjerena u %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s je kopirana u %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Ima tabele je prazno!" @@ -10377,7 +10509,7 @@ msgstr "Poslato" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11410,54 +11542,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Promjeni ime tabele u " -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Nema tabela" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "nema opisa" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11639,6 +11776,7 @@ msgstr "Ime korisnika" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Ime korisnika" @@ -11806,10 +11944,10 @@ msgid "Master server changed successfully to %s." msgstr "Privilegije su uspešno ponovo učitane." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11831,7 +11969,7 @@ msgstr "Tabela %s je odbačena" msgid "Event %1$s has been created." msgstr "Tabela %s je odbačena" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11841,7 +11979,8 @@ msgstr "" msgid "Edit event" msgstr "Poslato" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11857,7 +11996,7 @@ msgid "Event type" msgstr "Vrsta upita" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11893,13 +12032,13 @@ msgid "On completion preserve" msgstr "Kompletan INSERT (sa imenima polja)" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11925,9 +12064,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11964,127 +12103,133 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tabela %s je odbačena" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Tabela %s je odbačena" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabela %s je odbačena" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Imena kolona" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Napravljeno" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Dodaj novo polje" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy msgid "Remove last parameter" msgstr "Promjeni ime tabele u " -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Dužina/Vrijednost*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Opcije tabele" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Vrsta upita" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12092,13 +12237,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12691,15 +12836,17 @@ msgid "You have revoked the privileges for %s." msgstr "Zabranili ste privilegije za %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Bilo koji korisnik" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "Opcije za izvoz baze" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12726,9 +12873,7 @@ msgid "User has been added." msgstr "Polje %s je obrisano" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12807,11 +12952,15 @@ msgid "" msgstr "… obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Promeni informacije o prijavi / Kopiraj korisnika" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Napravi novog korisnika sa istim privilegijama i …" #: libraries/server_privileges.lib.php:3036 @@ -12835,7 +12984,9 @@ msgid "Add privileges on the following table:" msgstr "Dodaj privilegije na slijedećoj tabeli" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Ukloni izabrane korisnike" #: libraries/server_privileges.lib.php:3376 @@ -12870,45 +13021,51 @@ msgstr "Ažurirali ste privilegije za %s." msgid "Deleting %s" msgstr "Brišem %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Promijeni privilegije" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Korisnik" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Pregled korisnika" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12921,11 +13078,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -14140,7 +14297,7 @@ msgstr "Neispravan identifikator" msgid "Unknown Punctuation String" msgstr "Nepoznat string interpunkcije" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabela %s je ispražnjena." @@ -14153,13 +14310,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format msgid "View %s has been dropped." msgstr "Polje %s je obrisano" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14403,44 +14560,39 @@ msgstr "Zauzeće" msgid "Effective" msgstr "Efektivne" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Izabrani korisnici su uspješno obrisani." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Izabrani korisnici su uspješno obrisani." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Vrsta upita" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Izabrani korisnici su uspješno obrisani." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Dodaj novog korisnika" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Prikaži kompletne upite" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14906,20 +15058,6 @@ msgstr "" msgid "Wrong data" msgstr "Baza ne postoji" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Baza ne postoji" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14930,7 +15068,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Korisnik %s već postoji!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Prikaži sadržaj (shemu) tabele" @@ -14938,23 +15076,12 @@ msgstr "Prikaži sadržaj (shemu) tabele" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Opšte osobine relacija" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Proces %s je uspješno prekinut." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -14962,7 +15089,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No databases selected." msgid "No column selected." @@ -15186,7 +15313,7 @@ msgid "subquery" msgstr "u upitu" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15270,13 +15397,13 @@ msgstr "Ime korisnika" msgid "Delete pages" msgstr "Izaberi sve" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15567,42 +15694,42 @@ msgstr "Uvoz fajlova" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL upit" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Vrijednost" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Unutar tabela:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of rows per page" msgid "Value Column:" msgstr "Broj redova po strani" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16857,6 +16984,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Bilo koji korisnik" + +#, fuzzy +#~| msgid "Export" +#~ msgid "Export Method:" +#~ msgstr "Izvoz" + #~ msgid "Uncheck All" #~ msgstr "nijedno" @@ -17041,10 +17178,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Nema tabela" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Nema tabela" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -17106,10 +17239,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Relaciona shema" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Tabela %s je odbačena" - #, fuzzy #~| msgid "Usage" #~ msgid "Page:" @@ -17784,10 +17913,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "Novi zapis" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Ažuriraj upit" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Obriši" diff --git a/po/ca.po b/po/ca.po index 4f76769be6..ac93ad0f1d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-05-30 17:56+0200\n" "Last-Translator: josep constanti \n" "Language-Team: Catalan Configuració." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiència del cau de consultes" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Ús de la memòria cau de consultes" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Memòria cau de consultes utilitzada" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Ús de la CPU del sistema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memòria del sistema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Intercanvi del sistema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Mitjana de càrrega" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memòria total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memòria al cau" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memòries intermitges" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memòria lliure" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memòria utilitzada" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Intercanvi Total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Intercanvi en cau" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Intercanvi utilitzat" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Intercanvi lliure" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes enviats" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes rebuts" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Connexions" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d taula(es)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Consultes" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tràfic" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configuració" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Afegeix gràfic a a la graella" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Afegeix al menys una variable a les series!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1385,47 +1407,47 @@ msgstr "Afegeix al menys una variable a les series!" msgid "None" msgstr "Res" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Reempren la monitorització" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausa la monitorització" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Començar auto recarregar" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Aturar auto recarregar" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "«general_log» i «slow_query_log» estàn actius." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "«general_log» està actiu." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "«slow_query_log» està actiu." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "«slow_query_log» i «general_log» estàn desactivats." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "«log_output» no està definit com a TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "«log_output» està definit com a TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1436,12 +1458,12 @@ msgstr "" "més de %d segons. És recomenable configurar «long_query_time» entre 0 i 2 " "segons depenent del sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "«long_query_time» està configurat a %d segon(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1450,30 +1472,30 @@ msgstr "" "valors predeterminats en reiniciar el servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Configurar «log_output» a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Activar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Desactivar %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Definir «long_query_time» a %d segons." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1481,59 +1503,59 @@ msgstr "" "No pots canviar aquestes variables. Inicia la sessió com a root o contacta " "amb el teu administrador de bases de dades." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Canviar configuracions" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configuracions actuals" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Títol del gràfic" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividit per %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unitat" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Del registre de consultes lentes" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Del registre general" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "No es coneix el nom de la base de dades per aquesta consulta als registres " "del servidor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "analitzant registres" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analitzant i carregant registres. Pot tardar." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancel.lar petició" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1544,7 +1566,7 @@ msgstr "" "d'agrupació, donat que la resta d'atributos de les consultes pot diferir, " "com el temps d'inici.." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1553,34 +1575,34 @@ msgstr "" "Donat que s'ha triat agrupar consultes INSERT, les consultes INSERT a la " "mateixa taula també s'han agrupat, sense importar les dades afegides." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "S'han carregat les dades del registre. Consultes executades en aquest " "període de temps:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Saltar a la taula del registre" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "No s'han trobat dades" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Registre analitzat, però no s'han trobat dades en aquest periode de temps." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analitzant…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explicar sortida" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1590,58 +1612,58 @@ msgstr "Explicar sortida" msgid "Time" msgstr "Temps" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Temps total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Perfilant resultats" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Taula" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Gràfic" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opcions de filtres per a la taula del registre" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrar" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrar consultes per paraula/expresió regular:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar consultes, ignorant dades variables en clàusules WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma de files agrupades:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Carregant els registres" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Ha fallat l'actualització de la monitorització" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1651,90 +1673,90 @@ msgstr "" "vàlida. La causa més probable d'aixó és que la sessió ha finalitzat. Pot ser " "d'ajuda recarregar la pàgina i tornar a entrar les dades de connexió." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Recarregar pàgina" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Files afectades:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Ha fallat la interpretació de l'arxiu de configuració. No sembla que sigui " "codi JSON vàlid." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Ha fallat la creació de la graella del gràfic amb la configuració importada. " "Restablint la configuració per defecte…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importa" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importar configuració del monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Tria l'arxiu a importar." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "No hi ha arxius disponibles al servidor per importar!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analitzar consulta" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistema d'assessorament" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possibles problemes de rendiment" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problema" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomanacions" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalls de la regla" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justificació" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variable usada / formula" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Prova" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Donant format a l'SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1745,61 +1767,61 @@ msgstr "Donant format a l'SQL..." msgid "Cancel" msgstr "Cancel.lar" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Canviar configuracions" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Aplicar" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Carregar…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Petició abortada!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Petició de procés" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Petició Fallida!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Error a la petició de procés" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Codi d'error: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Text de l'error: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "No s'han triat bases de dades." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Eliminació de columna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Afegir clau principal" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1808,64 +1830,64 @@ msgstr "Afegir clau principal" msgid "OK" msgstr "Correcte" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Prem per rebutjar aquest avís" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Reanomenar bases de dades" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copiant base de dades" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Canvi de Joc de Caràcters" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Desactiva les comprovacions de claus externes" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Error en obtenir la quantitat real de files." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Cercar" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Amaga els resultats de cerca" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostrar resultats de cerca" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Navegant" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Esborrant" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "La definició d'una funció enmagatzemada ha d'incloure una instrucció RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1875,59 +1897,59 @@ msgstr "" msgid "Export" msgstr "Exporta" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "editor de ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valors per la columna %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valors per la nova columna" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Entra cada valor en un camp separat." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Afegir %d valors" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Nota: Si l'arxiu conté múltiples taules, es combinaran en una." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Amagar quadre de consultes" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostrar quadre de consultes" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Edita" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1935,40 +1957,40 @@ msgstr "Edita" msgid "Delete" msgstr "Esborra" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d no és un num. vàlid de fila." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Navega valors externs" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Cap consulta desada automàticament" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variable %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Triar" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selector de columnes" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Cerca a aquesta llista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1978,15 +2000,15 @@ msgstr "" "columnes per a la base de dades %s tingui columnes que no estiguin a la " "taula actual." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Veure més" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Estàs segur?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1994,52 +2016,52 @@ msgstr "" "Aquesta acció pot canviar la definició d'algunes columnes.
Estàs segur " "de voler continuar?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continua" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Afegir clau principal" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "S'ha afegit una clau principal." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Portant-te al següent pas…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "S'ha completat el primer pas de la normalització per a la taula '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fi de pas" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Segon pas de normalització (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Fet" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirmar dependències parcials" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Les dependències parcials seleccionades són:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2047,20 +2069,20 @@ msgstr "" "Nota: a, b -> d, f implica que els valors combinats de les columnes a i b " "poden determinar el valor de les columnes d i f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "No s'han triat dependències parcials!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Mostra'm les possibles dependències parcials basades en les dades de la taula" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Amaga la llista de dependències parcials" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2068,40 +2090,40 @@ msgstr "" "Paciència! Pot tardar uns segons, depenent de la mida de les dades i de la " "quantitat de columnes de la taula." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Pas" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Les següents accions es faràn:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Eliminar columnes %s de la taula %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Crea la següent taula" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tercer pas de la normalització (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirmar dependències transitives" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Les dependències seleccionades són:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "No s'han triat dependències!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2110,124 +2132,124 @@ msgstr "No s'han triat dependències!" msgid "Save" msgstr "Desa" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Amaga el criteri de cerca" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Mostrar criteri de cerca" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Interval de cerca" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Màxim de columna:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Mínim de columna:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valor mínim:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valor màxim:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Amaga el criteri de cerca i reemplaça" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Mostrar el criteri de cerca i reemplaça" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cada punt representa una fila de dades." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Situant el cursor sobre un punt es mostrarà la seva etiqueta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Per acostar, selecciona una secció del gràfic amb el ratolí." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Feu clic al botó de restaurar ampliació per tornar a l'estat original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Prem en un punt de dades per veure i possiblement editar la fila de dades." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "El gràfic es pot re-dimensionar arrossegant la cantonada inferior dreta." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "selecciona dues columnes" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Selecciona dues columnes diferents" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Contingut del punter de dades" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Còpia" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Cadena de línies" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polígon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Cercle interior" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Cercle exterior" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Vols copiar la clau de xifratge?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Clau d'encriptació" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2235,24 +2257,24 @@ msgstr "" "Indica que has fet canvis en aquesta pàgina; se't preguntarà per la teva " "confirmació abans d'abandonar els canvis" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Tria la clau referenciada" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Tria una clau externa" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Tria la clau principal o una clau única!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Tria la columna a mostrar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2260,77 +2282,77 @@ msgstr "" "No has desat els canvis en el disseny. Es perdran si no els deses. Vols " "continuar?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nom de pàgina" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Desa la pàgina" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Desa la pàgina com" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Obre la pàgina" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "esborra la pàgina" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Sense títol" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Tria una pàgina per continuar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Entra un nom de pàgina vàlid" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Vols desar els canvis a la pàgina actual?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Pàgina esborrada correctament" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exporta l'esquema relacional" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Les modificacions han estat desades" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Afegeix una opció per a la columna \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objecte(s) creat(s)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Envia" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Prem la tecla escape per cancel·lar la edició." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2338,15 +2360,15 @@ msgstr "" "Has editat algunes dades i no s'han desat. Estàs segur que vols sortir " "d'aquesta pàgina per desar les dades?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Arrossega per reordenar." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Cliqueu per ordenar els resultats segons aquest columna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2357,28 +2379,28 @@ msgstr "" "o Alt mentre cliqueu (Mac: Majúscules i Option mentre cliqueu) per treure " "aquesta columna de la clàusula «ORDER BY»" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Prem per marcar/desmarcar." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Feu doble clic per copiar el nom de columna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Prem a la fletxa de llista desplegable
per alternar la visibilitat de " "la columna." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostra tot" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2387,13 +2409,13 @@ msgstr "" "l'edició de quadrícula, checkbox, Editar, Copiar i Esborrar enllaços poden " "no funcionar després de desar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Introdueix una cadena hexadecimal correcta. Els caracters vàlids són 0-9 i A-" "F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2401,133 +2423,133 @@ msgstr "" "De veritat vols veure totes les files? Una taula gran pot fer fallar el " "navegador." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "String original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Cancel.lar" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Avortat" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Correcte" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importar l'estat" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Deixa anar els arxius aquí" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Tria primer la base de dades" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "També pots editar més valors
fent doble-clic en el seu contingut." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "També pots editar la majoria dels valors
prement directament en el seu " "contingut." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Vés a l'enllaç:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copia el nom de la columna." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Feu clic amb el botó dret al nom de la columna per copiar al porta-retalls." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Genera una contrasenya" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Genera" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Canvi de contrasenya" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Més" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Mostra el panell" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Amagar el panell" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Mostra l'arbre d'ítems amagat." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Enllaç amb el panell principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Desenllaça amb el panell principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Per a filtrar totes les bases de dades al servidor, prem Enter després d'un " "terme de la cerca" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Per a filtrar %s a la base de dades, prem Enter després d'un terme de cerca" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "taules" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "vistes" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procediments" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "esdeveniments" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funcions" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "No s'ha trobat la pàgina demanada a l'historial, pot haver caducat." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2537,43 +2559,43 @@ msgstr "" "actualitzar-la. La nova versió és la %s, alliberada el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", darrera versió estable:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "actualitzat" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Crea una vista" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Enviar informe d'error" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Introduir informe d'error" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "S'ha produït un error fatal de JavaScript. Vols enviar un informe d'errors?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Canviar les configuracions d'informes" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Mostra el detall dels informes" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2581,7 +2603,7 @@ msgstr "" "La vostra exportació és incomplerta degut al límit de temps d'execució massa " "baix a nivell de PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2590,64 +2612,64 @@ msgstr "" "Avís: un formulari d'aquesta pàgina té més de %d camps. En enviar-lo es " "poden ignorar alguns camps donada la configuració «max_input_vars» de PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Detectats alguns errors al servidor!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Mira al peu d'aquesta finestra." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignora tot" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Un moment, s'estan enviant en aquest moment degut a la teva configuració." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Executar aquesta consulta de nou?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Realment vols esborrar aquesta marca?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Enter executes queries in console" msgid "%s queries executed %s times in %s seconds." msgstr "Enter executa consultes a la consola" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Comentaris de la taula" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Amaga els resultats de cerca" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2658,334 +2680,334 @@ msgstr "" "correctament. En Safari, aixó pot estar causat pel \"Mode de Navegació " "Privada\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Mes anterior" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Mes següent" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Avui" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Gener" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Febrer" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Març" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Abril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maig" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juny" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juliol" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agost" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Setembre" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Octubre" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembre" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Desembre" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Des" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Diumenge" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Dilluns" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Dimarts" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Dimecres" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Dijous" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Divendres" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Dissabte" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Diu" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Dll" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Dma" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Dcr" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Dij" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Div" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Dis" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Dg" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Dl" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Dm" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Dc" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Dj" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Dv" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Ds" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Se" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendari-mes-any" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Sufix de l'any" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Segon" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Aquest camp és obligatori" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Corregeix aquest camp" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Entra una adreça de correu electrònic vàlida" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Entra una URL vàlida" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Entra una data vàlida" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Entra una data vàlida (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Entra un numero vàlid" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Entra un numero vàlid de targeta de crèdit" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Entra només digits" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Entra el mateix valor un altre cop" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Entra no més de {0} caracters" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Entra al menys {0} caracters" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Entra un valor de entre {0} i {1} caracters de mida" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Entra un valor entre {0} i {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Entra un valor menor o igual a {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Entra un valor més gran o igual a {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Entra una hora o data vàlida" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Entra valor HEX correcte" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Error" @@ -3057,18 +3079,18 @@ msgstr "per hora" msgid "per day" msgstr "per dia" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "No es pot llegir l'arxiu de configuració existent (%s)." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Permisos incorrectes a l'arxiu de configuració, no pot ser modificable per " "tothom!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Tamany de lletra" @@ -3087,7 +3109,7 @@ msgid "Requery" msgstr "Re-consulta" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3096,7 +3118,7 @@ msgstr "Re-consulta" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3171,7 +3193,7 @@ msgid "History" msgstr "Historial" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3194,7 +3216,7 @@ msgstr "Historial" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opcions" @@ -3285,7 +3307,7 @@ msgid "Count:" msgstr "Nombre" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3339,10 +3361,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Canvia al tema <>" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3350,10 +3372,10 @@ msgstr "Canvia al tema <>" msgid "Ascending" msgstr "Ascendent" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3570,125 +3592,126 @@ msgstr "Desmarca tot" msgid "Inside column:" msgstr "Dins la columna:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Desar dades editades" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Reataurar ordre de columnes" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrar files" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Cerca aquesta taula" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inici" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Pàgina anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Pàgina següent" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Darrera pàgina" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Tot" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Nombre de files:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Classifica per la clau" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos parcials" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos sencers" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Clau relacional" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Columna relacional a mostrar" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostra continguts binaris" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Mostra contingut BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Amagar transformació del navegador" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Text conegut" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binari conegut" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "S'ha esborrat la fila." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Finalitzar" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Pot ser aproximat. Veieu [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "La vostra comanda SQL ha estat executada amb èxit." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3696,36 +3719,36 @@ msgid "" msgstr "" "Aquesta vista té al menys aques nombre de files. Consulta %sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostrant registres %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d en total, %2$d a la consulta" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "La consulta tarda %01.4f segons." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Amb marca:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3734,24 +3757,24 @@ msgstr "Amb marca:" msgid "Check All" msgstr "Marcar-ho tot" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Imprimeix vista" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operacions de resultats de consultes" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Mostra el gràfic" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualitzar dades GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "No s'ha trobat l'enllaç!" @@ -3874,7 +3897,7 @@ msgstr "Cardinalitat" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3884,7 +3907,7 @@ msgid "Collation" msgstr "Ordenació" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentari" @@ -3899,7 +3922,7 @@ msgid "Index %s has been dropped." msgstr "S'ha esborrat l'índex %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3917,7 +3940,7 @@ msgstr "" "esborrar." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servidor" @@ -3934,7 +3957,7 @@ msgstr "Vista" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3965,7 +3988,7 @@ msgstr "Insereix" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Permisos" @@ -4028,16 +4051,18 @@ msgid "Central columns" msgstr "Columnes centrals" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bases de dades" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Usuaris" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Grups d'usuaris" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4112,7 +4137,7 @@ msgid "Could not save favorite table!" msgstr "No es pot desar la taula favorita!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Eliminar de favorits" @@ -4133,7 +4158,7 @@ msgid "Recent" msgstr "Recent" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Taules favorites" @@ -4765,16 +4790,16 @@ msgstr "Màx: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL diu: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explica SQL" @@ -4791,7 +4816,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sense codi PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Crea codi PHP" @@ -4883,6 +4908,10 @@ msgstr "Darrera actualització" msgid "Last check" msgstr "Darrera comprovació" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Usuaris" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Cerca:" @@ -4977,8 +5006,8 @@ msgstr "NO" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4986,7 +5015,7 @@ msgstr "Nom" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Longitud/Valors*" @@ -5272,7 +5301,7 @@ msgid "Not a valid port number!" msgstr "No és un numero de port vàlid!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valor incorrecte!" @@ -5283,35 +5312,35 @@ msgstr "Valor incorrecte!" msgid "Value must be equal or lower than %s!" msgstr "El valor ha de ser igual o menor que %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Falten dades a %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "no disponible" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" requereix l'extensió %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "L'importació comprimida no funciona, perquè falta la funció (%s)." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "L'exportació comprimida no funciona perquè falta la funció (%s)." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "màxim %s" @@ -5326,7 +5355,7 @@ msgid "Set value: %s" msgstr "Estableix valor: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaura el valor per defecte" @@ -5794,7 +5823,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Màxim temps d'execució" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Usar l'instrucció %s" @@ -5803,7 +5832,7 @@ msgstr "Usar l'instrucció %s" msgid "Save as file" msgstr "Desa com a arxiu" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Joc de caràcters de l'arxiu" @@ -5819,8 +5848,8 @@ msgstr "Compresió" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5830,14 +5859,14 @@ msgstr "Compresió" msgid "Put columns names in the first row" msgstr "Posa els noms de columnes a la primera fila" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Columnes delimitades amb" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Fi de columna amb" @@ -5845,8 +5874,8 @@ msgstr "Fi de columna amb" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Canvía NULL amb" @@ -5854,13 +5883,13 @@ msgstr "Canvía NULL amb" msgid "Remove CRLF characters within columns" msgstr "Treu caràcters CRLF de dins les columnes" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Columnes acabades amb" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Línies acabades amb" @@ -5882,8 +5911,8 @@ msgid "Table name template" msgstr "Plantilla de nom de taula" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5911,14 +5940,14 @@ msgid "Label key" msgstr "Etiqueta de clau" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipus MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacions" @@ -5926,110 +5955,116 @@ msgstr "Relacions" msgid "Export method" msgstr "Tipus d'exportació" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Desa al servidor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Sobreescriu arxiu(s) existent(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportar encapçalats de taules" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Recorda la plantilla del nom d'arxiu" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Afegeix valor AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Usa -backquotes- amb noms de taules i columnes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modus de compatibilitat SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "opcions CREATE TABLE :" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Dates de Creació/Modificació/Comprovació" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Usa insercions diferides" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Desactiva les comprovacions de claus externes" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportar les vistes com taules" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporta les metadades relacionades per l'enmagatzemamant de la configuració " "de phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Afegeix %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Utilitzeu hexadecimal per a BINARY i BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Utilitza \"ignore inserts\"" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaxi a usar a l'inserció de dades" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Tamany màxim de la consulta creada" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipus d'exportació" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Incloure exportació en la transacció" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exporta l'hora en UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Forçar una connexió segura en usar phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Força la connexió SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6038,166 +6073,166 @@ msgstr "" "externes; [kbd]content[/kbd] és la dada referenciada, [kbd]id[/kbd] és el " "valor de la clau." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordre de claus externes a la llista desplegable" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "S'utilitzara una llista desplegable si hi ha menys ítems." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Límit de claus externes" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Comprovació de clau externa:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Mode de navegació" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Configura el mode de navegació." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Configura les opcions predeterminades." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Desenvolupador" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Opcions per desenvolupadors de phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Mode d'edició" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Configura el mode d'edició." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Predeterminats d'exportació" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Configura les opcions predeterminades d'exportació." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Propietats" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "General" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Estableix algunes de les opcions més utilitzades." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Predeterminats d'importació" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Configura les opcions predeterminades habituals d'importació." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importar / exportar" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Configura els directoris d'importació i exportació i les opcions " "d'empaquetat." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opcions de visualització de les bases de dades." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panell de navegació" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalitzar l'aspecte del panell de navegació." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Panell de navegació" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Configurar el panell de navegació" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servidors" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opcions de visualització dels servidors." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opcions de visualització de les taules." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panell principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Altres paràmetres principals" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Paràmetres que no encaixaven en cap altre lloc." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Títols de pàgina" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6206,11 +6241,11 @@ msgstr "" "[doc@faq6-27]la documentació[/doc] per a cadenes màgiques que es puguin " "usar per obtenir valors especials." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Seguretat" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6218,23 +6253,23 @@ msgstr "" "Noteu que phpMyAdmin només és una interfície d'usuari i les seves " "característiques no limiten a MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Paràmetres bàsics" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autenticació" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Paràmetres d'autenticació." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuració del servidor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6242,15 +6277,15 @@ msgstr "" "Configuració avançada del servidor, no canvieu aquestes opcions si no sabeu " "el que fan." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Entra els paràmetres de connexió al servidor." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Infraestructura de taules enllaçades" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6260,11 +6295,11 @@ msgstr "" "a característiques addicionals, consulteu [doc@linked-tables]infraestructura " "de taules enllaçades[/doc] a la documentació." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Seguiment de canvis" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6272,111 +6307,111 @@ msgstr "" "Seguiment de canvis a la base de dades. Necessita de la infraestructura de " "taules enllaçades de phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Configurar valors d'expotació predeterminats" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Configurar valors d'importació predeterminats" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Configurar el panell de navegació" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Configurar el panell principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Consultes SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Caixa de consultes SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Configura els enllaços mostrats a les caixes de consultes SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Opcions de consultes SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Inici" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Configura la pàgina d'inici." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Estructura de base de dades" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Tria els detalls a mostrar en l'estructura de base de dades (llista de " "taules)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Estructura de taula" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Configuració de l'estructura de la taula (llista de columnes)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Pestanyes" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Tria cóm vols que treballin les pestanyes." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Mostra l'esquema relacional" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Tamany de paper" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Camps de text" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Configurar els camps d'entrada de text." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "text Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Configura les opcions predeterminades" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avisos" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desactiva alguns dels avisos mostrats per phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6384,15 +6419,15 @@ msgstr "" "Activa la compressió [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] per a les " "operacions d'importació i exportació." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Paràmetres adiccionals per iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6400,11 +6435,11 @@ msgstr "" "Si està activat, phpMyAdmin continuarà processant consultes de múltiples " "instruccions fins la darrera encara que alguna anterior falli." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignora errors d'instruccions multiples" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6414,25 +6449,25 @@ msgstr "" "límit de temps. Pot ser una opció per importar grans arxius, tanmateix pot " "trencar transaccions." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importació parcial: permet interrompre" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "No avortar en cas d'error d' INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6440,69 +6475,69 @@ msgstr "" "Format predeterminat; sigueu conscient que la llista depén de la situació " "(base de dades, taula) i només SQL està sempre disponible." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format de l'arxiu importat" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Usa clau LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Noms de columnes a la primera fila" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "No importis files buides" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importar monedes ($5.00 a 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importar percentatges amb els decimals adients (12.00% a .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Nombre de consultes a saltar des de l'inici." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importació parcial: saltar consultes" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "No feu servir AUTO_INCREMENT per a valors zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Estat inicial per a les barres de desplaçament" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Quantes files es poden inserir de cop." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Nombre de files a inserir" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Màxim nombre de caràcters mostrats a qualsevol columna no-numèrica a la " "vista de navegació." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limit de caràcters de la columna" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6513,11 +6548,11 @@ msgstr "" "actual. Establint aixó a FALSE fa més fàcil oblidar desconectar-se d'altres " "servidors quan estàs connectat a més d'un." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Esborra totes les galetes al desconnectar" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6525,11 +6560,11 @@ msgstr "" "Defineix si l'anterior autenticació s'ha de recuperar o no al mode " "d'autenticació per [kbd]galetes [/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Nom d'usuari de recuperació" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6541,50 +6576,50 @@ msgstr "" "la sessió actual, i s'esborraran tant aviat com tanquis la finestra del " "navegador. Aixó es recomana per a entorns no confiables." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Emmagatzema les galetes de connexió" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Definiu durant quant de temps (en segons) una galeta d'autenticació és " "vàlida." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validesa de l'autenticació per galetes" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Doble tamany de textarea per a columnes LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "textarea més gran per a LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Màxim nombre de caràcters usats quan es mostra una consulta SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Tamany màxim de SQL mostrat" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Els usuaris no poden establir un valor més gran" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Màxim nombre de bases de dades mostrades a la llista." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Màxim de bases de dades" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6592,11 +6627,11 @@ msgstr "" "El nombre d'items que es poden mostrar a cadapàgina en el primer nivell de " "l'arbre de navegació." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Màxim nombre d'items al primer nivell" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6604,11 +6639,11 @@ msgstr "" "El nombre d'items que es poden mostrar a cada pàgina de l'arbre de " "navegació." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Màxim nombre d'elements en una branca" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6616,19 +6651,19 @@ msgstr "" "Nombre de files mostrades quan es navega mper un resultat. Si el resultat " "conté més files, es mostraran els enllaços \"Anterior\" i \"Següent\"." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Màxim nombre de files a mostrar" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Màxim nombre de taules mostrades a la llista de taules." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Màxim de taules" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6636,41 +6671,41 @@ msgstr "" "El nombre d'octets que una ordre està autoritzada a reservar, ex. [kbd]32M[/" "kbd] ([kbd]0[/kbd] per no posar límit)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Límit de memoria" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Al panell de navegació, substitueix l'arbre de bases de dades amb un selector" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Mostra a navegació de les bases de dades com un arbre" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Enllaç amb el panell principal destacant l'actual base de dades o taula." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Mostra el logo al panell de navegació." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Mostra el logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL on apuntarà el logo al panell de navegació." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Enllaç d'URL al logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6678,27 +6713,27 @@ msgstr "" "Obrir la pàgina enllaçada a la finestra principal ([kbd]main[/kbd]) o bé a " "una de nova ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Destí d'enllaç al logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Mostra el servidor triat a dalt del panell de navegació." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Mostra la tría de servidors" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Destí per a la icona d'accés ràpid" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Destí per a l'icona del segon accés ràpid" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6706,15 +6741,15 @@ msgstr "" "Nombre mínim nombre d'elements (taules, vistes, rutines i events) a mostrar " "en una caixa de filtre." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Mínim nombre d'items per a mostrar a la caixa de filtre" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Mínim nombre de bases de dades a mostrar a la caixa de filtre" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6726,55 +6761,55 @@ msgstr "" "Agrupar ítems a l'arbre de navegació (determinat pel separador definit tot " "seguit)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Agrupar elements en l'arbre" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Text que separa bases de dades en diferents nivells d'arbre." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separador per l'arbre de bases de dades" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Text que separa taules en diferents nivells d'arbre." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separador d'arbre de taules" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Màxima profunditat de l'arbre de taules" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Resalta el servidor sota el cursor del ratolí." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Activa resaltat" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Quan s'ofereix la possibilitat d'expandir l'arbre al panell de navegació." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Qctiva l'expansió de l'arbre de navegació" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Mostra/Amaga la llista de taules" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6783,106 +6818,106 @@ msgid "Whether to show tables under database in the navigation tree" msgstr "" "Quan s'ofereix la possibilitat d'expandir l'arbre al panell de navegació." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Mostra versions" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Mostra a navegació de les bases de dades com un arbre" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Mostra els camps de funció" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Mostra els processos" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Mostra versions" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Mostra a navegació de les bases de dades com un arbre" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Màxim nombre de taules usades recentment; indiqueu 0 per desactivar." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Màxim nombre de taules preferides; indiqueu 0 per desactivar." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Taules usades recentment" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Aquests són els enllaços a Edició, Còpia i Esborrat." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Ón de mostrar els vincles de fila de taula" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Usa l'ordre natural per ordenar els noms de taules i bases de dades." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordre natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Usa només icones, només text o bé ambdós." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navegació de taules" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Utilitza la memòria cau de sortida per GZip per incrementar la velocitat en " "transferències HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Memòria cau de sortida per GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6890,19 +6925,19 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordre descendent per columnes de tipus TIME, DATE, " "DATETIME i TIMESTAMP, ordre descendent ascendent a la resta." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordre de clasificació predeterminat" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Utilitza connexions persistents a bases de dades MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Connexions persistents" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6912,11 +6947,11 @@ msgstr "" "l'estructura de la base de dades, si qualsevol de les taules necessàries per " "a l'infraestructura de taules enllaçades de phpMyAdmin no s'ha pogut trobar." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Falten taules de l'infraestructura de taules enllaçades de phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6924,11 +6959,11 @@ msgstr "" "Desactiva l'avís per defecte que es mostra si es detecten diferències entre " "la llibreria MySQL i el servidor." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Avís de diferència en servidor/llibreria" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6936,27 +6971,27 @@ msgstr "" "Desactiva l'avís per defecte que es mostra a la pàgina de l'estructura si " "els noms de les columnes a la taula són paraules reservades de MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Avís de paraula reservada de MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Còm mostrar les pestanyes del menù" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Cóm mostrar diversos enllaços d'accions" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Desactiva l'edició en columnes tipus BLOB i BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protegeix les columnes de contingut binari" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6967,106 +7002,106 @@ msgstr "" "fan servir rutines JS per mostrar l'historial de consultes (es perd al " "tancar la finestra)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Historial permanent de consultes" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Quàntes consultes s'han de desar a l'historial." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Tamany de l'historial de consultes" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecciona quines funcions s'usaràn per a conversions de jocs de caràcters." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor d'enregistrament" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Al navegar per les taules, es recorda la classificació de cada taula." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Recordar l'ordenació de les taules" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Ordenació per defecte per a taules amb clau principal." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Ordre de clasificació de la clau principal" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repeteix les capçeleres cada X cel.les, [kbd]0[/kbd] desactiva la funció." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repeteix capçeleres" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Edició de graella: disparador d'acció" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relació a mostrar" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Per les opcions de visualització" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edició de graella: Desa totes les cel.les editades alhora" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Directori del servidor on pots desar les exportacions." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Directori de desades" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Deixa en blanc si no l'utilitzes." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordre d'autenticació del servidor" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Deixa en blanc per als predeterminats." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regles d'autenticació del servidor" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permetre connexions sense contrasenya" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permet la connexió de root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Zona horària de la sessió" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7074,17 +7109,17 @@ msgstr "" "Estableix el fus horari efectiu; possiblement diferent del del teu servidor " "de base de dades" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nom del Domini HTTP -HTTP Basic Auth Realm- per a mostrar a l'autenticació " "HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Domini HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7094,19 +7129,19 @@ msgstr "" "maquinari SweKey[/a] (no trobat al teu arrel de documents; es recomana a: /" "etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Arxiu de configuració SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Mètode d'autenticació a usar." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipus d'autenticació" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7114,11 +7149,11 @@ msgstr "" "Deixa en blanc per desactivar les [a@http://wiki.phpmyadmin.net/pma/" "bookmark]consultes desades[/a], suggerit: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Taula de consultes desades" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7126,31 +7161,31 @@ msgstr "" "Deixa en blanc per no usar comentaris de columna o tipus mime, suggerit: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Taula d'informació de columna" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Connexió comprimida al servidor MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Connexió comprimida" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Cóm connectar al servidor, deixa [kbd]tcp[/kbd] si no estàs segur." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipus de connexió" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Contrasenya de l'usuari de control" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7158,11 +7193,11 @@ msgstr "" "Usuari MySQL especial configurat amb permisos restringits, més informació " "disponible al [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Usuari de control" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7170,11 +7205,11 @@ msgstr "" "Un hoste alternatiu per mantenir l'emmagatzematge de la configuració, deixa " "en blanc per utilitzar la màquina ja definida." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Servidor de control" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7184,15 +7219,15 @@ msgstr "" "configuració, deixa en blanc per utilitzar el port per defecte, o el port ja " "definit, si l'hoste de control és el mateix." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Port de control" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Amagar les bases de dades que compleixin una expresió regular (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7200,15 +7235,15 @@ msgstr "" "Més informació a [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug " "tracker[/a] i [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desactiva l'ús d'INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Amagar bases de dades" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7216,23 +7251,23 @@ msgstr "" "Deixa en blanc per desactivar el suport d'historial de consultes SQL, " "suggerit: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Taula d'historial de consultes SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nom del servidor ón MySQL és en marxa." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nom del servidor" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de desconnexió" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7240,15 +7275,15 @@ msgstr "" "Limita el nombre de preferències de taula que s'emmagatzemen a la base de " "dades, els registres més antics s'eliminen automàticament." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Màxim nombre de preferències de taules a desar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Taula de consultes QBE desades" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7256,11 +7291,29 @@ msgstr "" "Deixa en blanc per desactivar el suport de consultes QBE desades, suggerit: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportar les vistes com taules" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Taula de columnes centrals" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7268,15 +7321,15 @@ msgstr "" "Deixa en blanc per desactivar el suport de columnes centrals, suggerit: " "[kbd]pma__central_colums[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Intentar connectar sense contrasenya." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Connexió sense contrasenya" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7286,30 +7339,30 @@ msgstr "" "servir als teus texts, ex.: usa [kbd]'my\\_db'[/kbd] i no [kbd]'my_db'[/" "kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Mostra només les bases de dades de la llista" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Deixa en blanc si no utilitzes l'autenticació config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Contrasenya autenticació config" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Esquema PDF: taula de pàgines" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7320,22 +7373,22 @@ msgstr "" "tenir informació més completa. Deixa en blanc per no utilitzar. Suggerit: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nom de base de dades" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port ón el servidor MySQL està escoltatt, deixa en blanc per al " "predeterminat." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port del servidor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7343,11 +7396,11 @@ msgstr "" "Deixa en blanc per treure la \"persistència\" de taules usades recentment " "entre sessions, suggerit: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Taula usada recentment" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7355,11 +7408,11 @@ msgstr "" "Deixa en blanc per treure la \"persistència\" de taules preferides entre " "sessions, suggerit: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Taula preferida" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7367,11 +7420,11 @@ msgstr "" "Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/" "relation]enllaços de relacions[/a], suggerit: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Taula de relacions" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7379,33 +7432,33 @@ msgstr "" "Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus " "d'autenticació[/a] per veure exemples." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nom de sessió signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Sócol ón el servidor MySQL està escoltant, deixa en blanc per al " "predeterminat." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Sócol del servidor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Activa SSL per la connexió amb el servidor MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Usa SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7413,11 +7466,11 @@ msgstr "" "Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Dissenyador i esquema PDF: taula de coordinades" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7425,11 +7478,11 @@ msgstr "" "Taula per descriure les columnes a mostrar, deixa en blanc per desactivar; " "suggerit: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Taula de descripció de columnes" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7438,11 +7491,11 @@ msgstr "" "d'interfase de taules entre sessions, suggerit: [kbd]pma__table_uiprefs[/" "kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Preferències d'interfase de taula" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7450,11 +7503,11 @@ msgstr "" "Si una instrucció DROP DATABASE IF EXISTS s'afegirà com a primera línia en " "el registre a l'hora de crear una base de dades." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Afegir DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7462,11 +7515,11 @@ msgstr "" "Si una instrucció DROP TABLE IF EXISTS s'afegirà com a primera línia en el " "registre a l'hora de crear una taula." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Afegir DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7474,21 +7527,21 @@ msgstr "" "Si una instrucció DROP VIEW IF EXISTS s'afegirà com a primera línia en el " "registre a l'hora de crear una vista." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Afegir DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Defineix la llista d'instruccions que l'auto-creació fa servir per a noves " "versions." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Instruccions a seguir" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7496,11 +7549,11 @@ msgstr "" "Deixa en blanc per desactivar el suport de seguiment de consultes SQL, " "suggerit: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Taula de seguiment de consultes SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7508,11 +7561,11 @@ msgstr "" "SI el mecanisme de seguiment crearà versions per a taules i vistes " "automàticament." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Crear versions automàticament" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7520,11 +7573,11 @@ msgstr "" "Deixa en blanc per no desar les preferències de l'usuari en base de dades, " "suggerit: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Taula de preferències de l'usuari" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7534,11 +7587,11 @@ msgstr "" "la funcionalitat de menús configurables; deixant una d'ambdues en blanc " "desactivarà aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Taula d'usuaris" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7548,11 +7601,11 @@ msgstr "" "funcionalitat de menús configurables; deixant una d'ambdues en blanc " "desactivarà aquesta funcionalitat, suggerit: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Taula de grups d'usuaris" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7560,15 +7613,15 @@ msgstr "" "Deixa en blanc per desactivar la funcionalitat d'amagar i mostrar elements " "de navegació, suggerit: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Taula d'elements de navegació amagada" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Usuari per autenticació config" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7576,20 +7629,20 @@ msgstr "" "Descripció per a l'usuari d'aquest servidor. Deixar en blanc per mostrar el " "nom del servidor en lloc seu." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nom explicatiu d'aquest servidor" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si a un usuari se l'hauria de mostrar el botó \"mostrar totes (les files)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permet mostrar totes les files" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7599,15 +7652,15 @@ msgstr "" "a que la contrasenya està inclosa al arxiu de configuració; aixó no limita " "la posibilitat d'executar la mateixa ordre directament." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostra el formulari de canvi de contrasenya" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostra el formulari de creació de base de dades" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7616,45 +7669,45 @@ msgstr "" "Mostrar o amagar una columna amb la data i hora de creació per a totes les " "taules." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Comentaris de la taula" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar o amagar una columna amb la data i hora de creació per a totes les " "taules." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostra el temps de creació" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar o amagar una columna que mostra la data i hora de la darrera " "actualització per a totes les taules." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostra data i hora de la darrera actualització" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar o amagar una columna que mostra la data i hora de la darrera " "comprovació per a totes les taules." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostra el temps de la darrera comprovació" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7662,27 +7715,27 @@ msgstr "" "Defineix si els tipus de camps han d'aparèixer en un principi en el mode " "d'edició/inserció." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mostra tipus de camps" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Mostra els camps de funció en modes edició/inserció." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostra els camps de funció" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Mostrar o no ajudes." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Mostra ajudes" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7690,55 +7743,55 @@ msgstr "" "Mostra l'enllaç a la sortida de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Mostra l'enllaç a phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Mostra informació detallada del servidor MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Defineix si s'han de mostrar les consultes SQL creades per phpMyAdmin." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostra consultes SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Defineix si el quadre de consulta ha de romandre a la pantalla després de la " "seva presentació." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Mantenir el quadre de consultes" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Permet mostrar estadístiques de base de dades i de taula (ex. espai usat)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostra estadístiques" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marca les taules en ús i permet mostrar les bases de dades amb taules " "bloquejades." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Salta taules bloquejades" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7746,11 +7799,11 @@ msgstr "" "Desactiva l'avís per defecte que es mostra a la pàgina principal si es " "detecta Suoshin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "avís Suoshin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7760,11 +7813,11 @@ msgstr "" "establert de la variable de PHP session.gc_maxlifetime és menor que el de " "`LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Avís de validesa de la cookie d'autenticació" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7772,11 +7825,11 @@ msgstr "" "Tamany de textarea (columnes) en mode d'edició, aquest valor s'augmentarà " "per a textareas de consultes SQL (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Columnes per a textareas" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7784,32 +7837,32 @@ msgstr "" "Tamany de textarea (files) en mode d'edició, aquest valor s'augmentarà per a " "textareas de consultes SQL (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Files per a textareas" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" "Títol de la finestra del navegador quan es selecciona una base de dades." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Títol de la finestra del navegador quan no hi ha res seleccionat." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Títol per defecte" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Títol de la finestra del navegador quan es selecciona un servidor." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Títol de la finestra del navegador quan es selecciona una taula." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7821,27 +7874,27 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) procedent del proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Llista de proxies confiables per autoritzar/prohibir IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Directori al servidor ón pots pujar arxius per importar." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Directori de pujades" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permet cercar dins de tota la base de dades." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Usa cerca de base de dades" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7849,28 +7902,28 @@ msgstr "" "Quan està desactivada, els usuaris no poden configurar qualsevol de les " "següents opcions, independentment de la casella de selecció a la dreta." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Activa la pestanya del Desenvolupador en les opcions" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Comprova la darrera versió" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Activa la comprovació de la darrera versió a la pàgina principal de " "phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Comprovació de versió" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7882,11 +7935,11 @@ msgstr "" "servidor òn està instal.lat phpMyAdmin no té accés directe a internet. El " "formato es: \"servidor:port\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL del proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7896,19 +7949,19 @@ msgstr "" "autenticació. Si es dona un nom d'usuari, es farà una autenticació bàsica. " "Actualment no hi ha compatibilitat amb altres tipus d'autenticació." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nom d'usuari del proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "La contrasenya per autenticar amb el proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Contrasenya del proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7916,35 +7969,35 @@ msgstr "" "Activa la compressió [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/" "a] per a les operacions d'importació i exportació." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Entra la teva clau pública pel teu domini del servei reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Clau pùblica per a reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Entra la teva clau privada pel teu domini del servei reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Clau privada per a reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Tria l'acció per defecte quan s'enviin informes d'error." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Enviar informes d'error" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7952,11 +8005,11 @@ msgstr "" "Les consultes s'executen prement Enter (en lloc de Ctrl+Enter). Les noves " "línies s'afegiran amb Majúscules+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter executa consultes a la consola" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7964,7 +8017,7 @@ msgstr "" "Activar el mode de «Configuració Zero» que et permet definir les taules " "d'emmagatzemament de configuració de phpMyAdmin automàticament." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Activa el mode Configuració Zero" @@ -7990,47 +8043,74 @@ msgstr "Autenticació HTTP" msgid "Signon authentication" msgstr "autenticació Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usant LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Full de càlcul OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Ràpid" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Usuari" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcions d'exportació de bases de dades" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV per dades de MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texte OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "No s'ha establert una consulta SQL per a obtenir dades." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "No existeixen columnes numèriques a la taula per fer el gràfic." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "No hi ha dades per mostrar" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "S'ha modificat la taula %1$s correctament." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Columna de visualització actualitzada correctament." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Relacions internes actualitzades correctament." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8045,12 +8125,12 @@ msgstr "possible atac de recursivitat profunda" msgid "No change" msgstr "Sense canvis" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Consulta %sla nostra documentació%s per a més informació." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8107,6 +8187,7 @@ msgid "Create database" msgstr "Crear base de dades" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Crea" @@ -8120,7 +8201,7 @@ msgid "No Privileges" msgstr "Sense permisos" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crea una taula" @@ -8133,50 +8214,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "No es poden carregar les extensions d'exportació, comprova l'instal.lació!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportant bases de dades des del servidor actual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportar les taules de la base de dades \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportar les files de la taula \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Tipus d'exportació:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipus d'exportació" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Nom d'arxiu de plantilla:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nom de taula" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Nom d'arxiu de plantilla:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Rati de taules temporals en disc" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualitzat" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Tria una taula" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Tipus d'exportació" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Ràpid - mostra només les opcions mínimes a configurar" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Usuari - mostra totes les opcions possibles" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de dades:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Taula(es):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opcions específiques del format:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8184,52 +8309,52 @@ msgstr "" "Desplaça avall per a les opcions del format triat i ignora les opcions per " "altres formats." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversió de codificació:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Files:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Bolca alguna(es) fila(es)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Fila que comença a:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Bolca totes les files" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Sortida:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Desa al servidor al directori %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Nom d'arxiu de plantilla:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ serà el nom del servidor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ serà el nom de la base de dades" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ serà el nom de la taula" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8241,76 +8366,76 @@ msgstr "" "%3$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s " "per a més detalls." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "usa això per futures exportacions" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Joc de caràcters de l'arxiu:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compressió:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "comprimit amb zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "comprimit amb gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Veure la sortida com a texte" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportar les vistes com taules" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportar encapçalats de taules" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Reanomenar les bases de dades/taules/columnes exportades" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Desa la sortida com a arxiu" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Ometre taules més grans que" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Tria la base de dades" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Tria la taula" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nom de la nova base de dades" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nom de la nova taula" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Nom de l'antiga columna" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nom de la nova columna" @@ -8866,7 +8991,7 @@ msgid "Dump has been saved to file %s." msgstr "El bolcat s'ha desat amb el nom d'arxiu %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha retornat un conjunt buit (p.e. cap fila)." @@ -8945,7 +9070,7 @@ msgstr "Amaga" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funció" @@ -9022,7 +9147,7 @@ msgstr "" "on vulguis" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9459,7 +9584,7 @@ msgstr "Nou" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vistes" @@ -9782,232 +9907,243 @@ msgstr "No s'han trobat dependències parcials!" msgid "Rename database to" msgstr "Reanomena base de dades a" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "No tens prou permisos per visualitzar aquesta informació!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Edita permisos" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "La base de dades %s s'ha eliminat." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Elimina la base de dades" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Esborra la base de dades (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Només l'estructura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Estructura i dades" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Només dades" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Còpia base de dades a" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Inclou CREATE DATABASE abans de copiar" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Afegeix restriccions" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Canvia a la base de dades copiada" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Altera la taula i ordena per" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(només)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Mou la taula a (base-de-dades.taula)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Reanomena les taules a" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentaris de la taula" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcions de taula" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motor d'emmagatzematge" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy #| msgid "Make all columns atomic" msgid "Change all column collations" msgstr "Convertir totes les columnes a atómiques" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Còpia taula a (base-de-dades.taula)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Canvia a una taula copiada" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Manteniment de la taula" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analitza la taula" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Verifica la taula" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Verifica la taula" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Desfragmenta la taula" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "S'ha buidat la memòria cau de la taula %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Buida la memòria cau de la taula (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimitza la taula" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Repara la taula" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Esborra les dades o la taula" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Buida la taula (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Esborra la taula (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analitza" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Comprova" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimitza" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstrueix" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Repara" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Col·lapsar" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Manteniment de particions" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partició %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Elimina particionament" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Comprova la integritat referencial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "No es pot moure la taula sobre ella mateixa!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "No es pot copiar la taula sobre ella mateixa!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Taula %s moguda a %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La taula %s s'ha copiat a %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Taula %s moguda a %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "La taula %s s'ha copiat a %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "El nom de la taula és buit!" @@ -10202,7 +10338,7 @@ msgstr "Esdeveniment" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definició" @@ -11179,20 +11315,26 @@ msgstr "Gestió de la llista central de columnes" msgid "Remembering Designer Settings" msgstr "Recordar l'ordenació de les taules" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Tipus d'exportació incorrecte" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Passos ràpids per a activar les característiques avançades:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Crea les taules necessàries amb %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Crea un usuari pma i dona-li accés a aquestes taules." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11201,16 +11343,16 @@ msgstr "" "(config.inc.php), partint, per exemple, de l'arxiu config." "sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "sense descripció" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11220,7 +11362,7 @@ msgstr "" "d'anar a la pestanya 'Operacions' de qualsevol base de dades per establir la " "configuració d'enmagatzemament de phpMyAdmin allí." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11229,7 +11371,7 @@ msgstr "" "%sCrea%s una base de dades de nom 'phpmyadmin' i estableix la configuració " "d'enmagatzemament de phpMyAdmin aqui." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11237,7 +11379,7 @@ msgstr "" "%sCrea%s la configuració d'enmagatzemamant de phpMyAdmin a la base de dades " "actual." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11430,6 +11572,7 @@ msgstr "Nom d'usuari:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nom d'usuari" @@ -11588,10 +11731,10 @@ msgid "Master server changed successfully to %s." msgstr "S'ha canviat correctament el servidor mestre a %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11612,7 +11755,7 @@ msgstr "S'ha modificat l'esdeveniment %1$s." msgid "Event %1$s has been created." msgstr "S'ha creat l'esdeveniment %1$s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "S'han produït un o més errors al processar la teva sol.licitud:" @@ -11621,7 +11764,8 @@ msgstr "S'han produït un o més errors al processar la teva sol.licitud:" msgid "Edit event" msgstr "Editar esdeveniment" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalls" @@ -11635,7 +11779,7 @@ msgid "Event type" msgstr "Tipus d'event" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Canviar a %s" @@ -11663,13 +11807,13 @@ msgid "On completion preserve" msgstr "Preservar al completar" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definidor" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "El definidor ha d'estar en el format \"usuari@servidor\"!" @@ -11695,9 +11839,9 @@ msgid "You must provide an event definition." msgstr "Has de proporcionar una definició d'esdeveniment." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Error processant a la petició:" @@ -11734,90 +11878,96 @@ msgstr "" "per evitar qualsevol problema." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "tipus de rutina invàlid: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Malauradament, no hem pogut recuperar la rutina eliminada." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "S'ha modificat la rutina %1$s." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "S'ha modificat la rutina %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "S'ha creat la rutina %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Editar rutina" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nom de rutina" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Paràmetres" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direcció" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Afegir paràmetre" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Elimina el darrer paràmetre" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipus de retorn" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Retornar Longitud/Valors" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Retornar opcions" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "És deterministic" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipus de seguretat" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Accés de dades SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Has de proporcionar un nom de rutina!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Direcció \"%s\" no vàlida donada per al paràmetre." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11825,38 +11975,38 @@ msgstr "" "Has de proporcionar la longitud/valors dels paràmetres de tipus ENUM, SET, " "VARCHAR i VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" "Has de proporcionar un nom i un tipus per a cada paràmetre de la rutina." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Has de proporcionar un tipus de resposta vàlida per a la rutina." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Has de proporcionar una definició de la rutina." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Resultats de l'execució de la rutina %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d fila afectada per l'última sentència dins el procediment." msgstr[1] "%d files afectades per l'última sentència dins el procediment." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Executar rutina" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Paràmetres de rutina" @@ -12412,12 +12562,16 @@ msgid "You have revoked the privileges for %s." msgstr "Has tret els permisos per %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Afegirl usuari" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Afegir grup d'usuaris" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Base de dades per usuari" #: libraries/server_privileges.lib.php:1946 @@ -12444,9 +12598,7 @@ msgid "User has been added." msgstr "Usuari afegit." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12522,11 +12674,15 @@ msgstr "" "… esborra l'antic de les taules d'usuaris i recarrega els permisos després." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Canvi d'Informació de Connexió / Copia d'Usuari" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Crea un nou usuari amb els mateixos permisos i …" #: libraries/server_privileges.lib.php:3036 @@ -12547,7 +12703,9 @@ msgid "Add privileges on the following table:" msgstr "Afegeix permisos a la següent taula:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Treu els usuaris triats" #: libraries/server_privileges.lib.php:3376 @@ -12583,30 +12741,38 @@ msgstr "Heu actualitzat els permisos de %s." msgid "Deleting %s" msgstr "Esborrant %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Els permisos s'han recarregat correctament." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "L'usuari %s ja existeix!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Permisos per a %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nou" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Edita permisos:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grup d'usuari" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12614,11 +12780,13 @@ msgstr "" "Nota: estàs intentant editar els permisos de l'usuari amb el que has iniciat " "la sessió actual." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Vista global d'usuaris" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12631,11 +12799,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Has afegit un usuari nou." @@ -13964,7 +14132,7 @@ msgstr "Identificador Incorrecte" msgid "Unknown Punctuation String" msgstr "Signe de puntuació desconegut" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "S'ha buidat la taula %s." @@ -13977,13 +14145,13 @@ msgstr "El seguiment està actiu." msgid "Tracking is not active." msgstr "El seguiment no està actiu." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Vista %s esborrada." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "S'ha esborrat la taula %s." @@ -14197,39 +14365,34 @@ msgstr "Utilització d'espai" msgid "Effective" msgstr "Efectiu" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "S'ha modificat la taula %1$s correctament." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "S'ha modificat la taula %1$s correctament." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Error de consulta" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Les columnes s'han mogut correctament." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Afegir a marcadors" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "La llista de preferits és plena!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Mostrant consultes de creació" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Vista de relacions" @@ -14698,18 +14861,6 @@ msgstr "No hi ha disponible una versió estable més nova" msgid "Wrong data" msgstr "Dades incorrectes" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "No hi ha dades per mostrar" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "No s'ha establert una consulta SQL per a obtenir dades." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "No existeixen columnes numèriques a la taula per fer el gràfic." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14720,7 +14871,7 @@ msgstr "la base de dades '%s' no existeix." msgid "Table %s already exists!" msgstr "La taula %s ja existeix!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Veure un bolcat (esquema) de la taula" @@ -14728,27 +14879,19 @@ msgstr "Veure un bolcat (esquema) de la taula" msgid "Invalid table name" msgstr "Nom de taula incorrecte" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Relacions internes actualitzades correctament." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Columna de visualització actualitzada correctament." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Fila: %1$s, Columna: %2$s, Error: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "El nom '%s' és una paraula clau reservada de MySQL." msgstr[1] "Els noms '%s' són paraules clau reservades de MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "No s'han triat columnes." @@ -14929,7 +15072,7 @@ msgid "subquery" msgstr "subconsulta" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crea una relació" @@ -14993,13 +15136,13 @@ msgstr "Nova pàgina" msgid "Delete pages" msgstr "Esborra pàgines" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Recarrega" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ajuda" @@ -15246,37 +15389,37 @@ msgstr "Títol del gràfic" msgid "X-Axis:" msgstr "Eix X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Series:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Etiqueta de l'eix X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valors X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Etiqueta de l'eix Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Els noms de les series hi són en una columna" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Columna de series:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Columna de valors:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Desa el gràfic com a imatge" @@ -16730,6 +16873,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "{concurrent_insert} està establert a 0" +#~ msgid "Add user" +#~ msgstr "Afegirl usuari" + +#~ msgid "Export Method:" +#~ msgstr "Tipus d'exportació:" + #~ msgid "No data found for GIS visualization." #~ msgstr "No s'han trobat dades per a visualització GIS." @@ -16982,11 +17131,6 @@ msgstr "{concurrent_insert} està establert a 0" #~ msgid "pdf export page" #~ msgstr "Tipus d'exportació incorrecte" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Tipus d'exportació incorrecte" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/ckb.po b/po/ckb.po index 9b4a0aed78..fb79b25c9e 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-22 11:43+0200\n" "Last-Translator: Zrng Abdulla \n" "Language-Team: Kurdish Sorani Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "لێهاتوویی بیرگەی داواکاری" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "بەکارهێنانی بیرگەی داواکاری" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "بیرگەی داواکاری بەکارهاتوو" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "بەکارهێنانی سی‌ پی‌ یوو‌ی سیستەم" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "یادی سیستەم" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "ئاڵوگۆڕی سیستەم" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "ڕێژەی بار" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "سەرجەمی یاد" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "یادی بارکراو" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "یادی هەڵگیراو" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "یادی بەتاڵ" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "یادی بەکارهاتوو" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "سەرجەمی ئاڵوگۆڕ" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "ئاڵوگۆڕی بارکراو" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "ئاڵوگۆڕی بەکارهاتوو" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "ئاڵوگۆڕی بەتاڵ" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "بایت نێردرا" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "بایت وەرگیرا" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "بەستنەکان" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "پڕۆسەکان" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "بایت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "کیلۆبایت" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "مێگابایت" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "گێگابایت" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "تێرابایت" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "پێتابایت" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ئێکسابایت" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d خشتە(کان)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "پرسیارەکان" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "هاتووچوو" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "ڕێکخستنەکان" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "زیادکردنی هێلکاری بۆ تۆڕ" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "تکایە لانی کەم یەک گۆڕاو بۆ زنجیرەکە زیاد بکە" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1374,47 +1392,47 @@ msgstr "تکایە لانی کەم یەک گۆڕاو بۆ زنجیرەکە زی msgid "None" msgstr "هیچ" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "خستنەوەکاری چاودێری" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "ڕاگرتنی چاودێری" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "دەستپێکردنی نوێکردنەوەی خۆکارانە" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "ڕاگرتنی نوێکردنەوەی خۆکارانە" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log و slow_query_log چالاککراون." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log چالاککراوە." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log چالاککراوە." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log و general_log ناچالاککراون." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output دانەنراوە بۆ خشتە." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output دانراوە بۆ خشتە." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1425,42 +1443,42 @@ msgstr "" "%d چرکە بخایەنن. باشترە کە کاتیی long_query_time کەم بکرێتەوە بۆ 0 تا 2 " "چرکە، بەپێی تواناکانی ڕاژەکار." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time ڕێکخراوە بۆ to %d چرکە." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output دانێ بۆ %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "چالاککردن %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "ناچالاککردن %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time ڕێکبخە بۆ %d." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1468,95 +1486,95 @@ msgstr "" "تۆ ناتوانیت ئەم گۆڕاوانە بگۆڕیت. تکایە وەک root بڕۆ ژوورەوە یان پەیوەندی بە " "بەڕێوبەری بنکە دراوەکەت بکە." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "گۆڕینی ڕێکخستنەکان" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "ڕێکخستنەکانی هەنووکە" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "ناونیشانی هێلکاری" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "جیاكاری" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "دابەشکراوە لەلایەن %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "یەکە" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "لە تۆماری خاوەوە" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "لە تۆماری گشتیەوە" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "شیکردنەوەی تۆمارەکان" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "شیکردنەوە & کردنەوەی تۆمارەکان. لەوانەیە کاتێکی کەمی پێ بچێت." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "لابردنی داواکاری" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "داتا تۆمارکراوەکان کرانەوە،داواکاریەکان جێبەجێ ئەکرێن لەم کاتەدا:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "بڕۆ بۆ تۆماری خشتە" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "هیچ زانیاریەک نەدۆزراوە" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "تۆمارەکە لێکدراوە، بەڵام هیچ زانیاریەک نەدۆزرایەوە لەو ماوەیە." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "لێکدانەوە…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "ڕوونکردنەوەی دەرەنجام" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1566,146 +1584,146 @@ msgstr "ڕوونکردنەوەی دەرەنجام" msgid "Time" msgstr "کات" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "هەموو کاتەکان:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "ئەنجامەکانی پڕۆفایل" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "خشتە" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "هێلکاری" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "هەڵبژاردنەکانی پاڵێوی تۆماری خشتە" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "پاڵێو" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "پاڵاوتنی داواکاریەکان بە word/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "کۆی گشتیی ڕیزە گرووپ کراوەکان:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "سەرجەم:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "بارکردنی تۆمارەکان" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "چاودێریکردنی تازەکردنەوەی سەرنەکەوتوو" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "بارکردنەوەى پەڕە" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "ڕیزە کارتێکراوەکان:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "نەتوانرا پەڕگەی ڕێکخستنەکان بخوێنرێتەوە، وادیارە کۆدەکانی JSON بە درووستی " "نەنووسراون." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "هێنان" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "تکایە ئەو پەڕگەیە دەستنیشان بکە کە ئەتەوێت بکرێتەوە." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "هیچ پەڕگەیەک بوونی نییە لەسەر ڕاژەکار بۆ هێنان!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "لێکدانەوەی داواکاری" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "سیستەمی ئاگادارکەر" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "ئەنجامە جێبەجێکراوە شیاوەکان" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "ئەنجام" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "ڕاسپاردە" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "وردەکاریەکانی یاسا" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "گونجاندن" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "گۆڕاو / دەستەواژەی بەکارهاتوو" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "تاقیکرنەوە" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1716,61 +1734,61 @@ msgstr "" msgid "Cancel" msgstr "لابردن" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "گۆڕینی ڕێکخستنەکان" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "ئامادەکردن…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "داواکاریی پوچەڵ کرایەوە!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "کردنەوەی داواکاری" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "داواکاریی سەرکەوتوو نەبوو!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "هەڵە لە کردنەوەی داواکاری" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "هەڵەی کۆد: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "هەڵەی نوسین: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "هیچ بنکەیەکی زانیاری هەڵنەبژێراوە." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "ستونە سڕێنراوەکان" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "زیادکردنی کلیلی سەرەکی" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1779,61 +1797,61 @@ msgstr "زیادکردنی کلیلی سەرەکی" msgid "OK" msgstr "باشە" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "کرتە بکە بۆ لابردنی ئەم ئاگادارکردنەوە" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "ناونانەوەی بنکەی زانیاریەکان" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "لەبەرگرتنەوەی بنکەی دراو" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "گۆڕینی گورزەپیت" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "نەتوانرا ژمارەی ڕیزەکان بە درووستی بهێنرێت." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "گەڕان" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "شاردنەوەی ئەنجامەکانی گەڕان" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "پێشاندانی ئەنجامەکانی گەڕان" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "هێنان" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "سڕینەوە" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "پێناسەی فرمانی پاشەکەوتکراو پێویستە دەستەواژەی RETURN ی تێدابێت!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1843,61 +1861,61 @@ msgstr "پێناسەی فرمانی پاشەکەوتکراو پێویستە دە msgid "Export" msgstr "هەناردن" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "گۆڕەری ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "نرخەکانی ستونی %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "نرخ بۆ ستونی نوێ" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "هەر نرخێک لە خانەی جیا بنووسە." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "نرخ(کان)ی %d زیادبکە" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "تێبینی: ئەگەر فایلەکە چەند خشتەیەکی تێدابێت، ئەوا تێکەڵی یەک دەکرێن بۆ یەک " "دانە." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "شاردنەوەی سندوقی داواکاری" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "پێشاندانی سندوقی داواکاری" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "چاکردن" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1905,168 +1923,168 @@ msgstr "چاکردن" msgid "Delete" msgstr "سڕینەوە" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variables" msgid "Variable %d:" msgstr "گۆڕاوەکان" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "هەڵبژێرە" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "خانە دەستنیشانکەر" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "گەڕان لە ئەم لیستە" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "بینینی زۆرتر" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "ئایا دڵنیایت؟" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "بەردەوامبوون" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "زۆرکردنی نرخی سەرەکیی" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "نرخی سەرەکیی زۆر کرا." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "هەنگاوی داهاتووت…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "کۆتایی هەنگاو" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "تەواو" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "هیچ بنکەیەکی زانیاری هەڵنەبژێراوە." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "هەنگاو" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "سڕینەوەی خانەکانی %s لە خشتەی %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "خشتەکانی خوارەوە درووست بکە" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "هیچ بنکەیەکی زانیاری هەڵنەبژێراوە." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2075,235 +2093,235 @@ msgstr "هیچ بنکەیەکی زانیاری هەڵنەبژێراوە." msgid "Save" msgstr "پاشەکەوتکردن" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "شاردنەوەی پێوانەکانی گەڕان" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "پێشاندانی پێوانەکانی گەڕان" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "گەڕانی خشتە" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column" msgid "Column maximum:" msgstr "ستون" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column" msgid "Column minimum:" msgstr "ستون" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "شاردنەوەی پێوانەکانی گەڕان" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "پێشاندانی پێوانەکانی گەڕان" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "هەر خاڵێک ڕیزە زانیاریەک دەنوێنێ." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "خستنەسەری سەر خاڵێک پێناسەکەی پێشان دەدات." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "دوو ستون هەڵبژێرە" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "دوو ستونی جیا هەڵبژێرە" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "ناوەڕۆکی زانیاری خاڵ" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "فەرامۆشکردن" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "لەبەرگرتنەوە" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "خاڵ" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "ڕیزبه‌ندی هێڵی" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "فرە گۆشە" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "ئەندازەزانی" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "ئەڵقەی ناوەکی" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "ئەڵفەی دەرەکی" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "پاشەکەوتکردنی پەڕە" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save" msgid "Save page as" msgstr "پاشەکەوتکردن" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "کردنەوەی پەڕە" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "سڕینەوەی پەڕە" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "بێناو" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "تکایە پەڕەیەک هەڵبژێرە بۆ بەردەوامبوون" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "تکایە ناوێکی درووست بۆ پەڕە بنووسە" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "ئایا دەتەوێت گۆڕانکارییەکان پاشەکەوت بکەیت بۆ پەڕەی ئێستا؟" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "پەڕە بە سەرکەوتوویی سڕایەوە" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "دەستکاری کردن یان هەناردنی پەیوەندی نەخشە" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "گۆڕانکارییەکان پاشەکەوت کران" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "هەڵبژاردەیەک زۆر بکە بۆ خانەی \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d یەکە درووست کران." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "escape داگرە بۆ پاشگەزبوونەوە لە گۆڕین." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2311,195 +2329,195 @@ msgstr "" "تۆ چەند زانیاریەکت دەستکاری کردووە و پاشەکەوت نەکراون. تۆ دڵنیای لە دەرچوونت " "لەم پەڕە پێش پاشەکەوتکردنی زانیاریەکان؟" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "ڕایکێشە بۆ ڕیزکردنەوە." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "کرتە بکە بۆ ڕیزکردنی ئەنجام لەسەر بنەمای ئەم خانە." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "کرتە بکە بۆ نیشانکردن / لابردنی نیشانکردن." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "دوو کرتە بکە بۆ ڕوونووسکردنی ناوی ستون." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "هه‌مووی ببینه‌" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "ڕیزبه‌ندی هێڵی" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "واژلێهێنان" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "پووچەڵ کرایەوە" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "سەرکەوتووبوو" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "ئاستی هێنان" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "پەڕگەکانت لە ئێرە دابنێ" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "بنکەیەکی دراوە هەڵبژێرە لە پێشدا" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "بڕۆ بۆ بەستەر:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "ڕوونووسکردنی ناوی بەستەر." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "کرتەی ڕاست لەسەر ناوی ستون بکە بۆ لەبەرگرتنەوەی بۆ ناو کلیپ بۆرد." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "دروستکردنی تێپەڕە وشە" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "دروستکردن" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "گۆڕینی تێپەڕە وشە" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "زیاتر" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "هەمووی پێشاندە" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "شاردنەوەی نیشاندەرەکان" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show indexes" msgid "Show hidden navigation tree items." msgstr "پێشاندانی نیشاندەرەکان" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Hide indexes" msgid "Link with main panel" msgstr "شاردنەوەی نیشاندەرەکان" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Hide indexes" msgid "Unlink from main panel" msgstr "شاردنەوەی نیشاندەرەکان" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "خشتەکان" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "نیشاندان" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "پڕۆسەکان" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Events" msgid "events" msgstr "چالاکیەکان" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Function" msgid "functions" msgstr "فرمان" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2507,28 +2525,28 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "، دوایین وەشانی جێگیر:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "نوێترینە" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "ناردنی ڕاپۆرتی هەڵە" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "ناردنی ڕاپۆرتی هەڵە" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2536,445 +2554,445 @@ msgstr "" "هەڵەیەکی گەورەی JavaScript هاتە پێش، دەتەوێت لە ڕوودانی ئەو هەڵەیە " "ئاگادارمان بکەیتەوە؟" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "گۆڕینی ڕێکخستنەکانی ڕاپۆرت" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "وردە زانیارییەکانی ڕاپۆرت" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "تکایە چاو لە بەشی خوارەوەی ئەم پەنجەرە بکە." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "لە بیرکردنی هەموو" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "ئایا دڵنیایت کە دەتەوێت ئەو Bookmark‌ ـە بسڕیتەوە؟" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "تێبینیەکانی خشتە" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "شاردنەوەی ئەنجامەکانی گەڕان" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "پێشتر" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "دواتر" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "ئەمڕۆ" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "کانونی دووەم" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "شوبات" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "مارت" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "نیسان" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "مایس" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "حوزەیران" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "تەموز" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ئاب" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "ئەیلول" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "تشرینی یەکەم" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "تشرینی دووەم" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "کانونی یەکەم" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "کانوونی دووەم" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "شوبات" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "مارت" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "نیسان" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "مایس" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "حوزیران" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "تەموز" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ئاب" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ئەیلول" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "تشرینی یەکەم" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "تشرینی دووەم" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "کانوونی یەکەم" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "یەک شەم" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "دوو شەم" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "سێ شەم" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "چوار شەم" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "پێنج شەم" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "هەینی" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "شەممە" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "یەک شەم" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "دوو شەم" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "سێ شەم" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "چوار شەم" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "پێنج شەم" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "هەینی" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "شەممە" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "یەک شەم" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "دوو شەم" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "سێ شەم" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "چوار شەم" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "پێنج شەم" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "هەینی" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "شەممە" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "هەفتە" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "ڕۆژژمێر-مانگ-ساڵ" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "هیچ" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "كاتژمێر" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "خولەک" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "چرکە" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d ژمارەی ڕیزی نادروستە." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "هەڵە" @@ -3042,16 +3060,16 @@ msgstr "لە کاتژمێرێکدا" msgid "per day" msgstr "لە ڕؤژێکدا" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "قەبارەی فۆنت" @@ -3072,7 +3090,7 @@ msgid "Requery" msgstr "داواکاری" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3081,7 +3099,7 @@ msgstr "داواکاری" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3170,7 +3188,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3193,7 +3211,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "هەڵبژاردنەکان" @@ -3287,7 +3305,7 @@ msgid "Count:" msgstr "ستون" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3351,10 +3369,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "بڕۆ بۆ بنکەی دراوەی ڕوونووس کراو" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3362,10 +3380,10 @@ msgstr "بڕۆ بۆ بنکەی دراوەی ڕوونووس کراو" msgid "Ascending" msgstr "لە سەرەتاوە بۆ کۆتایی" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3601,133 +3619,134 @@ msgstr "هەلنەبژاردنی هەموو" msgid "Inside column:" msgstr "لە نێو خشتەی:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "پاشەکەوتکردنی زانیاری گۆڕاو" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "گەڕانەوەی ڕێزبەندی ستون" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "پاڵێو" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "گەڕان لە بنکەی دراو" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "دەسپێکردن" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "پێشتر" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "دواتر" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "کۆتایی" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "ڕیزکردنی بە پێی کلیل" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "تێکستە لاوەکیەکان" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "تێکستە تەواوەکان" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "ڕیزەکە سڕایەوە" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "ڕایگرە" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "سیكوێڵ کیوریەکەت بەسەرکەوتوویی ئەنجامدرا" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3736,39 +3755,39 @@ msgstr "" "لەم تێڕوانیینە بەلایەنی کەم ئەم ژمارە دێڕە بوونی هەیە.تکایە سەردانی " "%sبەڵگەسازی%s بکە ." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "ڕیزە پێشاندراوەکان" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "سەرجەم" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "داواکاریەکە %01.4f چرکەی خایاند" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "لەگەڵ پەڕگەی دەستنیشانکراو:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3777,24 +3796,24 @@ msgstr "لەگەڵ پەڕگەی دەستنیشانکراو:" msgid "Check All" msgstr "هەڵبژاردنی هەموو" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "پێشاندان بۆ چاپکردن" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "کردارەکانی ئەنجامی داواکاری" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "پێشاندانی هێلکاری" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -3920,7 +3939,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3930,7 +3949,7 @@ msgid "Collation" msgstr "ڕێکخستن" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "لێدوان" @@ -3945,7 +3964,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3961,7 +3980,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "سێرڤەر" @@ -3978,7 +3997,7 @@ msgstr "نیشاندان" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "سیكوێڵ" @@ -4009,7 +4028,7 @@ msgstr "تێخستن" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "تایبەتمەندێتیەکان" @@ -4074,15 +4093,17 @@ msgid "Central columns" msgstr "ستونەکان زیادبکە" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "بنکە زانیاریەکان" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "بەکارهێنەرەکان" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4162,7 +4183,7 @@ msgid "Could not save favorite table!" msgstr "نەتوانرا خشتە تازەکە پاشەکەوت بکرێت" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4191,7 +4212,7 @@ msgid "Recent" msgstr "خشتە تازەکان" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4770,16 +4791,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "مای‌ئێس‌كیو‌ئێڵ دەڵێت: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "ڕوونکردنەوەی سیكوێڵ" @@ -4796,7 +4817,7 @@ msgstr "" msgid "Without PHP Code" msgstr "بەبێ پی ئێچ پی کۆد" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "پی ئێچ پی کۆد دروست بکە" @@ -4891,6 +4912,10 @@ msgstr "دواترین نوێکردنەوە" msgid "Last check" msgstr "دواترین پشکنین" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "بەکارهێنەرەکان" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "گەڕان:" @@ -4985,8 +5010,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4994,7 +5019,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5288,7 +5313,7 @@ msgid "Not a valid port number!" msgstr "%d ژمارەی ڕیزی نادروستە." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5299,35 +5324,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5342,7 +5367,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5741,7 +5766,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5750,7 +5775,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5766,8 +5791,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5777,14 +5802,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5792,8 +5817,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5801,13 +5826,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5829,8 +5854,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5858,14 +5883,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5873,586 +5898,592 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Enter each value in a separate field." +msgid "Export as separate files" +msgstr "هەر نرخێک لە خانەی جیا بنووسە." + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "زۆرکردنی نرخی زۆربوونی خۆکارانە" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "زیادکردن %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "زیادکردنی مەرج" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "کردارەکانی ئەنجامی داواکاری" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database client version" msgid "Databases display options." msgstr "وەشانی ڕاژەخوازی بنکەی دراوە" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table comments" msgid "Navigation tree" msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show indexes" msgid "Customize the navigation tree." msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table comments" msgid "Tables display options." msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Hide indexes" msgid "Main panel" msgstr "شاردنەوەی نیشاندەرەکان" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Current settings" msgid "Authentication settings." msgstr "ڕێکخستنەکانی هەنووکە" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Server connection collation" msgid "Enter server connection parameters." msgstr "ڕێکخستنی پەیوەندی ڕاژەکار" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "Current settings" msgid "SQL queries settings." msgstr "ڕێکخستنەکانی هەنووکە" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6460,1141 +6491,1153 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show indexes" msgid "Show databases navigation as tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table comments" msgid "Show logo in navigation panel." msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table comments" msgid "Enable navigation tree expansion" msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing rows" msgid "Show tables in tree" msgstr "ڕیزە پێشاندراوەکان" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show indexes" msgid "Whether to show tables under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show indexes" msgid "Show views in tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show indexes" msgid "Whether to show views under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "بەستنەکان لەدوای کۆتایین تازەکردنەوە" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "پڕۆسەکان" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show indexes" msgid "Show events in tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show indexes" msgid "Whether to show events under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table comments" msgid "Table navigation bar" msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "No data found" msgid "Relational display" msgstr "هیچ زانیاریەک نەدۆزراوە" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Table comments" msgid "For display Options" msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection" msgid "Compress connection to MySQL server." msgstr "پەستانی پەیوەندی" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "پەستانی پەیوەندی" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "جۆری پەیوەندی" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "شاردنەوەى بنکەی دراو" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "چوونەدەرەوە بەستەر" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Edit or export relational schema" +msgid "Export templates table" +msgstr "دەستکاری کردن یان هەناردنی پەیوەندی نەخشە" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add columns" msgid "Central columns table" msgstr "ستونەکان زیادبکە" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Connect without password" msgid "Try to connect without password." msgstr "پەیوەندی بەبێ وشەی نهێنی" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "پەیوەندی بەبێ وشەی نهێنی" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "تەنها نیشاندانی لیستی بنکەی دراو" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "ناوی بنکەی دراو" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "گۆڕاوەکان" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "بەکارهێنانی SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "خشتە بەکار ببە" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "تێبینیەکانی خشتە" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "نیشاندانی پرسگەی SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "نیشاندانی سەرژمێری" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "سەردێری بنەڕەت" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7602,52 +7645,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "بەکارهێنانی گەڕان لە بنکەی دراو" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "پشکنین بۆ دۆزینەوەی نوێترین وەشان" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7655,84 +7698,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "ناوی بەکارهێنەر" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "وشەی نهێنی" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Enable Zero Configuration mode" @@ -7758,49 +7801,80 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "خێرا" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "ڕاسپێراو" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "به‌ڵگه‌سازی" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "هیچ زانیاریەک نەدۆزراوە" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Internal relations were successfully updated." +msgstr "ڕیزەکە سڕایەوە" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7815,12 +7889,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7874,6 +7948,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7889,7 +7964,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7901,101 +7976,141 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "هەناردن" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "Reload page" +msgid "New template:" +msgstr "بارکردنەوەى پەڕە" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Database name" +msgid "Template name" +msgstr "ناوی بنکەی دراو" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "بارکراوە" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "هەڵبژاردنی هەموو" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "هەناردن" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8003,84 +8118,84 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Export tables as separate files" msgstr "هەر نرخێک لە خانەی جیا بنووسە." -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "هەڵبژاردنی هەموو" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "هەڵبژاردنی هەموو" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "ناوی بنکەی دراو" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Invalid table name" msgid "New table name" msgstr "ناوی خشتەی نادروست" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "لەبەرگرتنەوەی ناوی ستون" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -8572,7 +8687,7 @@ msgid "Dump has been saved to file %s." msgstr "زانیاری وەدەست هاتوو لە فایلی %s پاشەکەوت کرا." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8647,7 +8762,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "فرمان" @@ -8721,7 +8836,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9180,7 +9295,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9471,230 +9586,239 @@ msgstr "" msgid "Rename database to" msgstr "ناوی بنکەی دراوە بگۆڕە بۆ" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Privileges" msgid "Adjust Privileges" msgstr "تایبەتمەندێتیەکان" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "بنکەی دراوەی %s سڕایەوە." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "سڕینەوەی بنکەی دراوە" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "سڕینەوەی بنکەی دراوە (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "تەنیا بنچینە" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "بنچینە و زانیاری" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "تەنیا زانیاری" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "لە ڕوونووسینەوەی بنکەی دراوە بۆ" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "بنکەی دراوە درووست بکە پێش ڕوونووسکردن" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "زیادکردنی مەرج" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "بڕۆ بۆ بنکەی دراوەی ڕوونووس کراو" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "تێبینیەکانی خشتە" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "شیکردنەوەى خشتە" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "پشکنینی خشتە" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "پشکنینی خشتە" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "چاکسازی خشتە" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "چاکردنی خشتە" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "داخستن" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9885,7 +10009,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10814,54 +10938,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "هەناردنی ئەم جۆرە ڕێگەپێدراو نییە" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11037,6 +11167,7 @@ msgstr "ناوی بەکارهێنەر" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11193,10 +11324,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11217,7 +11348,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11226,7 +11357,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11240,7 +11372,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11268,13 +11400,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11300,9 +11432,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -11337,125 +11469,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11997,13 +12135,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "زیادکردنی بەکارهێنەر" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database client version" +msgid "Database for user account" +msgstr "وەشانی ڕاژەخوازی بنکەی دراوە" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12029,9 +12171,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12106,11 +12246,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12130,8 +12270,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "سڕینەوەی بەکارهێنەرە دەست نیشانکراوەکان" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12165,42 +12307,48 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "تایبەتمەندێتیەکان" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "بەکارهێنەرەکان" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12209,11 +12357,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13385,7 +13533,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "خشتەی %s خاڵی کرا." @@ -13398,14 +13546,14 @@ msgstr "بەدواچوونەوە چالاکە." msgid "Tracking is not active." msgstr "بەدواچوونەوە ناچالاکە." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "%s سڕایەوە" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -13632,39 +13780,34 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "لیستی دڵخوازەکان پڕە!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "نیشاندانی پرسگەی SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Replication" msgid "Relation view" @@ -14110,20 +14253,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "هیچ زانیاریەک نەدۆزراوە" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14134,7 +14263,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14142,29 +14271,19 @@ msgstr "" msgid "Invalid table name" msgstr "ناوی خشتەی نادروست" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "The row has been deleted." -msgid "Internal relations were successfully updated." -msgstr "ڕیزەکە سڕایەوە" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -14353,7 +14472,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14425,13 +14544,13 @@ msgstr "بارکردنەوەى پەڕە" msgid "Delete pages" msgstr "سڕینەوە" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14698,39 +14817,39 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "لە نێو خشتەی:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "نرخەکانی ستونی %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15933,6 +16052,9 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "نرخی concurrent_insert ڕێکخراوە بۆ 0" +#~ msgid "Add user" +#~ msgstr "زیادکردنی بەکارهێنەر" + #~ msgid "Print view (with full texts)" #~ msgstr "پیشاندان بۆ چاپکردن (لەگەڵ تێکستە تەواوەکان)" @@ -16046,11 +16168,6 @@ msgstr "نرخی concurrent_insert ڕێکخراوە بۆ 0" #~ msgid "pdf export page" #~ msgstr "هەناردنی ئەم جۆرە ڕێگەپێدراو نییە" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "هەناردنی ئەم جۆرە ڕێگەپێدراو نییە" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/cs.po b/po/cs.po index 18fc9ec608..ebe278fdde 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-05-14 15:44+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Czech Nastavení." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Úspěšnost mezipaměti dotazů" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Využití mezipaměti dotazů" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Využito mezipaměti dotazů" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Využití CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Operační paměť" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Odkládací oblast" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Průměrné zatížení" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Celková paměť" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Mezipaměť" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Vyrovnávací paměť" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Volná paměť" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Využitá paměť" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap celkem" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cachovaný swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Využitý swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Volný swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Odesláno bajtů" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Přijato bajtů" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Připojení" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesy" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabulek" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Dotazy" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Provoz" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Nastavení" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Přidat graf do mřížky" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Prosím přidejte do série alespoň jednu hodnotu!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1371,47 +1393,47 @@ msgstr "Prosím přidejte do série alespoň jednu hodnotu!" msgid "None" msgstr "Žádná" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Obnovit monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Přerušit monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Zapnout automatické obnovování" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Vypnout automatické obnovování" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log a slow_query_log jsou povoleny." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log je povolen." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log je povolen." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log a general_log jsou zakázány." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output není nastaven na tabulku." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output je nastaven na tabulku." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1422,12 +1444,12 @@ msgstr "" "sekund. Doporučujeme nastavit proměnnou long_query_time na 0-2 sekund, v " "závislosti na zatížení vašeho systému." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je nastaven na %d sekund." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1435,30 +1457,30 @@ msgstr "" "Budou provedeny následující změny, které budou platné do restartu serveru:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Nastavit log_output na %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Zapnout %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Vypnout %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Nastavit long_query_time na %d sekund." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1466,57 +1488,57 @@ msgstr "" "Nemůžete změnit uvedené proměnné. Prosím přihlaste se jako root nebo " "kontaktujte vašeho správce databáze." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Změnit nastavení" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Aktuální nastavení" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Název grafu" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Rozdíly" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Vyděleno %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Jednotka" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Ze záznamu pomalých dotazů" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Z obecného záznamu dotazů" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "V záznamu server není pro tento dotaz známo jméno databáze." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Zkoumám záznamy" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Načítám a analyzuji záznamy. To může chvíli trvat." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Zrušit požadavek" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1526,7 +1548,7 @@ msgstr "" "dohromady. K seskupení byl však použit jen SQL dotaz, takže další vlastnosti " "dotazů, jako například čas jeho spuštění, se mohou lišit." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1535,35 +1557,35 @@ msgstr "" "Vzhledem k tomu, že bylo zvoleno seskupení dotazů INSERT, jsou tyto dotazy " "pro jednu tabulku sloučeny dohromady, bez ohledu na skutečně vkládaná data." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Záznamy byly načteny. V tomto časovém rozmezí byly spuštěny následující " "dotazy:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Přejít na tabulku se záznamem" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nebyla nalezena žádná data" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Záznamy byly načteny, ale v tomto časovém rozmezí nebyly nalezeny žádné " "dotazy." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyzuji…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Vysvětlení dotazu" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1573,58 +1595,58 @@ msgstr "Vysvětlení dotazu" msgid "Time" msgstr "Čas" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Celkový čas:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Výsledky profilování" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabulka" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Graf" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Nastavení filtrování záznamových tabulek" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtr" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrovat dotazy podle slova nebo regulárního výrazu:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Sloučit dotazy ignorováním dat ve WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Součet sloučených řádků:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Celkem:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Nahrávám záznamy" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Obnovení monitoru selhalo" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1634,89 +1656,89 @@ msgstr "" "způsobeno vypršeným sezením. Problém můžete vyřešit novým načtením stránky a " "přihlášením." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Znovu načíst stránku" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Ovlivněné záznamy:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Selhalo načtení konfiguračního souboru. Pravděpodobně se nejedná o JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Selhalo vytvoření grafu z importovaného nastavení. Používám výchozí " "nastavení…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Nahrát nastavení monitoru" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Prosím zvolte soubor, který chcete nahrát." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Na serveru nejsou žádné soubory!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyzovat dotaz" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Poradce" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Možné výkonostní problémy" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problém" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Doporučení" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Podrobnosti o pravidle" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Zdůvodnění" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Použitá proměnná / vzorec" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Kontrola" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formátuji SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1727,61 +1749,61 @@ msgstr "Formátuji SQL..." msgid "Cancel" msgstr "Zrušit" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Změnit nastavení" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Použít" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Nahrávám…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Požadavek byl přerušen!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Probíhá zpracování požadavku" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Požadavek se nezdařil!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Chyba při zpracování požadavku" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Číslo chyby: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Popis chyby: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nebyla vybrána žádná databáze." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Odstraňuji sloupec" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Přidávám primární klíč" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1790,63 +1812,63 @@ msgstr "Přidávám primární klíč" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klikněte pro schování této zprávy" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Přejmenovávám databáze" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopíruji databázi" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Měním znakovou sadu" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Vypnout kontrolu cizích klíčů" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Chyba při čtení skutečného počtu řádek." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Vyhledávám" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Skrýt výsledky vyhledávání" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Zobrazit výsledky vyhledávání" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Procházím" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Odstraňuji" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definice uložené funkce musí obsahovat příkaz RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1856,59 +1878,59 @@ msgstr "Definice uložené funkce musí obsahovat příkaz RETURN!" msgid "Export" msgstr "Export" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Upravit ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Hodnoty pro sloupec %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Hodnoty pro nový sloupec" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Zadejte každou hodnotu do samostatného pole." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Přidat %d hodnot" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Poznámka: Pokud soubor obsahuje více tabulek, budou sloučeny do jedné." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Skrýt pole pro dotaz" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Zobrazit pole pro dotaz" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Upravit" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1916,40 +1938,40 @@ msgstr "Upravit" msgid "Delete" msgstr "Odstranit" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d není platné číslo řádku." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Projít hodnoty cizích klíčů" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Není automaticky ukládaný dotaz" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Proměnná %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Zvolit" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Vybrat sloupec" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Vyhledávání v tomto seznamu" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1958,15 +1980,15 @@ msgstr "" "Žádné sloupce v centrálním seznamu. Ujistěte se, že centrální sloupcový " "seznam pro databázi %s má sloupce, které se nenacházejí v aktuální tabulce." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Zobrazit více" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Jste si jistý?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1974,52 +1996,52 @@ msgstr "" "Tato akce může změnit některé definice sloupců.
Jste si jisti, že chcete " "pokračovat?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Pokračovat" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Přidat primární klíč" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Byl přidán primární klíč." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Přesměrovávám na další krok…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "První krok normalizace pro tabulku '%s' je hotový." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Konec kroku" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Druhý krok normalizace (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Hotovo" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Potvrzení částečných závislostí" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Byly zvoleny následující částečné závislosti:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2027,19 +2049,19 @@ msgstr "" "Poznámka: a,b -> d,f zahrnuje hodnoty sloupců a a b kombinaci dohromady může " "určit hodnoty sloupce d a sloupce f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nebyly vybrány žádné částečné závislosti!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Ukaž mi možné částečné závislosti založené na datech v tabulce" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Skrýt seznam částečných závislostí" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2047,40 +2069,40 @@ msgstr "" "Vydržte! Může to trvat i několik sekund v závislosti na velikosti dat a " "počtu sloupců v tabulce." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Krok" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Budou provedeny následující úpravy:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "ODSTRANIT sloupce %s z tabulky %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Vytvořit následující tabulku" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Třetí krok normalizace (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Potvrzení tranzitivních závislostí" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Byly zvoleny následující závislosti:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nebyly vybrány žádné závislosti!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2089,122 +2111,122 @@ msgstr "Nebyly vybrány žádné závislosti!" msgid "Save" msgstr "Uložit" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Skrýt parametry vyhledávání" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Zobrazit parametry vyhledávání" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Vyhledávání rozsahu" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Největší hodnota sloupce:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Nejmenší hodnota sloupce:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Nejmenší hodnota:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Největší hodnota:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Skrýt parametry vyhledávání a nahrazování" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Zobrazit parametry vyhledávání a nahrazování" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Každý bod reprezentuje řádek dat." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Najetí myší nad bod ukáže jeho název." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Pro přiblížení označte oblast grafu myší." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Klikněte na tlačítko pro návrat do původního stavu." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Klikněte na datový bod pro zobrazení a případnou úpravu řádky." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Graf můžete zvětšit táhnutím za pravý dolní roh." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Zvolte dva sloupce" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Zvolte dva odlišné sloupce" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Obsah datového bodu" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorovat" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopírovat" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Bod" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linka" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Mnohoúhelník" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrie" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Vnitřní obrys" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Vnější obrys" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Přejete si zkopírovat šifrovací klíč?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Šifrovací klíč" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2212,24 +2234,24 @@ msgstr "" "Indikuje, že jste provedli změny na této stránce; budete vyzváni k potvrzení " "před opuštěním změn" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Zvolte odkazovaný klíč" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Zvolte cizí klíč" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Prosím zvolte primární nebo unikátní klíč!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Zvolte která pole zobrazit" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2237,91 +2259,91 @@ msgstr "" "Neuložili jste změny ve schématu. Pokud je neuložíte, budou ztraceny. " "Přejete si pokračovat?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Jméno stránky" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Uložit stránku" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Uložit stránku jako" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Otevřít stránku" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Odstranit stránku" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Beze jména" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Prosím vyberte stránku pro pokračování" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Přejete si uložit změny na aktuální stránce?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Stránka byla odstraněna" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exportovat relační schéma" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Změny byly uloženy" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Přidat paramer pro sloupec „%s“." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "Bylo vytvořeno %d objektů." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Provést" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Klávesou Esc ukončíte editaci." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "Na stránce jsou neuložené změny. Opravdu si ji přejete opustit?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Uspořádejte přetažením." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klikněte pro seřazení výsledků podle tohoto sloupce." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2331,26 +2353,26 @@ msgstr "" "
- Control+Kliknutí nebo Alt+Kliknutí(MAC: Shift+Option+Kliknutí) " "sloupec odstraní z ORDER BY podmínky" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klikněte pro označení." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Poklepejte pro zkopírování jména pole." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Klikněte na šipku
pro vybrání sloupců." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Zobrazit vše" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2359,12 +2381,12 @@ msgstr "" "editování v mřížce, zaškrtávací políčka nebo odkazy na editaci a mazání " "fungovat." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Prosím zadejte platný šestnáctkový řetězec. Můžete použít znaky 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2372,132 +2394,132 @@ msgstr "" "Opravdu si přejete zobrazit všechny řádky? U velké tabulky by mohlo dojít ke " "spadnutí prohlížeče." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Původní řetězec" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "zrušit" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Přerušené" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Úspěch" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Stav importu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Přetáhněte sem soubory" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Nejdříve zvolte databázi" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "Většinu polí můžete přímo upravit
dvojklikem na jejich obsah." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Většinu polí můžete přímo upravit
kliknutím na jejich obsah." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Přejít na odkaz:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Zkopírovat název pole." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Klikněte pravým tlačítkem myši pro zkopírování názvu pole do schránky." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Vytvořit heslo" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Vytvořit" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Změnit heslo" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Více" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Zobrazit panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Skrýt panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Zobrazit skryté položky navigačního panelu." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Spojit s hlavním panelem" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Odpojit od hlavního panelu" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Pro filtrování všemi databázemi na serveru zmáčkněte Enter po zadání " "hledaného názvu" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Pro filtrování všech %s v databázi zmáčkněte Enter po zadání hledaného názvu" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabulky" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "pohledy" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedury" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "události" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funkce" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Požadovaná stránka nebyla nalezena v historii, možná jí již vypršela " "platnost." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2507,49 +2529,49 @@ msgstr "" "je %s a byla vydána %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", poslední stabilní verze:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktuální" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Vytvořit pohled" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Odeslat chybové hlášení" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Odeslat chybové hlášení" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Došlo k chybě při běhu Javascriptu. Přejete si odeslat chybové hlášení?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Změnit nastavení hlášení" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Zobrazit podrobnosti hlášení" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "Váš export není kompletní kvůli omezené době běhu PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2558,63 +2580,63 @@ msgstr "" "Varování: Formulář na této stránce má více než %d polí. Při jeho odeslání " "mohou být kvůli nastavení PHP max_input_vars některá z nich ignorována." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Na serveru došlo byly zjištěny chyby!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Prosím podívejte se na spodní část okna." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorovat vše" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Podle vašeho nastavení jsou právě odesílány, prosím buďte trpěliví." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Spustit tento dotaz znovu?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Opravdu si přejete odstranit tuto záložku?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Enter executes queries in console" msgid "%s queries executed %s times in %s seconds." msgstr "Enter spustí dotazy v konzoli" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentář k tabulce" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Skrýt výsledky vyhledávání" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2624,366 +2646,366 @@ msgstr "" "maximálního limitu, některé funkce tudíž nemusí fungovat správně. V Safari " "je tento problém běžně zapříčiněn v režimu \"Soukromého prohlížení\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Předchozí" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Následující" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Dnešek" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "leden" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "únor" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "březen" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "duben" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "květen" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "červen" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "červenec" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "srpen" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "září" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "říjen" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "listopad" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "prosinec" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "led" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "úno" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "bře" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "dub" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "kvě" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "čen" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "čec" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "srp" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "zář" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "říj" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "lis" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "pro" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Neděle" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Pondělí" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Úterý" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Středa" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Čtvrtek" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Pátek" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Úte" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Stř" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Čtv" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pát" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Út" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Čt" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pá" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Týd" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuty" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekundy" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Použít textové pole" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Prosím zadejte platné číslo!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Prosím zadejte platné číslo!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Prosím zadejte platné číslo!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Prosím zadejte platnou délku!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Zadejte, prosím, správný kód!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Zadejte, prosím, správný kód!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Prosím zadejte platnou délku!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Prosím zadejte platný název stránky" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Prosím zadejte platné číslo!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Chyba" @@ -3054,18 +3076,18 @@ msgstr "za hodinu" msgid "per day" msgstr "za den" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Velikost písma" @@ -3084,7 +3106,7 @@ msgid "Requery" msgstr "Znovu" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3093,7 +3115,7 @@ msgstr "Znovu" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3169,7 +3191,7 @@ msgid "History" msgstr "Historie" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3192,7 +3214,7 @@ msgstr "Historie" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Nastavení" @@ -3283,7 +3305,7 @@ msgid "Count:" msgstr "Počet" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3337,10 +3359,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Přepnout na tmavý motiv" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3348,10 +3370,10 @@ msgstr "Přepnout na tmavý motiv" msgid "Ascending" msgstr "Vzestupně" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3569,125 +3591,126 @@ msgstr "Odznačit vše" msgid "Inside column:" msgstr "Uvnitř pole:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Uložit upravovaná data" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Obnovit pořadí sloupců" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrovat řádky" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Vyhledávání v této tabulce" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "První" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Předchozí" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Následující" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Poslední" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Všechno" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Počet řádků:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Seřadit podle klíče" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Zkrácené texty" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Celé texty" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relační klíč" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Pole pro zobrazení v relacích" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Zobrazit binární obsah" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Zobrazit obsah BLOBu" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Nepoužít při prohlížení transformace" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Text (WKT)" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binární (WKB)" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Řádek byl smazán." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Ukončit" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Počet nemusí být přesný, viz [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Váš SQL-dotaz byl úspěšně vykonán." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3695,36 +3718,36 @@ msgid "" msgstr "" "Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zobrazeny záznamy %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d celkem, %2$d v dotazu" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d celkem" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Dotaz trval %01.4f sekund." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Zaškrtnuté:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3733,24 +3756,24 @@ msgstr "Zaškrtnuté:" msgid "Check All" msgstr "Zaškrtnout vše" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Náhled pro tisk" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operace s výsledky dotazu" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Zobrazit graf" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Zobrazit data GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Odkaz nebyl nalezen!" @@ -3874,7 +3897,7 @@ msgstr "Mohutnost" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3884,7 +3907,7 @@ msgid "Collation" msgstr "Porovnávání" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentář" @@ -3899,7 +3922,7 @@ msgid "Index %s has been dropped." msgstr "Klíč %s byl odstraněn." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3917,7 +3940,7 @@ msgstr "" "odstraněn." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3934,7 +3957,7 @@ msgstr "Pohled" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3965,7 +3988,7 @@ msgstr "Vložit" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Oprávnění" @@ -4028,16 +4051,18 @@ msgid "Central columns" msgstr "Centrální sloupce" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databáze" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Uživatelé" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Skupiny" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4115,7 +4140,7 @@ msgid "Could not save favorite table!" msgstr "Nepodařilo se uložit oblíbenou tabulku!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Odstranit z oblíbených" @@ -4136,7 +4161,7 @@ msgid "Recent" msgstr "Nedávné" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Oblíbené tabulky" @@ -4748,16 +4773,16 @@ msgstr "Maximální velikost: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL hlásí: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Vysvětlit SQL" @@ -4774,7 +4799,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Bez PHP kódu" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Vytvořit PHP kód" @@ -4865,6 +4890,10 @@ msgstr "Poslední změna" msgid "Last check" msgstr "Poslední kontrola" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Uživatelé" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Vyhledat:" @@ -4957,8 +4986,8 @@ msgstr "NE" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4966,7 +4995,7 @@ msgstr "Název" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Délka/Množina" @@ -5250,7 +5279,7 @@ msgid "Not a valid port number!" msgstr "Neplatné číslo portu!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Nesprávná hodnota!" @@ -5261,35 +5290,35 @@ msgstr "Nesprávná hodnota!" msgid "Value must be equal or lower than %s!" msgstr "Hodnota musí být menší nebo rovna %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Chybí data v %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "nedostupné" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "„%s“ vyžaduje rozšíření %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Komprimovaný import nebude fungovat kvůli chybějící funkci %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Komprimovaný export nebude fungovat kvůli chybějící funkci %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximálně %s" @@ -5304,7 +5333,7 @@ msgid "Set value: %s" msgstr "Nastavena hodnota: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Obnovit výchozí hodnotu" @@ -5766,7 +5795,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Časový limit běhu skriptu" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Použi %s příkaz" @@ -5775,7 +5804,7 @@ msgstr "Použi %s příkaz" msgid "Save as file" msgstr "Uložit jako soubor" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Znaková sada souboru" @@ -5791,8 +5820,8 @@ msgstr "Komprese" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5802,14 +5831,14 @@ msgstr "Komprese" msgid "Put columns names in the first row" msgstr "Přidat jména polí na první řádek" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Pole uzavřené do" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Pole escapována" @@ -5817,8 +5846,8 @@ msgstr "Pole escapována" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Nahradit NULL hodnoty" @@ -5826,13 +5855,13 @@ msgstr "Nahradit NULL hodnoty" msgid "Remove CRLF characters within columns" msgstr "Odstranit znaky konců řádek z polí" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Pole oddělené" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Řádky ukončené" @@ -5854,8 +5883,8 @@ msgid "Table name template" msgstr "Vzor pro jméno tabulky" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5883,14 +5912,14 @@ msgid "Label key" msgstr "Návěstí" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME typ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relace" @@ -5898,110 +5927,116 @@ msgstr "Relace" msgid "Export method" msgstr "Způsob exportu" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Uložit na server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Přepsat existující soubory" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportovat hlavičky tabulek" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Pamatovat si vzor pro jména souborů" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Přidat hodnotu AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Použít zpětné uvozovky u jmen tabulek a polí" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Parametry CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Datum vytvoření, poslední změny a kontroly" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Používat zpožděné inserty" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Vypnout kontrolu cizích klíčů" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportovat pohledy jako tabulky" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Přidat %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Použít šestnáctkové zobrazení pro BINARY a BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Použít IGNORE" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Jakou syntaxi použít pro vkládání dat" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maximální velikost vytvořeného dotazu" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Typ exportu" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Uzavřít příkazy v transakci" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportovat čas v UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Vynutit zabezpečené spojení při použití phpMyAdmina." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Vynutit SSL spojení" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6009,165 +6044,165 @@ msgstr "" "Pořadí řazení položek v rozbalovací nabídce cizích klíčů; [kbd]obsah[/kbd] " "jsou referenční data, [kbd]id[/kbd] je hodnota klíče." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Pořadí cizích klíčů v rozbalovací nabídce" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Rozbalovací nabídka bude použita pokud je přítomno menší množství položek." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Nejvyšší počet cizích klíčů" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Kontrola cizích klíčů:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Režim prohlížení" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Přizpůsobí režim prohlížení." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Přizpůsobí výchozí nastavení." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Pro vývojáře" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Nastavení pro vývojáře phpMyAdmina." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Režim úprav" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Přizpůsobí režim úprav." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Výchozí nastavení exportu" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Přizpůsobí výchozí nastavení exportu." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funkce" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Obecné" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Nejčastěji používaná nastavení." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Výchozí nastavení importu" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Přizpůsobí výchozí nastavení importu." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / export" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Nastaví adresáře pro import a export a volby komprese." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Nastavení zobrazení databází." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigační panel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Přizpůsobí vzhled navigačního panelu." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigační panel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Přizpůsobení navigačního panelu" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servery" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Nastavení zobrazení serverů." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Nastavení zobrazení tabulek." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Hlavní panel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Jiná důležitá nastavení" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Nastavení, která nelze zařadit jinam." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Jména stránek" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6175,11 +6210,11 @@ msgstr "" "Zadejte titulek který zobrazí prohlížeč. V [doc@faq6-27]dokumentaci[/doc] " "naleznete jaké proměnné můžete použít." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Zabezpečení" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6187,23 +6222,23 @@ msgstr "" "Prosíme uvědomte si, že phpMyAdmin je pouze uživatelské rozhraní a jeho " "funkce neomezují MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Základní nastavení" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Přihlašování" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Nastavení přihlašování." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Nastavení serveru" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6211,15 +6246,15 @@ msgstr "" "Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se " "týkají." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Vložte parametry připojení k serveru." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Úložiště nastavení" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6229,11 +6264,11 @@ msgstr "" "dodatečným funkcím, viz sekce [doc@linked-tables]úložiště nastavení " "phpMyAdmina[/doc] v dokumentaci." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Sledování změn" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6241,111 +6276,111 @@ msgstr "" "Sledování změn provedených v databazí. Vyžaduje nastavené úložiště nastavení " "phpMyAdmina." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Přizpůsobení exportu" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Přizpůsobení výchozího nastavení importu" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Přizpůsobení navigačního panelu" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Přizpůsobení hlavního panelu" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL dotazy" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Políčko pro SQL dotazy" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Nastavení SQL dotazů." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Úvodní stránka" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Přizpůsobení úvodní stránky." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Struktura databáze" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Zvolte co se má zobrazit při zobrazení struktury databáze (seznam tabulek)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Struktura tabulky" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" "Zvolte co se má zobrazit při zobrazení struktury tabulky (seznam polí)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Panely" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Nastaví, jak mají fungovat panely." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Zobrazit relační schéma" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Velikost stránky" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Textová pole" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Přizpůsobení textových polí." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Přizpůsobí výchozí nastavení" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Varování" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Vypnout některá varování zobrazovaná phpMyAdminem." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6353,15 +6388,15 @@ msgstr "" "Povolí [a@http://cs.wikipedia.org/wiki/Gzip]gzip[/a] kompresi pro " "importování a exportování." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Další parametry pro iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6369,11 +6404,11 @@ msgstr "" "Pokud je povoleno, PMA pokračuje ve zpracování víceprvkových dotazů, i když " "jeden z nich selhal." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorovat chyby ve víceprvkových dotazech" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6383,25 +6418,25 @@ msgstr "" "časového limitu. Tento způsob může být vhodný pro import velkých souborů, " "ovšem může poškodit transakce." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Častečný import: povolit přerušení" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Nepřerušit při chybě v příkazu INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6409,67 +6444,67 @@ msgstr "" "Výchozí formát; uvědomte si, že toto závisí na umístění (databáze, tabulka) " "a pouze SQL je vždy dostupný." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formát importovaného souboru" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Použít klíčové slovo LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Jména polí na prvním řádku" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Neimportovat prázdné řádky" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importovat měny (5.00 místo $5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importovat procenta jako desetinná čísla (0.12 místo 12.00%)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Počet dotazů od začátku, které se mají přeskočit." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Částečný import: přeskočit dotazy" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívat AUTO_INCREMENT pro nulové hodnoty" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Počáteční stav pro rozbalovací pole" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Kolik řádků může být vloženo naráz." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Počet vkládaných řádků" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Nejvyšší počet znaků zobrazeních v nečíselných polích při procházení." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Omezení počtu znaků" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6480,11 +6515,11 @@ msgstr "" "Zakázání může způsobit, že se zapomenete odhlásit od ostatních serverů, " "pokud jich používáte více." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Smazat všechny cookies při odhlášení" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6492,11 +6527,11 @@ msgstr "" "Určuje, zda se má pamatovat předchozí přihlášení, při použití přihlašování " "pomocí [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Pamatovat si uživatelské jméno" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6508,48 +6543,48 @@ msgstr "" "sezení, čili, že bude smazána v okamžiku, kdy zavřete okno prohlížeče. Tato " "volba je doporučena pro nedůvěryhodná prostředí." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Uložení přihlašovací cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Platnost přihlašovací cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Zdvojnásobit velikost editačního pole pro sloupec typu LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Větší editační pole pro LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Nejvyšší délka zobrazeného SQL dotazu" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Uživatelé nemohou nastavit větší hodnotu" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Nejvyšší počet databází zobrazených v seznamu databází." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Nejvyšší počet databází" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6557,22 +6592,22 @@ msgstr "" "Počet položek, které se mají zobrazit na každé stránce první úrovně " "navigačního stromu." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Nejvyšší počet položek na první úrovni" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Počet položek, které se mají zobrazit na každé stránce navigačního stromu." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Nejvyšší počet položek ve větvi" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6580,19 +6615,19 @@ msgstr "" "Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je " "množina výsledků delší, zobrazí se odkazy „Předchozí“ a „Další“." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Nejvyšší počet zobrazených řádků" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Nejvyšší počet tabulek zobrazených v seznamu tabulek." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Nejvyšší počet zobrazených tabulek" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6600,41 +6635,41 @@ msgstr "" "Počet bytů, které si může skript alokovat, např. [kbd]32M[/kbd] ([kbd]0[/" "kbd] ruší omezení)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Omezení paměti" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "V navigačním panelu nahradit databázové rozbalovacím menu pomocí stromu" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Zobrazit databázovou navigaci jako strom" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Propojení s hlavním panelem pomocí zvýraznění aktuální databáze nebo tabulky." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Zobrazit logo v navigačním panelu." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Zobrazit logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL na které bude odkazovat logo v navigačním panelu." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL odkazu loga" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6642,27 +6677,27 @@ msgstr "" "Zda se má odkazovaná stránka otevřít v hlavním okně ([kbd]hlavní[/kbd]) nebo " "v novém ([kbd]nové[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Cíl odkazu loga" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Zobrazí volbu serveru v horní části navigačního panelu." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Zobrazit výběr serverů" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Cíl pro ikonu rychlého přístupu" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Cíl po kliknutí na druhou ikonku rychlého přístupu" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6670,15 +6705,15 @@ msgstr "" "Definuje minimální počet položek (tabulky, pohledy, procedury a události) " "pro zobrazení filtrovacího pole." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimální počet položek pro zobrazení filtrovacího pole" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minimální počet tabulek pro zobrazení filtru databází" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6689,54 +6724,54 @@ msgid "" msgstr "" "Seskupovat položky v navigačním stromu (určeno oddělovačem nastaveným níže)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Seskupovat položky ve stromu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Řetězec, který rozděluje databáze do různých pater stromu." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Oddělovač databázového stromu" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Řetězec, který rozděluje tabulky do různých pater stromu." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Oddělovač tabulkovýho stromu" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Nejvyšší počet pater tabulkového stromu" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Zvýrazní server pod kurzorem myši." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Povolit zvýrazňování" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Nabídnout možnost rozbalení stromu v navigačním panelu." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Umožnit rozbalení navigačního stromu" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Zobrazit/Skrýt seznam tabulek" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6744,106 +6779,106 @@ msgstr "Zobrazit/Skrýt seznam tabulek" msgid "Whether to show tables under database in the navigation tree" msgstr "Nabídnout možnost rozbalení stromu v navigačním panelu." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Zobrazit verze" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Zobrazit databázovou navigaci jako strom" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Zobrazit seznam fukncí" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Zobrazit procesy" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Zobrazit verze" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Zobrazit databázovou navigaci jako strom" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Nejvyšší počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Nejvyšší počet tabulek v seznamu oblíbených tabulek; nastavte 0 pro vypnutí." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Nedávno použité tabulky" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Jedná se o odkazy Upravit, Kopírovat a Odstranit." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Kde zobrazit odkazy s akcemi při procházení" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Použít přirozené řazení pro jména tabulek a databází." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Přirozené pořadí" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Zda se mají zobrazit pouze ikony, nebo pouze text, případně obojí." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Lišta při procházení tabulky" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Použít vyrovnávací paměť výstupu GZip pro zrychlení přenosů HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Mezipaměť pro GZip výstup" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6851,19 +6886,19 @@ msgstr "" "[kbd]SMART[/kbd] - t.j. řazení sestupně pro pole typu TIME, DATE, DATETIME a " "TIMESTAMP, v ostatních případech se použije vzestupné řazení." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Výchozí pořadí řazení" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Používat trvalé připojení k databázím MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Trvalé připojení" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6872,11 +6907,11 @@ msgstr "" "Vypne varování o nekompletních relacích na stránce s detaily databáze pokud " "chybí jakákoliv tabulka z úložiště nastavení phpMyAdmina." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6884,11 +6919,11 @@ msgstr "" "Vypne varování, která se zobrazí, pokud je zjištěna rozdílná verze knihovny " "MySQL a serveru." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Varování o rozdílných verzích" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6896,27 +6931,27 @@ msgstr "" "Vypne varování o použití klíčového slova MySQL v názvu sloupce na stránce se " "strukturou tabulky." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Varování o klíčových slovech MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Jak zobrazit panely nabídky" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Jak zobrazit akční odkazy" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Zakáže úpravu polí BLOB a BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Chránit binární pole" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6927,104 +6962,104 @@ msgstr "" "historie Java Scriptové rutiny (se zavřením okna ztratíte předchozí " "historii)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Nepřetržitá historie dotazů" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Kolik dotazů se má držet v historii." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Délka historie dotazů" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Vybere, které funkce budou použity pro konverzi znakových sad." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Nástroje pro konverzi znakových sad" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Při procházení tabulek se pro každou uloží nastavené řazení." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Pamatovat si řazení u tabulkek" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Výchozí způsob řazení pro tabulky s primárním klíčem." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Výchozí způsob řazení primárního klíče" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Zopakovat záhlaví každých X buněk, [kbd]0[/kbd] vypne tuto funknci." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Opakovat záhlaví" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Úpravy v mřížce: činnost pro spuštění" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relační zobrazení" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Pro zobrazení Nastavení" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Úpravy v mřížce: Uložit všechny upravené buňky najednou" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Adresář na serveru pro ukládání exportů." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Adresář pro ukládání" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Pokud tuto volbu nepoužíváte, nechte ji prázdnou." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Pořadí ověřování hostitelů" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Nechte volbu prázdnou pro výchozí nastavení." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Pravidla ověřování hostitelů" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Povolit přihlášení bez hesla" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Povolit přihlašování uživatele root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Časová zóna relace" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7032,15 +7067,15 @@ msgstr "" "Nastaví efektivní časovou zónu; pravděpodobně odlišnou od nastavení vašeho " "databázového serveru" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Název pro zobrazení při HTTP přihlašování." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP doméma" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7050,19 +7085,19 @@ msgstr "" "přihlašování SweKey[/a] (Není umístěna ve Vašem kořenovém adresáři " "dokumentů; Doporučení: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Konfigurační soubor SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Která přihlašovací metoda se má použít." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Typ přihlašování" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7070,11 +7105,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory [a@http://wiki.phpmyadmin.net/pma/" "bookmark]záložek[/a], doporučené nastavení: [kbd]pma__bookmarks[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabulka záložek" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7082,32 +7117,32 @@ msgstr "" "Nechte prázdné pro žádné komentáře či mime typy polí, výchozí nastavení: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabulka informací o polích" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Zda se má komprimovat připojení k MySQL serveru." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimovat připojení" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Způsob připojení k serveru, pokud si nejste jistí ponechte [kbd]tcp[/kbd]." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Typ připojení" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Heslo kontrolního uživatele" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7115,21 +7150,21 @@ msgstr "" "Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki." "phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrolní uživatel" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "Jiný server na kterém bude umístěno úložiště nastavení phpMyAdmina." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrolní host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7139,15 +7174,15 @@ msgstr "" "nastavení phpMyAdmina; ponechte prázdné pro použití výchozího portu, nebo " "již nastaveného, pokud je nastaven stejný server jako pro připojení." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontrolní port" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skrýt databáze odpovídající regulárnímu výrazu (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7155,15 +7190,15 @@ msgstr "" "Více informací v [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug " "trackeru[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Zakázat použití INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Skrýt databáze" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7171,23 +7206,23 @@ msgstr "" "Nechte prázdné pro vypnutí SQL historie, výchozí hodnota [kbd]pma__history[/" "kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabulka pro historii SQL dotazů" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Jméno počítače, kde běží MySQL server." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Jméno serveru" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL pro odhlášení" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7195,15 +7230,15 @@ msgstr "" "Omezí počet nastavení prohlížení tabulek, která budou uložena v databázi, " "nejstarší záznamy jsou automaticky odstraněny." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Nejvyšší počet uložených nastavení tabulek" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabulka s uloženými dotazy" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7211,11 +7246,29 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro ukládání dotazů, doporučené " "nastavení: [kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportovat pohledy jako tabulky" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: " +"[kbd]pma__table_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Centrální sloupcová tabulka" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7223,15 +7276,15 @@ msgstr "" "Nechte prázdné pro vypnutí podpory centrálních sloupců, například: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Pokusit se připojit bez hesla." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Připojit bez hesla" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7240,30 +7293,30 @@ msgstr "" "Můžete použít žolíky MySQL (% a _), escapujte je, pokud si je přejete použít " "jako znaky, např. použijte [kbd]'moje\\_db'[/kbd] a ne [kbd]'moje_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Zobrazit jen vybrané databáze" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Nechte prázdné, pokud nepoužíváte přihlašování config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Heslo pro přihlašování config" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: " "[kbd]pma__table_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schémata: tabulka stránek" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7274,21 +7327,21 @@ msgstr "" "ponecháte prázdné, budou tyto funkce vypnuté. Doporučená hodnota: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Jméno databáze" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port na kterém poslouchá MySQL server, ponechte prázdné pro výchozí hodnotu." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port serveru" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7296,11 +7349,11 @@ msgstr "" "Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek, výchozí " "nastavení: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Naposledy použité tabulky" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7312,11 +7365,11 @@ msgstr "" "Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek, výchozí " "nastavení: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Oblíbené tabulky" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7324,11 +7377,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro [a@http://wiki.phpmyadmin.net/pma/" "relation]relace[/a], doporučené nastavení: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabulka s relacemi" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7336,33 +7389,33 @@ msgstr "" "Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types[/a]." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Jméno signon session" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL pro přihlášení" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket na kterém poslouchá MySQL server, ponechte prázdné pro výchozí " "hodnotu." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket serveru" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Zda se má použít SSL pro připojení k MySQL serveru." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Použít SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7370,11 +7423,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Designér a PDF schéma: tabulka souřadnic" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7382,11 +7435,11 @@ msgstr "" "Tabulka obsahující popisy polí, nechte prázdnou pro vypnutí této funkce, " "doporučené nastavení: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Tabulka s popisem polí" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7394,11 +7447,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro „trvalé“ ukládání nastavení " "procházení tabulek, doporučené nastavení: [kbd]pma__uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabulka pro nastavení rozhraní" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7406,43 +7459,43 @@ msgstr "" "Jestli přidat příkaz DROP DATABASE IF EXISTS jako první při vytváření " "databáze." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Přidat DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "Jestli přidat příkaz DROP TABLE IF EXISTS jako první při vytváření tabulky." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Přidat DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "Jestli přidat příkaz DROP VIEW IF EXISTS jako první při vytváření pohledu." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Přidat DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Určuje seznam příkazů které se automaticky používají pro vytvoření nových " "verzí." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Sledované příkazy" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7450,22 +7503,22 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro sledování SQL dotazů, doporučené " "nastavení: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabulka pro sledování SQL dotazů" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Jestli má sledování tabulek automaticky vytvářet verze pro tabulky a pohledy." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automaticky vytvářet verze" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7473,11 +7526,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro uživatelské nastavení v databázi, " "doporučené nastavení: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabulka pro uživatelská nastavení" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7487,11 +7540,11 @@ msgstr "" "uživatelů. Pokud libovolnou z nich nevyplníte, bude tato funkcionalita " "vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabulka uživatelů" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7501,11 +7554,11 @@ msgstr "" "uživatelských nastavení. Pokud libovolnou z nich nevyplníte, bude tato " "funkcionalita vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabulka skupin uživatelů" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7513,34 +7566,34 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro schovávání navigačních položek, " "doporučené nastavení: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabulka skrývání navigace" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Uživatel pro přihlašování config" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "Přívětivý popis tohoto serveru. Pokud necháte prázdné, zobrazí se jeho jméno." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Dlouhé jméno tohoto serveru" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Jestli bude uživateli zobrazeno tlačítko „Zobrazit vše“." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Umožní zobrazit všechny řádky" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7551,15 +7604,15 @@ msgstr "" "neomezuje možnost spustit daný příkaz přímo, jen ovlivňuje zobrazení " "formuláře." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Zobrazit formulář pro změnu hesla" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Zobrazit formulář pro vytvoření databáze" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7567,71 +7620,71 @@ msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas vytvoření pro všechny tabulky." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentář k tabulce" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas vytvoření pro všechny tabulky." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Zobrazit čas vytvoření" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas poslední změny pro všechny " "tabulky." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Zobrazit čas poslední změny" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas poslední kontroly pro všechny " "tabulky." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Zobrazit čas poslední kontroly" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Určuje, jestli mají být zobrazeny typy polí při úpravě a vkládání záznamů." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Zobrazit typy polí" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Zobrazí seznam funkcí v editačním režimu." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Zobrazit seznam fukncí" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Zda zobrazit nápovědu nebo ne." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Zobrazit nápovědu" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7639,53 +7692,53 @@ msgstr "" "Zobrazí link na výstup funkce [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Zobrazit odkaz na phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Zobrazí podrobné informace o MySQL serveru" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Určuje, jestli SQL dotazy vytvořené phpMyAdminem budou zobrazeny." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Zobrazit SQL dotazy" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Určuje zda má pole pro zadání dotazu zůstat zobrazeno i po odeslání." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Zachovat pole pro dotaz" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Povolí zobrazení statistik (např. použití místa) pro databáze a tabulky." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Zobrazit statistiky" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označit používané tabulky a tím umožnit zobrazení databází se zamčenými " "tabulkami." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Přeskočit zamčené tabulky" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7693,11 +7746,11 @@ msgid "" "detected." msgstr "Vypne varování na hlavní stránce pokud se používá Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Varování o Suhosinu" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7707,11 +7760,11 @@ msgstr "" "hodnota PHP nastavení session.gc_maxlifetime menší než hodnota " "'LoginCookieValidity'." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Varování o platnosti přihlašovací cookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7723,11 +7776,11 @@ msgstr "" "Velikost editačního pole (počet sloupců), tato hodnota bude navýšena pro SQL " "dotazy (*2) a pro dotazové okno (*1,25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Sloupců v textové oblasti" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7739,31 +7792,31 @@ msgstr "" "Velikost editačního pole (počet řádek), tato hodnota bude navýšena pro SQL " "dotazy (*2) a pro dotazové okno (*1,25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Řádků v textové oblasti" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titulek prohlížeče pokud je vybraná databáze." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titulek prohlížeče pokud není nic vybráno." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Výchozí titulek" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titulek prohlížeče pokud je vybraný server." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titulek prohlížeče pokud je vybraná tabulka." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7775,27 +7828,27 @@ msgstr "" "Forwarded-For) přicházející od proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Seznam důvěryhodných proxy pro ověření IP adresy" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Adresář na serveru, kam můžete nahrát souboru pro import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Adresář pro nahrávání" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Povolit prohledávání přes celou databázi." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Použít prohledávání databáze" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7803,26 +7856,26 @@ msgstr "" "Pokud je vypnuto, uživatelé nemůžou změnit žádná z níže uvedených nastavení, " "bez ohledu na zaškrtávátko napravo." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Povolit záložku Pro vývojáře v nastaveních" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Zkontrolovat nejnovější verzi" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Povolí kontrolu poslední verze phpMyAdmina na hlavní stránce." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Kontrola verze" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7834,11 +7887,11 @@ msgstr "" "potřebujete pokud na serveru, kde je nainstalován phpMyAdmin, nemá přímý " "přístup k internetu. Formát je: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Adresa proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7849,19 +7902,19 @@ msgstr "" "základní ověřování. V současné době nejsou podporovány žádné další typy " "ověřování." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Uživatel proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Heslo pro přihlášení k serveru proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Heslo proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7869,35 +7922,35 @@ msgstr "" "Povolí [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] " "kompresi pro import a export." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Zadejte veřejný klíč pro službu reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Veřejný klíč reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Zadejte soukromý klíč pro službu reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Soukromý klíč reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Zvolte výchozí akci při odesílání hlášení o chybě." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Odeslat chybová hlášení" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7905,11 +7958,11 @@ msgstr "" "Dotazy jsou spuštěny zmáčknutím klávesy Enter (místo Ctrl+Enter). Nové řádky " "budou vloženy pomocí Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter spustí dotazy v konzoli" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7917,7 +7970,7 @@ msgstr "" "Povolí mód Automatické konfigurace, který vám dovolí nastavit phpMyAdmin " "konfigurační úložiště tabulek automaticky." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Umožnit mód Automatické konfigurace" @@ -7943,47 +7996,76 @@ msgstr "Přihlašování přes HTTP" msgid "Signon authentication" msgstr "Přihlašování signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV pomocí LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Sešit OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rychlý" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Vlastní" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Nastavení exportu databází" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV pro MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Text OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Nebyl zadán SQL dotaz pro načtení dat." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Ve zvolené tabulce nejsou žádná číselná pole pro vykreslení do grafu." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Nebyla nalezena žádná data" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabulka %1$s byla úspěšně změněna." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Vlákno %s bylo úspěšně zabito." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Interní relace byla úspěšně změněna." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7998,12 +8080,12 @@ msgstr "možný útok rekurzí" msgid "No change" msgstr "Žádná změna" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Více informací naleznete %sv naší dokumentaci%s." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8056,6 +8138,7 @@ msgid "Create database" msgstr "Vytvořit databázi" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Vytvořit" @@ -8069,7 +8152,7 @@ msgid "No Privileges" msgstr "Nemáte oprávnění" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Vytvořit tabulku" @@ -8082,50 +8165,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Nepodařilo se nahrát pluginy pro export, zkontrolujte prosím vaší instalaci!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportuji databáze z aktuálního serveru" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportuji tabulky z databáze „%s“" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportuji řádky z tabulky „%s“" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Způsob exportu:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Typ exportu" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Šablona pro jméno souboru:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Jméno tabulky" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Šablona pro jméno souboru:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Četnost dočasného ukládání na disk" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Aktualizováno" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Zvolte tabulku" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Způsob exportu" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rychlý - zobrazí jen minimum nastavení" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Vlastní - zobrazí všechna nastavení" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Databáze:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabulky:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formát:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Parametry pro výstupní formát:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8133,52 +8260,52 @@ msgstr "" "Posuňte se níže pro nastavení vybraného formátu a ignorujte nastavení " "ostatních." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Převod znakové sady:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Řádky:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Vypsat některé řádky" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Začít od řádku:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Všechny řádky" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Výstup:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Uložit na serveru v adresáři %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Šablona pro jméno souboru:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ bude nahrazen jménem server" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ bude nahrazen jménem databáze" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ bude nahrazen jménem tabulky" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8190,76 +8317,76 @@ msgstr "" "následující nahrazení: %3$s. Jakýkoliv jiný text zůstane zachován beze " "změny. Více podrobností je ve %4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "použít i pro budoucí exporty" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Znaková sada souboru:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Komprese:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zazipováno" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "zagzipováno" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Zobrazit výstup jako text" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportovat pohledy jako tabulky" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportovat hlavičky tabulek" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Přejmenovat exportovanou databázi/tabulky/sloupce" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Uložit do souboru" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Přeskočit tabulky větší než" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Zvolte databázi" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Vybrat tabulku" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nové jméno databáze" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nové jméno tabulky" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Starý název sloupce" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nový název sloupce" @@ -8804,7 +8931,7 @@ msgid "Dump has been saved to file %s." msgstr "Výpis byl uložen do souboru %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)." @@ -8882,7 +9009,7 @@ msgstr "Skrýt" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkce" @@ -8958,7 +9085,7 @@ msgstr "" "směry" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9394,7 +9521,7 @@ msgstr "Nová" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Pohledy" @@ -9697,232 +9824,243 @@ msgstr "Žádné částečné závislosti nenalezeny!" msgid "Rename database to" msgstr "Přejmenovat databázi na" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nemáte dostatečná práva na provedení této akce!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Upravit oprávnění" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databáze %s byla zrušena." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Odstranit databázi" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Odstranit databázi (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Pouze strukturu" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Strukturu a data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Jen data" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Zkopírovat databázi na" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Vytvořit databázi před kopírováním (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Přidat integritní omezení" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Přepnout na zkopírovanou databázi" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Změnit pořadí tabulky podle" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(po jednom)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Přesunout tabulku do (databáze.tabulka)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Přejmenovat tabulku na" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentář k tabulce" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Parametry tabulky" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Úložiště" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy #| msgid "Make all columns atomic" msgid "Change all column collations" msgstr "Převést všechny sloupce na atomické" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopírovat tabulku do (databáze.tabulka)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Přepnout na zkopírovanou tabulku" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Údržba tabulky" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyzovat tabulku" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Zkontrolovat tabulku" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Zkontrolovat tabulku" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Opravit rozdrobení tabulky" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Vyrovnávací paměť pro tabulku %s byla vyprázdněna." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Vyprázdnit vyrovnávací paměť pro tabulku („FLUSH“)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimalizovat tabulku" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Opravit tabulku" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Odstranit data nebo tabulku" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Vyprázdnit tabulku (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Odstranit tabulku (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyzovat" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Zkontrolovat" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimalizovat" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Přestavět" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Opravit" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Sbalit" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Údržba oddílů" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Oddíl %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Zrušit dělení" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Zkontrolovat integritu odkazů:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nelze přesunout tabulku na sebe samu!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nelze kopírovat tabulku na sebe samu!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabulka %s byla přesunuta do %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabulka %s byla zkopírována do %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabulka %s byla přesunuta do %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabulka %s byla zkopírována do %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Jméno tabulky je prázdné!" @@ -10117,7 +10255,7 @@ msgstr "Událost" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definice" @@ -11123,11 +11261,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Pamatovat si řazení u tabulkek" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Chybný typ exportu" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Stručný návod pro zapnutí rozšířených funkcí:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11136,11 +11280,11 @@ msgstr "" "Vytvořte potřebné tabulky pomocí skriptu examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Vytvořte uživatele pma a přidělte mu oprávnění na tyto tabulky." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11148,23 +11292,23 @@ msgstr "" "Zapněte rozšířené funkce v konfiguračním souboru (config.inc.php), můžete se inspirovat v config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "žádný popisek" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11172,14 +11316,14 @@ msgid "" "configuration storage there." msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11370,6 +11514,7 @@ msgstr "Jméno uživatele:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Jméno uživatele" @@ -11528,10 +11673,10 @@ msgid "Master server changed successfully to %s." msgstr "Nadřízený server bych úspěšně změněn na %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11552,7 +11697,7 @@ msgstr "Byla změněna událost %1$s." msgid "Event %1$s has been created." msgstr "Byla vytvořena událost %1$s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Při zpracování požadavku došlo k několika chybám:" @@ -11561,7 +11706,8 @@ msgstr "Při zpracování požadavku došlo k několika chybám:" msgid "Edit event" msgstr "Upravit událost" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Podrobnosti" @@ -11575,7 +11721,7 @@ msgid "Event type" msgstr "Typ události" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Změnit na %s" @@ -11603,13 +11749,13 @@ msgid "On completion preserve" msgstr "Při dokončení zachovat" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Zadavatel" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Zadavatel musí být ve tvaru \"uživatel@počítač\"!" @@ -11635,9 +11781,9 @@ msgid "You must provide an event definition." msgstr "Musíte zadat definici události." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Chyba při zpracování požadavku:" @@ -11674,90 +11820,96 @@ msgstr "" "„mysqli“." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Chybný typ rutiny: „%s“" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Bohužel se nepodařilo obnovit odstraněnou rutinu." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Byla změněna rutina %1$s." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Byla změněna rutina %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Byla vytvořena rutina %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Upravit rutinu" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Jméno rutiny" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametry" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Směr" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Přidat parametr" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Odstranit poslední parametr" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Návratový typ" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Návratová délka/hodnoty" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Možnosti návratové hodnoty" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Je deterministická" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Typ zabezpečení" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Přístup k SQL datům" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Musíte zadat jméno rutiny!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "„%s“ je chybný směr parametru." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11765,24 +11917,24 @@ msgstr "" "Musíte zadat parametr „Délka/Hodnoty“ pro parametry typu ENUM, SET, VARCHAR " "nebo VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Pro každý parametr musíte zadat jeho jméno a typ." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Musíte zadat platný návratový typ rutiny." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Musíte zadat definici rutiny." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Výsledek spuštění rutiny %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11790,13 +11942,13 @@ msgstr[0] "Posledním příkazem v proceduře byla ovlivněna %d řádka." msgstr[1] "Posledním příkazem v proceduře byly ovlivněny %d řádky." msgstr[2] "Posledním příkazem v proceduře bylo ovlivněno %d řádků." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Spustit rutinu" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametry rutiny" @@ -12350,12 +12502,16 @@ msgid "You have revoked the privileges for %s." msgstr "Byla zrušena práva pro %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Přidat uživatele" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Přidat skupinu" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Databáze pro uživatele" #: libraries/server_privileges.lib.php:1946 @@ -12382,9 +12538,7 @@ msgid "User has been added." msgstr "Uživatel byl přidán." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12459,11 +12613,15 @@ msgid "" msgstr "… smazat uživatele a poté znovu načíst oprávnění." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Změnit informace o uživateli / Kopírovat uživatele" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account 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:3036 @@ -12485,7 +12643,9 @@ msgid "Add privileges on the following table:" msgstr "Přidat oprávnění pro tabulku:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Odstranit vybrané uživatele" #: libraries/server_privileges.lib.php:3376 @@ -12520,40 +12680,50 @@ msgstr "Byla aktualizována oprávnění pro %s." msgid "Deleting %s" msgstr "Odstraňuji %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Oprávnění byla načtena úspěšně." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Uživatel %s již existuje!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Oprávnění pro %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nový" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Upravit oprávnění:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Skupina uživatele" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Přehled uživatelů" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12566,11 +12736,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Uživatel byl přidán." @@ -13863,7 +14033,7 @@ msgstr "Chybný identifikátor" msgid "Unknown Punctuation String" msgstr "Neznámé interpunkční znaménko" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabulka %s byla vyprázdněna." @@ -13876,13 +14046,13 @@ msgstr "Sledování je zapnuté." msgid "Tracking is not active." msgstr "Sledování není zapnuté." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Pohled %s byl odstraněn." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabulka %s byla odstraněna." @@ -14111,39 +14281,34 @@ msgstr "Využití místa" msgid "Effective" msgstr "Efektivní" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabulka %1$s byla úspěšně změněna." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabulka %1$s byla úspěšně změněna." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Chyba dotazu" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Vybraná pole byla úspěšně přesunuta." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Přidat do oblíbených" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Seznam oblíbených je plný!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Zobrazuji SQL dotaz pro vytvoření" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14618,18 +14783,6 @@ msgstr "Není dostupná žádná novější verze" msgid "Wrong data" msgstr "Chybná data" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Nebyla nalezena žádná data" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Nebyl zadán SQL dotaz pro načtení dat." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Ve zvolené tabulce nejsou žádná číselná pole pro vykreslení do grafu." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14640,7 +14793,7 @@ msgstr "Databáze '%s' neexistuje." msgid "Table %s already exists!" msgstr "Tabulka %s již existuje!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Export tabulky" @@ -14648,22 +14801,12 @@ msgstr "Export tabulky" msgid "Invalid table name" msgstr "Chybné jméno tabulky" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Interní relace byla úspěšně změněna." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Vlákno %s bylo úspěšně zabito." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Řádek: %1$s, Sloupec: %2$s, Chyba: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14672,7 +14815,7 @@ msgstr[0] "Název pole \"%s\" je rezervovaným klíčovým slovem MySQL." msgstr[1] "Název pole \"%s\" je rezervovaným klíčovým slovem MySQL." msgstr[2] "Název pole \"%s\" je rezervovaným klíčovým slovem MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nebyl vybrán žádný sloupec." @@ -14867,7 +15010,7 @@ msgid "subquery" msgstr "poddotaz" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Vytvořit relaci" @@ -14931,13 +15074,13 @@ msgstr "Nová stránka" msgid "Delete pages" msgstr "Odstranit stránky" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Znovu načíst" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Nápověda" @@ -15187,39 +15330,39 @@ msgstr "Název grafu" msgid "X-Axis:" msgstr "Osa X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Série:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Popis osy X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Hodnoty X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Popis osy Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Uvnitř pole:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Hodnoty pro sloupec %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Uložit graf jako obrázek" @@ -16616,6 +16759,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert je nastaveno na 0" +#~ msgid "Add user" +#~ msgstr "Přidat uživatele" + +#~ msgid "Export Method:" +#~ msgstr "Způsob exportu:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nebyla nalezena žádná data zobrazení GIS." @@ -16849,11 +16998,6 @@ msgstr "concurrent_insert je nastaveno na 0" #~ msgid "pdf export page" #~ msgstr "Chybný typ exportu" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Chybný typ exportu" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/cy.po b/po/cy.po index b1f4bf478f..275b703fc7 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-14 19:10+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Welsh Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "SQL query history table" msgid "Query cache efficiency" msgstr "Tabl hanes ymholiadau SQL" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query results" msgid "Query cache usage" msgstr "Gweithrediadau canlyniadau ymholiad" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query results" msgid "Query cache used" msgstr "Gweithrediadau canlyniadau ymholiad" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Cyfrif ffeiliau log" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Pwll Byffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Cyfanswm" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Tudalennau rhydd" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prosesau" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1444,35 +1465,35 @@ msgid "%d table(s)" msgstr "%s tabl" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Fersiynau" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Snap i'r grid" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1484,47 +1505,47 @@ msgstr "" msgid "None" msgstr "Dim" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1532,26 +1553,26 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Cadw fel ffeil" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgctxt "BLOB repository" #| msgid "Enabled" @@ -1559,134 +1580,134 @@ msgid "Enable %s" msgstr "Galluogwyd" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Analluogwch" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Cymerodd yr ymholiad %01.4f eiliad" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Teitl yr adroddiad" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Gwahaniaeth" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Load" msgid "Analysing logs" msgstr "llwytho" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Ceisiadau darllen" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "Neidiwch i'r gronfa ddata" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Dim cronfeydd data" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Dadansoddi" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Esbonio SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1696,172 +1717,172 @@ msgstr "Esbonio SQL" msgid "Time" msgstr "Amser" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Cyfanswm" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Proffilio" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tabl" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Set nodau" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Databases statistics" msgid "Log table filter options" msgstr "Ystadegau cronfeydd data" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Hidlydd" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of columns" msgid "Sum of grouped rows:" msgstr "Nifer y colofnau" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Cyfanswm" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "llwytho" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Ail-lwytho" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Mewnforio" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Failed to write file to disk." msgid "Import monitor configuration" msgstr "Methu ag ysgrifennu i'r ddisg." -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ymholiad Diweddaru" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dogfennaeth" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Manylion…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authenticating…" msgid "Justification" msgstr "Yn dilysu…" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1872,65 +1893,65 @@ msgstr "" msgid "Cancel" msgstr "Diddymu" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Load" msgid "Loading…" msgstr "llwytho" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Prosesau" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Dim cronfeydd data wedi'u dewis." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1939,81 +1960,81 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Ailenwch y gronfa ddata i" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copïwch y gronfa ddata i" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Set nodau" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Select Foreign Key" msgid "Enable foreign key checks" msgstr "Dewis Allwedd Estron" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Methu â nôl penawdau" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Chwilio" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "mewn ymholiad" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "Show insert query" msgid "Show search results" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Porwch" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Dileu" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2023,65 +2044,65 @@ msgstr "" msgid "Export" msgstr "Allforio" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of columns" msgid "Values for column %s" msgstr "Nifer y colofnau" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Ychwanegwch weinydd newydd" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "mewn ymholiad" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "Show insert query" msgid "Show query box" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Golygu" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2089,94 +2110,94 @@ msgstr "Golygu" msgid "Delete" msgstr "Dileu" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "Dydy %d ddim yn rhif rhes dilys." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Newidyn" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No databases selected." msgid "Column selector" msgstr "Dim cronfeydd data wedi'u dewis." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Chwilio yn y gronfa ddata" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Routines" msgid "Continue" msgstr "Rheolweithiau" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key added." msgstr "Cafodd yr allwedd gynradd ei gollwng." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Adroddiad tracio" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2184,87 +2205,87 @@ msgstr "" msgid "End of step" msgstr "Diwedd y llinell" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Gorffen" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Dim cronfeydd data wedi'u dewis." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Create table on database %s" msgid "Create the following table" msgstr "Creu tabl mewn cronfa ddata %s" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Dim cronfeydd data wedi'u dewis." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2273,472 +2294,472 @@ msgstr "Dim cronfeydd data wedi'u dewis." msgid "Save" msgstr "Cadw" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "mewn ymholiad" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "Show insert query" msgid "Show search criteria" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Chwilio" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Columns" msgid "Column maximum:" msgstr "Colofnau" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Columns" msgid "Column minimum:" msgstr "Colofnau" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "in query" msgid "Hide find and replace criteria" msgstr "mewn ymholiad" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show insert query" msgid "Show find and replace criteria" msgstr "Dangos ymholiad mewnosod" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "Ychwanegu/Dileu colofnau" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data definition statement" msgid "Data point content" msgstr "Datganiad diffiniad data" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Anwybyddu" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Terfynwyd llinellau gan" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Dewis Allwedd Estron" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Dewis colofn i'w dangos" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Enw'r dudalen" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Dewis Tablau" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Dewis Tablau" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Tudalennau rhydd" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Dewis Tablau" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please select a database" msgid "Please select a page to continue" msgstr "Dewiswch gronfa ddata" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Golygu neu allforio sgema perthynol" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Cafodd yr addasiadau eu cadw" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of columns" msgid "Add an option for column \"%s\"." msgstr "Nifer y colofnau" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Gyrru" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Columns" msgid "Double-click to copy column name." msgstr "Colofnau" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Dangos pob" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Safle gwreiddiol" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Diddymu" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import files" msgid "Import status" msgstr "Mewnforiwch ffeiliau" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Trothwy'r ffeil log" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Dewis Tablau" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Count tables" msgid "Go to link:" msgstr "Cyfrifwch y tablau" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Columns" msgid "Copy column name." msgstr "Colofnau" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generadu Cyfrinair" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generadu" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Newid cyfrinair" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mo" msgid "More" msgstr "Llu" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Dangos pob" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Indecsau" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Dangos grid" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Use text field" msgid "Link with main panel" msgstr "Defnyddiwch faes testun" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Use text field" msgid "Unlink from main panel" msgstr "Defnyddiwch faes testun" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tablau" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Dangos" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Gweithdrefnau" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Digwyddiad" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Swyddogaethau" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2746,141 +2767,141 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Gwiriwch y fersiwn diweddaraf" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Neidiwch i'r gronfa ddata" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create version" msgid "Create view" msgstr "Crëwch fersiwn" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Report title" msgid "Show Report Details" msgstr "Teitl yr adroddiad" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Anwybyddu" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Dangoswch yr ymholiad hwn yma eto" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "A ydych chi wir am" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Execute bookmarked query" msgid "%s queries executed %s times in %s seconds." msgstr "Gweithredu ymholiad a glustnodwyd" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Sylwadau tabl" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "in query" msgid "Hide arguments" msgstr "mewn ymholiad" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Cynt" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2888,149 +2909,149 @@ msgid "Next" msgstr "Nesaf" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Heddiw" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Ionawr" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Chwefror" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mawrth" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Ebrill" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Mehefin" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Gorffennaf" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Awst" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Medi" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Hydref" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Tachwedd" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Rhagfyr" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Ion" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Chwe" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Maw" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Meh" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Gor" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aws" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Med" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Hyd" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Tach" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Rhag" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Dydd Sul" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Dydd Llun" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Dydd Mawrth" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "DYdd Mercher" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Dydd Iau" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Dydd Gwener" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Dydd Sadwrn" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3038,208 +3059,208 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Llun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Maw" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Iau" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Llu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Ia" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Gw" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wy" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Dim" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Awr" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Munud" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Eiliad" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Defnyddiwch faes testun" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Nid yn rhif porth ddilys" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Gwall" @@ -3308,16 +3329,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Maint ffont" @@ -3338,7 +3359,7 @@ msgid "Requery" msgstr "mewn ymholiad" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3347,7 +3368,7 @@ msgstr "mewn ymholiad" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3438,7 +3459,7 @@ msgid "History" msgstr "Sgipio Dilysu SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3461,7 +3482,7 @@ msgstr "Sgipio Dilysu SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opsiynau" @@ -3556,7 +3577,7 @@ msgid "Count:" msgstr "Colofn" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3622,10 +3643,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Newidiwch i'r gronfa ddata a gopïwyd" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3633,10 +3654,10 @@ msgstr "Newidiwch i'r gronfa ddata a gopïwyd" msgid "Ascending" msgstr "Esgynnol" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3880,30 +3901,30 @@ msgstr "Dad-ddewis Pob" msgid "Inside column:" msgstr "Tu fewn colofn:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete columns" msgid "Restore column order" msgstr "Ychwanegu/Dileu colofnau" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Hidlydd" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Chwilio yn y gronfa ddata" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3911,7 +3932,7 @@ msgctxt "First page" msgid "Begin" msgstr "Dechrau" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3920,7 +3941,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Cynt" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3929,7 +3950,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nesaf" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3937,93 +3958,94 @@ msgctxt "Last page" msgid "End" msgstr "Diwedd" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Pob" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of columns" msgid "Number of rows:" msgstr "Nifer y colofnau" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Trefnu gan allwedd" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Testunau Rhannol" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Testunau Llawn" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Allwedd perthynol" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Colofn dangosydd perthynol" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Dangos cynnwys deuaidd" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Dangos cynnwys BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Trawsffurfiad porwr" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Cafodd y rhes ei dileu" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Lladd" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Cafodd eich ymholiad SQL ei gweithredu'n llwyddiannus" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4031,39 +4053,39 @@ msgid "" msgstr "" "Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yn dangos rhesi" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "cyfanswm" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Cymerodd yr ymholiad %01.4f eiliad" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Gyda'r dewis:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4072,26 +4094,26 @@ msgstr "Gyda'r dewis:" msgid "Check All" msgstr "Dewis Pob" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Argraffu golwg" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Dangos sgema PDF" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4219,7 +4241,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4229,7 +4251,7 @@ msgid "Collation" msgstr "Coladiad" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Sylw" @@ -4244,7 +4266,7 @@ msgid "Index %s has been dropped." msgstr "Cafodd indecs %s ei ollwng." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4262,7 +4284,7 @@ msgstr "" "ohonyn nhw." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Gweinydd" @@ -4279,7 +4301,7 @@ msgstr "Dangos" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4310,7 +4332,7 @@ msgstr "Mewnosod" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Breintiau" @@ -4375,17 +4397,17 @@ msgid "Central columns" msgstr "Ychwanegu/Dileu colofnau" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Cronfeydd Data" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Defnyddiwr" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4471,7 +4493,7 @@ msgid "Could not save favorite table!" msgstr "Taenlen Open Document" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4502,7 +4524,7 @@ msgid "Recent" msgstr "Ailosod" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5096,16 +5118,16 @@ msgstr "Uchaf: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Dywedodd MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Esbonio SQL" @@ -5122,7 +5144,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Heb God PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Creu Cod PHP" @@ -5224,6 +5246,12 @@ msgstr "Diweddariad diwethaf" msgid "Last check" msgstr "Gwiriad diwethaf" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Defnyddiwr" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5322,8 +5350,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5331,7 +5359,7 @@ msgstr "Enw" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5637,7 +5665,7 @@ msgid "Not a valid port number!" msgstr "Nid yn rhif porth ddilys" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5650,37 +5678,37 @@ msgstr "Gwerth anghywir" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Data ar goll ar gyfer %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Newidyn" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5695,7 +5723,7 @@ msgid "Set value: %s" msgstr "Gosod gwerth: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Adfer gwerth diofyn" @@ -6118,7 +6146,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add constraints" msgid "Use %s statement" @@ -6128,7 +6156,7 @@ msgstr "Ychwanegwch cyfyngiadau" msgid "Save as file" msgstr "Cadw fel ffeil" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Set nodau y ffeil" @@ -6144,8 +6172,8 @@ msgstr "Cywasgiad" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6155,16 +6183,16 @@ msgstr "Cywasgiad" msgid "Put columns names in the first row" msgstr "Rhoi enwau colofnau yn y rhes gyntaf" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "Amgaewyd colofnau gan" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped by" @@ -6174,8 +6202,8 @@ msgstr "Colofnau wedi'u dianc gan" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6187,15 +6215,15 @@ msgstr "Amnewid NULL gan" msgid "Remove CRLF characters within columns" msgstr "Tynnu nodau CRLF tu fewn colofnau" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Terfynwyd colofnau gan" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6221,8 +6249,8 @@ msgid "Table name template" msgstr "Templed enw tabl" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6255,14 +6283,14 @@ msgid "Label key" msgstr "Allwedd y label" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Math MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Perthnasau" @@ -6272,636 +6300,642 @@ msgstr "Perthnasau" msgid "Export method" msgstr "Math allbwn" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Cadw ar y gweinydd" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Trosysgrifo ffeil(iau) sy'n bodoli yn barod" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "llorweddol (penawdau wedi cylchdroi)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Cofio templed enw ffeil" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Ychwanegwch werth AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modd cytunedd SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Creu tabl mewn cronfa ddata %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Ychwanegwch %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Allforio" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "Dewis Allwedd Estron" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Modd adferiad awtomatig" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Nodweddion" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generadu" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases statistics" msgid "Databases display options." msgstr "Ystadegau cronfeydd data" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Ffrâm llywio" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Ffrâm llywio" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Gweinyddion" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Relational display column" msgid "Servers display options." msgstr "Colofn dangosydd perthynol" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table caption" msgid "Tables display options." msgstr "Pennawd y tabl" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Prif ffrâm" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page name" msgid "Page titles" msgstr "Enw'r dudalen" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "Yn dilysu…" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "Yn dilysu…" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Coladiad cysylltiad MySQL" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Use text field" msgid "Customize navigation panel" msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Use text field" msgid "Customize main panel" msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "Show SQL queries" msgid "SQL queries settings." msgstr "Dangos ymholiadau SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Cronfeydd Data" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Cronfeydd Data" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Sgema perthynol" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Maint papur" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Rhybudd" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Fformat y ffeil a mewnforiwyd" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put columns names in the first row" msgid "Column names in first row" msgstr "Rhoi enwau colofnau yn y rhes gyntaf" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Nifer yr ymholiadau i'w neidio o'r dechrau" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ychwanegwch werth AUTO_INCREMENT" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6909,709 +6943,721 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Use text field" msgid "Maximum items on first level" msgstr "Defnyddiwch faes testun" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Navigation frame" msgid "Show logo in navigation panel." msgstr "Ffrâm llywio" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Pennawd y tabl" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "No tables" msgid "Show tables in tree" msgstr "Dim tablau" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Dangos fersiynau" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Dangos meysydd swyddogaeth" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Procedures" msgid "Show procedures in tree" msgstr "Gweithdrefnau" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Dangos fersiynau" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Tablau heb dracio " -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Pennawd y tabl" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Ailenwi tabl i" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "Cafodd yr allwedd gynradd ei gollwng." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Trwsio edafedd" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Colofn dangosydd perthynol" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Relational display column" msgid "For display Options" msgstr "Colofn dangosydd perthynol" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "Yn dilysu…" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Compress connection to MySQL server." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Unrhyw westeiwr" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Unrhyw westeiwr" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Cuddio cronfeydd data sydd yn cydweddu â mynegiant arferol (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Cuddio cronfeydd data" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabl hanes ymholiadau SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Enw'r gwesteiwr ble mae'r gweinydd MySQL yn rhedeg" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Enw gwesteiwr y gweinydd" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL allgofnodi" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Creu tabl mewn cronfa ddata %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "Ychwanegu/Dileu colofnau" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Ceisiwch â chysylltu heb gyfrinair" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Cysylltwch heb gyfrinair" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| "n use MySQL wildcard characters (% and _), escape them if you want use ir " @@ -7625,359 +7671,359 @@ msgstr "" "ydych am eu defnyddio'n llythrennol, h.y. defnyddiwch 'my\\_db' ac nid " "'my_db'" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Dangoswch gronfeydd data a restrir yn unig" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Gadewch yn wag os nac ydych yn defnyddio 'config auth'" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Cyfrinair am 'config auth'" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "enw cronfa ddata" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Dadansoddi tabl" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Newidynnau" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Soced gweinydd" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Defnyddio SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "Sgena PDF: cyfesurynnau tabl" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Dangos tabl colofnau" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Ychwanegu DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Ychwanegu DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Ychwanegu DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Datganiadau i'w tracio" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabl tracio ymholiadau SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Defnyddiwch Dablau" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Defnyddiwch Dabl Gwesteiwyr" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Dangos ffurflen newid cyfrinair" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Dangos ffurflen creu cronfa ddata" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Sylwadau tabl" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Dangos fersiynau" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show function fields" msgid "Show field types" msgstr "Dangos meysydd swyddogaeth" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Dangos meysydd swyddogaeth" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7989,117 +8035,117 @@ msgstr "" "Dangos cysylltiad i allbwn [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Dangos cysylltiad i phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Dangos ymholiadau SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "mewn ymholiad" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Dangos ystadegau" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Neidio tablau ar glo" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "Ychwanegu/Dileu colofnau" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Tab tabl diofyn" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8107,52 +8153,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Cyfeiriadur lanlwytho" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Defnyddio chwiliad cronfa ddata" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Gwiriwch y fersiwn diweddaraf" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Gwirio fersiwn" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8160,86 +8206,86 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Enw defnyddiwr" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Cyfrinair" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Gweithredu ymholiad a glustnodwyd" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Failed to write file to disk." msgid "Enable Zero Configuration mode" @@ -8273,55 +8319,86 @@ msgstr "Yn dilysu…" msgid "Signon authentication" msgstr "Yn dilysu…" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Taenlen Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Lliw cwstwm" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy #| msgid "Databases statistics" msgid "Database export options" msgstr "Ystadegau cronfeydd data" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV ar gyfer MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Testun Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Dim cronfeydd data" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Perthynas mewnol wedi'i ychwanegu" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8336,12 +8413,12 @@ msgstr "" msgid "No change" msgstr "Dim newid" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8399,6 +8476,7 @@ msgid "Create database" msgstr "Creu cronfa ddata newydd" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Creu" @@ -8414,7 +8492,7 @@ msgid "No Privileges" msgstr "Dim Breintiau" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crëwch dabl" @@ -8426,120 +8504,163 @@ msgstr "Nifer y colofnau" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Exporting databases from the current server" msgstr "Methu â mewngofnodi i'r gweinydd MySQL" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Creu tabl mewn cronfa ddata %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Creu tabl mewn cronfa ddata %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "Allforio" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Templed enw ffeil" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Page name" +msgid "Template name" +msgstr "Enw'r dudalen" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Templed enw ffeil" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s tabl" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Diweddarwyd" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Dewis Tablau" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export type" -msgid "Export Method:" +msgid "Export method:" msgstr "Math allbwn" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Cronfeydd Data" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tablau" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Fformat" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Rhesi" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 #, fuzzy #| msgid "Dump all rows" msgid "Dump some row(s)" msgstr "Dadlwytho pob rhes" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Dadlwytho pob rhes" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Cadw ar weinydd mewn cyfeiriadur %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Templed enw ffeil" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8547,96 +8668,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Set nodau'r ffeil:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Cywasgiad" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zip-iwyd\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzip-iwyd\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Cadw fel ffeil" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Creu tabl mewn cronfa ddata %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "llorweddol (penawdau wedi cylchdroi)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Cadw fel ffeil" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Dewis Tablau" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Dewis Tablau" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "enw cronfa ddata" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Page name" msgid "New table name" msgstr "Enw'r dudalen" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Columns" msgid "Old column name" msgstr "Colofnau" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Columns" msgid "New column name" @@ -9144,7 +9265,7 @@ msgid "Dump has been saved to file %s." msgstr "Dadlwythiad wedi'i gadw i'r ffeil %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -9223,7 +9344,7 @@ msgstr "Cuddio" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Swyddogaeth" @@ -9303,7 +9424,7 @@ msgstr "" "symud unrhyw le" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9774,7 +9895,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10073,236 +10194,245 @@ msgstr "" msgid "Rename database to" msgstr "Ailenwch y gronfa ddata i" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Privileges" msgid "Adjust Privileges" msgstr "Breintiau" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Cafodd cronfa ddata %s ei gollwng." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Tynnwch y gronfa ddata" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Dilëwch y gronfa ddata (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Strwythur yn unig" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Strwythur a data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Data yn unig" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Copïwch y gronfa ddata i" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Defnyddiwch CREATE DATABASE cyn copïo" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Ychwanegwch cyfyngiadau" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Newidiwch i'r gronfa ddata a gopïwyd" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Ailenwi tabl i" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Sylwadau tabl" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Peiriant Storio" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Dadansoddi tabl" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Gwirio tabl" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Gwirio tabl" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimeiddio tabl" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Trwsio tabl" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, 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:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Copy database to" msgid "Delete the table (DROP)" msgstr "Copïwch y gronfa ddata i" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Dadansoddi" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Gwirio" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimeiddio" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Ailadeiladu" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Trwsio" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Cau" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Cynhaliaeth ymraniadau" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Ymraniad %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Tynnu'r ymraniadu" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10519,7 +10649,7 @@ msgstr "Digwyddiad" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11507,54 +11637,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Ailenwi tabl i" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Export" +msgid "Saving export templates" +msgstr "Allforio" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11734,6 +11870,7 @@ msgstr "Enw defnyddiwr:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11894,10 +12031,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11920,7 +12057,7 @@ msgstr "Cafodd golwg %s ei ollwng" msgid "Event %1$s has been created." msgstr "Cafodd y gronfa ddata %1$s ei chreu." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11931,7 +12068,8 @@ msgstr "" msgid "Edit event" msgstr "Golygu gweinydd" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -11949,7 +12087,7 @@ msgid "Event type" msgstr "Math y digwyddiad" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11982,13 +12120,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12016,9 +12154,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12055,143 +12193,149 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Indecs gweinydd annilys: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "Cafodd y gronfa ddata %1$s ei chreu." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit server" msgid "Edit routine" msgstr "Golygu gweinydd" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Rheolweithiau" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Cysylltiadau uniongyrchol" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Tynnwch y gronfa ddata" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Dychwelyd math" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Actions" msgid "Return options" msgstr "Gweithredoedd" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Return type" msgid "Security type" msgstr "Dychwelyd math" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Enw tabl annilys" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -12778,15 +12922,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Unrhyw ddefnyddiwr" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Databases statistics" +msgid "Database for user account" +msgstr "Ystadegau cronfeydd data" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12814,9 +12960,7 @@ msgid "User has been added." msgstr "Cafodd golwg %s ei ollwng" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12893,11 +13037,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12917,8 +13061,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Remote server" +msgid "Remove selected user accounts" +msgstr "Gweinydd pell" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12952,45 +13098,51 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Breintiau" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Breintiau" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Defnyddiwr" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "Overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Gorolwg" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12999,11 +13151,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -14215,7 +14367,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Cafodd tabl %s ei wagu." @@ -14228,14 +14380,14 @@ msgstr "Mae tracio'n weithredol." msgid "Tracking is not active." msgstr "Nid yw tracio'n weithredol." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14474,47 +14626,42 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query" msgid "Query error" msgstr "Ymholiad" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "Cafodd cronfa ddata %s ei gollwng." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Ychwanegwch weinydd newydd" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Dangos ymholiadau SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relational key" msgid "Relation view" @@ -14984,20 +15131,6 @@ msgstr "" msgid "Wrong data" msgstr "Dim cronfeydd data" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Dim cronfeydd data" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15008,7 +15141,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -15016,22 +15149,12 @@ msgstr "" msgid "Invalid table name" msgstr "Enw tabl annilys" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Perthynas mewnol wedi'i ychwanegu" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15042,7 +15165,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No databases selected." msgid "No column selected." @@ -15254,7 +15377,7 @@ msgid "subquery" msgstr "mewn ymholiad" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crëwch berthynas" @@ -15340,13 +15463,13 @@ msgstr "Enw'r dudalen" msgid "Delete pages" msgstr "Dewis Tablau" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Ail-lwytho" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Cymorth" @@ -15643,41 +15766,41 @@ msgstr "Teitl yr adroddiad" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Gwerth" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Tu fewn colofn:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of columns" msgid "Value Column:" msgstr "Nifer y colofnau" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17005,6 +17128,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Unrhyw ddefnyddiwr" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Math allbwn" + #~ msgid "Print view (with full texts)" #~ msgstr "Argraffu golwg (gyda thestunau llawn)" @@ -17193,11 +17326,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Allforio" -#, fuzzy -#~| msgid "Export" -#~ msgid "svg export page" -#~ msgstr "Allforio" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/da.po b/po/da.po index 2fe185b32e..7cbbb41886 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-10 23:07+0200\n" "Last-Translator: Aputsiaĸ Niels Janussen \n" "Language-Team: Danish Settings." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Effektivitet af forespørgsels-mellemlager" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Forbrug af forespørgsels-mellemlager" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Forbrugt forespørgsels-mellemlager" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "System CPU forbrug" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Systemhukommelse" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "System-swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Gennemsnitlig belastning" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Total hukommelse" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Hukommelse i mellemlager" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Hukommelse i buffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Ledig hukommelse" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Forbrugt hukommelse" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Totalt sidelager" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Sidelager i mellemlager" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Forbrugt sidelager" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Ledigt sidelager" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes sendt" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes modtaget" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Forbindelser" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processer" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(ler)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Spørgsmål" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Indstillinger" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Snap diagram til gitter" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Tilføj mindst en variabel til serien!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1387,47 +1409,47 @@ msgstr "Tilføj mindst en variabel til serien!" msgid "None" msgstr "Ingen" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Genstart monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Sæt monitor på pause" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Start auto-genopfrisk" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Stop auto-genopfrisk" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log og slow_query_log er aktiveret." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log er aktiveret." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log er aktiveret." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log og general_log er deaktiveret." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output er ikke sat til TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output er sat til TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1438,12 +1460,12 @@ msgstr "" "varer længere end %d sekunder. Det tilrådes at sætte denne long_query_time " "til 0-2 sekunder, afhængig af dit system." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time er sat til %d sekund(er)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1452,30 +1474,30 @@ msgstr "" "standard ved genstart af server:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Sæt log_output til %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aktivér %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Deaktiver %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Sæt long_query_time til %d sekunder." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1483,57 +1505,57 @@ msgstr "" "Du har ikke superbrugerrettigheder til at ændre disse variable. Log venligst " "ind som root eller kontakt din database administrator." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Ændre indstillinger" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Aktuelle indstillinger" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagramtitel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differentiel" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Divideret med %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Enhed" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Fra slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Fra generel log" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Databasenavnet er ukendt for denne forespørgsel i serverens logge." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyserer logge" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analyserer & indlæser logs. Dette kan vare nogen tid." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Annullér forespørgsel" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1543,7 +1565,7 @@ msgstr "" "sammen. Dog kun SQL tekst sammenlignes, så de andre attributter af " "forespørgsler som starttid kan være forskellige." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1553,31 +1575,31 @@ msgstr "" "forespørgsler ind i den samme tabel også grupperet sammen unden hensyn til " "indsatte data." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Logdata er indlæst. Forespørgsler udført i dette tidsinterval:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Gå til logtabellen" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Fandt ingen data" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Loggen er analyseret, men ingen data fundet i dette tidsinterval." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyserer…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Forklar output" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1587,58 +1609,58 @@ msgstr "Forklar output" msgid "Time" msgstr "Tid" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Samlet tid:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Resultat af profilering" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagram" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Indstillinger for filtre på logtabel" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrér" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrer forespørgsler efter ord/regex:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupper forespørgsler, og ignorer variabeldata i WHERE klausuler" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Sum af grupperede rækker:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Indlæser logs" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Skærmopfriskning fejlede" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1649,90 +1671,90 @@ msgstr "" "Genindlæsning af siden og genindtastning af dine legitimationsoplysninger " "burde hjælpe." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Genindlæs side" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Berørte rækker:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Kunne ikke fortolke konfigurationsfilen. Det ser ikke ud til at være gyldig " "JSON-kode." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Kunne ikke bygge diagramgitter med den importerede konfiguration. Nulstiller " "til standard konfiguration…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importér" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importér overvågningskonfiguration" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Vælg venligst filen du vil importere." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Der er ingen filer tilgængelige på serveren til import!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyser forespørgsel" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Rådgivningssystem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mulige ydelsesmæssige problemer" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Anbefaling" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Regeldetaljer" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Begrundelse" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Brugt variabel/formel" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formatterer SQL ..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1743,59 +1765,59 @@ msgstr "Formatterer SQL ..." msgid "Cancel" msgstr "Annuller" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Siderelaterede indstillinger" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Anvend" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Indlæser…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Forespørgsel afbrudt!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Udfører forespørgsel" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Forespørgsel mislykkedes!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Felj i udførsel af forespørgsel" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Fejlkode: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Fejltekst: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ingen databaser valgt." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Sletter kolonne" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Tilføjer primær nøgle" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1804,63 +1826,63 @@ msgstr "Tilføjer primær nøgle" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klik for at forkaste denne notifikation" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Omdøber databaser" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopierer database til" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Ændrer tegnsæt" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Slå fremmednøgle-checks til" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Kunne få reelt rækkeantal." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Søger" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Slet søgeresultater" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Vis søgeresultater" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Viser" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Sletter" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Ifølge definitionen på en stored function, skal denne indeholde et RETURN-" "udtryk!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1870,60 +1892,60 @@ msgstr "" msgid "Export" msgstr "Eksportér" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET-redigeringsværktøj" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Værdier for kolonnen %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Værdier for en ny kolonne" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Indtast hver værdi i et separat felt." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Tilføj %d værdi(er)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Note: Hvis filen indeholder flere tabeller, vil de blive kombineret til én." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Skjul forespørgeselsboks" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Vis forespørgselsbox" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Ret" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1931,40 +1953,40 @@ msgstr "Ret" msgid "Delete" msgstr "Slet" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d er ikke et gyldigt rækkenummer." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Bladre i fremmedværdier" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Ingen automatisk gemt forespørgsel" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabel %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Vælg" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Kolonnevælger" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Søg i denne liste" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1973,15 +1995,15 @@ msgstr "" "Ingen kolonner i centerlisten. Vær sikker på at centerlisten for databasen " "%s har kolonner der ikke er i aktuel tabel." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Se mere" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Er du sikker?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1989,52 +2011,52 @@ msgstr "" "Denne handling kan ændre nogle af kolonnedefinitionerne.
Er du sikker " "på at du vil fortsætte?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Fortsæt" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Tilføj primær nøgle" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Primær nøgle er blevet tilføjet." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Tager dig til næste trin…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Det første trin af normaliseringen er fuldført for tabellen '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Slut på trinnet" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Andet trin af normaliseringen (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Færdig" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Bekræft delvise afhængigheder" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "De valgte, delvise afhænigheder er som følger:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2042,19 +2064,19 @@ msgstr "" "Bemærk: a, b -> d,f implicerer, at værdier med kolonnerne a og b kombineret " "sammen kan afgøre værdier for kolonne d og kolonne f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Der blev ikke valgt delvise afhængigheder!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Vis mig de mulige, delvise afhængigheder baseret på data i tabellen" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Skjul listen med delvise afhængigheder" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2062,40 +2084,40 @@ msgstr "" "Hold vejret! Der kan gå nogle sekunder afhængig af datastørrelsen og " "antallet af kolonner i tabellen." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Trin" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "De følgende handlinger vil blive udført:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP kolonnerne %s fra tabellen %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Opret følgende tabel" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tredje trin af normaliseringen (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Bekræft transitive afhængigheder" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "De valgte afhængigheder er:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Der er ikke valgt afhængigheder!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2104,125 +2126,125 @@ msgstr "Der er ikke valgt afhængigheder!" msgid "Save" msgstr "Gem" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Skjul søgekriterie" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Vis søgekriterie" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Intervalsøgning" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Kolonnemaksimum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Kolonneminimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimumsværdi:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksimumsværdi:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Skjul kriteriet for søg og erstat" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Vis kriteriet for søg og erstat" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Hvert punkt repræsenterer en datarække." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Når der holdes over et punkt vises dets etiket." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "For at forstørre, vælg en sektion af plottet med musen." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Klik på knap til nulstilling af zoom for at vende tilbage til den " "oprindelige tilstand." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Klik et datapunkt for at se og muligvis redigere datarækken." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Plottet kan ændres i størrelse ved at trække det i nederste højre hjørne." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Vælg to kolonner" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Vælg to forskellige kolonner" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Datapunkt-indhold" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopi" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linjestreng" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Indre ring" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Ydre ring" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Vil du kopiere krypteringsnøgle?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Krypteringsnøgle" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2230,24 +2252,24 @@ msgstr "" "Indikerer at du har lavet ændringer ved denne side, du vil blive spurgt om " "godkendelse før ændringerne frafalder" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Vælg refereret nøgle" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Vælg fremmednøgle" -#: js/messages.php:450 +#: js/messages.php:456 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:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Vælg kolonne til visning" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2255,77 +2277,77 @@ msgstr "" "Du har ikke gemt ændringerne i layoutet. De vil bleve slettet hvis du ikke " "gemmer dem. Vil du fortsætte?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sidenavn" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Gem side" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Gem side som" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Åbn side" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Slet side" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Unavngivet" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Vælg venligst en side for at fortsætte" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Angiv venligst et gyldigt sidenavn" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Ønsker du at gemme ændringerne til nuværende side?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Sletning af siden er gennemført" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Eksportér relationsskema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Rettelserne er gemt" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Tilføj mulighed for kolonnen \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objekt(er) oprettet." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Send" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Tryk på ESC for at annullere redigeringen." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2333,15 +2355,15 @@ msgstr "" "Du har redigeret nogle data og de er ikke blevet gemt. Er du sikker på, at " "du vil forlade siden uden at gemme data ?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Træk for at ændre rækkefølge." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klik for at sortere resultater efter denne kolonne." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2351,26 +2373,26 @@ msgstr "" "mellem tiltagende og aftagende, ASC/DESC.
- Ctrl+klik eller Alt+Click " "(Mac: Shift+Option+Klik) for at fjerne kolonne fra klausulen ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klik for at markere/afmarkere." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dobbeltklik for at kopiere kolonnenavn." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Klik på pilen for valgboks
for at skifte kolonnens synlighed." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Vis alle" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2379,11 +2401,11 @@ msgstr "" "redigering af gitter, afkrydsningsboks og links til redigering, kopiering og " "sletning fungerer måske ikke, efter at data er gemt." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Indtast venligst en gyldig heximal streng. Gyldige tegn er 0-9 og A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2391,130 +2413,130 @@ msgstr "" "Sikker på du vil se alle rækkerne? For store tabeller kan dette få browseren " "til at gå ned." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Oprindelige længde" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "annullér" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Afbrudt" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Gennemført" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importstatus" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Drop filerne her" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Vælg først en database" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Du kan også redigere de fleste værdier
ved at dobbelt-klikke direkte på " "dem." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Du kan også redigere de fleste værdier
ved at klikke direkte på dem." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Gå til linket:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopiér kolonnenavn." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Højreklik kolonnenavnet for at kopiere det til din udklipsholder." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generer adgangskode" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generer" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Skift adgangskode" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mere" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Vis panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Skjul panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Vis skjulte elementer i navigationstræet." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Link med hovedpanel" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Fjern link fra hovedpanel" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "For at filtrere alle databaser på serveren, så tryk Enter efter en søgeterm" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "For at filtrere alle %s i databasen, så tryk Enter efter en søgeterm" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabeller" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "views" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedurer" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "hændelser" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funktioner" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Den forespurgte side blev ikke fundet i historikken. Den kan være udløbet." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2524,43 +2546,43 @@ msgstr "" "opgradere. Den nyeste version er %s, udgivet den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", seneste stabile version:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "up-to-date" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Opret view" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Send fejlrapport" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Indsend fejlrapport" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Der opstod en alvorlig JavaScript-fejl. Vil du at indsende en fejlrapport?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Tilpas indstillinger for rapportering" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Vis detaljer for rapport" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2568,7 +2590,7 @@ msgstr "" "Din eksport er ikke komplet, da der er en lav tidsgrænse for afvikling på " "PHP-niveaut!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2577,65 +2599,65 @@ msgstr "" "Advarsel: en form har mere end %d felter. Ved afsendelse, vil nogle felter " "måske blive ignoreret, iht. PHP's max_input_vars konfiguration." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Der er registreret fejl på serveren!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Gennemse venligst bunden af denne side." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorér alle" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "I henhold til dine indstillinger, så indsendes de i øjeblikket - udvis " "venligst tålmodighed." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Udfør denne forespørgsel påny?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Er du sikker på at du vil slette dette bogmærke?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Enter executes queries in console" msgid "%s queries executed %s times in %s seconds." msgstr "Enter udfører forespørgsler i konsollen" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tabel kommentarer" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Slet søgeresultater" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2646,346 +2668,346 @@ msgstr "" "korrekt for dig. I Safari opleves dette typisk under tilstanden \"Private " "Mode Browsing\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Næste" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "I dag" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "januar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "februar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "marts" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "august" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "september" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "november" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "søndag" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "mandag" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "tirsdag" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "onsdag" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "torsdag" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "fredag" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "lørdag" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "søn" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "man" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "tir" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "ons" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "fre" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "lør" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "sø" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "ma" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "ti" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "on" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "lø" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "uge" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "ingen" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Time" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekund" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Dette felt er påkrævet" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Ret venligst dette felt" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Angiv en gyldig e-mailadresse" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Angiv en gyldig URL-adresse" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Indtast en gyldig dato" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Indtast en gyldig dato (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Angiv et gyldigt tal" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Indtast et gyldigt kreditkortnummer" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Angiv kun tal" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Angiv samme værdi igen" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Angiv venligst ikke mere end {0} tegn" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Angiv mindst {0} tegn" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Angiv venligst et gyldigt sidenavn" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Angiv venligst en gyldig længde!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Angiv venligst et gyldigt sidenavn" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Angiv venligst et gyldigt sidenavn" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Angiv venligst et gyldigt nummer!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Fejl" @@ -3055,17 +3077,17 @@ msgstr "pr. time" msgid "per day" msgstr "per dag" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Eksisterende konfigurationsfil (%s) kan ikke læses." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Skriftstørrelse" @@ -3084,7 +3106,7 @@ msgid "Requery" msgstr "Genforespørg" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3093,7 +3115,7 @@ msgstr "Genforespørg" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3168,7 +3190,7 @@ msgid "History" msgstr "Historik" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3191,7 +3213,7 @@ msgstr "Historik" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Indstillinger" @@ -3282,7 +3304,7 @@ msgid "Count:" msgstr "Antal" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3336,10 +3358,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Skift til den kopierede tabel" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3347,10 +3369,10 @@ msgstr "Skift til den kopierede tabel" msgid "Ascending" msgstr "Stigende" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3566,125 +3588,126 @@ msgstr "Fravælg alle" msgid "Inside column:" msgstr "Indeni kolonne:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Gem redigerede data" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Gendan kolonnerækkefølge" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrer rækker" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Søg i denne tabel" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Næste" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Slut" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alle" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Antal rækker:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sorteringsnøgle" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Delvise tekster" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Komplette tekster" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relationel nøgle" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relationel visningskolonne" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Vis binært indhold" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Vis indhold af BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Skjul browser-transformation" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Velkendt tekst" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Velkendt binær" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Rækken er slettet." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Dræb (Kill)" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Kan være anslået. Se [doc@faq3-11] FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Din SQL-forespørgsel blev udført korrekt." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3692,36 +3715,36 @@ msgid "" msgstr "" "Viewet har som minimum dette antal rækker. Se venligst %sdokumentationen%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Viser rækkerne %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d i alt, %2$d i forespørgsel" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d i alt" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Forespørgsel tog %01.4f sekunder." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Med det markerede:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3730,24 +3753,24 @@ msgstr "Med det markerede:" msgid "Check All" msgstr "Vælg alle" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Udskriv" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Forespørgselsresultat operationer" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Vis diagram" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualiser GIS data" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link ikke fundet!" @@ -3870,7 +3893,7 @@ msgstr "Kardinalitet" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3880,7 +3903,7 @@ msgid "Collation" msgstr "Tegnsæt (sortering)" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentar" @@ -3895,7 +3918,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s er blevet slettet." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3913,7 +3936,7 @@ msgstr "" "sikkert fjernes." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3930,7 +3953,7 @@ msgstr "Visning" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3961,7 +3984,7 @@ msgstr "Indsæt" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegier" @@ -4024,16 +4047,18 @@ msgid "Central columns" msgstr "Centerkolonner" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Brugere" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Brugergrupper" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4108,7 +4133,7 @@ msgid "Could not save favorite table!" msgstr "Kunne ikke gemme favorit tabel!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Fjern fra Favoritter" @@ -4129,7 +4154,7 @@ msgid "Recent" msgstr "Seneste" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favorit tabeller" @@ -4755,16 +4780,16 @@ msgstr "Maksimum størrelse: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL returnerede: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Forklar SQL" @@ -4781,7 +4806,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Uden PHP-kode" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Fremstil PHP-kode" @@ -4874,6 +4899,10 @@ msgstr "Sidste opdatering" msgid "Last check" msgstr "Seneste tjek" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Brugere" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Søg:" @@ -4966,8 +4995,8 @@ msgstr "NEJ" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4975,7 +5004,7 @@ msgstr "Navn" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Længde/Værdi*" @@ -5262,7 +5291,7 @@ msgid "Not a valid port number!" msgstr "Ikke et gyldigt portnummer!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Ukorrekt værdi!" @@ -5273,35 +5302,35 @@ msgstr "Ukorrekt værdi!" msgid "Value must be equal or lower than %s!" msgstr "Værdien skal være mindre end eller lig med %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Manglende data for %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "ikke tilgængelig" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" er afhængig af udvidelsen %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Den komprimerede import vil ikke fungere, da funktionen %s mangler." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Den komprimerede eksport vil ikke fungere, da funktionen %s mangler." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5318,7 +5347,7 @@ msgid "Set value: %s" msgstr "Indstil værdien %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Gendan standardværdi" @@ -5787,7 +5816,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maksimal eksekveringstid" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5797,7 +5826,7 @@ msgstr "Tilføj %s forespørgsel" msgid "Save as file" msgstr "Send (download)" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Filens tegnsæt" @@ -5813,8 +5842,8 @@ msgstr "Komprimering" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5824,14 +5853,14 @@ msgstr "Komprimering" msgid "Put columns names in the first row" msgstr "Indsæt feltnavne i første række" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Kolonner indrammet med" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Kolonner escaped med" @@ -5839,8 +5868,8 @@ msgstr "Kolonner escaped med" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Erstat NULL med" @@ -5848,13 +5877,13 @@ msgstr "Erstat NULL med" msgid "Remove CRLF characters within columns" msgstr "Fjern CRLF-tegn i kolonner" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Kolonner afsluttes med" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linjer afsluttet med" @@ -5876,8 +5905,8 @@ msgid "Table name template" msgstr "Skabelon for tabelnavn" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5905,14 +5934,14 @@ msgid "Label key" msgstr "Mærke nøgle" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relationer" @@ -5920,110 +5949,116 @@ msgstr "Relationer" msgid "Export method" msgstr "Eksporttype" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Gem på server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Overskriv eksisterende fil(er)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Eksportér tabel-hoveder" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Husk skabelon for filnavn" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Tilføj AUTO_INCREMENT værdi" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Brug \"backquotes\" omkring tabel- og feltnavne" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL-kompatibilitetstilstand" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Indstillinger til CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Oprettet/Opdateret/Tjek datoer" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Brug forsinkede indsættelser" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Slå fremmednøgle-checks fra" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Eksportér visninger som tabeller" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "%sOpret%s manglende tabeller for phpMyAdmin-konfigurationslager." -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Tilføj %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Brug hexadecimal for BINÆR & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Brug ignorer inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntaks der bruges, når der indsættes data" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maksimal længde på oprettet forespørgsel" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Eksporttype" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Indlejr eksport i en transaktion" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Angiv eksporttidspunktet i UTC (Universal Time Coordinated)" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Gennemtving sikker forbindelse mens phpMyAdmin bruges." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Gennemtving SSL-forbindelse" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6031,166 +6066,166 @@ msgstr "" "Sorteringsrækkefølge for elementer i en dropdown boks med fremmede nøgler; " "[kbd]content[/kbd] er de refererede data, [kbd]id[/kbd] er nøglens værdi." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Rækkefølge for fremmednøgler i valgboks" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Der vil blive brugt en valgboks, hvis færre elementer er til stede." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Øvre grænse for fremmednøgle" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Tjek af fremmednøgle:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Gennemsynstilstand" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Tilpas for gennemsynstilstand." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Tilpas standardindstillinger." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV (kommasepareret)" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Udvikler" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Indstillinger for phpMyAdmin udviklere." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Redigeringstilstand" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Tilpas redigeringstilstand." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Standardindstillinger for eksport" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Tilpas standardindstillinger for eksport." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Karakteristika" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Generelt" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Bestem indstillinger for nogle af de mest anvendte valgmuligheder." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Standarder for import" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Tilpas standardindstillinger for import." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / eksport" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Bestem indstillinger for importerings- og eksporteringsmapper samt " "komprimering." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Indstillinger for visning af databaser." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Tilpas navigationspanelets udseende." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Tilpas navigationspanelet" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servere" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Indstillinger for visning af servere." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Indstillinger for visning af tabeller." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Hovedpanel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Andre kerneindstillinger" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Indstillinger som ikke passer ind andre steder." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sidetitler" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6203,11 +6238,11 @@ msgstr "" "Angiv browserens tekst i titelbaren. Se [doc@cfg_TitleTable]dokumentationen[/" "doc] for tekststrenge der indeholder særlige værdier." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sikkerhed" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6215,23 +6250,23 @@ msgstr "" "Bemærk venligst at phpMyAdmin blot er en brugerflade og at den ikke " "begrænser mulighederne i MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Grundlæggende indstillinger" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentifikation" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Indstillinger for autentifikation." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serverkonfiguration" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6239,15 +6274,15 @@ msgstr "" "Avanceret serverkonfiguration. Lad være med at ændre disse indstillinger med " "mindre du ved, hvad de betyder." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Indtast parametre for tilslutning til server." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Lagring af konfiguration" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6257,11 +6292,11 @@ msgstr "" "funktioner. Se dokumentationen for [doc@linked-tables]phpMyAdmin " "configuration storage[/doc]." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Ændrer sporing" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6269,111 +6304,111 @@ msgstr "" "Sporing af ændringer i databasen er udført. phpMyAdmin configuration storage " "er krævet." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Tilpas eksport-indstillinger" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Tilpas import-indstillinger" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Tilpas navigationspanelet" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Tilpas hovedpanelet" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-forespørgsler" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL Query-boks" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Tilpas links vist i SQL Query-boksen." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Indstillinger til SQL-forespørgsler." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Opstart" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Tilpas opstartside." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Database-struktur" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 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:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabel-struktur" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Indstillinger for tabel-strukturen (liste af kolonner)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Faner" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Vælg hvordan du ønsker at fanerne skal fungere." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Vis relationel skema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papirstørrelse" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstfelter" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Tilpas tekstfelter." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Tilpas standardindstillinger" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Advarsler" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Deaktiver nogle af advarslerne, som phpMyAdmin viser." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6381,15 +6416,15 @@ msgstr "" "Aktivér [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] komprimering for " "import og eksport-funktionerne." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Yderligere parametre til iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6397,11 +6432,11 @@ msgstr "" "Hvis aktiveret, vil phpMyAdmin fortsætte med at udføre efterfølgende SQL-" "forespørgsler selvom et eller flere af dem fejler." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorer flere efterfølgende fejl i udtryk" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6411,25 +6446,25 @@ msgstr "" "udløber. Dette kan være godt ved store import-filer, men kan afbryde " "transaktioner." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Delvis import: tillad afbrydelse" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Afbryd ikke ved fejl i INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6437,69 +6472,69 @@ msgstr "" "Standard format, vær opmærksom på, at denne liste afhænger af sted (databae, " "tabel) og kun SQL er altid tilgængelig." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format på importeret fil" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Brug LOCAL nøgleord" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Indsæt feltnavne i første række" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Importér ikke tomme rækker" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importér valutaer ($5.00 til 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importér procenter med korrekte decimaler (12.00% bliver til .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Antal forespørgsler, der skal springes over fra start." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Delvis import: spring over forespørgsler" # zero = null? -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Brug ikke AUTO_INCREMENT for 0-værdier" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Skydernes udgangspunkt" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Hvor mange rækker kan der indsættes på een gang." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Antal indsatte rækker" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Maksimalt antal tegn vist i ikke-numerisk kolonne ved gennemsyn." # karakterer gives i skolen eller er personer i film -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Begræns antal tegn i kolonne" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6509,11 +6544,11 @@ msgstr "" "logout kun for den aktuelle server.Sættes denne til FALSE, kan man let " "glemme at logge ud fra andre servere, når man er forbundet til flere servere." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Slet alle cookies, når der logges ud" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6521,11 +6556,11 @@ msgstr "" "Definer om den foregående login skal gentages eller ej i [kbd]cookie[/kbd] " "autentifikationstilstand." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Gendan brugernavn" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6537,48 +6572,48 @@ msgstr "" "blive slettet så snart browservinduet lukkes. Dette anbefales for ikke-" "sikrede omgivelser." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Login cookie sletning" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definerer hvor længe (i sekunder) en login cookie er gyldig." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Gyldighed for login cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dobbelt størrelse for tekstboks for LONGTEXT kolonner." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Større tekstboks for LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksimalt antal tegn, når en SQL-forespørgsel vises." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maksimal vist SQL-længde" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Brugere kan ikke sætte en højere værdi" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maksimalt antal databaser som vises i listen med databaser." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maksimalt antal databaser" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6586,21 +6621,21 @@ msgstr "" "Antallet af elementer som kan vises i øverste niveau på hver side i " "navigationstræet." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maksimum for elementer i første niveau" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Antallet af elementer som kan vises i hver side i navigationstræet." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maksimum for elementer i gren" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6608,19 +6643,19 @@ msgstr "" "Antal rækker vist, når man kigger på et sæt resultater. Hvis resultatet " "indeholder flere rækker, links til \"Forrige\" og \"Næstet\" vil blive vist." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maksimum af antal viste rækker" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maksimalt antal tabeller vist i tabellisten." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimalt antal tabeller" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6628,40 +6663,40 @@ msgstr "" "Antallet af bytes et script må allokere, fx. [kbd]32M[/kbd] ([kbd]0[/kbd] " "for ubegrænset)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Hukommelsesgrænse" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "I navigationspanelet erstattes databasetræet med en valgfunktion" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Vis databasenavigationen som en træstruktur" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Link med hovepanelet ved at fremhæve den nuværende database eller tabel." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Vis logoet i navigationspanel." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Vis logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL som logoet i navigationspanelet vil pege på." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo link-URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6669,27 +6704,27 @@ msgstr "" "Åbn den linkede side i hovedvinduet ([kbd]main[/kbd]) eller i et nyt " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Henvisning for placering af logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Vis servervalg øverst i venstre panel." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Vis servervalg" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Mål for hurtigt valg ikon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Mål for det andet hurtigvalg-ikon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6697,15 +6732,15 @@ msgstr "" "Angiver det mindste antal af elementer (tabeller, visninger, rutiner og " "begivenheder), der skal indgå for at vise en filterboks." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Det mindste antal af elementer, der skal til for at vise filterboksen" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Mindste antal databaser, der skal vises i database-filterboksen" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6716,55 +6751,55 @@ msgid "" msgstr "" "Gruppér elementer i navigationstræet (iht. separator defineret nedenfor)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Gruppér elementer i træet" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Streng, der inddeler databaser i træ." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separator til databaseinddeling" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Streng, der inddeler tabeller i træ." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separator til tabelinddeling" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maksimal dybde på databasetræ" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Fremhæv server under musepil." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Aktivér fremhævning" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Om der skal eller ikke skal tilbydes udvidelse af træ i navigationspanelet." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Slå udfoldelse af navigationstræ til" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Vis/skjul tabelliste" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6773,106 +6808,106 @@ msgid "Whether to show tables under database in the navigation tree" msgstr "" "Om der skal eller ikke skal tilbydes udvidelse af træ i navigationspanelet." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Vis versioner" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Vis databasenavigationen som en træstruktur" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Vis funktionsfelter" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Vis tråde" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Vis versioner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Vis databasenavigationen som en træstruktur" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Højeste antal af tidligere anvendte tabeller; sæt til 0 for at deaktivere." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Højeste antal af tidligere anvendte tabeller; sæt til 0 for at deaktivere." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tidligere anvendte tabeller" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Dette er Ret, Kopi og Slet links." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Hvor links til tablerækker skal vises" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Brug naturlig rækkefølge ved sortering af tabeller og databasenavne." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Naturlig rækkefølge" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Brug kun ikoner, kun tekst eller begge." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tabelbaseret navigationsbjælke" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Brug GZip output buffering til forhøjet hastighed i HTTP overførsler." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffering af GZip-output" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6880,19 +6915,19 @@ msgstr "" "[kbd]SMART[/kbd] - dvs faldende orden for kolonner af type TIME, DATE, " "DATETIME og TIMESTAMP ellers stigende orden." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Standard sorteringsrækkefølge" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Brug vedvarende forbindelser til MySQL databaser." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Vedvarende forbindelser" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6902,11 +6937,11 @@ msgstr "" "hvis nogen af de påkrævede tabeller i phpMyAdmin configuration storage ikke " "kunne findes." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Manglende phpMyAdmin configuration storage tabeller" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6914,11 +6949,11 @@ msgstr "" "Deaktiver standardadvarslen som vises, hvis der registreres en forskel " "mellem MySQL-biblioteket og serveren." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Advarsel om server/bibliotek-forskel" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6926,27 +6961,27 @@ msgstr "" "Deaktiver standardadvarslen, som vises på struktursiden, hvis kolonnenavne i " "en tabel er reserverede MySQL-ord." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Advarsel om MySQL-reserverede ord" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Sådan vises menufanerne" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Sådan vises forskellige hændelseshenvisninger" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Tillad ikke redigering af BLOB og BINARY kolonner." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Beskyt binære kolonner" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6956,104 +6991,104 @@ msgstr "" "configuration storage). Hvis deaktiveret bruges JS-rutiner til at vise " "forespørgselshistorik (mistes når vinduet lukkes)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Permanent forespørgselshistorie" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Hvor mange forespørgsler er gemt i historikken." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Længde på forespørgselshistorik" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Vælg hvilke funktioner, der vil blive brugt for tegnsætskonvertering." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Omkodningsværktøj" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Når tabeller vises huskes sorteringen af hver tabel." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Husk tabellens sortering" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Forvalgt sorteringsrækkefølge for tabeller med en primær nøgle." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Forvalgt sorteringsrækkefølge for primær nøgle" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Gentag overskrifter for hver X celler, [kbd]0[/kbd] deaktiverer dette." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Gentag overskrifter" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Gitter-redering: trigger/udløser-handling" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relationel visning" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "For visningsindstillinger" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Gitter-redigering: gem alle redigerede celler med det samme" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Mappe, hvor eksporterede data kan gemmes på serveren." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Gemmemappe" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Efterlades blank, hvis ikke brugt." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Autorisationsrækkefølge for vært" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Efterlades blank for standardværdi." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Host autorisationsregler" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Tillad login uden adgangskode" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Tillad root login" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Tidszone for session" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7061,15 +7096,15 @@ msgstr "" "Angiver den gældende tidszone; denne er muligvis forskellige fra dén som " "findes på din databaseserver" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm navn, der vises ved HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7079,19 +7114,19 @@ msgstr "" "autentifikation[/a] (ikke fundet i din dokumentrod; forslag: /etc/swekey." "conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey konfigurationsfil" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Metode for autentifikation." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentifikationstype" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7099,11 +7134,11 @@ msgstr "" "Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin." "net/pma/bookmark]bogmærkeer[/a], forslag: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Bogmærketabel" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7111,31 +7146,31 @@ msgstr "" "Efterlades tom for ingen kolonnekommentar-/mime-typer, forslag: " "[kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabel for kolonneinformation" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Komprimer forbindelse til MySQL server." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimer forbindelse" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Hvordan forbindes til server, behold [kbd]tcp[/kbd] hvis usikker." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Forbindelsestype" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Adgangskode for kontrolbruger" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7143,11 +7178,11 @@ msgstr "" "En speciel MySQL bruger med begrænsede tilladelser. Mere information på " "[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrolbruger" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7155,11 +7190,11 @@ msgstr "" "En alternativ vært til lageropbevaring af konfiguration; Tom for at benytte " "den vært som allerede er defineret." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrolvært" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7170,15 +7205,15 @@ msgstr "" "standardporten, eller den allerede angivne port, hvis kontrolværten er lig " "værten." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontrolport" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Gem databaser som matcher regulært udtryk (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7186,15 +7221,15 @@ msgstr "" "Mere information om [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Deaktiver brug af INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Skjul databaser" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7202,23 +7237,23 @@ msgstr "" "Efterlades tom for at fravælge historik-understøttelse for SQL-" "forespørgsler, forslag: [kbd]pma_history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL forespørgselsshistoriktabel" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Servernavn, hvor MySQL server kører." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Servernavn" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Log ud URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7226,15 +7261,15 @@ msgstr "" "Begrænser antallet af tabel-præferencer som lagres i databasen. De ældte " "poster fjernes automatisk." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maksimalt antal tabel-præferencer, der lagres" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE gemte søger tabel" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7242,11 +7277,29 @@ msgstr "" "Efterlades tom for at undlade understøttelse af QBE-skematik, forslag: " "[kbd]pma_pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Eksportér visninger som tabeller" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " +"[kbd]pma_pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Center tabelkolonner" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7254,15 +7307,15 @@ msgstr "" "Efterlades tom for at undlade understøttelse af kolonner, forslag: " "[kbd]pma_table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Prøv at forbinde uden adganskode." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Forbind uden adgangskode" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7271,30 +7324,30 @@ msgstr "" "Du kan bruge MySQL jokertegn (% and _), escape dem hvis du vil bruge dem som " "almindelige tegn, fx brug [kbd]'my\\_db'[/kbd] og ikket [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Vis kun listede databaser" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Lades tom hvis du ikke bruger config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Adgangskode for config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " "[kbd]pma_pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-skematik: pages tabel" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7304,20 +7357,20 @@ msgstr "" "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplet information. Lades blank " "ved ingen understøttelse. Forslag: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Databasenavn" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port hvorpå MySQL server lytter, lades tom for standard." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Serverport" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7325,11 +7378,11 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\", senest benyttede tabeller på " "tværs af sessioner, forslag: [kbd]pma_recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Senest benyttede tabel" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7337,11 +7390,11 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\", favorit tabeller på tværs af " "sessioner, forslag: [kbd]pma_favorit[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Favorit tabeller" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7349,11 +7402,11 @@ msgstr "" "Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin." "net/pma/relation]relation-links[/a], forslag: [kbd]pma_relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relationstabel" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7361,31 +7414,31 @@ msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/" "a] for et eksempel." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Login sessionsnavn" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Login URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Socket hvorpå MySQL server lytter, lades tom for standard." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server-sokkel" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Aktiver SSL for forbindelse til MySQL-serveren." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Brug SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7393,11 +7446,11 @@ msgstr "" "Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " "[kbd]pma_table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Designer og PDF-skema: tabelkoordinater" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7405,11 +7458,11 @@ msgstr "" "Tabel til beskrivelse af visningskolonnerne, efterlades tom for at undlade " "understøttelse; forslag: [kbd]pma_table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Visningskolonnetabel" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7417,11 +7470,11 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\" brugerflade-præferencer for " "tabel på tværs af sessioner, forslag: [kbd]pma_table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI præference tabel" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7429,11 +7482,11 @@ msgstr "" "Om en DROP DATABASE IF EXISTS kommando skal tilføjes som første linje i " "loggen når en database oprettes." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Tilføj DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7441,11 +7494,11 @@ msgstr "" "Om en DROP TABLE IF EXISTS kommando skal tilføjes som første linje i loggen " "når en tabel oprettes." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Tilføj DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7453,20 +7506,20 @@ msgstr "" "Om en DROP VIEW IF EXISTS kommando skal tilføjes som første linje i loggen " "når et view oprettes." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Tilføj DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definerer listen af forspørgsler, som auto-creation bruger for nye sessioner." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Forespørgsler, der skal spores" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7474,22 +7527,22 @@ msgstr "" "Efterlades tom for at undlade understøttelse af sporing på SQL-forspørgsler, " "forslag: [kbd]pma_tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Sporingstabel for SQL-forespørgsler" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Om sporingsmekanismen opretter versioner automatisk for tabeller og views." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Opret versioner automatisk" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7497,11 +7550,11 @@ msgstr "" "Efterlades tom for at undlade lagring af bruger-præferencer i database, " "forslag: [kbd]pma_userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Bruger preference storage tabel" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7511,11 +7564,11 @@ msgstr "" "menus funktioner; Efterlade en af dem tom vil deaktivere denne funktion, " "foreslået: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Brugertabel" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7525,11 +7578,11 @@ msgstr "" "funktioner; efterlades en af dem tom vil dette deaktivere denne funktion, " "foreslået: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabel for brugergrupper" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7537,15 +7590,15 @@ msgstr "" "Efterlades tom for deaktivere muligheden for at skjule eller vise " "navigationselementer, forslag: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabel for skjulte navigationselementer" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Bruger for config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7553,19 +7606,19 @@ msgstr "" "En brugervenlig beskrivelse af serveren. Lad stå tom for at vise " "værtstnavnet i stedet." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Udvidet navn for denne server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Om en \"vis alle (rækker)\" knap, skal vises for brugeren." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Tillad visning af alle rækker" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7576,15 +7629,15 @@ msgstr "" "konfigurationsfilen; dette begrænser ikke muligheden for at udføre den samme " "kommando direkte." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Vis formular til ændring af adgangskode" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Vis formular til databaseoprettelse" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7593,72 +7646,72 @@ msgstr "" "Vis eller skjul en kolonne, der viser oprettelses-tidsstempel for alle " "tabeller." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabel kommentarer" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 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:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Vis tidsstempel for oprettelse" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 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:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Vis tidsstempel med seneste opdatering" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 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:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Vis tidsstempel for Seneste tjek" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Definerer om typefelter skal startes med at vises i ret/indsæt tilstand." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Vis felttyper" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Vis funktionsfelterne i rediger/indsæt tilstand." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Vis funktionsfelter" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Om hints skal vises eller ej." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Vis hint" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7666,53 +7719,53 @@ msgstr "" "Viser link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Vis detaljeret MySQL serverinformation" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Definerer om SQL-forespørgsler genereret af phpMyAdmin skal vises." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Vis SQL-forespørgsler" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definerer som forespørgselsboksen skal forblive på siden efter indsendelse." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Bevar forespørgeselsboks" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Tillad visning af database og databasestatistikker (eks. diskforbrug)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Vis statistik" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marker brugte tabeller og gør det muligt at vise databaser med låste " "tabeller." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Spring over låste tabeller" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7720,11 +7773,11 @@ msgid "" "detected." msgstr "En advarsel vises på hovedsiden, hvis Suhosin registreres." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin advarsel" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7734,11 +7787,11 @@ msgstr "" "indstillingen session.gc_maxlifetime er mindre end værdien af " "`LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Advarsel om gyldighed for logincookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7751,11 +7804,11 @@ msgstr "" "fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet " "(*1,25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Tekstboks kolonner" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7768,31 +7821,31 @@ msgstr "" "fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet " "(*1,25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Tekstboks rækker" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titel på browservindue, når en database er valgt." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titel på browservindue, når ingenting er valgt." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titel på browservindue, når en server er valgt." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titel på browservindue, når en tabel er valgt." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7804,27 +7857,27 @@ msgstr "" "Forwarded-For) header der kommer fra proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste af trusted proxies til IP tillad/afvis" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Mappe på server, hvor man kan uploade filer til import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Mappe til uploads" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Tillad søgning i hele databasen." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Brug databasesøgning" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7832,26 +7885,26 @@ msgstr "" "Når deaktiveret kan brugere ikke sætte nogen af indstillingerne nedenfor " "uafhængig af checkboksen til højre." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Aktivér udviklerfanen i indstillinger" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Tjek for den seneste version" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktiverer tjek for den seneste version på hovedsiden for phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versionscheck" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7863,11 +7916,11 @@ msgstr "" "for denne, hvis server hvorpå phpMyAdmin er installeret, ikke har direkte " "adgang til internettet. Formatet er: \"værtsnavn:portnummer\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy-url" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7878,19 +7931,19 @@ msgstr "" "Basic Authentication (grundlæggende godkendelsestjek). På nuværende " "tidspunkt understøttes der ikke andre godkendelsestjek." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Brugernavn for proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Adgangskoden til godkendelsestjek på proxyen." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Adgangskode for proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7898,45 +7951,45 @@ msgstr "" "Aktivér [a@http://en.wikipedia.org/wiki/ZIP_(fil_format)]ZIP[/a] " "komprimering ved import and eksport operationer." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Angiv din offentlige nøgle for dit domænes reCaptcha-tjeneste." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Offentlig nøgle for reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Privat nøgle for reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Vælg standardhandlingen for afsendelse af fejlrapporter." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Send fejlrapporter" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter udfører forespørgsler i konsollen" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7944,7 +7997,7 @@ msgstr "" "Slå tilstanden Zero Configuration til - denne lader sig tilpasse " "lagringstabeller for phpMyAdmin-konfigurationen automatisk." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Slå tilstanden Zero Configuration til" @@ -7970,47 +8023,74 @@ msgstr "HTTP autentifikation" msgid "Signon authentication" msgstr "Login autentifikation" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV vha. LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument regneark" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Hurtig" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Brugerdefineret" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Database eksportindstillinger" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV til MS Excel-data" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument tekst" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Ingen SQL-forespørgsel blev angivet til hentning af data." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Ingen numeriske kolonner tilstede i tabellen til plotning." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Ingen data til visning" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabel %1$s er blevet ændret." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Opdatering af vist kolonne blev gennemført." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Opdateringen af de interne relationer blev gennemført." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8025,12 +8105,12 @@ msgstr "muligt dybt rekursionsangreb" msgid "No change" msgstr "Ingen ændring" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Se %sour documentation%s for yderligere information." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8082,6 +8162,7 @@ msgid "Create database" msgstr "Opret ny database" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Opret" @@ -8095,7 +8176,7 @@ msgid "No Privileges" msgstr "Ingen privilegier" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Opret tabel" @@ -8107,50 +8188,94 @@ msgstr "Antal kolonner" msgid "Could not load export plugins, please check your installation!" msgstr "Kunne ikke indlæse eksportplugins, tjek venligst din installation!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Eksporterer databaser fra den aktuelle server" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Eksporterer tabeller fra database \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Eksporterer rækker fra tabellen \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksportmetode:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Eksporttype" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Skabelon for filnavn:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabelnavn" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Skabelon for filnavn:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Frekvens af midlertidig disk" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Opdateret" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Vælg en tabel" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Eksporttype" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Hurtig - vis kun de minimale indstillinger" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Brugerdefineret - vis alle indstillinger" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Database(r):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabel(ler):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formatspecifikke indstillinger:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8158,52 +8283,52 @@ msgstr "" "Rul ned for at udfylde indstillingerne for det valgte format og ignorer " "indstillingerne for andre formater." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Konvertering af indkodning:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rækker:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Hent nogle række(r)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Begyndelsesrække:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Hent alle rækker" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Output:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Gem på serveren i mappen %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Skabelon for filnavn:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ vil blive servernavnet" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ vil blive databasenavnet" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ vil blive tabelnavnet" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8214,76 +8339,76 @@ msgstr "" "strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst " "vil blive bevaret som det er. Se %4$sFAQ%5$s for detaljer." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "brug dette til fremtidige eksports" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Tegnsæt for filen:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Komprimering:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zippet" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzippet" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Se output som tekst" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Eksportér visninger som tabeller" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Eksportér tabel-hoveder" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Omdøb eksporterede databaser/tabeller/kolonner" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Gem output i en fil" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Spring over tabeller større end" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Vælg en database" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Vælg en tabel" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nyt databasenavn" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nyt tabelnavn" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Gammelt kolonnenavn" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nyt kolonnenavn" @@ -8834,7 +8959,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump er blevet gemt i filen %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerede ingen data (fx ingen rækker)." @@ -8914,7 +9039,7 @@ msgstr "Skjul" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funktion" @@ -8990,7 +9115,7 @@ msgstr "" "+piletasterne til at flytte frit omkring" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9426,7 +9551,7 @@ msgstr "Ny" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Views" @@ -9747,232 +9872,243 @@ msgstr "Der blev ikke fundet delvise afhænigheder!" msgid "Rename database to" msgstr "Omdøb database til:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Du har ikke tilstrækkelige rettigheder til at være her!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Ret privilegier" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Database %s er slettet." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Fjern database" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Drop databasen (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Kun strukturen" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur og data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Kun data" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopier database til:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE før kopiering" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Tilføj begrænsninger" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Skift til den kopierede database" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Arranger tabelrækkefølge efter" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(enkeltvis)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Flyt tabel til (database.tabel):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Omdøb tabel til" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabel kommentarer" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabel-indstillinger" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Datalager" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy #| msgid "Make all columns atomic" msgid "Change all column collations" msgstr "Gør alle kolonner atomare" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopier tabel til (database.tabel):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Skift til den kopierede tabel" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabelvedligeholdelse" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyser tabel" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Tjek tabel" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Tjek tabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmenter tabel" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabel %s er blevet flushet." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Udskriv tabellen (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimer tabel" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparer tabel" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Slet data eller tabel" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tøm tabellen (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Slet tabellen (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyser" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Tjek" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimer" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Genopbyg" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparer" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Fold sammen" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Vedligehold af partition" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partitionen %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Fjern partitionering" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Tjek reference-integriteten:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til den samme!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Kan ikke kopiere tabellen til den samme!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s er flyttet til %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabellen %s er nu kopieret til: %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s er flyttet til %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s er nu kopieret til: %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Intet tabelnavn!" @@ -10170,7 +10306,7 @@ msgstr "Hændelse" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definition" @@ -11164,20 +11300,26 @@ msgstr "Håndter centerliste for kolonner" msgid "Remembering Designer Settings" msgstr "Husk tabellens sortering" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Ugyldig eksporttype" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Hurtige trin for at opsætte avancerede muligheder:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Opret de nødvendige tabeller med %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Opret en pma bruger og giv adgang til disse tabeller." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11185,23 +11327,23 @@ msgstr "" "Aktivér avancerede muligheder i konfigurationfilen (config.inc.php), fx ved at starte med config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ingen beskrivelse" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgid "" @@ -11209,13 +11351,13 @@ msgid "" "configuration storage there." msgstr "%sOpret%s manglende tabeller for phpMyAdmin-konfigurationslager." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "%sOpret%s phpMyAdmin-konfigurationslageret i den aktuelle database." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "%sOpret%s manglende tabeller for phpMyAdmin-konfigurationslager." @@ -11403,6 +11545,7 @@ msgstr "Brugernavn:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Brugernavn" @@ -11558,10 +11701,10 @@ msgid "Master server changed successfully to %s." msgstr "Master server ændret til %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11582,7 +11725,7 @@ msgstr "Hændelse \"%1$s\" er blevet ændret." msgid "Event %1$s has been created." msgstr "Hændelse %1$s er oprettet." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Der er opstået fejl under behandling af anmodningen:" @@ -11591,7 +11734,8 @@ msgstr "Der er opstået fejl under behandling af anmodningen:" msgid "Edit event" msgstr "Rediger hændelse" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detaljer" @@ -11605,7 +11749,7 @@ msgid "Event type" msgstr "Hændelsestype" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Ændr til %s" @@ -11633,13 +11777,13 @@ msgid "On completion preserve" msgstr "Efter udførsel bevar" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Opretter" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Opretter skal være i formatet \"brugernavn@værtsnavn\"!" @@ -11665,9 +11809,9 @@ msgid "You must provide an event definition." msgstr "Du skal angive en hændelsesdefinition." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Fejl i udførsel af forespørgsel:" @@ -11704,90 +11848,96 @@ msgstr "" "eventuelle problemer." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Invalid rutinetype: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Beklager, det lykkedes ikke at genetablere den slettede rutine." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Rutine \"%1$s\" er blevet ændret." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Rutine \"%1$s\" er blevet ændret." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Rutine %1$s er oprettet." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Rediger rutine" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Rutinenavn" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametre" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Retning" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Tilføj parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Fjern den sidste parameter" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Retur type" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Retur-længde/-værdier" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Retur-indstillinger" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Er deterministisk" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Sikkerhedstype" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL dataadgang" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Du skal angive et rutinenavn!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Ugyldig retning \"%s\" givet for parameter." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11795,37 +11945,37 @@ msgstr "" "Du skal angive længde/værdier for rutineparametre af typen ENUM, SET, " "VARCHAR og VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Du skal angive et navn og en type for hver rutineparameter." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Du skal angive en gyldig returtype for rutinen." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Du skal angive en rutinedefinition." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Udførelsesresultater af rutine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d række påvirket af den sidste SQL-sætning inde i proceduren." msgstr[1] "%d række(r) påvirket af den sidste SQL-sætning inde i proceduren." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Udfør rutine" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Rutineparametre" @@ -12376,12 +12526,16 @@ msgid "You have revoked the privileges for %s." msgstr "Du har tilbagekaldt privilegierne for %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Opret bruger" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Tilføj brugergruppe" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Database for bruger" #: libraries/server_privileges.lib.php:1946 @@ -12408,9 +12562,7 @@ msgid "User has been added." msgstr "Bruger er blevet tilføjet." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12489,11 +12641,15 @@ msgstr "" "efterfølgende." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Ret Login-information / Kopier bruger" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Opret en bruger med samme privilegier og …" #: libraries/server_privileges.lib.php:3036 @@ -12514,7 +12670,9 @@ msgid "Add privileges on the following table:" msgstr "Tilføj privileges på følgende tabel:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Fjern valgte brugere" #: libraries/server_privileges.lib.php:3376 @@ -12550,30 +12708,38 @@ msgstr "Du har opdateret privilegierne for %s." msgid "Deleting %s" msgstr "Sletter %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegierne blev korrekt genindlæst." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Brugeren %s findes i forvejen!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegier for %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Ny" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Ret privilegier:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Brugergruppe" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12581,11 +12747,13 @@ msgstr "" "Bemærk: Du forsøger at redigere privilegier for brugeren som du aktuelt er " "logget ind som." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Oversigt over brugere" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12599,11 +12767,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Du har tilføjet en ny bruger." @@ -13919,7 +14087,7 @@ msgstr "Ugyldig identifikator" msgid "Unknown Punctuation String" msgstr "Ukendt tegnsætnings-streng" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabel %s blev tømt." @@ -13932,13 +14100,13 @@ msgstr "Sporing er aktiv." msgid "Tracking is not active." msgstr "Sporing er ikke aktiv." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Visning %s er blevet slettet." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabel %s blev slettet." @@ -14152,39 +14320,34 @@ msgstr "Pladsforbrug" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabel %1$s er blevet ændret." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabel %1$s er blevet ændret." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Forespørgselsfejl" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Flytning af kolonnen er blevet fuldført." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Tilføj til Favoritter" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Favoritliste er fyldt!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Vis oprettelses SQL-forespørgsler" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Visning af relation" @@ -14649,18 +14812,6 @@ msgstr "Ingen nyere stabil version er tilgængelig" msgid "Wrong data" msgstr "Forkerte data" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Ingen data til visning" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Ingen SQL-forespørgsel blev angivet til hentning af data." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Ingen numeriske kolonner tilstede i tabellen til plotning." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14671,7 +14822,7 @@ msgstr "'%s' database eksisterer ikke." msgid "Table %s already exists!" msgstr "Tabellen %s eksisterer allerede!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Vis dump (skema) over tabel" @@ -14679,27 +14830,19 @@ msgstr "Vis dump (skema) over tabel" msgid "Invalid table name" msgstr "Ugyldigt tabelnavn" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Opdateringen af de interne relationer blev gennemført." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Opdatering af vist kolonne blev gennemført." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Række: %1$s, kolonne: %2$s, fejl: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Navnet '%s' er et nøgleord, der er reserveret af MySQL." msgstr[1] "Navnene '%s' er nøgleord, der er reserveret af MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Der er ikke valgt kolonner." @@ -14882,7 +15025,7 @@ msgid "subquery" msgstr "underforespørgsel" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Opret relation" @@ -14946,13 +15089,13 @@ msgstr "Nyt side" msgid "Delete pages" msgstr "Slet sider" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Genindlæs" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Hjælp" @@ -15198,37 +15341,37 @@ msgstr "Diagramtitel" msgid "X-Axis:" msgstr "X-akse:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serie:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-akse betegnelse:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X værdier" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-akse betegnelse:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Navne i en kolonne" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Seriekolonne:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Værdier for kolonnen %s:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Gem tabel som billede" @@ -16641,6 +16784,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert er sat til 0" +#~ msgid "Add user" +#~ msgstr "Opret bruger" + +#~ msgid "Export Method:" +#~ msgstr "Eksportmetode:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Ingen data fundet for GIS visualization." @@ -16878,11 +17027,6 @@ msgstr "concurrent_insert er sat til 0" #~ msgid "pdf export page" #~ msgstr "Ugyldig eksporttype" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Ugyldig eksporttype" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/de.po b/po/de.po index c03b93cef6..43b8e0fb83 100644 --- a/po/de.po +++ b/po/de.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: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-24 09:21+0200\n" "Last-Translator: Hauke Henningsen \n" "Language-Team: German Einstellungen Menü auf die " "Standardwerte zurück." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Abfragen-Zwischenspeicher Effizienz" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Abfragen-Zwischenspeichernutzung" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Abfragen-Zwischenspeicher benutzt" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "CPU-Auslastung" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Arbeitsspeicher" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Auslagerungsspeicher" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Durchschnittliche Auslastung" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Gesamter Speicher" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Zwischenspeicher" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Gepufferter Speicher" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Freier Speicher" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Verwendeter Speicher" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Gesamt Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Zwischengespeicherter Swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Verwendeter Swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Freier Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes gesendet" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes empfangen" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Verbindungen" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prozesse" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d Tabelle(n)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Anfragen" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Netzwerkverkehr" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Einstellungen" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Skala dem Raster hinzufügen" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1406,47 +1428,47 @@ msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu!" msgid "None" msgstr "keine" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Überwachung fortsetzen" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Überwachung pausieren" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Starte automatisches Aktualisieren" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Halte automatisches Aktualisieren an" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log und slow_query_log sind aktiviert." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log ist aktiviert." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log ist aktiviert." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log und general_log sind deaktiviert." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output ist nicht auf TABLE eingestellt." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output ist auf TABLE eingestellt." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1457,12 +1479,12 @@ msgstr "" "die länger als %d ausgeführt wurden. Es ist ratsam, den Wert long_query_time " "auf 0-2 Sekunden einzustellen, abhängig vom System." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time ist auf %d Sekunde(n) eingestellt." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1471,30 +1493,30 @@ msgstr "" "Neustart auf ihre Ursprungswerte zurückgesetzt:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Setze log_output auf %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aktiviere %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Deaktiviere %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Setze long_query_time auf %d Sekunden." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1502,59 +1524,59 @@ msgstr "" "Sie können diese Variablen nicht ändern. Bitte melden Sie sich mit einem " "Root-Benutzer an, oder kontaktieren Sie Ihren Datenbank-Administrator." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Einstellungen ändern" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Aktuelle Einstellungen" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Schaubild-Titel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Unterschied" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Geteilt durch %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Einheit" # Eigenname der MySQL-Funktion -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Vom slow Log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Vom allgemeinen Log" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Der Datenbankname ist für diese Abfrage in den Server-Logs nicht bekannt." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analysiere Protokolle" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analysiere und lade Protokolle. Dies kann eine Weile dauern." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Abfrage abbrechen" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1564,7 +1586,7 @@ msgstr "" "wurden. Jedoch wird nur der SQL-Text verglichen, daher kann die Angabe von " "anderen Werten der Abfrage, wie die Startzeit, unterschiedlich sein." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1574,34 +1596,34 @@ msgstr "" "Befehle in die gleiche Tabelle zusammengefasst, unabhängig von den " "eingefügten Daten." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Protokoll-Daten geladen. Innerhalb dieses Zeitaums ausgeführte Abfragen:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Springe zur Protokoll-Tabelle" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Keine Daten gefunden" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Das Protokoll wurde analysiert, es wurden jedoch keine Daten für den " "angegebenen Zeitraum gefunden." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analysieren…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Ausgabe erklären" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1611,58 +1633,58 @@ msgstr "Ausgabe erklären" msgid "Time" msgstr "Zeit" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Gesamt Zeit:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiler Ergebnisse" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabelle" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagramm" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Filteroptionen für Protokoll-Tabelle" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Abfragen durch Wort/Regulären Ausdruck filtern:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Gruppiere die Abfragen und ignoriere Werte in WHERE-Abfragen" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Anzahl der gruppierten Datensätze:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Insgesamt:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Lade Protokolle" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Aktualisierung der Überwachung fehlgeschlagen" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1672,90 +1694,90 @@ msgstr "" "Das ist vermutlich passiert, weil Ihre Sitzung abgelaufen ist. Es sollte " "helfen, wenn Sie die Seite aktualisieren und sich erneut anmelden." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Neu laden" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Betroffene Zeilen:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Das Einlesen der Konfigurationsdatei ist fehlgeschlagen. Es scheint sich " "nicht um eine gültige JSON-Kodierung zu handeln." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Aufbau der Diagramme mit der importierten Konfiguration ist fehlgeschlagen. " "Setze auf Standardeinstellungen zurück…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importieren" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Konfiguration des Importmonitors" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Bitte wählen Sie die Datei, die Sie importieren möchten." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Keine Dateien zum Importieren auf dem Server verfügbar!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Anfrage analysieren" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Ratgebersystem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mögliche Performance-Probleme" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Empfehlung" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Regel-Details" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Ausrichtung" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Benutzte Variable/Formel" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "SQL wird formatiert ...." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1766,59 +1788,59 @@ msgstr "SQL wird formatiert ...." msgid "Cancel" msgstr "Abbrechen" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Seitenbezogene Einstellungen" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Übernehmen" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Laden…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Anfrage abgebrochen!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Bearbeite Anfrage" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Anfrage fehlgeschlagen!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Fehler beim Bearbeiten der Anfrage" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Fehlercode: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Fehlertext: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Es wurden keine Datenbanken ausgewählt." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Spalte wird gelöscht" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Primärschlüssel wird hinzugefügt" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1827,63 +1849,63 @@ msgstr "Primärschlüssel wird hinzugefügt" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Hier klicken um diese Meldung zu schließen" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Datenbanken werden umbenannt" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Datenbank wird kopiert" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Zeichensatz wird geändert" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Fremdschlüsselüberprüfung aktivieren" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Das Abrufen der Anzahl der Zeilen ist fehlgeschlagen." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Suche" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Suchergebnisse ausblenden" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Suchergebnisse anzeigen" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Durchsehen" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Löschen" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Die Definition einer gespeicherten Prozedur muss ein RETURN-Statement " "beinhalten!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1893,61 +1915,61 @@ msgstr "" msgid "Export" msgstr "Exportieren" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET Editor" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Werte für die Spalte %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Werte für eine neue Spalte" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Geben Sie jeden Wert in einem eigenen Feld ein." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d Wert(e) hinzufügen" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Hinweis: Wenn die Datei mehrere Tabellen enthält, werden diese in einer " "einzigen Tabelle zusammengefasst." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "SQL-Querybox ausblenden" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "SQL-Querybox anzeigen" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Bearbeiten" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1955,40 +1977,40 @@ msgstr "Bearbeiten" msgid "Delete" msgstr "Löschen" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ist keine gültige Zeilennummer." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Fremdschlüsselwerte ansehen" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Keine automatisch gespeicherte Abfrage" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variable %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Auswählen" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Spaltenauswahl" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Diese Liste durchsuchen" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1998,15 +2020,15 @@ msgstr "" "Spalten-Liste der Datenbank %s Spalten hat, die nicht in der aktuellen " "Tabelle vorhanden sind." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Mehr anzeigen" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Sind sie sicher?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2014,53 +2036,53 @@ msgstr "" "Diese Aktion kann einige Spalten-Definitionen ändern.
Sind Sie sicher, " "dass Sie fortfahren möchten?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Weiter" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Primärschlüssel hinzufügen" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Primärschlüssel wurde erzeugt." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Führt sie zum nächsten Schritt…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" "Der erste Schritt der Normalisierung für Tabelle '%s' ist fertiggestellt." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Schritt-Ende" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Zweiter Schritt der Normalisierung (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Fertig" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Teilweise Abhängigkeiten bestätigen" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Ausgewählte teilweise Abhängigkeiten sind wie folgt:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2068,21 +2090,21 @@ msgstr "" "Hinweis: a, b,-> d, f bedeutet Werte der Spalten a und b miteinander " "kombiniert können Werte der Spalten d und f bestimmen." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Es wurden keine teilweisen Abhängigkeiten ausgewählt!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Zeige mir die möglichen teilweisen Abhängigkeiten anhand von Daten in der " "Tabelle" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Teilweise Abhängigkeiten Liste ausblenden" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2090,40 +2112,40 @@ msgstr "" "Bleib sitzen! Es dauert einige Sekunden, abhängig von Datengröße und " "Spaltenanzahl der Tabelle." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Schritt" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Die folgenden Aktionen werden ausgeführt:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Entfernen der Spalten %s aus der Tabelle %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Folgende Tabelle erzeugen" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Dritter Schritt der Normalisierung (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Transitive Abhängigkeiten bestätigen" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Ausgewählte Abhängigkeiten sind wie folgt:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Es wurden keine Anhängigkeiten ausgewählt!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2132,131 +2154,131 @@ msgstr "Es wurden keine Anhängigkeiten ausgewählt!" msgid "Save" msgstr "Speichern" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Suchkriterien ausblenden" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Suchkriterien anzeigen" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Bereichssuche" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Spaltenmaximum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Spaltenminimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimalwert:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maximalwert:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Kriterien für Suchen und Ersetzen ausblenden" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Suchkriterien anzeigen und ersetzen" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Jeder Punkt stellt eine Datenreihe dar." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Das Überfliegen eines Punktes zeigt seine Bezeichnung." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" "Zum Hineinzoomen markieren Sie mit der Maus einen Abschnitt des Diagramms." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Auf \"Zoom zurücksetzen\" klicken, um zum Original zurückzukehren." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Auf einen Datenpunkt klicken, um eine Datenzeile anzuzeigen bzw. zu " "editieren." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Die Größe der Darstellung kann durch Ziehen in die rechte untere Ecke " "verändert werden." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Zwei Spalten auswählen" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "2 unterschiedliche Spalten auswählen" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Datenpunkt-Inhalt" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorieren" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopieren" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "LineString" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrie" # Ist hiermit der Inkreis gemeint? http://de.wikipedia.org/wiki/Inkreis # # Ja -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Inkreis" # Ankreis ist richtig http://de.wikipedia.org/wiki/Ankreis -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Ankreis" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Soll der Verschlüsselungs-Schlüssel importiert werden?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Verschlüsselungs-Schlüssel" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2264,24 +2286,24 @@ msgstr "" "Zeigt an, dass Sie Änderungen an dieser Seite vorgenommen haben; Sie werden " "um Bestätigung gebeten, bevor die Änderungen verworfen werden" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Wählen Sie den referenzierten Schlüssel" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Wähle Fremdschlüssel" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Anzuzeigende Spalte auswählen" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2289,77 +2311,77 @@ msgstr "" "Sie haben die Änderungen im Layout nicht gespeichert. Sie gehen verloren " "wenn Sie nicht speichern. Möchten Sie fortfahren?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Seitenname" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Seite speichern" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Seite speichern als" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Öffne Seite" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Seite löschen" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Unbenannt" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Bitte wählen Sie eine Seite um fortzufahren" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Bitte geben Sie einen gültigen Seitennamen ein" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Möchten Sie die Änderungen der aktuellen Seite speichern?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Seite wurde erfolgreich gelöscht" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Beziehungsschema exportieren" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Änderungen gespeichert" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Option hinzufügen zu Spalte \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d Objekt(e) erstellt." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Abschicken" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Drücken Sie ESC, um das Bearbeiten abzubrechen." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2367,15 +2389,15 @@ msgstr "" "Sie haben Daten verändert und noch nicht gespeichert. Sind Sie sicher, dass " "Sie diese Seite ohne zu speichern verlassen möchten?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Zur Umsortierung ziehen." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klicken um die Ergebnisse nach dieser Spalte zu sortieren." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2385,28 +2407,28 @@ msgstr "" "DESC zu wechseln.
- Strg oder Alt+Klicken (Mac: Shift+Option+Klicken), " "um die Spalte von der ORDER BY-Klausel zu entfernen" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klicken zum Aus- bzw. Abwählen." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Doppelklicken, um den Spaltennamen zu kopieren." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Den Pfeil des Aufklappsmenüs anklicken
um die Sichtbarkeit der Spalte " "umzustellen." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Alles anzeigen" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2416,13 +2438,13 @@ msgstr "" "Kopieren und Löschen von Links können nach dem Speichern eventuell nicht " "funktionieren." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Bitte geben Sie eine gültige hexadezimale Zeichenfolge ein. Gültige Zeichen " "sind 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2430,134 +2452,134 @@ msgstr "" "Sollen wirklich alle Datensätze angezeigt werden? Bei einer großen Tabelle " "könnte dies den Browser zum Absturz bringen." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Ursprüngliche Länge" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "abbrechen" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abgebrochen" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Erfolg" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importstatus" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Dateien hier ablegen" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Zuerst Datenbank auswählen" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Sie können die meisten Werte auch bearbeiten,
indem Sie darauf " "doppelklicken." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Sie können die meisten Werte auch bearbeiten,
indem Sie darauf klicken." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Gehe zur Verknüpfung:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Spaltennamen kopieren." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Klicken Sie auf den Spaltennamen, um ihn in die Zwischenablage zu kopieren." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Passwort generieren" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generieren" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Passwort ändern" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mehr" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Panel anzeigen" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Panel ausblenden" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Zeige versteckte Navigationselemente." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Mit Hauptpanel verknüpfen" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Verknüpfung mit Hauptpanel aufheben" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Enter nach dem Suchbegriff drücken, um alle Datenbanken auf dem Server zu " "filtern" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Um alle %s in Datenbank zu filtern, nach einem Suchbegriff Enter drücken" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "Tabellen" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "Ansichten" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "Prozeduren" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "Ereignisse" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "Funktionen" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Die angeforderte Seite wurde nicht im Verlauf gefunden, sie könnte " "abgelaufen sein." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2567,28 +2589,28 @@ msgstr "" "empfohlen. Die aktuelle Version ist %s, erschienen am %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", aktuelle stabile Version:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "auf dem neuesten Stand" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Erzeuge View" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Fehlerbericht senden" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Fehlerbericht senden" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2596,15 +2618,15 @@ msgstr "" "Es ist ein JavaScript Fehler aufgetreten. Möchten Sie einen Fehlerbericht " "senden?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Einstellungen für Berichte ändern" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Berichtdetails anzeigen" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2612,7 +2634,7 @@ msgstr "" "Ihr Export ist unvollständig, wegen eines niedrigen Ausführungszeit-Limits " "in PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2622,60 +2644,60 @@ msgstr "" "werden einige der Felder möglicherweise ignoriert, wegen der PHP-" "Konfiguration max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Einige Fehler wurden auf dem Server entdeckt!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Bitte schauen Sie am unteren Ende dieses Fensters." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Alles ignorieren" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Gemäß Ihrer Einstellungen werden diese derzeit übermittelt, seien Sie bitte " "geduldig." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Diese Abfrage erneut ausführen?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Möchten Sie dieses Lesezeichen wirklich löschen?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "Beim Laden der SQL-Debug-Informationen ist ein Fehler aufgetreten." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s Abfragen %s mal in %s Sekunden ausgeführt." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s Argument(e) übergeben" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Argumente einblenden" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Argumente ausblenden" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Nötige Zeit:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2686,334 +2708,334 @@ msgstr "" "nicht korrekt funktionieren. In Safari wird dieses Problem häufig durch den " "privaten Modus verursacht." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Vorher" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Nächster" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Heute" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Januar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "März" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dezember" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mrz" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dez" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Sonntag" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Montag" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Dienstag" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Mittwoch" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Donnerstag" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Freitag" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Samstag" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Mo" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mi" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wo" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Stunde" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minute" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekunde" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Dieses Feld muss ausgefüllt werden" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Bitte korrigieren Sie dieses Feld" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültigen E-Mail-Adresse ein" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Bitte geben Sie eine gültige URL ein" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Bitte geben Sie ein gültiges Datum ein" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Bitte geben Sie ein gültiges Datum (ISO) ein" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Bitte geben Sie eine gültige Zahl ein" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Bitte geben Sie eine gültige Kreditkartennummer ein" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Bitte geben Sie nur Ziffern ein" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Bitte geben Sie denselben Wert nochmal ein" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Bitte nicht mehr als {0} Zeichen eingeben" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Bitte geben Sie mindestens {0} Zeichen ein" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Bitte geben Sie einen zwischen {0} und {1} Zeichen langen Wert ein" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Bitte geben Sie einen Wert zwischen {0} und {1} ein" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Bitte geben Sie einen Wert kleiner gleich {0} ein" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Bitte geben Sie einen Wert größer gleich {0} ein" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Bitte geben Sie ein gültiges Datum oder eine gültige Zeitangabe ein" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Bitte geben Sie einen gültige hexadezimale Eingabe ein" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Fehler" @@ -3084,18 +3106,18 @@ msgstr "pro Stunde" msgid "per day" msgstr "pro Tag" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Bestehende Konfigurationsdatei (%s) kann nicht gelesen werden." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Schriftgröße" @@ -3114,7 +3136,7 @@ msgid "Requery" msgstr "Erneut abfragen" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3123,7 +3145,7 @@ msgstr "Erneut abfragen" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3198,7 +3220,7 @@ msgid "History" msgstr "Verlaufsprotokoll" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3221,7 +3243,7 @@ msgstr "Verlaufsprotokoll" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Optionen" @@ -3292,7 +3314,7 @@ msgid "Count:" msgstr "Anzahl:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3346,10 +3368,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Zum dunklen Motiv wechseln" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3357,10 +3379,10 @@ msgstr "Zum dunklen Motiv wechseln" msgid "Ascending" msgstr "Aufsteigend" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3577,127 +3599,128 @@ msgstr "Auswahl entfernen" msgid "Inside column:" msgstr "In Spalte:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Speichere bearbeitete Daten" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Spalten-Anordnung wiederherstellen" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Zeilen filtern" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Diese Tabelle durchsuchen" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Anfang" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Vorherige" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Nächste" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Ende" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alle" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Anzahl der Datensätze:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Nach Schlüssel sortieren" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Gekürzte Texte" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Vollständige Texte" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relationaler Schlüssel" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relationale Anzeigespalte" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Binäre Inhalte anzeigen" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB Inhalte anzeigen" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Darstellungsumwandlung ausblenden" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Bekannter Text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Bekanntes Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Der Datensatz wurde gelöscht." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Beenden" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" "Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch " "[doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Ihr SQL-Befehl wurde erfolgreich ausgeführt." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3706,38 +3729,38 @@ msgstr "" "Dieser Ansicht hat mindestens diese Anzahl von Datensätzen. Bitte lesen Sie " "die %sDokumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zeige Datensätze %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d insgesamt, %2$d in Abfragen" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d insgesamt" # (s is the abbreviation of "Sekunde", sec is it not (according to # International System of Units), so we wrote the complete one.) -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Die Abfrage dauerte %01.4f Sekunden." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "markierte:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3746,24 +3769,24 @@ msgstr "markierte:" msgid "Check All" msgstr "Alle auswählen" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Druckansicht" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operationen für das Abfrageergebnis" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Diagramm anzeigen" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisiere GIS Daten" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Der Verweis wurde nicht gefunden!" @@ -3889,7 +3912,7 @@ msgstr "Kardinalität" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3899,7 +3922,7 @@ msgid "Collation" msgstr "Kollation" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentar" @@ -3914,7 +3937,7 @@ msgid "Index %s has been dropped." msgstr "Index %s wurde entfernt." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3932,7 +3955,7 @@ msgstr "" "möglicherweise entfernt werden." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3949,7 +3972,7 @@ msgstr "Ansicht" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3980,7 +4003,7 @@ msgstr "Einfügen" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Rechte" @@ -4043,16 +4066,18 @@ msgid "Central columns" msgstr "Zentrale Spalten" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Datenbanken" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Benutzer" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Benutzergruppen" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4127,7 +4152,7 @@ msgid "Could not save favorite table!" msgstr "Konnte die Favoriten-Tabelle nicht speichern!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Aus Favoriten entfernen" @@ -4148,7 +4173,7 @@ msgid "Recent" msgstr "Letzte" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favoriten-Tabellen" @@ -4782,16 +4807,16 @@ msgstr "Maximal: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL meldet: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL erklären" @@ -4808,7 +4833,7 @@ msgstr "Explain auf %s analysieren" msgid "Without PHP Code" msgstr "ohne PHP-Code" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-Code erzeugen" @@ -4900,6 +4925,10 @@ msgstr "Aktualisiert am" msgid "Last check" msgstr "Letzter Check am" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Benutzer" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Suche:" @@ -4996,8 +5025,8 @@ msgstr "NEIN" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5005,7 +5034,7 @@ msgstr "Name" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Länge/Werte" @@ -5284,7 +5313,7 @@ msgid "Not a valid port number!" msgstr "Keine gültige Portnummer!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Ungültiger Wert!" @@ -5295,37 +5324,37 @@ msgstr "Ungültiger Wert!" msgid "Value must be equal or lower than %s!" msgstr "Wert muss gleich oder kleiner als %s sein!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Fehlende Daten für %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "nicht verfügbar" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" benötigt %s Erweiterung" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "Komprimierter Import wird wegen fehlender Funktion (%s) nicht funktionieren." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "Komprimierter Export wird wegen fehlender Funktion (%s) nicht funktionieren." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "Maximum %s" @@ -5340,7 +5369,7 @@ msgid "Set value: %s" msgstr "Setze Wert: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Voreingestellten Wert wiederherstellen" @@ -5827,7 +5856,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maximale Ausführungszeit" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "%s-Befehl verwenden" @@ -5836,7 +5865,7 @@ msgstr "%s-Befehl verwenden" msgid "Save as file" msgstr "Senden" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Zeichensatz der Datei" @@ -5852,8 +5881,8 @@ msgstr "Kompression" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5863,14 +5892,14 @@ msgstr "Kompression" msgid "Put columns names in the first row" msgstr "Spaltennamen in die erste Zeile setzen" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Spalten eingeschlossen von" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Spalten escaped mit" @@ -5878,8 +5907,8 @@ msgstr "Spalten escaped mit" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Ersetze NULL durch" @@ -5887,13 +5916,13 @@ msgstr "Ersetze NULL durch" msgid "Remove CRLF characters within columns" msgstr "CRLF-Zeichen aus den Zeilen entfernen" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Spalten enden mit" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Zeilen enden mit" @@ -5915,8 +5944,8 @@ msgid "Table name template" msgstr "Schablone für Tabellennamen" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5944,14 +5973,14 @@ msgid "Label key" msgstr "Kennzeichen" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-Typ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Tabellenverknüpfungen" @@ -5959,109 +5988,115 @@ msgstr "Tabellenverknüpfungen" msgid "Export method" msgstr "Exportmethode" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Auf Server speichern" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Bestehende Datei(en) überschreiben" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportiere Tabellenkopfzeilen" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Schablone für Dateinamen merken" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT-Wert hinzufügen" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Tabellen- und Feldnamen mit Backticks umschließen" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL-Kompatibilitätsmodus" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE Optionen:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Erzeugungs-/Aktualisierungs-/Überprüfungszeiten" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Verzögerten INSERT-Befehl verwenden" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Fremdschlüsselüberprüfung deaktivieren" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportiere Ansicht als Tabelle" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Verwandte Metadaten aus dem phpMyAdmin-Konfigurationsspeicher exportieren" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s hinzufügen" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Benutze hexadecimal für BINARY und BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Fehlerübergehenden INSERT-Befehl verwenden" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Zu verwendende Syntax beim Hinzufügen von Daten" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maximale Länge der erstellten Abfrage" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Exporttyp" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Export in einer Transaktion zusammenfassen" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Zeit des Exports in UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Sichere Verbindung während der Nutzung von phpMyAdmin erzwingen." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL-Verbindung erzwingen" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6070,164 +6105,164 @@ msgstr "" "[kbd]content[/kbd] ist der referenzierte Wert, [kbd]id[/kbd] ist der " "Schlüsselwert." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Sortierreihenfolge im Fremdschlüssel-Auswahlmenü" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Es wird ein Auswahl-Feld verwendet, falls weniger Einträge vorhanden sind." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Fremdschlüssel-Limit" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standardeinstellung für Fremdschlüsselüberprüfung für bestimmte Anfragen." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Fremdschlüsselüberprüfungen" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Anzeigemodus" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Anzeigemodus anpassen." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Standard-Einstellungen anpassen." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Entwickler" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Einstellungen für phpMyAdmin Entwickler." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Bearbeitungsmodus" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Bearbeitungsmodus anpassen." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Voreinstellung für Export" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Standard-Exporteinstellungen anpassen." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funktionen" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Allgemein" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Einige oft verwendete Optionen setzen." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Voreinstellung für Import" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Standard-Importeinstellungen anpassen." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import/Export" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Import/Export-Verzeichnis und Kompressionsoptionen setzen." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Anzeigeoptionen für Datenbank." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Aussehen des Navigationspanels anpassen." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Navigationspanel anpassen" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Server" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Anzeigeoptionen für Server." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Anzeigeoptionen für Tabellen." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Hauptpanel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Sonstige Einstellungen" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Einstellungen welche in keine andere Kategorie passten." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Seitentitel" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6235,11 +6270,11 @@ msgstr "" "Text für die Browser-Titelleiste. Weitere Informationen über Schlüsselwörter " "und Variablennamen in der [doc@faq6-27]Dokumentation[/doc]." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sicherheit" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6247,23 +6282,23 @@ msgstr "" "Beachten Sie, dass phMyAdmin nur eine Bedienoberfläche ist und die " "Möglichkeiten von MySQL nicht einschränkt." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Grundeinstellungen" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Authentifizierung" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Authentifizierungseinstellungen." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serverkonfiguration" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6271,15 +6306,15 @@ msgstr "" "Erweiterte Serverkonfiguration, ändern Sie diese Einstellungen nur, wenn Sie " "wissen was Sie tun." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Geben Sie die Verbindungsparameter für den Server ein." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Konfigurationsspeicher" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6289,11 +6324,11 @@ msgstr "" "Features zu erhalten, siehe [doc@linked-tables]phpMyAdmin-" "Konfigurationsspeicher[/doc] in der Dokumentation." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Änderungen verfolgen" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6301,111 +6336,111 @@ msgstr "" "Verfolgen von Datenbankänderungen. Erfordert eine konfigurierte PMA-" "Datenbank." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Exportoptionen anpassen" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Importeinstellungen anpassen" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Navigationspanel anpassen" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Hauptpanel anpassen" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-Abfragen" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL-Querybox" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Angezeigte Links in SQL-Querybox ändern." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Einstellungen für SQL-Abfragen." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Start" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Startseite anpassen." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Datenbank-Struktur" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Wählen Sie aus, welche Details in der Datenbankstrukturansicht (Liste der " "Tabellen) angezeigt werden sollen." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabellenstruktur" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Einstellungen für die Tabellenstruktur (Spaltenliste)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tabs" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Wählen Sie wie die Tabs funktionieren sollen." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Beziehungsschema anzeigen" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papiergröße" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Textfelder" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Texteingabefelder anpassen." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! Text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Standard-Einstellungen anpassen" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Warnungen" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Unterdrücken einiger phpMyAdmin-Warnhinweise." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6413,15 +6448,15 @@ msgstr "" "[a@http://de.wikipedia.org/wiki/Gzip]GZip[/a]-Kompression für Import- und " "Exportoperationen aktiviren." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Extra Parameter für iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6429,11 +6464,11 @@ msgstr "" "Wenn aktiv, fährt phpMyAdmin bei der Verarbeitung von multi-Statement-Querys " "fort, wenn eine Query fehlschlägt." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Fehler bei Multi-Statements ignorieren" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6443,26 +6478,26 @@ msgstr "" "Zeitlimit bald erreicht ist. Dies ist eine gute Idee zum Importieren von " "großen Files, kann aber Probleme mit Transaktionen verursachen." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Teilweiser Import: Unterbrechung erlauben" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Bei INSERT Fehler nicht abbrechen" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE hinzufügen" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" "Daten aktualisieren, wenn doppelte Schlüssel beim Importieren erkannt werden" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6470,69 +6505,69 @@ msgstr "" "Voreingestelltes Format. Bitte beachten, dass diese Liste vom Ort abhängt " "(Datenbank, Tabelle) und nur SQL immer verfügbar ist." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format der importierten Datei" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "verwende LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Spaltennamen in der ersten Zeile" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Keine leeren Datensätze importieren" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Währungen importieren ($5.00 zu 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Prozentwerte als Dezimalzahlen importieren (12.00% wird zu 0.12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Anzahl der am Anfang zu überspringenden Abfragen." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Teilimport: Überspringe Anfragen" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT nicht für Nullwerte verwenden" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Anfangswert für Schieberegler" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Anzahl der auf einmal einfügbaren Datensätze." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Anzahl der eingefügten Datensätze" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximal dargestellte Zeichenzahl bei Anzeige einer nicht-numerischen Spalte " "in einer SQL-Abfrage." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Zeichen pro Spalte begrenzen" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6542,11 +6577,11 @@ msgstr "" "FALSE, wird logout nur auf dem aktuellen Server vollzogen. FALSE macht es " "leicht, logout auf andern Servern zu vergessen." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "All Cookies beim Logout löschen" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6554,11 +6589,11 @@ msgstr "" "Definiert ob im [kbd]Cookie[/kbd] Authentifizierungsmodus der vorherige " "Login wieder aufgerufen werden soll oder nicht." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Benutzername wiederherstellen" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6570,48 +6605,48 @@ msgstr "" "Sitzung gespeichert wird und beim Schließen des Browserfensters sofort " "gelöscht wird. Dies wird für nicht vertrauenswürdige Umgebungen empfohlen." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Login Cookie Speicherung" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Legt fest, wie lange (in Sekunden) ein Login Cookie gültig ist." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Login Cookie Gültigkeit" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Verdoppele Größe für LONGTEXT Spalten." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Größere Textfelder für LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximal dargestellte Zeichenzahl bei Anzeige einer SQL-Abfrage." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Zeichen Maximum beim SQL Befehl anzeigen" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Benutzer dürfen keinen größeren Wert setzen" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maximale Anzahl der in der Datenbankliste angezeigten Datenbanken." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Datenbanken Maximum" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6619,11 +6654,11 @@ msgstr "" "Anzahl der Elemente, die pro Seite auf der ersten Ebene im Navigationsbaum " "angezeigt werden können." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maximale Elemente auf erster Ebene" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6631,11 +6666,11 @@ msgstr "" "Anzahl der Elemente, die pro Seite im Navigationsbaum angezeigt werden " "können." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maximale Elemente in Zweig" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6643,19 +6678,19 @@ msgstr "" "Anzahl der angezeigten Datensätze in einem Abfrage-Ergebnis. Wenn mehr " "Datensätze vorhanden sind, werden \"Previous\" and \"Next\" Links angezeigt." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maximale Anzahl der angezeigten Datensätze" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maximale Anzahl der in einer Tabellenliste angezeigten Tabellen." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Tabellen Maximum" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6663,41 +6698,41 @@ msgstr "" "Anzahl der Bytes, welche ein Script zur Ausführung benötigen darf, z.B. " "[kbd]32M[/kbd] ([kbd]0[/kbd] .für unbegrenzt)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Speicher Limit" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Im Navigationsbereich den Datenbankbaum durch ein Auswahlmenü ersetzen" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Datenbanknavigation als Baum anzeigen" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Verknüpfen Sie mit Hauptbereich durch die Hervorhebung der aktuellen " "Datenbank oder Tabelle." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Logo im Navigationspanel anzeigen." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Logo anzeigen" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, auf die das Logo im Navigationspanel zeigt." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL für Logo-Link" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6705,27 +6740,27 @@ msgstr "" "Öffne Links im aktuellen Fenster([kbd]main[/kbd]) oder in einem neuen " "Fenster ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Ziel für Logo-Link" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Serverauswahl oben im Navigationspanel anzeigen." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Server-Auswahl anzeigen" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Ziel für Schnellzugriff-Icon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Ziel für zweites Schnellzugriff-Icon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6733,16 +6768,16 @@ msgstr "" "Legt die minimale Anzahl Elemente fest (Tabellen, Ansichten, Routinen und " "Ereignisse), ab denen ein Filter-Feld angezeigt wird." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimale Anzahl Elemente, ab denen Filter-Feld angezeigt wird" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Minimale Anzahl der Datenbanken, die im Datenbank-Filterfeld angezeigt werden" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6750,58 +6785,58 @@ msgstr "" "Elemente im Navigationsbaum gruppieren (wie vom im obigen „Datenbanken und " "Tabellen“-Reiter definierten Trennzeichen bestimmt)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Elemente im Baum gruppieren" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" "Zeichenkette, die Datenbanken in unterschiedliche Baum-Abschnitte unterteilt." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Trennzeichen für Datenbank-Baum" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" "Zeichenkette, die Tabellen in unterschiedliche Baum-Abschnitte unterteilt." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Trennzeichen für Tabellen-Baum" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maximale Tiefe des Tabellen-Baumes" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Server unter Mauscursor hervorheben." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Hervorhebung ermöglichen" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Wird die Möglichkeit der Baumerweiterung im Navigationsbereich angeboten " "oder nicht." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Erweiterung des Navigationsbaumes aktivieren" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Tabellen-Liste anzeigen/ausblenden" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6811,110 +6846,110 @@ msgstr "" "Wird die Möglichkeit der Baumerweiterung im Navigationsbereich angeboten " "oder nicht." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Versionen anzeigen" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Datenbanknavigation als Baum anzeigen" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Funktionsfelder anzeigen" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prozesse anzeigen" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Versionen anzeigen" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Datenbanknavigation als Baum anzeigen" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maximale Anzahl der kürzlichen verwendeten Tabellen, auf 0 setzen zum " "deaktivieren." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maximale Anzahl der bevorzugten Tabellen, auf 0 setzen zum deaktivieren." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Kürzlich verwendete Tabellen" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Dies sind Bearbeitungs-, Kopier- und Löschlinks." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Wo die Datensatz-Links angezeigt werden sollen" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Ob Verlinkungen zu Tabellenzeilen auch in Abwesenheit eines eindeutigen " "Schlüssels angezeigt werden." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Verlinkungen zu Tabellenzeiĺen dennoch anzeigen" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Natürliche Sortierreihenfolge für Tabellen- und Datenbanknamen verwenden." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Natürliche Reihenfolge" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Verwende nur Icons, nur Text oder beides." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tabellen-Navigationsleiste" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Verwende Gzip output buffering, um HTTP transfers zu beschleunigen." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip Ausgabepufferung" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6922,19 +6957,19 @@ msgstr "" "[kbd]SMART[/kbd] - d.h. absteigende Sortierung für die Feldtypen TIME, DATE, " "DATETIME und TIMESTAMP, sonst aufsteigende Sortierung." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Voreingestellte Sortierung" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Verwende andauernde Verbindungen zu MySQL Datenbanken." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Persistente Verbindung" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6944,11 +6979,11 @@ msgstr "" "erforderliche Tabelle der phpMyAdmin Konfiguration nicht gefunden werden " "kann." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Fehlende phpMyAdmin-Konfigurationsspeicher-Tabellen" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6956,11 +6991,11 @@ msgstr "" "Standardmeldung unterdrücken, wenn die Version des Servers und der MySQL-" "Bibliothek sich unterscheiden." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Warnung bei unterschiedlicher Server-/Bibliothek-Version" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6968,27 +7003,27 @@ msgstr "" "Standardhinweis der Struktur-Seite unterdrücken, wenn Spaltennamen in einer " "Tabelle reservierte MySQL-Wörter sind." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Warnung wegen reservierter MySQL-Wörter" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Wie sollen die Menüpunkte dargestellt werden" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Wie verschiedene Aktions-Links angezeigt werden" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Änderungen an BLOB und BINARY Feldern verbieten." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "BINARY-Felder schützen" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6999,106 +7034,106 @@ msgstr "" "Routinen zur Darstellung des Abfrageverlaufs eingesetzt (sie gehen beim " "Schließen des Fensters verloren)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Anfragelog speichern" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Anzahl der Abfragen in der Historie." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Länge des Abfrageverlaufs" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Wahl der Funktionen zur Zeichensatz-Konvertierung." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Umwandlungs Engine" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Während des Durchsehens der Tabellen wird die Sortierung zwischengespeichert." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Tabellensortierung zwischenspeichern" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Standard-Sortierreihenfolge für Tabellen mit einem Primärschlüssel." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Standardsortierreihenfolge des Primärschlüssels" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Kopfzeilen alle n Zellen anzeigen, [kbd]0[/kbd] deaktiviert diese Option." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Kopfzeilen wiederholen" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Sofort-Bearbeiten: Aktions-Auslöser" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relationale Anzeige" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Für Anzeigeoptionen" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Sofort-Bearbeiten: Alle bearbeiteten Zellen auf einmal speichern" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Verzeichnis auf dem Server für Exports." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Speicher Verzeichnis" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Leer lassen, wenn unbenutzt." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Host-Autorisierungsreihenfolge" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Leer lassen, um die Voreinstellungen zu verwenden." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Host-Autorisierungsregeln" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Erlaube Logins ohne Passwort" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Erlaube root Login" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Zeitzone der Sitzung" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7106,15 +7141,15 @@ msgstr "" "Setzt die effektive Zeitzone; möglicherweise von der Ihres Datenbankservers " "abweichend" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Bereich Name der bei HTTP Auth angezeigt wird." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Bereich" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7124,19 +7159,19 @@ msgstr "" "Authentifizierung[/a] (liegt nicht im Webhauptverzeichnis (document root); " "empfohlen: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey Konfigurationsdatei" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Zu benutzende Authentifikations-Methode." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Authentifikationstyp" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7144,11 +7179,11 @@ msgstr "" "Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/" "bookmark]Lesezeichen[/a]-Unterstützung, Vorschlag: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Lesezeichen Tabelle" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7156,32 +7191,32 @@ msgstr "" "Leer lassen für keine Spalten Kommentare/mime types, Vorschlag: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Spalten Informationen Tabelle" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Komprimiere die Verbindung zum MySQL-Server." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Verbindung komprimieren" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Art der Verbindung zum Server, im Zweifelsfalle auf [kbd]tcp[/kbd] belassen." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Art der Verbindung" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "pmadb Benutzer Passwort" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7189,11 +7224,11 @@ msgstr "" "Ein besonderer MySQL Nutzer mit eingeschränkten Rechten, nähere " "Informationen auf [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "pmadb Benutzer" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7201,11 +7236,11 @@ msgstr "" "Eine alternative Host für den Konfiguration Speicher; leer lassen, um die " "bereits definierten Host zu verwenden." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "pmadb Host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7215,15 +7250,15 @@ msgstr "" "verbinden; leer lassen, um den Standardport, oder den bereits definierten " "Port, wenn der Kontrollhost dem Host gleicht." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontroll-Port" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Verberge Datenbanken, die auf regular expressions (PCRE) passen." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7232,15 +7267,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Benutzung von INFORMATION_SCHEMA deaktivieren" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Datenbanken verstecken" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7248,23 +7283,23 @@ msgstr "" "Leer lassen für keine SQL Abfrageverlaufs-Unterstützung, Vorschlag: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL Abfragehistorien Tabelle" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Rechnername auf dem der MySQL Server läuft." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Hostname" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Abmelde URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7272,15 +7307,15 @@ msgstr "" "Begrenzt die Anzahl der Tabelle Einstellungen die in der Datenbank " "gespeichert werden, die ältesten Einträge werden automatisch gelöscht." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maximale Anzahl der zu speichernden Tabelleneinstellungen" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Beispielabfragentabelle" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7288,11 +7323,29 @@ msgstr "" "Leer lassen um keine Beispielabfragen nutzen zu können, Vorschlag: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportiere Ansicht als Tabelle" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabelle für zentrale Spalten" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7300,15 +7353,15 @@ msgstr "" "Leer lassen für keine Unterstützung für zentrale Spalten, Vorschlag: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Versuche ohne Passwort zu verbinden." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Ohne Passwort verbinden" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7318,30 +7371,30 @@ msgstr "" "Bedeutung wiederhergestellt, d.h. [kbd]'my\\_db'[/kbd] und nicht " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Nur aufgelistete Datenbanken zeigen" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Leer lassen, wenn config auth nicht verwendet wird." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Passwort für config Authentifikation" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-Schema: Seiten-Tabelle" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7351,20 +7404,20 @@ msgstr "" "phpmyadmin.net/pma/pmadb]pmadb[/a] für komplette Information. Leer lassen " "für keine Unterstützung. Vorschlag: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Datenbankname" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port, auf dem der MySQL-Server horcht, leer lassen für Voreinstellung." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7372,11 +7425,11 @@ msgstr "" "Leer lassen, um die kürzlich verwendeten Tabellen nicht in der Datenbank " "\"dauerhaft\" zu speichern, Vorschlag: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Kürzlich verwendete Tabellen" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7384,11 +7437,11 @@ msgstr "" "Leer lassen, um die favorisierten Tabellen nicht in der Datenbank dauerhaft " "zu speichern, Vorschlag: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Favoriten-Tabelle" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7396,11 +7449,11 @@ msgstr "" "Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "link[/a] Unterstützung, Vorschlag: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relation Tabelle" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7408,32 +7461,32 @@ msgstr "" "Siehe [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]Authentifizierungsarten[/a] für ein Beispiel." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Anmelde Session-Name" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Anmelde URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket, auf dem der MySQL-Server horcht, leer lassen für Voreinstellung." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server Socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Ermögliche SSL für Verbindung zum MySQL-Server." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Benutze SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7441,11 +7494,11 @@ msgstr "" "Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Designer- und PDF-Schema: Tabellenkoordinaten" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7453,11 +7506,11 @@ msgstr "" "Tabelle zur Beschreibung der Anzeigespalten, leer lassen für keine " "Unterstützung; Vorschlag: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Tabelle für Anzeigespalten" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7465,11 +7518,11 @@ msgstr "" "Leer lassen, um die Oberflächeneinstellungen nicht \"dauerhaft\" in der " "Datenbank zu speichern, Vorschlag: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabelle für Oberflächeneinstellungen" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7477,11 +7530,11 @@ msgstr "" "DROP DATABASE IF EXISTS statement beim Erstellen einer neuen Datenbank als " "erste Zeile loggen." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hinzufügen" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7489,11 +7542,11 @@ msgstr "" "DROP TABLE IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE hinzufügen" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7501,21 +7554,21 @@ msgstr "" "DROP VIEW IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW hinzufügen" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Legt die Liste der Statements fest, welche die automatische " "Versionserstellung für neue Versionen verwenden." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Zu verfolgende Statements" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7523,11 +7576,11 @@ msgstr "" "Leer lassen für keine SQL Abfrageverlauf-Unterstützung, Vorschlag: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabelle mit Verfolgung der SQL-Abfragen" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7535,11 +7588,11 @@ msgstr "" "Automatische Versionserstellung für Tabellen und Ansichten durch den " "Verlaufs-Mechanismus." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Versionen automatisch erzeugen" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7547,11 +7600,11 @@ msgstr "" "Leer lassen, um die Benutzereinstellungen nicht in der Datenbank zu " "speichern, Vorschlag: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabelle für Benutzereinstellungen" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7561,11 +7614,11 @@ msgstr "" "konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird " "wird dieses Feature deaktiviert, Vorschlag: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Benutzer-Tabelle" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7575,11 +7628,11 @@ msgstr "" "konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird " "wird dieses Feature deaktiviert, Vorschlag: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Benutzergruppen-Tabelle" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7587,15 +7640,15 @@ msgstr "" "Leer lassen, um die Navigation anzuzeigen oder zu verstecken, Vorschlag: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabelle für ausgeblendete Navigations-Elemente" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Benutzername für config Authentifikation" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7603,21 +7656,21 @@ msgstr "" "Benutzerfreundlicher Name des Servers. Leer lassen um den tatsächlichen " "Rechnernamen anzuzeigen." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Serverbezeichnung" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Ob dem Benutzer eine Schaltfläche „Alle (Datensätze) anzeigen” " "angezeigt werden soll." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Erlaube es alle Datensätze anzuzeigen" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7628,55 +7681,55 @@ msgstr "" "dieses beschränkt nicht die Möglichkeit der direkten Ausführung des selben " "Befehls." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Zeige Formular zur Passwort-Änderung" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Zeige Formular zur Datenbank-Erstellung" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "Eine Spalte mit den Kommentaren für alle Tabellen ein-/ausblenden." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Tabellen-Kommentare einblenden" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Eine Spalte mit dem Erstellungs-Zeitstempel für alle Tabellen ein-/" "ausblenden." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Erstellungs-Zeitstempel anzeigen" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Eine Zeile mit dem Zeitstempel des letzten Updates für alle Tabellen ein-/" "ausblenden." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Zeitstempel des letzten Updates anzeigen" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Eine Zeile mit dem Zeitstempel der letzten Überprüfung für alle Tabellen " "ein-/ausblenden." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Zeitstempel der letzten Überprüfung einblenden" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7684,27 +7737,27 @@ msgstr "" "Definiert, ob Typen-Felder anfänglich im Bearbeiten/Einfügen-Modus angezeigt " "werden." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Feld-Typen anzeigen" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Im Bearbeiten/Einfügen Modus Funktionsfelder anzeigen." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Funktionsfelder anzeigen" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Hinweise anzeigen." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Hinweis anzeigen" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7712,57 +7765,57 @@ msgstr "" "Zeige Link zu [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "Ausgabe." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Zeige phpinfo() Link" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Zeige detailierte MySQL-Server Informationen" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Legt fest, ob von phpMyAdmin generierte SQL-Abfragen angezeigt werden " "sollten." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Zeige SQL Anfragen" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definiert, ob das Abfragefeld nach dem Absenden geöffnet bleiben sollte." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Abfragefeld weiterhin anzeigen" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Erlaube die Anzeige von Datenbank- und Tabellen-Statistiken, ( z.B. " "Platzbedarf)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Zeige Statistik" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Markiere benutzte Tabellen und ermögliche die Anzeige von Tabellen mit " "gesperrten Tabellen." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Überspringe gesperrte Tabellen" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7770,11 +7823,11 @@ msgstr "" "Default-Warnhinweis auf der Hauptseite deaktivieren, der angezeigt wird, " "wenn Suhosin erkannt wird." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin Warnhinweis" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7784,11 +7837,11 @@ msgstr "" "der Wert der PHP-Einstellung session.gc_maxlifetime kleiner als der Wert von " "`LoginCookieValidity` ist." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Login-Cookie Gültigkeitswarnung" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7796,11 +7849,11 @@ msgstr "" "Textfeldgröße (in Spalten) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Textfeldspalten" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7808,31 +7861,31 @@ msgstr "" "Textfeldgröße (in Zeilen) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Textfeldzeilen" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titelleiste des Browserfensters wenn eine Datenbank ausgewählt ist." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titelleiste des Browserfensters wenn nichts ausgewählt ist." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titelleiste des Browserfensters wenn ein Server ausgewählt ist." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titelleiste des Browserfensters wenn eine Tabelle ausgewählt ist." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7844,27 +7897,27 @@ msgstr "" "For) Header, der von dem proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd] kommt, vertrauen soll." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste der Vertrauenswürdigen Proxies für IP Filter" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Verzeichnis auf dem Server zum Upload von zu importierenden Dateien." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Upload Verzeichnis" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Erlaube Suche in der gesammten Datenbank." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Datenbank Suche" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7872,26 +7925,26 @@ msgstr "" "Wenn deaktiviert, können Benutzer – unabhängig von der Checkbox rechts – " "keine der untenstehenden Einstellungen ändern." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Aktiviere den Reiter \"Entwickler\" in den Einstellungen" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Auf neue Version prüfen" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktiviere die Prüfung auf Aktualisierungen auf der Hauptseite." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versionsüberprüfung" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7904,11 +7957,11 @@ msgstr "" "keinen direkten Zugriff auf das Internet hat. Das Format ist: \"Hostname:Port" "\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy-URL" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7919,21 +7972,21 @@ msgstr "" "Authenfizierung verwendet. Momentan werden andere Arten der " "Authentifizierung nicht unterstützt." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxy-Benutzername" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Das Kennwort für die Authentifizierung mit dem Proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxy-Passwort" # Maybe wikipedia links should point to $lang.wikipedia.org, eg # http://de.wikipedia.org/wiki/ZIP-Dateiformat -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7941,38 +7994,38 @@ msgstr "" "[a@http://de.wikipedia.org/wiki/ZIP-Dateiformat]ZIP[/a]-Kompression für " "Import- und Exportoperationen aktivieren." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" "Geben Sie Ihren öffentlichen Schlüssel für Ihren Domain-ReCaptcha-Service " "ein." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Öffentlicher Schlüssel für reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" "Geben Sie Ihren privaten Schlüssel für Ihren Domain-ReCaptcha-Service ein." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Privater Schlüssel für reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Wählen Sie die Standardaktion, beim Senden von Fehlerberichten." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Fehlerberichte senden" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7980,11 +8033,11 @@ msgstr "" "Abfragen werden durch Enter (anstelle von Strg+Enter) ausgeführt. Neue " "Zeilen werden mit Shift+Enter eingefügt." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter führt SQL-Abfragen in der Konsole aus" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7992,7 +8045,7 @@ msgstr "" "Aktivieren Sie den Keine-Konfiguration-Modus um phpMyAdmin die " "Konfigurationsspeichertabellen automatisch zu erzeugen." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Keine-Konfiguration-Modus aktivieren" @@ -8018,47 +8071,75 @@ msgstr "HTTP-Authentifizierung" msgid "Signon authentication" msgstr "Signon-Authentifizierung" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV mit LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Kalkulationstabelle" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Schnell" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Benutzerdefiniert" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Export-Optionen der Datenbank" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV-Daten für MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument-Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Zum Erhalten von Daten ist keine SQL-Abfrage gesetzt." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" +"Die Tabelle enthält keine numerischen Spalten zum Anzeigen eines Diagramms." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Keine Daten zum Anzeigen" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Die Tabelle %1$s wurde erfolgreich geändert." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Spaltendarstellung erfolgreich aktualisiert." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Interne Verknüpfungen wurden erfolgreich aktualisiert." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8073,12 +8154,12 @@ msgstr "möglicher Deep-Recursion-Angriff" msgid "No change" msgstr "Keine Änderung" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Siehe %sunsere Dokumentation%s für mehr Informationen." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8132,6 +8213,7 @@ msgid "Create database" msgstr "Neue Datenbank anlegen" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Anlegen" @@ -8145,7 +8227,7 @@ msgid "No Privileges" msgstr "Keine Rechte" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Erzeuge Tabelle" @@ -8159,50 +8241,94 @@ msgstr "" "Export-Plugins konnten nicht geladen werden, bitte überprüfen Sie Ihre " "Installation!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Datenbanken des aktuell ausgewählten Servers exportieren" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportiere Tabellen der Datenbank \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportiere Datensätze aus Tabelle \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Art des Exports:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Exporttyp" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Vorlage für den Dateinamen:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabellenname" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Vorlage für den Dateinamen:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Temp Disk Rate" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Aktualisiert" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Eine Tabelle auswählen" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Exportmethode" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Schnell – nur notwendige Optionen anzeigen" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Angepasst – zeige alle möglichen Optionen an" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Datenbank(en):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabelle(n):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formatspezifische Optionen:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8210,52 +8336,52 @@ msgstr "" "Scrollen Sie zu den Optionen für das ausgewählte Format. Ignorieren Sie die " "übrigen Formate." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Zeichensatz Umwandlung:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Datensätze:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Einige Datensätze exportieren" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Anfangsdatensatz:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Alle Datensätze exportieren" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Ausgabe:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Speichere auf dem Server im Verzeichnis %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Vorlage für den Dateinamen:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ wird durch den Servernamen ersetzt" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ wird durch den Datenbanknamen ersetzt" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ wird durch den Tabellennamen ersetzt" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8267,76 +8393,76 @@ msgstr "" "durchgeführt: %3$s. Der übrige Text bleibt unberührt. Für weitere " "Informationen lesen Sie die %4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "Diese Einstellungen auch für zukünftige Exporte verwenden" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Zeichencodierung der Datei:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Komprimierung:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "Zip-komprimiert" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "GZip-komprimiert" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ausgabe als Text anzeigen" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportiere Ansicht als Tabelle" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportiere Tabellenkopfzeilen" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Exportierte Datenbanken/Tabellen/Spalten umbenennen" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Speichere Ausgabe in Datei" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Überspringe Tabellen grösser als" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Datenbankauswahl" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Tabellenauswahl" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Neuer Datenbankname" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Name der neuen Tabelle" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Alter Spaltennamen" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Neuer Spaltennamen" @@ -8894,7 +9020,7 @@ msgid "Dump has been saved to file %s." msgstr "Auflistung wurde in Datei %s gespeichert." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Datensätze)." @@ -8977,7 +9103,7 @@ msgstr "Verstecken" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funktion" @@ -9053,7 +9179,7 @@ msgstr "" "beliebig bewegen" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9487,7 +9613,7 @@ msgstr "Neu" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Ansichten" @@ -9816,223 +9942,234 @@ msgstr "Keine partiellen Abhängigkeiten gefunden!" msgid "Rename database to" msgstr "Datenbank umbenennen in" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Sie haben nicht genug Rechte um fortzufahren!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Rechte anpassen" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Datenbank %s wurde gelöscht." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Datenbank entfernen" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Datenbank löschen (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Nur Struktur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur und Daten" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Nur Daten" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Datenbank kopieren nach" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Vor dem Kopieren CREATE DATABASE ausführen" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Constraints hinzufügen" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Zu kopierter Datenbank wechseln" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Tabelle sortieren nach" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(einmalig)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Verschiebe Tabelle nach (Datenbank.Tabellenname)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Tabelle umbenennen in" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabellen-Kommentar" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabellenoptionen" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Tabellenformat" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Alle Spaltenkollationen ändern" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiere Tabelle nach (Datenbank.Tabellenname)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Zur kopierten Tabelle wechseln" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Hilfsmittel" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analysiere Tabelle" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Überprüfe Tabelle" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Prüfsummentabelle" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Tabelle defragmentieren" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" "Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Leeren des Tabellenzwischenspeichers (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiere Tabelle" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Repariere Tabelle" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Daten oder Tabelle löschen" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tabelle leeren (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Tabelle löschen (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analysieren" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Überprüfen" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimieren" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Neuaufbauen" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparieren" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Leeren" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Zusammenführen" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Partitions-Hilfsmittel" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partition %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Entferne die Partitionierung" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Prüfe referentielle Integrität:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Tabelle kann nicht mit gleichem Namen verschoben werden!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Tabelle kann nicht mit gleichem Namen kopiert werden!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelle %s wurde nach %s verschoben. Die Privilegien wurden angepasst." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelle %s wurde nach %s kopiert. Die Privilegien wurden angepasst." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelle %s wurde nach %s verschoben." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelle %s wurde nach %s kopiert." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Der Tabellenname ist leer!" @@ -10233,7 +10370,7 @@ msgstr "Ereignis" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definition" @@ -11224,21 +11361,27 @@ msgstr "Verwaltung von zentralen Liste der Spalten" msgid "Remembering Designer Settings" msgstr "Tabellensortierung zwischenspeichern" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Ungültiger Typ für Export" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Kurzanleitung zum Einrichten der zusätzlichen Funktionen:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Erstellen der benötigten Tabellen mittels %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Den Benutzer pma einrichten und Zugriff auf diese Tabellen geben." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11247,16 +11390,16 @@ msgstr "" "php) aktiviert werden. Beispiele finden sich in der config." "sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "keine Beschreibung" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11266,7 +11409,7 @@ msgstr "" "anzulegen. Sie können zum „Operationen“-Tab einer beliebigen Datenbank " "gehen, um in dieser den phpMyAdmin-Konfigurationsspeicher einzurichten." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11275,7 +11418,7 @@ msgstr "" "Eine Datenbank mit Namen „phpmyadmin“ %sanlegen%s und dort die phpMyAdmin-" "Konfigurationsspeicher-Tabellen einrichten." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11283,7 +11426,7 @@ msgstr "" "%sErzeuge%s die PhpMyAdmin-Konfigurationsspeicherung in der aktuellen " "Datenbank." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "Fehlende phpMyAdmin-Konfigurationsspeicher-Tabellen %sanlegen%s." @@ -11478,6 +11621,7 @@ msgstr "Benutzername:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Benutzername" @@ -11636,10 +11780,10 @@ msgid "Master server changed successfully to %s." msgstr "Master-Server wurde erfolgreich auf %s geändert." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11660,7 +11804,7 @@ msgstr "Ereignis %1$s wurde geändert." msgid "Event %1$s has been created." msgstr "Ereignis %1$s wurde erzeugt." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11671,7 +11815,8 @@ msgstr "" msgid "Edit event" msgstr "Event bearbeiten" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Details" @@ -11685,7 +11830,7 @@ msgid "Event type" msgstr "Ereignistyp" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Wechseln zu %s" @@ -11713,13 +11858,13 @@ msgid "On completion preserve" msgstr "Nach Abschluss erhalten" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Ersteller" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Der Ersteller muss im \"benutzername@hostname\" Format sein!" @@ -11745,9 +11890,9 @@ msgid "You must provide an event definition." msgstr "Sie müssen die Definition des Ereignisses angeben." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Fehler beim Bearbeiten der Anfrage:" @@ -11785,89 +11930,95 @@ msgstr "" "vermeiden." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Ungültiger Prozeduren-Typ: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Das wiederherstellen der gelöschten Prozedur schlug fehl." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Prozedur %1$s wurde geändert. Die Privilegien wurden angepasst." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Prozedur %1$s wurde geändert." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Die Prozedur %1$s wurde erstellt." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Bearbeite Prozedur" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Prozeduren-Name" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parameter" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Richtung" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Parameter hinzufügen" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Letzten Parameter entfernen" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Rückgabe-Typ" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Rückgabe Länge/Werte" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Rückgabe der Optionen" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Ist plangesteuert" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Sicherheits-Typ" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL-Datenzugriff" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Sie müssen einen Prozeduren-Namen angeben!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Ungültige Richtung \"%s\" für Parameter angegeben." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11875,26 +12026,26 @@ msgstr "" "Sie müssen Länge/Werte Angaben für Prozeduren Parameter des Typs ENUM, SET, " "VARCHAR und VARBINARY angeben." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" "Sie müssen einen Namen und einen Typ für jeden Prozeduren-Parameter angeben." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" "Sie müssen einen Namen und einen Typ für jeden Prozeduren-Parameter angeben." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Sie müssen die Definition der Prozedur angeben." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Ergebnisse der ausgeführten Prozedur %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11903,13 +12054,13 @@ msgstr[0] "" msgstr[1] "" "%d Datensätze betroffen aufgrund des letzten Befehls innerhalb der Prozedur." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Führe Prozedur aus" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Prozeduren-Parameter" @@ -12477,12 +12628,16 @@ msgid "You have revoked the privileges for %s." msgstr "Sie haben die Rechte für %s widerrufen." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Benutzer hinzufügen" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Benutzergruppe hinzufügen" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Datenbank für Benutzer" #: libraries/server_privileges.lib.php:1946 @@ -12511,9 +12666,7 @@ msgid "User has been added." msgstr "Benutzer wurde hinzugefügt." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12588,11 +12741,15 @@ msgid "" msgstr "… lösche den alten und lade anschließend die Benutzertabellen neu." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Anmeldeinformation ändern/Benutzer kopieren" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Erstelle einen neuen Benutzer mit identischen Rechten und …" #: libraries/server_privileges.lib.php:3036 @@ -12614,7 +12771,9 @@ msgid "Add privileges on the following table:" msgstr "Rechte zu folgender Tabelle hinzufügen:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Die ausgewählten Benutzer löschen" #: libraries/server_privileges.lib.php:3376 @@ -12651,30 +12810,38 @@ msgstr "Die Rechte für %s wurden geändert." msgid "Deleting %s" msgstr "Lösche %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Die Benutzerprofile wurden neu geladen." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Der Benutzer %s existiert bereits!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Rechte für %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Neu" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Rechte ändern:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Benutzergruppe" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12682,11 +12849,13 @@ msgstr "" "Hinweis: Sie versuchen, die Berechtigungen des Benutzers zu bearbeiten, mit " "dem Sie aktuell angemeldet sind." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Benutzerübersicht" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12700,11 +12869,11 @@ msgstr "" "Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie " "Benutzerprofile neu laden%s bevor Sie fortfahren." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Der Benutzer wurde hinzugefügt." @@ -14050,7 +14219,7 @@ msgstr "Ungültiger Bezeichner" msgid "Unknown Punctuation String" msgstr "Unbekannte Interpunktion" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Die Tabelle %s wurde geleert." @@ -14063,13 +14232,13 @@ msgstr "Tracking ist aktiviert." msgid "Tracking is not active." msgstr "Tracking ist nicht aktiviert." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Die Ansicht %s wurde gelöscht." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Die Tabelle %s wurde gelöscht." @@ -14282,7 +14451,7 @@ msgstr "Speicherplatzverbrauch" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." @@ -14290,32 +14459,27 @@ msgstr "" "Die Tabelle %1$s wurde erfolgreich geändert. Die Privilegien wurden " "angepasst." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Die Tabelle %1$s wurde erfolgreich geändert." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Abfrage-Fehler" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Die Spalten wurden erfolgreich verschoben." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Zu den Favoriten hinzufügen" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Favoriten-Liste ist voll!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Zeige Erzeugungsabfrage" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Beziehungsansicht" @@ -14786,19 +14950,6 @@ msgstr "Keine neuere stabile Version verfügbar" msgid "Wrong data" msgstr "Fehlerhafte Daten" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Keine Daten zum Anzeigen" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Zum Erhalten von Daten ist keine SQL-Abfrage gesetzt." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" -"Die Tabelle enthält keine numerischen Spalten zum Anzeigen eines Diagramms." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14809,7 +14960,7 @@ msgstr "Datenbank '%s' existiert nicht." msgid "Table %s already exists!" msgstr "Die Tabelle %s existiert bereits!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Dump (Schema) der Tabelle anzeigen" @@ -14817,27 +14968,19 @@ msgstr "Dump (Schema) der Tabelle anzeigen" msgid "Invalid table name" msgstr "Ungültiger Tabellenname" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Interne Verknüpfungen wurden erfolgreich aktualisiert." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Spaltendarstellung erfolgreich aktualisiert." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Zeile: %1$s, Spalte: %2$s, Fehler: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Der Name '%s' ist ein reserviertes MySQL-Schlüsselwort." msgstr[1] "Die Namen '%s' sind reservierte MySQL-Schlüsselwörter." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Es wurden keine Datensätze ausgewählt." @@ -15018,7 +15161,7 @@ msgid "subquery" msgstr "Unterabfrage" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Erzeuge Verknüpfung" @@ -15082,13 +15225,13 @@ msgstr "Neue Seite" msgid "Delete pages" msgstr "Seiten löschen" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Neuladen" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Hilfe" @@ -15335,35 +15478,35 @@ msgstr "Titel des Reports" msgid "X-Axis:" msgstr "X-Achse:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Reihe:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Beschriftung X-Achse:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X-Werte" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Beschriftung Y-Achse:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Wertenamen in einer Spalte" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Wertespalten:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Wertspalte:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Diagramm als Bild speichern" @@ -16793,6 +16936,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert ist auf 0 gesetzt" +#~ msgid "Add user" +#~ msgstr "Benutzer hinzufügen" + +#~ msgid "Export Method:" +#~ msgstr "Art des Exports:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Keine Daten für die GIS-Darstellung gefunden." @@ -17033,11 +17182,6 @@ msgstr "concurrent_insert ist auf 0 gesetzt" #~ msgid "pdf export page" #~ msgstr "Ungültiger Typ für Export" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Ungültiger Typ für Export" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/el.po b/po/el.po index d6f74e3805..a272b89677 100644 --- a/po/el.po +++ b/po/el.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-29 14:47+0200\n" "Last-Translator: Παναγιώτης Παπάζογλου \n" -"Language-Team: Greek " -"\n" +"Language-Team: Greek \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,9 +91,9 @@ msgstr "Στήλη" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Σύνδεση με" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Σχόλια" msgid "Primary" msgstr "Πρωτεύον" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Πρωτεύον" msgid "No" msgstr "Όχι" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "Όχι" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "Δεν βρέθηκαν πίνακες στη βάση δεδομένω #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Πίνακες" @@ -248,11 +248,11 @@ msgstr "Πίνακες" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Δομή" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Δεδομένα" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Επιλογή όλων" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Το όνομα της βάσης δεδομένων είναι κενό!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "Η βάση δεδομένων %1$s μετονομάστηκε σε %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "Η βάση δεδομένων %1$s αντιγράφηκε στη %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -338,14 +337,14 @@ msgid "Tracked tables" msgstr "Παρακολουθούμενοι πίνακες" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -363,7 +362,7 @@ msgstr "Δημιουργήθηκε" msgid "Updated" msgstr "Ενημερώθηκε" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -496,23 +495,23 @@ msgid "Point:" msgstr "Σημείο:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "Χ" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Υ" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Σημείο %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Προσθήκη σημείου" @@ -534,7 +533,7 @@ msgstr "Εσωτερικός δακτύλιος %d:" msgid "Add a linestring" msgstr "Προσθήκη κειμένου γραμμής" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Προσθήκη εσωτερικού δακτυλίου" @@ -551,32 +550,32 @@ msgstr "Προσθήκη πολυγώνου" msgid "Add geometry" msgstr "Προσθήκη γεωμετρίας" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -605,7 +604,7 @@ msgstr "" msgid "Succeeded" msgstr "Επιτεύχθηκε" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Απέτυχε" @@ -710,7 +709,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Αδύνατη η φόρτωση της προόδου της εισαγωγής." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -809,7 +808,7 @@ msgstr "Πληροφορίες έκδοσης:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1173,7 +1172,7 @@ msgid "SQL query:" msgstr "Εντολή SQL:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Τιμές Υ" @@ -1199,36 +1198,58 @@ msgstr "Οι κωδικοί πρόσβασης δεν είναι ίδιοι!" msgid "Removing Selected Users" msgstr "Διαγραφή των επιλεγμένων χρηστών" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Κλείσιμο" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Ο αριθμός των δημιουργηθέντων σελίδων." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Τα στοιχεία ανανεώθηκαν." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Η εγγραφή έχει διαγραφεί." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Άλλα" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "," -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Συνδέσεις / Διεργασίες" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Ασύμβατη η ρύθμιση τοπικής εποπτείας!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1240,154 +1261,154 @@ msgstr "" "εποπτείας.Είναι πολύ πιθανό ότι η τρέχουσα ρύθμιση δεν θα λειτουργεί πλέον. " "Επαναφέρτε τις ρυθμίσεις σας στις προεπιλεγμένες στο μενού Ρυθμίσεις." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Αποτελεσματικότητα λανθάνουσας μνήμης ερωτήματος" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Χρήση λανθάνουσας μνήμης ερωτήματος" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Χρησιμοποιημένη λανθάνουσα μνήμη ερωτήματος" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Χρήση CPU Συστήματος" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Μνήμη συστήματος" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Αδράνεια συστήματος" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Μέσο φορτίο" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Συνολική μνήμη" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Λανθάνουσα μνήμη" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Ρυθμισμένη μνήμη" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Ελεύθερη μνήμη" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Χρησιμοποιημένη μνήμη" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Σύνολο Αδράνειας" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Λανθασμένη Αδράνεια" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Χρησιμοποιημένη Αδράνεια" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Ελεύθερη Αδράνεια" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Σταλθέντα Bytes" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Ληφθέντα Bytes" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Συνδέσεις" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Διεργασίες" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d πίνακας(ες)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Ερωτήσεις" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Κίνηση" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Ρυθμίσεις" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Προσθήκη διαγράμματος στο πλέγμα" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στις σειρές!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1399,47 +1420,47 @@ msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στι msgid "None" msgstr "Καμία" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Επανεκίννηση εποπτείας" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Παύση εποπτείας" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Έναρξη αυτόματης ανανέωσης" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Λήξη αυτόματης ανανέωσης" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "Το general_log και το slow_query_log είναι ενεργοποιημένα." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "Το general_log είναι ενεργοποιημένο." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "Το slow_query_log είναι ενεργοποιημένο." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "Το slow_query_log και το general_log είναι απενεργοποιημένα." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "Το log_output δεν έχει οριστεί στο TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "Το log_output έχει οριστεί στο TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1451,12 +1472,12 @@ msgstr "" "ορίσετε το long_query_time μεταξύ 0-2 δευτερόλεπτα, κάτι που εξαρτάται από " "το σύστημά σας." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Το long_query_time έχει οριστεί σε %d δευτερόλεπτο(α)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1465,30 +1486,30 @@ msgstr "" "προεπιλογές με την επανεκκίνηση του διακομιστή:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Ορισμός του log_output σε %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Ενεργοποίηση %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Απενεργοποίηση %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Ορισμός του long_query_time σε %d δευτερόλεπτα." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1497,59 +1518,59 @@ msgstr "" "Συνδεθείτε ως λογαριασμός root ή επικοινωνήστε με τον διαχειριστή της βάσης " "δεδομένων σας." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Αλλαγή ρυθμίσεων" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Τρέχουσες ρυθμίσεις" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Τίτλος Διαγράμματος" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Διαφορικός" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Διαίρεση με %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Μονάδα" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Από την αργή καταγραφή" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Από την γενική καταγραφή" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Το όνομα της βάσης δεδομένων δεν είναι γνωστό για αυτό το ερώτημα στα αρχεία " "καταγραφής του διακομιστή." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Ανάλυση καταγραφών" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Ανάλυση & φόρτωση καταγραφών. Αυτό ίσως διαρκέσει λίγο." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Ακύρωση αιτήματος" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1560,7 +1581,7 @@ msgstr "" "ομαδοποίησης, έτσι οι άλλες ιδιότητες των ερωτημάτων, όπως ο χρόνος " "εκκίνησης, μπορεί να διαφέρουν." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1569,34 +1590,34 @@ msgstr "" "Αφού επιλέχθηκε η ομαδοποίηση των εντολών INSERT, τα ερωτήματα INSERT εντός " "του ίδιου πίνακα επίσης ομαδοποιηούνται ανεξάρτητα από εισαγόμενα δεδομένα." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Τα δεδομένα καταγραφής φορτώθηκαν. Τα ερωτήματα που εκτελέστηκαν σε αυτή την " "επέκταση χρόνου:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Μετάβαση στον πίνακα Καταγραφής" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Δεν βρέθηκαν δεδομένα" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Η καταγραφή αναλύθηκε αλλά δεν βρέθηκαν δεδομένα σε αυτή την επέκταση χρόνου." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Ανάλυση…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Επεξήγηση προϊόντος" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1606,59 +1627,59 @@ msgstr "Επεξήγηση προϊόντος" msgid "Time" msgstr "Χρόνος" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Συνολικός χρόνος:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Αποτελέμσατα προφίλ" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Πίνακας" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Διάγραμμα" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Επιλογές φιλτραρίσματος πίνακα καταγραφής" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Φίλτρο" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Φιλτράρισμα ερωτημάτων ανά λέξη/κανονική έκφραση:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Ομαδοποίηση ερωτημάτων, αγνοώντας τα δεδομένα μεταβλητής στις δηλώσεις WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Άθροισμα ομαδοποιημένων γραμμών:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Σύνολο:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Φόρτωση καταγραφών" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Η ανανέωση της εποπτείας απέτυχε" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1669,89 +1690,89 @@ msgstr "" "επαναφόρτωση της σελίδας και η επανεισαγωγή των διαπιστευτηρίων σας θα " "βοηθήσουν." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Επαναφόρτωση σελίδας" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Επηρρεαζόμενες εγγραφές:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Αποτυχία ανάλυσης αρχείου config. Δεν φαίνεται να είναι έγκυρος κώδκας JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Απέτυχε η δημιουργία καννάβου διαγράμματος με την εισαγωγή ρυθμίσεων. " "Επαναφορά στην προεπιλεγμένη ρύθμιση…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Εισαγωγή" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Εισαγωγή ρύθμισης εποπτείας" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Ελέγξτε το αρχείο που θέλετε να εισάγετε." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Κανένα διαθέσιμο αρχείο στο διακομιστή για εισαγωγή!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Ανάλυση Ερωτήματος" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Σύστημα σύμβουλου" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Πιθανά θέματα απόδοσης" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Θέμα" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Πρόταση" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Λεπτομέρειες ρόλου" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Δικαιολόγηση" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Χρησιμοποιημένη μεταβλητή / τύπος" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Έλεγχος" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Διαμόρφωση SQL…" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1762,59 +1783,59 @@ msgstr "Διαμόρφωση SQL…" msgid "Cancel" msgstr "Άκυρο" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Ρυθμίσεις σχετισμένες με σελίδα" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Εφαρμογή" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Φόρτωση…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Το Αίτημα Διακόπηκε!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Προώθηση Αιτήματος" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Το Αίτημα Απέτυχε!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Σφάλμα στην Προώθηση του Αιτημάτος" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Κωδικός σφάλματος: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Κείμενο σφάλματος: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Δεν έχετε επιλέξει βάσεις δεδομένων." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Διαγραφή Στήλης" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Προσθήκη Πρωτεύοντος Κλειδιού" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1823,62 +1844,62 @@ msgstr "Προσθήκη Πρωτεύοντος Κλειδιού" msgid "OK" msgstr "Εντάξει" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Πατήστε γαι να παραλείψετε αυτή την ειδοποίηση" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Μετονομασία βάσεων δεδομένων" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Αντιγραφή βάσης δεδομένων" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Αλλαγή Συνόλου χαρακτήρων" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Ενεργοποίηση ελέγχων μη διακριτών κλειδιών" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Αποτυχία λήψης πραγματικής μέτρησης εγγραφών." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Αναζήτηση" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Απόκρυψη αποτελεσμάτων αναζήτησης" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Προβολή αποτελεσμάτων αναζήτησης" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Αναζήτηση" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Διαγραφή" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Ο ορισμός μιας αποθηκευμένης συνάρτησης πρέπει να περιέχει μια δήλωση RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1888,59 +1909,59 @@ msgstr "" msgid "Export" msgstr "Εξαγωγή" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Επεξεργαστής ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Τιμές για τη στήλη %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Τιμές για νέα στήλη" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Εισαγωγή κάθε τιμής σε διαφορετικό πεδίο." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Προσθήκη %d τιμής(ών)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Σημείωση: Αν το αρχείο περιέχει πολλούς πίνακες, θα ενωθουν σε έναν." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Απόκρυψη παραθύρου ερωτήματος" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Προβολή παραθύρου ερωτήματος" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Επεξεργασία" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1948,40 +1969,40 @@ msgstr "Επεξεργασία" msgid "Delete" msgstr "Διαγραφή" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "Ο αριθμός %d δεν είναι έγκυρος αριθμός γραμμών." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Αναζήτηση μη διακριτών τιμών" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Κανένα αυτόματα αποθηκευμένο ερώτημα" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Μεταβλητή %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Διαλέξτε" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Επιλογέας στήλης" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Αναζήτηση σε αυτή τη λίστα" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1991,15 +2012,15 @@ msgstr "" "για τη βάση δεδομένων %s έχει στήλες που δεν είναι παρούσες στον τρέχοντα " "πίνακα." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Δείτε περισσότερα" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Σίγουρα;" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2007,52 +2028,52 @@ msgstr "" "Αυτή η ενέργεια ίσως αλλάξει ορισμένους από τους ορισμούς στηλών.
Θέλετε σίγουρα να συνεχίσετε;" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Συνέχεια" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Προσθήκη πρωτεύοντος κλειδιού" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Προστέθηκε πρωτεύον κλειδί." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Μεταφέροντάς σας στο επόμενο βήμα…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Το πρώτο βήμα κανονικοποίησης ολοκληρώθηκε για τον πίνακα «%s»." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Τέλος βήματος" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Δεύτερο βήμα κανονικοποίησης (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Ολοκληρώθηκε" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Επιβεβαίωση μερικών εξαρτήσεων" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Οι επιλεγμένες μερικές εξαρτήσεις είναι ως ακολούθως:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2060,19 +2081,19 @@ msgstr "" "Σημείωση: a, b -> d,f αναφέρει τιμές των στηλών a και b όπου συνδυαζόμενες " "μπορούν να ορίσουν τις τιμές των στηλών d και f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Δεν έχετε επιλέξει μερικές εξαρτήσεις!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Προβολή των πιθανών μερικών εξαρτήσεων με βάση δεδομένα στον πίνακα" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Απόκρυψη λίστας μερικών εξαρτήσεων" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2080,40 +2101,40 @@ msgstr "" "Καθήστε αναπαυτικά! Ίσως διαρκέσει μερικά δευτερόλεπτα βάσει του μεγέθους " "των δεδομένων και του αριθμού στηλών στον πίνακα." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Βήμα" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Οι ακόλουθες πράξεις θα πραγματοποιηθούν:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Απομάκρυνση στηλών από %s από τον πίνακα %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Δημιουργία του ακόλουθου πίνακα" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Τρίτο βήμα κανονικοποίησης (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Επιβεβαίωση μεταβατικών εξαρτήσεων" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Οι επιλεγμένες εξαρτήσεις είναι ως ακολούθως:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Δεν έχετε επιλέξει εξαρτήσεις!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2122,127 +2143,127 @@ msgstr "Δεν έχετε επιλέξει εξαρτήσεις!" msgid "Save" msgstr "Αποθήκευση" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Απόκρυψη κριτηρίων αναζήτησης" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Προβολή κριτηρίων αναζήτησης" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Αναζήτηση εύρους" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Μέγιστο στήλης:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Ονόματα στηλών:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Ελάχιστη τιμή:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Μέγιστη τιμή:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Απόκρυψη κριτηρίων εύρεσης και αντικατάστασης" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Προβολή κριτηρίων εύρεσης και αντικατάστασης" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Κάθε σημείο αναπαρειστά μια εγγραφή δεδομένων." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Η μετάβαση πάνω από ένα σημείο θα δείξει την ετικέτα του." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Για να εστιάσετε, επιλέξτε ένα τομέα της εκτύπωσης με το ποντίκι." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Πατήστε το κουμπί επαναφοράς εστίασης για να επιστρέψετε στην αρχική " "κατάσταση." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Πατήστε ένα σημείο δεδομένων για να δείτε και πιθανά να επεξεργαστείτε τη " "γραμμή δεδομένων." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Ο χώρος εργασίας μπορεί να αλλάξει μέγεθος σύρωντας την κάτω δεξιά γωνία." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Επιλογή δύο στηλών" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Επιλογή δύο διαφορετικών στηλών" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Περιεχόμενο δείκτη δεδομένων" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Παράληψη" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Αντιγραφή" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Σημείο" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Κείμενο γραμμής" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Πολύγωνο" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Γεωμετρία" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Εσωτερικός δακτύλιος" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Εξωτερικός δακτύλιος" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Θέλετε να αντιγράψετε κλειδί κρυπτογράφησης;" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Κλειδί κρυπτογράφησης" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2250,24 +2271,24 @@ msgstr "" "Δείχνει ότι έχετε κάνει αλλαγές σε αυτή τη σελίδα, θα ερωτηθείτε για " "επιβεβαίωση πριν εγκαταλείψετε τις αλλαγές" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Επιλέξτε αναφερθέν κλειδί" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Επιλέξτε Μη Διακριτό Κλειδί" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Επιλέξτε στήλη για εμφάνιση" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2275,77 +2296,77 @@ msgstr "" "Δεν αποθηκεύσατε τις αλλαγές στο προϊόν. Θα χαθούν αν δεν τις αποθηκεύσετε. " "Θέλετε να συνεχίσετε;" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Όνομα σελίδας" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Αποθήκευση σελίδας" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Αποθήκευση σελίδας ως" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Άνοιγμα σελίδας" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Διαγραφή σελίδας" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Χωρίς τίτλο" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Επιλέξτε σελίδα για συνέχεια" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Εισάγετε ένα έγκυρο όνομα σελίδας" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Θέλετε να αποθηκεύσετε τις αλλαγές στην τρέχουσα σελίδα;" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Η σελίδα διαγράφτηκε επιτυχώς" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Εξαγωγή σχεσιακού σχήματος" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Οι αλλαγές αποθηκεύτηκαν" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Προσθήκη επιλογής για τη στήλη «%s»." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d αντικείμενο(α) δημιουργήθηκε(αν)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Αποστολή" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Πατήστε το escape για ακύρωση της επεξεργασίας." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2353,15 +2374,15 @@ msgstr "" "Έχετε επεξεργαστεί ορισμένα δεδομένα και δεν έχουν αποθηκευτεί. Θέλετε να " "αφήσετε τη σελίδα χωρίς αποθήκευση των δεδομένων;" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Σύρτε για ανακατανομή." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Πατήστε για ταξινόμηση των αποτελεσμάτων κατά αυτή τη στήλη." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2371,26 +2392,26 @@ msgstr "" "ASC/DESC.
- Control+Κλικ ή Alt+Κλικ (Για Mac: Shift+Option+Click) για " "απομάκρυνση της στήλης από τη δήλωση ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Πατήστε για εναλλαγή επισήμανσης." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Διπλό κλικ για αντιγραφή ονόματος στήλης." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Εμφάνιση όλων" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2399,12 +2420,12 @@ msgstr "" "την επεξεργασία και επιλογή καννάβου Επεξεργασία, Αντιγραφή και Διαγραφή " "ίσως να μη λειτουργούν μετά την αποθήκευση." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Εισάγετε ένα έγκυρο δεκαεξαδικό αριθμό. Έγκυροι χαρακτήρες είναι 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2412,133 +2433,133 @@ msgstr "" "Θέλετε πραγματικά να δείτε όλες τις εγγραφές; Για ένα μεγάλο πίνακα, αυτό " "ίσως φέρει δυσλειτουργία στον φυλλομετρητή σας." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Αρχικό μήκος" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "άκυρο" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Ακυρωμένες συνδέσεις" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Επιτυχία" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Κατάσταση εισαγωγής" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Ρίξτε αρχεία εδώ" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Επιλέξτε βάση δεδομένων πρώτα" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας με " "διπλό κλικ κατευθείαν σε αυτές." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Μπορείτε επίσης να επεξεργαστείτε τις περισσότερες τιμές
πατώντας " "κατευθείαν σε αυτές." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Μετάβαση στο σύνδεσμο:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Αντιγραφή ονόματος στήλης." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Δεξί κλικ στο όνομα στήλης για αντιγραφή του στο πρόχειρο." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Δημιουργία κωδικού πρόσβασης" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Παραγωγή" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Αλλαγή Κωδικού Πρόσβασης" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Περισσότερα" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Εμφάνιση Πίνακα" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Απόκρυψη Πίνακα" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Προβολή κρυφών αντικειμένων δέντρου πλοήγησης." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Σύνδεσμος με τον βασικό πίνακα" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Αποσύνδεση από τον βασικό πίνακα" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Για να φιλτράρετε όλες τις βάσεις δεδομένων στον διακομιστή, πατήστε το " "Enter μετά τον όρο αναζήτησης" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Για να φιλτράρετε όλα τα %s στη βάση δεδομένων, πατήστε το Enter μετά τον " "όρο αναζήτησης" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "πίνακες" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "προβολές" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "διαδικασίες" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "συμβάντα" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "συναρτήσεις" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Η αιτούμενη σελίδα δεν βρέθηκε στο ιστορικό, ίσως έληξε." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2548,28 +2569,28 @@ msgstr "" "εγκαταστήσετε. Η νεότερη έκδοση είναι η %s και δημοσιεύτηκε την %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", τελευταία έκδοση:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "ενημερωμένο" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Δημιουργία προβολής" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Αποστολή Αναφοράς Σφάλματος" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Υποβολή Αναφοράς Σφάλματος" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2577,21 +2598,21 @@ msgstr "" "Ένα ανεπανόρθωτο σφάλμα έχει συμβεί. Θέλετε να στείλετε μια αναφορά " "σφάλματος;" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Αλλαγή Ρυθμίσεων Αναφοράς" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Εμφάνιση Λεπτομερειών Αναφοράς" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "Η εξαγωγή σας ήταν ανεπιτυχής, λόγω χαμηλού χρονικού ορίου στην PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2601,58 +2622,58 @@ msgstr "" "Κατά την υποβολή ορισμένα πεδία ίσως αγνοηθούν λόγω της ρύθμισης της PHP " "max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Ανιχνεύτηκαν ορισμένα σφάλματα στο διακομιστή!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Δείτε στο κάτω μέρος αυτού του παραθύρου." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Παράληψη Όλων" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Σύμφωνα με τις ρυθμίσεις σας, υποβάλλονται άμεσα, κάντε υπομονή." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Επανεκτέλεση αυτού του ερώτηματος ξανά;" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Θέλετε πραγματικά να διαγράψετε αυτό το σελιδοδείκτη;" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "Κάποιο σφάλμα συνέβει κατά τη λήψη πληροφοριών αποσφαλμάτωσης SQL." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s ερωτήματα εκτελέστηκαν %s φορές σε %s δευτερόλεπτα." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s επιχείρημα(τα) πέρασαν" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Προβολή επιχειρημάτων" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Απόκρυψη επιχειρημάτων" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Χρόνος που παρήλθε:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2663,334 +2684,334 @@ msgstr "" "σωστά για σας. Στο Safari, τέτοιο πρόβλημα συνήθως συμβαίνει λόγω " "ενεργοποίησης της «Κατάστασης Ιδιωτικής Πλοήγησης»." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Προηγούμενο" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Επόμενο" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Σήμερα" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Ιανουαρίου" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Φεβρουαρίου" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Μαρτίου" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Απριλίου" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Μαΐου" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Ιουνίου" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Ιουλίου" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Αυγούστου" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Σεπτεμβρίου" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Οκτωβρίου" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Νοεμβρίου" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Δεκεμβρίου" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Ιαν" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Φεβ" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Μαρ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Απρ" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Μάη" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Ιουν" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Ιουλ" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Αυγ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Σεπ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Οκτ" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Νοε" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Δεκ" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Κυριακή" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Δευτέρα" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Τρίτη" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Τετάρτη" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Πέμπτη" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Παρασκευή" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Σάββατο" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Κυρ" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Δευ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Τρί" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Τετ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Πέμ" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Παρ" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Σάβ" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Κυ" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Δε" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Τρ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Τε" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Πε" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Πα" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Σα" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wiki" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "ημερολόγιο-μήνας-έτος" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "κανένα" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Ώρα" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Λεπτό" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Δευτερόλεπτο" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Αυτό το πεδίο είναι υποχρεωτικό" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Διορθώστε αυτό το πεδίο" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Εισάγετε μια έγκυρή ηλεκτρονική διεύθυνση" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Εισάγετε έναν έγκυρο URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Εισάγετε μια έγκυρη ημερομηνία" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Εισάγετε μια έγκυρη ημερομηνία (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Εισάγετε έναν έγκυρο αριθμό" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Εισάγετε έναν έγκυρο αριθμό πιστωτικής κάρτας" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Εισάγετε μόνο ψηφία" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Εισάγετε την ίδια τιμή ξανά" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Εισάγετε όχι περισσότερους από {0} χαρακτήρες" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Εισάγετε τουλάχιστον {0} χαρακτήρες" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Εισάγετε μια τιμή μήκους μεταξύ {0} και {1} χαρακτήρες" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Εισάγετε εισάγετε μια τιμή μεταξύ {0} και {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Εισάγετε μια τιμή μικρότερη ή ίση με {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Εισάγετε μια τιμή μεγαλύτερη ή ίση με {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Εισάγετε μια έγκυρη ημερομηνία ή ώρα" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Εισάγετε μια έγκυρη ΔΕΚΑΕΞΑΔΙΚΗ εισαγωγή" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Λάθος" @@ -3062,18 +3083,18 @@ msgstr "ανά ώρα" msgid "per day" msgstr "ανά ημέρα" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Το υπαρχον αρχείο ρυθμίσεων (%s) δεν είναι αναγνώσιμο." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Εσφαλμένα δικαιώματα στο αρχείο ρυθμίσεων, δεν πρέπει να είναι καθολικά " "εγγράψιμο!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Μέγεθος γραμματοσειράς" @@ -3092,7 +3113,7 @@ msgid "Requery" msgstr "Επανερώτημα" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3101,7 +3122,7 @@ msgstr "Επανερώτημα" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3176,7 +3197,7 @@ msgid "History" msgstr "Ιστορικό" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3199,7 +3220,7 @@ msgstr "Ιστορικό" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Επιλογές" @@ -3270,7 +3291,7 @@ msgid "Count:" msgstr "Μέτρηση:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3324,10 +3345,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Αλλαγή σε σκοτεινό θέμα" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3335,10 +3356,10 @@ msgstr "Αλλαγή σε σκοτεινό θέμα" msgid "Ascending" msgstr "Αύξουσα" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3551,125 +3572,126 @@ msgstr "Αποεπιλογή όλων" msgid "Inside column:" msgstr "Εσωτερικό πεδίο:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Αποθήκευση επεξεργασμένων δεδομένων" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Επαναφορά κατανομής στηλών" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Φιλτράρισμα εγγραφών" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Αναζήτηση σε αυτόν τον πίνακα" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Αρχή" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Προηγούμενη" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Επόμενη" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Τέλος" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Όλα" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Αριθμός εγγραφών:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ταξινόμηση ανά κλειδί" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Περιληπτικά κείμενα" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Πλήρη κείμενα" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Κλειδί συσχέτισης" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Στήλη προβολής συσχέτισης" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Εμφάνιση δυαδικών περιεχομένων" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Εμφάνιση περιεχομένων BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Απόκρυψη μετατροπής περιηγητή" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Καλά Γνωστό Κείμενο" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Καλά Γνωστό Δυαδικό" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Η εγγραφή έχει διαγραφεί." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Τερματισμός" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις [doc@faq3-11]ΣΑΕ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3678,36 +3700,36 @@ msgstr "" "Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην " "%sτεκμηρίωση%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Εμφάνιση εγγραφών %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d σύνολο, %2$d στο ερώτημα" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d συνολικά" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Το ερώτημα χρειάστηκε %01.4f δευτερόλεπτα." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Με τους επιλεγμένους:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3716,24 +3738,24 @@ msgstr "Με τους επιλεγμένους:" msgid "Check All" msgstr "Επιλογή όλων" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Εμφάνιση για εκτύπωση" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Λειτουργίες αποτελεσμάτων ερωτήματος" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Εμφάνιση διαγράμματος" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Οπτικοποίηση δεδομένων GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Δεν βρέθηκε η σύνδεση!" @@ -3859,7 +3881,7 @@ msgstr "Μοναδικότητα" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3869,7 +3891,7 @@ msgid "Collation" msgstr "Σύνθεση" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Σχόλιο" @@ -3884,7 +3906,7 @@ msgid "Index %s has been dropped." msgstr "Το ευρετήριο %s έχει διαγραφεί." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3902,7 +3924,7 @@ msgstr "" "απομακρυνθεί." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Διακομιστής" @@ -3919,7 +3941,7 @@ msgstr "Προβολή" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "Κώδικας SQL" @@ -3950,7 +3972,7 @@ msgstr "Προσθήκη" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Δικαιώματα" @@ -4013,16 +4035,18 @@ msgid "Central columns" msgstr "Κεντρικές στήλες" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Βάσεις δεδομένων" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Χρήστες" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Ομάδες χρηστών" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4097,7 +4121,7 @@ msgid "Could not save favorite table!" msgstr "Αδύνατη η αποθήκευση αγαπημένου πίνακα!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Απομάκρυνση από τα Αγαπημένα" @@ -4118,7 +4142,7 @@ msgid "Recent" msgstr "Πρόσφατα" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Αγαπημένοι πίνακες" @@ -4753,16 +4777,16 @@ msgstr "Μέγιστο μέγεθος: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Η MySQL επέστρεψε το μήνυμα: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Ανάλυση SQL" @@ -4779,7 +4803,7 @@ msgstr "Ανάλυση Εξήγησης στο %s" msgid "Without PHP Code" msgstr "χωρίς κώδικα PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Δημιουργία κώδικα PHP" @@ -4872,6 +4896,10 @@ msgstr "Τελευταία ενημέρωση" msgid "Last check" msgstr "Tελευταίος έλεγχος" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Χρήστες" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Αναζήτηση:" @@ -4966,8 +4994,8 @@ msgstr "ΌΧΙ" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4975,7 +5003,7 @@ msgstr "Όνομα" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Μήκος/Τιμές*" @@ -5255,7 +5283,7 @@ msgid "Not a valid port number!" msgstr "Μη έγκυρος αριθμός θύρας!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Εσφαλμένη τιμή!" @@ -5266,36 +5294,36 @@ msgstr "Εσφαλμένη τιμή!" msgid "Value must be equal or lower than %s!" msgstr "Η τιμή πρέπει να είναι ίση ή μικρότερη από %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Απολεσθέντα δεδομένα για %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "μη διαθέσιμο" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "το «%s» απαιτεί την επέκταση %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "η συμπιεσμένη εισαγωγή δεν θα λειτουργήσει γιατί λείπει η συνάρτηση %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Η συμπιεσμένη εξαγωγή δεν θα λειτουργήσει γιατί λείπει η συνάρτηση %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "μέγιστος αριθμός %s" @@ -5312,7 +5340,7 @@ msgid "Set value: %s" msgstr "Ορισμός τιμής: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Επαναφορά προεπιλεγμένης τιμής" @@ -5794,7 +5822,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Μέγιστος χρόνος εκτέλεσης" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Χρήση δήλωσης %s" @@ -5803,7 +5831,7 @@ msgstr "Χρήση δήλωσης %s" msgid "Save as file" msgstr "Αποστολή" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Σύνολο χαρακτήρων αρχείου" @@ -5819,8 +5847,8 @@ msgstr "Συμπίεση" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5830,14 +5858,14 @@ msgstr "Συμπίεση" msgid "Put columns names in the first row" msgstr "Εμφάνιση ονομάτων στηλών στην πρώτη γραμμή" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Στήλες που περικλείονται με" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής" @@ -5845,8 +5873,8 @@ msgstr "Τα πεδία χρησιμοποιούν το χαρακτήρα δι #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Αντικατάσταση τιμής NULL με" @@ -5854,13 +5882,13 @@ msgstr "Αντικατάσταση τιμής NULL με" msgid "Remove CRLF characters within columns" msgstr "Απομάκρυνση χαρακτήρων CRLF μέσα στις στήλες" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Στήλες που τελειώνουν με" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Γραμμές που τελειώνουν με" @@ -5882,8 +5910,8 @@ msgid "Table name template" msgstr "Πρότυπο ονόματος πίνακα" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5911,14 +5939,14 @@ msgid "Label key" msgstr "Κλειδί ετικέτας" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Τύπος MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Συσχετίσεις" @@ -5926,108 +5954,114 @@ msgstr "Συσχετίσεις" msgid "Export method" msgstr "Μέθοδος εξαγωγής" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Αποθήκευση στο διακομιστή" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Αντικατάσταση αρχείου(ων)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Εξαγωγή πινάκων ως χωριστά αρχεία" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Πρότυπο απομνημόνευσης ονοματος αρχείου" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Προσθήκη τιμής AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Χρήση ανάποδων εισαγωγικών στα ονόματα των πινάκων και των στηλών" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Κατάσταση συμβατότητας SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Επιλογές CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Δημιουργία/Ενημέρωση/Έλεγχος ημερομηνιών" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Χρήση εισαγωγών με καθυστέρηση" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Απενεργοποίηση ελέγχων μη διακριτών κλειδιών" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Εξαγωγή προβολών ως πίνακες" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Εξαγωγή σχετικών μεταδεδομένων από αποθήκευση ρυθμίσεων του phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Προσθήκη %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Χρήση δεκαεξαδικού για BINARY και BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Χρήση παραβλεφθέντων εισαγωγών" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Σύνταξη για χρήση στην εισαγωγή δεδομένων" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Μέγιστο μήκος δημιουργηθέντος ερωτήματος" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Εξαγωγή τύπου" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Συμπερίληψη εξαγωγής στη συναλλαγή" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Εξαγωγή χρόνου σε UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Εξαναγκασμένη ασφαλής σύνδεση όσο χρησιμοποιείται το phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Εξαναγκασμένη σύνδεση SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6035,161 +6069,159 @@ msgstr "" "Ταξινόμηση για αντικείμενα σε αναδυόμενο μενού foreing key; [kbd]content[/" "kbd] είναι τα αναφερθέντα δεδομένα, [kbd]id[/kbd] είναι η τιμή κλειδιού." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Αναδυόμενη σειρά μη διακριτού κλειδιού" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Μια αναδυόμενη λίστα θα χρησιμοποιηθεί, αν υπάρχουν λίγα αντικείμενα." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Όριο μη διακριτού κλειδιού" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Προεπιλεγμένη τιμή για ελέγχους μη διακριτών κλειδιών για ορισμένα ερωτήματα." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Έλεγχοι μη διακριτού κλειδιού" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Κατάσταση αναζήτησης" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Προσαρμοσμένη κατάσταση αναζήτησης." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Δημιουργός" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Ρυθμίσεις για δημιουργούς του phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Κατάσταση επεξεργασίας" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Προσαρμοσμένη κατάσταση επεξεργασίας." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Προεπιλογές εξαγωγής" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών εξαγωγής." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Χαρακτηριστικά" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Γενικά" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Ορίστε ορισμένες κοινώς χρησιμοποιούμενες επιλογές." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Προεπιλογές εισαγωγής" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών εισαγωγής." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Εισαγωγή / εξαγωγή" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Ορισμός φακέλων εισαγωγής-εξαγωγής και επιλογές συμπίεσης." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "Έγγραφο LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Επιλογές προβολής βάσεων δεδομένων." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Πίνακας πλοήγησης" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Προσαρμογή εμφάνισης του πίνακα πλοήγησης." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Δέντρο πλοήγησης" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Προσαρμογή δέντρου πλοήγησης." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Διακομιστές" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Επιλογές προβολής διακομιστών." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Επιλογές προβολής πινάκων." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Βασικός πίνακας" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Excel" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Άλλες ρυθμίσεις πυρήνα" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Ρυθμίσεις που δεν ανήκουν κάπου αλλού." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Τίτλοι σελίδας" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6198,11 +6230,11 @@ msgstr "" "[doc@faq6-27]τεκμηρίωση[/doc] για μαγικά κείμενα που μπορούν να " "χρησιμοποιηθούν για ειδικές τιμές." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Ασφάλεια" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6210,23 +6242,23 @@ msgstr "" "Σημειώστε ότι το phpMyAdmin είναι απλά ένα περιβάλλον εργασίας και τα " "χαρακτηριστικά του δεν περιορίζουν τη MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Βασικές ρυθμίσεις" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Πιστοποιίηση" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Ρυθμίσεις πιστοποίησης." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Προσαρμογή διακομιστή" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6234,15 +6266,15 @@ msgstr "" "Προχωρημένη ρύθμιση διακομιστή, μην αλλάξετε αυτές τις ρυθμίσεις εκτός και " "αν ξέρετε που παραπέμπουν." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Εισάγετε παραμέτρους σύνδεσης διακομιστή." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Χώρος αποθήκευση ρυθμίσεων" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6252,11 +6284,11 @@ msgstr "" "χαρακτηριστικά. Δείτε την [doc@linked-tables]υποδομή συνδεδεμένων πινάκων[/" "doc] στην τεκμηρίωση." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Παρακολούθηση αλλαγών" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6264,112 +6296,112 @@ msgstr "" "Η παρακολούθηση των αλλαγών έγινε στη βάση δεδομένων. Απαιτεί το χώρο " "αποθήκευσης ρυθμίσεων του phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Προσαρμογή επιλογών εξαγωγής" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Προσαρμογή επιλογών εισαγωγής" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Προσαρμογή πίνακα πλοήγησης" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Προσαρμογή βασικού πίνακα" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Ερωτήματα SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Χώρος Ερωτήματος SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Προσαρμογή εμφανιζόμενων συνδέσμων στους χώρους ερωτημάτων SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Ρυθμίσεις ερωτημάτων SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Εκκίνηση" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Προσαρμογή σελίδας εκκίνησης." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Δομή βάσης δεδομένων" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Επιλέξτε ποιες λεπτομέρειες θα προβάλονται στη δομή της βάσης δεδομένων " "(λίστα πινάκων)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Δομή πίνακα" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Ρυθμίσεις για τη δομή του πίνακα (λίστα στηλών)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Καρτέλες" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Επιλέξτε πως θα λειτουργούν οι καρτέλες." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Προβολή σχεσιακού σχήματος" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Μέγεθος χαρτιού" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Πεδία κειμένου" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Προσαρμογή πεδίων εισαγωγής κειμένου." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Κείμενο Texy" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Προσαρμογή προεπιλεγμένων επιλογών" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Προειδοποιήσεις" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" "Απενεργοποίηση ορισμένων προειδοποιήσεων που εμφανίζονται στο phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6377,15 +6409,15 @@ msgstr "" "Ενεργοποιήστε τη συμπίεση [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] για " "τις λειτουργίες εισαγωγής και εξαγωγής." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Επιπλέον παράμετροι για την iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6393,11 +6425,11 @@ msgstr "" "Αν ενεργοποιηθεί, το phpMyAdmin συνεχίζει να υπολογίζει ερωτήματα πολλαπλών " "δηλώσεων ακόμα και αν ένα από τα ερωτήματα αποτύχει." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Παράβλεψη σφαλμάτων πολλαπλών δηλώσεων" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6408,25 +6440,25 @@ msgstr "" "την εισαγωγή μεγάλων αρχείων, αν και μπορεί να μπορεί να διακόψει τις " "διαδικασίες." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Μερική εισαγωγή: να επιτρέπεται η διακοπή" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Να μην γίνετια ακύρωση σε σφάλμα INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Προσθήκη ΕΝΗΜΕΡΩΣΗΣ ΣΕ ΔΙΠΛΟ ΚΛΕΙΔΙ" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Ενημέρωση δεδομένων όταν βρεθούν διπλά κλειδιά στην εισαγωγή" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6434,69 +6466,69 @@ msgstr "" "Προεπιλεγμένη μορφή; να ληφθεί υπόψη ότι αυτή η λίστα εξαρτάται από την " "τοποθεσία (βάση δεδομένων, πίνακας) και ότι μόνο η SQL είναι πάντα διαθέσιμη." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Μορφή εισαχθέντος αρχείου" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Χρήση λέξης-κλειδί LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Ονόματα στήλης στην πρώτη γραμμή" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Να μην γίνει εισαγωγή άδειων γραμμών" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Προσθήκη νομισμάτων (€5,00 αντί 5,00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Εισαγωγή ποσοστών ως κανονικά δεκαδικά (12.00% αντί .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Αριθμός ερωτημάτων που θα παραβλεφθούν από την αρχή." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Μερική εισαγωγή: παράβλεψη ερωτημάτων" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Να μην γίνεται AUTO_INCREMENT για μηδενικές τιμές" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Αρχική κατάσταση κυλυομένων" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Πόσες γραμμές μπορούν να εισαχθούν μονομιάς." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Αριθμός εισαχθέντων γραμμών" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Μέγιστος αριθμός χαρακτήρων που φαίνεται σε μη αριθμητική στήλη στην προβολή " "φυλλομετρητή." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Όριο χαρακτήρων στήλης" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6507,11 +6539,11 @@ msgstr "" "διακομιστή. Ορίζοντάς το σε FALSE είναι εύκολο να ξεχάσετε να αποσυνδεθείτε " "από άλλους διακομιστές όταν συνδέεστε σε πολλούς." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Διαγραφή όλων των cookies με την αποσύνδεση" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6519,11 +6551,11 @@ msgstr "" "Ορίζει αν η προηγούμενη σύνδεση πρέπει να επανακληθεί ή όχι σε κατάσταση " "επικύρωσης [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Επανάκληση ονόματος χρήστη" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6535,50 +6567,50 @@ msgstr "" "για την τρέχουσα συνεδρία και θα διαγραφεί μόλις κλείσετε τον φυλλομετρητή. " "Αυτό προτείνεται για μη αξιόπιστα περιβάλλοντα." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Αποθήκευση cookie σύνδεσης" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Ορίστε χρονικά (σε δευτερόλεπτα) την ισχύ ενός cookie σύνδεσης." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Εγκυρότητα cookie σύνδεσης" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Διπλό μέγεθος του textarea για στήλες LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Μεγαλύτερο textarea για LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Μέγιστος αριθμός χαρακτήρων όταν προβάλεται ένα ερώτημα SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Μέγιστο μήκος προβολής SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Οι χρήστες δεν μπορούν να ορίσουν μεγαλύτερη τιμή" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" "Μέγιστος αριθμός βάσεων δεδομένων που θα προβάλονται στη λίστα βάσεων " "δεδομένων." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Μέγιστος αριθμός βάσεων δεδομένων" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6586,11 +6618,11 @@ msgstr "" "Ο αριθμός των αντικειμένων που μπορούν να προβληθούν σε κάθε σελίδα στο " "πρώτο επίπεδο του δέντρου πλοήγησης." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Μέγιστος αριθμός αντικειμένων στο πρώτο επίπεδο" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6598,11 +6630,11 @@ msgstr "" "Ο αριθμός των αντικειμένων που μπορούν να προβληθούν σε κάθε σελίδα στο " "δέντρο πλοήγησης." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Μέγιστος αριθμός αντικειμένων στον κλάδο" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6611,19 +6643,19 @@ msgstr "" "αποτέλεσμα. Αν το αποτέλεσμα περιέχει περισσότερες γραμμές, θα εμφανίζονται " "σύνδεσμοι «Προηγούμενο» και «Επόμενο»." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Μέγιστος αριθμός γραμμών για προβολή" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Μέγιστος αριθμός πινάκες που θα προβάλονται σε λίστα πινάκων." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Μέγιστος αριθμός πινάκων" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6631,44 +6663,44 @@ msgstr "" "Ο αριθμός των bytes που επιτρέπεται να δεσμευσει ένας κώδικας, π.χ. " "[kbd]32M[/kbd] ([kbd]0[/kbd] για απεριόριστη)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Όριο μνήμης" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Στον πίνακα πλοήγησης, αντικαθιστά το δέντρο της βάσης δεδομένων με έναν " "επιλογέα" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Προβολή πλοήγησης βάσεων δεδομένων ως δέντρο" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Σύνδεση με τον βασικό πίνακα επισημαίνοντας την τρέχουσα βάση δεδομένων ή " "πίνακα." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Προβολή λογοτύπου στον πίνακα πλοήγησης." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Προβολή λογοτύπου" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" "Ο Σϋνδεσμος URL όπου θα τοποθετηθεί στο λογότυπο στον πίνακα πλοήγησης." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Διεύθυνση URL συνδέσμου λογοτύπου" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6676,27 +6708,27 @@ msgstr "" "Ανοίγει τη συνδεδεμένη σελίδα στο κύριο παράθυρο ([kbd]main[/kbd]) ή σε νέο " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Προορισμός συνδέσμου λογοτύπου" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Προβολή επιλογής διακομιστή επάνω στον πίνακα πλοήγησης." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Προβολή επιλογής διακομιστών" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Προορισμός για εικονίδιο γρήγορης πρόσβασης" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Προορισμός για δεύτερο εικονίδιο γρήγορης πρόσβασης" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6704,15 +6736,15 @@ msgstr "" "Ορίζει τον ελάχιστο αριθμό αντικειμένων (πίνακες, προβολές, ρουτίνες και " "συμβάντα) για προβολή σε πλαίσιο φίλτρου." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Ελάχιστος αριθμός αντικειμένων για προβολή του πλαισίου φίλτρου" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Ελάχιστος αριθμός πινάκων για προβολή στο πλαίσιο φίλτρου πίνακα" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6720,166 +6752,156 @@ msgstr "" "Ομαδοποιήση αντικειμένων στο δέντρο πλοήγησης (προσδορίζεται από το " "διαχωριστικό στις Βάσεις Δεδομένων και τους Πίνακες παραπάνω)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Ομαδοποίηση αντικειμένων στο δέντρο" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Κείμενο που διαχωρίζει τις βάσεις δεδομένων σε διαφορετικά επίπεδα." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Διαχωριστικό δέντρου βάσης δεδομένων" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Κείμενο που διαχωρίζει τους πίνακες σε διαφορετικά επίπεδα." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Διαχωριστικό δέντρου πινάκων" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Μέγιστο βάθος δέντρου πίνακα" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Επισήμανση διακομιστή με τον δείκτη του ποντικιού." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Ενεργοποίηση επισήμανσης" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Αν θα προσφέρεται η πιθανότητα επέκτασης του δέντρου στον πίνακα πλοήγησης." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Ενεργοποίηση επέκτασης δέντρου πλοήγησης" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Προβολή πινάκων στο δέντρο" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Αν θα προβάλονται πίνακες κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Προβολή εμφανίσεων στο δέντρο" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" "Αν θα προβάλονται εμφανίσεις κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Προβολή συναρτήσεων στο δέντρο" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Αν θα εμφανίζονται συναρτήσεις κάτω από τη βάση δεδομένων στο δέντρο " "πλοήγησης" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Προβολή διεργασιών στο δέντρο" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Αν θα προβάλονται διεργασίες κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Προβολή συμβάντων στο δέντρο" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" "Αν θα θα προβάλονται συμβάντα κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Μέγιστος αριθμός πρόσφατα χρησιμοποιημένων πινάκων. ορίστε το σε 0 για " "απενεργοποιήση." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Μέγιστος αριθμός αγαπημένων πινάκων. ορίστε το σε 0 για απενεργοποιήση." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Πρόσφατα χρησιμποιημένοι πίνακες" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Αυτοί είναι οι σύνδεσμοι Επεξεργασία, Αντιγραφή και Διαγραφή." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Που να προβάλονται οι σύνδεσμοι γραμμής πίνακα" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Αν θα προβάλονται σύνδεσμοι εγγραφής ακόμα και κατά την απουσία μοναδικού " "κλειδιού." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Πρόβολη συνδέσμων εγγραφών πάντα" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Χρήση φυσικής ταξινόμησης για την ταξινόμηση ονομάτων πινάκων και βάσεων " "δεδομένων." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Φυσική ταξινόμηση" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Χρήση μόνο εικονιδίων, μόνο κειμένου ή και τα δύο." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Γραμμή πλοήγησης πίνακα" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Χρήση εξαγόμενου GZip buffering για αυξημένη ταχύτητα σε μεταφορές HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Εξαγόμενο GZip buffering" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6887,19 +6909,19 @@ msgstr "" "[kbd]SMART[/kbd] - π.χ. φθίνουσα ταξινόμηση για στήλες τύπου TIME, DATE, " "DATETIME και TIMESTAMP, αύξουσα ταξινόμηση στα υπόλοιπα." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Προεπιλεγμένη ταξινόμηση" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Χρήση εξαναγκασμένων συνδέσεων στις βάσεις δεδομένων MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Επιμένουσες συνδέσεις" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6909,11 +6931,11 @@ msgstr "" "λεπτομερούς δομής της βάσης δεδομένων, αν κάποιο από τους απαραίτητους " "πίνακες για την αποθήκευση ρυθμίσεων του phpMyAdmin δεν βρεθεί." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Λείπουν πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6921,11 +6943,11 @@ msgstr "" "Απενεργοποιήση της προεπιλεγμένης προειδοποιησης που εμφανίζεται αν " "ανιχνευτεί διαφορά μεταξύ της βιβλιοθήκης και του διακομιστή MySQL." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Προειδοποίηση διαφοράς διακομιστή/βιβλιοθήκης" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6933,27 +6955,27 @@ msgstr "" "Απενεργοποiήστε την προεπιλεγμένη προειδοποίηση που εμφανίζεται στη σελίδα " "Δομής, αν τα ονόματα στηλών είναι δεσμευμένες λέξεις της MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Προειδοποίηση δεσμευμένης λέξης MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Πως θα εμφανίζονται οι καρτέλες μενού" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Πως θα εμφανίζονται διάφοροι σύνδεσμοι ενεργιών" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Αποτροπή επεξεργασίας στηλών BLOB και BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Προστασία δυαδικών στηλών" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6963,126 +6985,126 @@ msgstr "" "ρυθμίσεων phpMyAdmin). Αν απενεργοποιηθεί, λειτουργούν ρουτίνες JS για " "προβολή του ιστορικού ερωτημάτων (χάνεται με το κλείσιμο του παραθύρου)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Μόνιμο ιστορικό ερωτημάτων" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Πόσα ερωτήματα παραμένουν στο ιστορικό." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Μέγεθος ιστορικού ερωτημάτων" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Επιλέξτε ποιες συναρτήσεις θα χρησιμοποιηθούν για μετατροπή συνόλων " "χαρακτήρων." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Μηχανή επανακωδικοποίησης" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Όταν μεταικινήστε μταξύ πινάκων, η ταξινόμηση για κάθε πίανακα " "απομνημονεύεται." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Απομνημόνευση ταξινόμησης πινάκων" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Προεπιλεγμένη ταξινόμηση για πίνακες με πρωτεύον κλειδί." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Προεπιλεγμένη ταξινόμηση πρωτεύοντος κλειδιού" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Επανάληψη κεφαλίδων κάθε Χ κελιά. Το [kbd]0[/kbd] απενεργοποιεί το " "χαρακτηριστικό." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Επανάληψη κεφαλίδων" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Επεξεργασία καννάβου: πρόκληση δράσης" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Σχεσιακή προβολή" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Για Επιλογές προβολής" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Επεξεργασία καννάβου: Αποθήκευση όλων των επεξεργασμένων κελιών μαζί" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Ο φάκελος στον διακομιστή όπου οι εξαγωγές μπορούν να αποθηκευτούν." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Φάκελος αποθήκευσης" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Αφήστε το άδειο αν δεν χρησιμοποιηθεί." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Σειρά πιστοποίησης φιλοξενητή" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Αφήστε κενό για προεπιλογές." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Κανόνες πιστοποίησης φιλοξενητή" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Δικαίωμα συνδέσεων χωρίς κωδικό πρόσβασης" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Δικαίωμα ριζικής σύνδεσης" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Ζώνη ώρας συνεδρίας" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Ορίζει την ενεργή ζώνη ώρας, πιθανά διαφορετική από αυτή του διακομιστή σας" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Το βασίλειο του HTTP Basic Auth εμφανίζεται όταν γίνεται πιστοποίηση HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Βασίλειο HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7092,19 +7114,19 @@ msgstr "" "υλικού SweKey[/a] (δεν βρίσκεται στο ριζικό φάκελο του εγγράφου; " "προτείνεται: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Αρχείο ρυθμίσεων SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Μέθοδος επικύρωσης για χρήση." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Τύπος επικύρωσης" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7112,11 +7134,11 @@ msgstr "" "Αφήστε κενό αν δεν υπάρχει υποστήριξη [a@http://wiki.phpmyadmin.net/pma/" "bookmark]σελιδοδείκτη[/a], προτείνεται: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Πίνακας σελιδοδεικτών" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7124,33 +7146,33 @@ msgstr "" "Αφήστε κενό για να μη υπάρχουν σχόλια/τύποι mime στις στήλες, προτείνεται: " "[kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Πίνακας πληροφοριών στήλης" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Συνδεση συμπίεσης στο διακομιστή MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Σύνδεση συμπίεσης" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Πως να συνδεθείτε στο διακομιστή, κρατήστε το [kbd]tcp[/kbd] αν δεν είστε " "σίγουρος/η." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Τύπος σύνδεσης" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Έλεγχος κωδικού πρόσβασης χρήστη" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7159,11 +7181,11 @@ msgstr "" "Περισσότερες πληροφορίες είναι διαθέσιμες στο [a@http://wiki.phpmyadmin.net/" "pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Έλεγχος χρήστη" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7171,11 +7193,11 @@ msgstr "" "Ένας εναλλακτικός φιλοξενητής για αποθήκευση των ρυθμίσεων, αφήστε το κενό " "για χρήση του ήδη ορισμένου." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Έλεγχος φιλοξηνητή" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7185,15 +7207,15 @@ msgstr "" "αποθήκευση των ρυθμίσεων, αφήστε το κενό για χρήση της προεπιλεγμένης θύρας " "ή της ήδη ορισμένης θύρας αν το controlhost ισούται με το φιλοξενητή." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Θύρα ελέγχου" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Απόκρυψη βάσεων δεδομένων που ταιριάζουν την κανονική έκφραση (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7202,15 +7224,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] και στο [a@http://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Απενεργοποίηση χρήσης του INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Απόκρυψη βάσεων δεδομένων" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7218,23 +7240,23 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL, προτείνεται: " "[kbd]pma_history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Πίνακας ιστορικού ερωτημάτων SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Ονομασία θέσης όπου εκτελείται ο διακομιστής MySQL." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Ονομασία θέσης διακομιστή" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Διεύθυνση URL αποσύνδεσης" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7242,15 +7264,15 @@ msgstr "" "Περιορίζει τον αριθμό των προτιμήσεων πινάκων που αποθηκεύονται στη βάση " "δεδομένων, οι παλαιές εγγραφές απομακρύνονται αυτόματα." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Μέγιστος αριθμός προτιμήσεων πινάκων για αποθήκευση" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Πίνακας αποθηκευμένων αναζητήσεων QBE" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7258,11 +7280,29 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη αποθηκευμένων αναζητήσεων QBE, προτείνεται: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Εξαγωγή προβολών ως πίνακες" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Πίνακας κεντρικών στηλών" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7270,15 +7310,15 @@ msgstr "" "Αφήστε το κενό για να μην υποστηρίζονται κεντρικές στήλες. Προτείνεται: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Δοκιμάστε να συνδεθείτε χωρίς κωδικό πρόσβασης." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Σύνδεση χωρίς κωδικό πρόσβασης" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7288,30 +7328,30 @@ msgstr "" "κάθετο χρησιμοποιήστε τα ως κανονικούς χαρακτήρες, π.χ. χρησιμοποιήστε " "[kbd]'my\\_db[/kbd]' και όχι [kbd]'my_db[/kbd]'." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Εμφάνιση μόνο των βάσεων δεδομένων από λίστα" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Αφήστε το άδειο αν δεν χρησιμοποιείτε ρύθμισμένη επικύρωση." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Κωδικός πρόσβασης για ρυθμισμένη επικύρωση" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Σχέδιο PDF: πίνακας σελίδων" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7322,21 +7362,21 @@ msgstr "" "a] για λεπτομέρειες. Αφήστε κενό για να μην υπάρχει υποστήριξη. Προτείνεται: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Όνομα βάσης δεδομένων" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Θύρα που αποκρίνεται ο διακομιστής MySQL. Αφήστε το άδειο για προεπιλογή." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Θύρα διακομιστή" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7344,11 +7384,11 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμους» πρόσφατα χρησιμοποιημένους πίνακες μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Πρόσφατα χρησιμοποιημένος πίνακας" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7356,11 +7396,11 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμους» αγαπημένους πίνακες μεταξύ συνεδριών, " "προτείνεται: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Πίνακας αγαπημένων" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7369,11 +7409,11 @@ msgstr "" "pma/relation]συνδέσμων-συσχετίσεων[/a], προτείνεται: [kbd]pma__relation[/" "kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Πίνακας συσχετίσεων" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7381,33 +7421,33 @@ msgstr "" "Δείτε τους [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]τύπους " "επικύρωσης[/a] για ένα παράδειγμα." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Ονομάσία συνεδρίας σύνδεσης" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Διεύθυνση URL σύνδεσης" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Η υποδοχή στην οποία ο διακομιστής MySQL αποκρίνεται. Αφήστε το κενό για " "προεπιλογή." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Υποδοχή διακομιστή" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Ενεργοποιήση SSL για σύνδεση στο διακομιστή MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Χρήση SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7415,11 +7455,11 @@ msgstr "" "Αφήστε το κενό για να μην υποστηρίζεται σχέδιο PDF. Προτείνεται: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Σχεδιαστής και σχέδιο PDF: συντεταγμένες πίνακα" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7427,11 +7467,11 @@ msgstr "" "Ο πίνακας που περιγράφει τις προβαλλόμενες στήλες - αφήστε το κενό για να " "μην υποστηρίζεται, προτείνεται: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Πίνακας προβολής στηλών" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7439,11 +7479,11 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμο» περιβάλλον εργασίας ρυθμίσεων πινάκων μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Πίνακας προτιμήσεων UI" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7451,11 +7491,11 @@ msgstr "" "Όταν δηλωθεί DROP DATABASE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία βάσης δεδομένων." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Προσθήκη της εντολής DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7463,11 +7503,11 @@ msgstr "" "Όταν δηλωθεί DROP TABLE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία πίνακα." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Προσθήκη DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7475,21 +7515,21 @@ msgstr "" "Όταν δηλωθεί DROP VIEW IF EXISTS θα προστεθεί ως πρώτη γραμμή στην καταγραφή " "κατά τη δημιουργία προβολής." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Προσθήκη DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Ορίζει τη λίστα των δηλώσεων που χρησιμοποιεί η αυτόματη δημιουργία για νέες " "εκδόσεις." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Δηλώσεις προς παρακολούθηση" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7497,11 +7537,11 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL , προτείνεται: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Πίνακας ιστορικού παρακολούθησης ερωτημάτων SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7509,11 +7549,11 @@ msgstr "" "Αν ο μηχανισμός παρακολούθησης δημιουργεί εκδόσεις για πίνακες και προβολές " "αυτόματα." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Αυτόματη δημιουργία εκδόσεων" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7521,11 +7561,11 @@ msgstr "" "Αφήστε το κενό για μη αποθήκευση των ρυθμίσεων χρήστη, προτείνεται: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Πίνακας αποθήκευσης προτιμήσεων χρήστη" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7535,11 +7575,11 @@ msgstr "" "ενεργοποίηση του χαρακτηριστικού μενού ρυθμίσεων. Αφήνοντας ένα από τα δύο " "κενό απενεργοποιείται το χαρακτηριστικό, προτείνεται: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Πίνακας χρηστών" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7550,11 +7590,11 @@ msgstr "" "κενό απενεργοποιείται το χαρακτηριστικό, προτείνεται: [kbd]pma__usergroups[/" "kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Πίνακας ομάδων χρηστών" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7562,15 +7602,15 @@ msgstr "" "Αφήστε το κενό για απενεργοποίηση του χαρακτηριστικού προσαρμόσιμων μενού, " "προτείνεται: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Πίνακας κρυφών αντικειμένων πλοήγησης" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Χρήστης για ρυθμισμένη επικύρωση" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7578,20 +7618,20 @@ msgstr "" "Μια φιλοχρηστική περιγραφή αυτού του διακομιστή. Αφήστε το κενό για να " "εμφανίζεται το όνομα." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Φιλοχρηστικό όνομα διακομιστή" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Αν θα εμφανίζεται στο χρήστη ένα κουμπί «εμφάνιση όλων (των εγγραφών)»." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Δικαίωμα προβολή όλων των γραμμών" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7602,57 +7642,57 @@ msgstr "" "ρυθμίσεων και αυτό δεν περιορίζει τη δυνατότητα άμεσης εκτέλεσης της ίδιας " "εντολής." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Εμφάνιση φόρμας αλλαγής κωδικού πρόσβασης" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Εμφάνιση φόρμας δημιουργίας βάσης δεδομένων" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που εμφανίζει τα σχόλια για όλους του " "πίνακες." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Προβολή σχολίων πίνακα" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης εμφανίζοντας τη χρονοσφραγίδα Δημιουργίας " "για όλους τους πίνακες." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Προβολή χρονοσφραγίδας δημιουργίας" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίας " "ενημέρωσης για όλους τους πίνακες." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Εμφάνιση χρονοσφραγίδας Τελευταίας ενημερώσης" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίου " "ελέγχου για όλους τους πίνακες." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Προβολή χρονοσφραγίδας τελευταίου ελέγχου" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7660,27 +7700,27 @@ msgstr "" "Ορίζει αν θα εμφανίζονται οι τύποι των πεδίων σε κατάσταση επεξεργασίας/" "εισαγωγής." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Εμφάνιση τύπων πεδίου" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Προβολή των πεδίων συναρτήσεων σε κατάσταση επεξεργασίας εισαγωγής." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Εμφάνιση πεδίων συναρτήσεων" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Αν θα εμφανίζεται επεξήγηση ή όχι." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Εμφάνιση επεξήγησης" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7688,57 +7728,57 @@ msgstr "" "Εμφανίζει σύνδεσμο για την τεκμηρίωση της συνάρτησης [a@http://php.net/" "manual/function.phpinfo.php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Εμφάνιση συνδέσμου phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Εμφάνιση λεπτομερών πληροφοριών διακομιστή MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Ορίζει αν τα δημιουργημένα ερωτήματα SQL από το phpMyAdmin πρέπει να " "προβάλονται." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Εμφάνιση ερωτημάτων SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Ορίζεται αν το ερώτημα πρέπει να παραμείνει στην οθόνη μετά την υποβολή του." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Διατήρηση παραθύρου ερωτήματος" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Δικαίωμα προβολής στατιστικών βάσης δεδομένων και πινάκων (π.χ. χρήση χώρου " "στο δίσκο)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Εμφάνιση στατιστικών" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Επισήμανση χρησιμοποιημένων πινάκων και ενεργοποίηση της δυνατότητας " "προβολής των βάσεων δεδομένων με κλειδωμένους πίνακες." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Παράβλεψη κλειδωμένων πινάκων" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7746,11 +7786,11 @@ msgstr "" "Απενεργοποίηση της προεπιλεγμένης προειδοποίησης που εμφανίζεται στη βασική " "σελίδα αν βρεθεί το Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "προειδοποίηση Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7760,11 +7800,11 @@ msgstr "" "σελίδα αν η τιμή της ρύθμισης PHP session.gc_maxlifetime είναι λιγότερο από " "την τιμή του «LoginCookieValidity»." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Προειδοποίηση εγκυρότητας cookie σύνδεσης" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7772,11 +7812,11 @@ msgstr "" "Το μέγεθος του textarea (στήλες) σε κατάσταση επεξεργασίας. Αυτή η τιμή " "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Στήλες textarea" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7784,33 +7824,33 @@ msgstr "" "Το μέγεθος του textarea (γραμμές) σε κατάσταση επεξεργασίας. Αυτή η τιμή " "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Γραμμές textarea" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται μια βάση δεδομένων." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν δεν επιλέγεται τίποτα." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Προεπιλεγμένος τίτλος" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας διακομιστής." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας πίνακας." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7822,28 +7862,28 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) προερχόμενη από τη διεύθυνση 1.2.3.4:" "[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Λίστα αξιόπιστων διευθύνσεων IP για να επιτρέπεται/απαγορεύεται" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "Φάκελος στο διακομιστή όπου μπορείτε να αποστείλετε αρχεία για εισαγωγή." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Φάκελος αποστολής" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Επιτρέπει την αναζήτηση εντός ολόκληρης της βάσης δεδομένων." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Χρήση αναζήτησης βάσης δεδομένων" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7851,28 +7891,28 @@ msgstr "" "Όταν απενεργοποιηθεί, οι χρήστες δεν μπορούν να ορίσουν καμιά από τις " "παρακάτω επιλογές, ανεξάρτητα από την επιλογή στα δεξιά." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Ενεργοποίηση της καρτέλας Δημιουργός στις ρυθμίσεις" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Έλεγχος για τελευταία έκδοση" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Ενεργοποιεί τον έλεγχο για τη τελευταία έκδοση στη κεντρική σελίδα του " "phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Έλεγχος έκδοσης" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7885,11 +7925,11 @@ msgstr "" "άμεση πρόσβαση στο διαδίκτυο. Η σύνταξη είναι: «όνομαδιακομιστή:" "αριθμόςθύρας»." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Διεύθυνση διακομιστή" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7900,19 +7940,19 @@ msgstr "" "Πιστοποίηση. Κανένας άλλος τύπος πιστοποίησης δεν υποστηρίζεται προς το " "παρόν." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Όνομα χρήστη διακομιστή" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Ο κωδικός πρόσβασης για πιστοποίηση με τον διακομιστή." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Κωδικός πρόσβασης διακομιστή" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7920,36 +7960,36 @@ msgstr "" "Ενεργοποίηση της συμπίεσης [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] για λειτουργίες εισαγωγής και εξαγωγής." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Εισάγετε το δημόσιο κλειδί σας για τη βασική υπηρεσία reCaptcha σας." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Δημόσιο κλειδί για reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Εισάγετε το ιδιωτικό κλειδί σας για τη βασική υπηρεσία reCaptcha σας." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Ιδιωτικό κλειδί για reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" "Επιλέξτε την προεπιλεγμένη ενέργεια όταν αποστέλετε αναφορές σφάλματος." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Αποστολή αναφορών σφάλματος" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7957,11 +7997,11 @@ msgstr "" "Τα ερωτήματα εκτελούνται πατώντας το Enter (αντί του Ctrl+Enter). Οι νέες " "γραμμές θα εισαχθούν με το Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Το Enter εκτελεί τα ερωτήματα στην κονσόλα" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7969,7 +8009,7 @@ msgstr "" "Ενεργοποιεί την κατάσταση Μηδενικής Ρύθμισης που σας επιτρέπει να ρυθμίσετε " "τους πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin αυτόματα." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Ενεργοποίηση κατάστασης Μηδενικής Ρύθμισης" @@ -7995,47 +8035,74 @@ msgstr "Πιστοποίηση HTTP" msgid "Signon authentication" msgstr "Σειρά επικύρωσης" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV με χρήση LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Γρήγορο" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Προσαρμοσμένο" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Επιλογές εξαγωγής βάσης δεδομένων" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "Μορφή CSV για δεδομένα MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Έγγραφο Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Κανένα ερώτημα SQL δεν τέθηκε για να έρθουν δεδομένα." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Καμία αριθμητική στήλη παρούσα στον πίνακα για εκτύπωση." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Κανένα δεδομένο για προβολή" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Ο πίνακας %1$s αλλάχτηκε επιτυχώς." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Η προβολή της στήλης ενημερώθηκε επιτυχώς." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Οι εσωτερικές συσχετίσεις έχουν ενημερωθεί επιτυχώς." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8050,12 +8117,12 @@ msgstr "πιθανή βαθειά ανάδρομή επίθεση" msgid "No change" msgstr "Χωρίς αλλαγή" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Δείτε την %sτεκμηρίωσή μας%s για περισσότερες πληροφορίες." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8109,6 +8176,7 @@ msgid "Create database" msgstr "Δημιουργία βάσης δεδομένων" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Δημιουργία" @@ -8122,7 +8190,7 @@ msgid "No Privileges" msgstr "Χωρίς Δικαιώματα" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Δημιουργία πίνακα" @@ -8135,50 +8203,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Αδύνατη η φόρτωση προσθέτων εξαγωγής, για αυτό εξέξτε την εγκατάστασή σας!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Εξαγωγή βάσεων δεδομένων από τον τρέχοντα διακομιστή" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Εξαγωγή πινάκων από τη βάση δεδομένων «%s»" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Εξαγωγή εγγραφών από τον πίνακα «%s»" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Μέθοδος εξαγωγής:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Εξαγωγή τύπου" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Πρότυπο ονόματος αρχείου:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Ονομασία πίνακας" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Πρότυπο ονόματος αρχείου:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Βαθμός προσωρινού δίσκου" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Ενημερώθηκε" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Επιλογή ενός πίνακα" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Μέθοδος εξαγωγής" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Γρήγορο - προβολή μονό των ελάχιστων επιλογών" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Προσαρμογή - προβολή όλων των πιθανών επιλογών" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Βάση(εις) δεδομένων:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Πίνακας(ες):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Μορφοποίηση:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Επιλογές ορισμένης μορφής:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8186,52 +8298,52 @@ msgstr "" "Μεταβείτε πιο κάτω για να συμπληρώσετε τις επιλογές για την επιλεγμένη μορφή " "και αγνοήστε τις επιλογές για τις άλλες μορφές." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Μετατροπή κωδικοποίησης:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Εγγραφές:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Μετατροπή εγγραφής(ών)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Η εγγραφή θα ξεκινάει στο:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Μετατροπή όλων των γραμμών" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Εξαγόμενο:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Αποθήκευση στον διακομιστή στον φάκελο %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Πρότυπο ονόματος αρχείου:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "Το @SERVER@ θα γίνει το όνομα του διακομιστή" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", το @DATABASE@ θα γίνει το όνομα της βάσης δεδομένων" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", το @TABLE@ θα γίνει το όνομα του πίνακα" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8243,74 +8355,72 @@ msgstr "" "και οι ακόλουθες μετατροπές: %3$s. Το υπόλοιπο κείμενο θα παραμείνει όπως " "είναι. Δείτε τις %4$sΣΑΕ%5$s για λεπτομέρειες." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "χρησιμοποιήστε το για μελλοντικές εξαγωγές" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Σύνολο χαρακτήρων του αρχείου:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Συμπίεση:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "συμπίεση «zip»" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "συμπίεση «gzip»" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Προβολή εξαγόμενου ως κείμενο" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Εξαγωγή βάσεων δεδομένων ως χωριστά αρχεία" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Εξαγωγή πινάκων ως χωριστά αρχεία" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Μετονομασία εξαγόμενων βάσεων δεδομένων/πινάκων/στηλών" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Αποθήκευση εξαγόμενου σε αρχείο" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Αγνόηση πινάκων μεγαλύτερων από" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Επιλογή βάσης δεδομένων" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Επιλογή πίνακα" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Νέο όνομα βάσης δεδομένων" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Νέο όνομα πίνακα" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Παλαιό ονόμα στήλης" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Νέο ονόμα στήλης" @@ -8870,7 +8980,7 @@ msgid "Dump has been saved to file %s." msgstr "Το αρχείο εξόδου αποθηκεύτηκε ως %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8948,7 +9058,7 @@ msgstr "Απόκρυψη" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Συνάρτηση" @@ -9025,7 +9135,7 @@ msgstr "" "μετακίνηση παντού" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9288,7 +9398,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Ένα σφάλμα συμβαίνει κατά τη φόρτωση της προβολής πλοήγησης" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Ομάδες:" @@ -9456,7 +9565,7 @@ msgstr "Νέα" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Προβολές" @@ -9781,222 +9890,233 @@ msgstr "Δεν βρέθηκαν μερικές εξαρτήσεις!" msgid "Rename database to" msgstr "Μετονομασία βάσης δεδομένων σε" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Προσαρμογή Δικαιωμάτων" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Η βάση δεδομένων %s διεγράφη." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Μετακίνηση βάσης δεδομένων σε" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Διαγραφή της βάση δεδομένων (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Μόνο η δομή" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Δομή και δεδομένα" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Μόνο τα δεδομένα" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Αντιγραφή βάσης δεδομένων σε" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE πριν την αντιγραφή" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Προσθήκη περιορισμών" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Αλλαγή στο αντίγραφο της βάσης δεδομένων" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Αλλαγή ταξινόμησης πίνακα κατά" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(μοναδικά)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Μεταφορά πίνακα σε (βάση δεδομένων.πίνακας)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Μετονομασία πίνακα σε" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Σχόλια πίνακα" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Επιλογές πίνακα" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Μηχανή αποθήκευσης" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Αλλαγή όλων των συνθέσεων στηλών" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Αντιγραφή πίνακα σε (βάση δεδομένων.πίνακας)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Μεταφορά στον αντεγραμμένο πίνακα" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Συντήρηση πίνακα" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Ανάλυση πίνακα" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Έλεγχος πίνακα" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Πίνακας αθροίσματος ελέγχου" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Ανασυγκρότηση πίνακα" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Ο πίνακας %s εκκαθαρίστηκε." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Εκκαθάριση («FLUSH») πίνακα" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Βελτιστοποίηση πίνακα" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Επιδιόρθωση πίνακα" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Διαγραφή δεδομένων ή πίνακα" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Άδειασμα του πίνακα (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Διαγραφή της βάσης δεδομένων (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Ανάλυση" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Έλεγχος" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Βελτιστοποίηση" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Επανακατασκευή" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Επισκευή" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Διαγραφή" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Κοαλέζικα" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Συντήρηση κατάτμησης" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Κατάτμηση %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Απομάκρυνση κατάτμησης" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Έλεγχος ακεραιότητας συσχετίσεων:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Ο πίνακας %s μεταφέρθηκε στο %s. Τα προνόμια έχουν προσαρμοστεί." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Ο πίνακας %s αντιγράφηκε στο %s. Τα προνόμια έχουν προσαρμοστεί." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Ο πίνακας %s μεταφέρθηκε στο %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Ο πίνακας %s αντιγράφηκε στο %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Το όνομα του πίνακα είναι κενό!" @@ -10196,7 +10316,7 @@ msgstr "Συμβάν" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Προσδιορισμός" @@ -11167,26 +11287,31 @@ msgid "Managing Central list of columns" msgstr "Διαχείριση Κεντρικής λίστας στηλών" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Απομνημόνευση Ρυθμίσεων Σχεδιαστή" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Μη έγκυρος τύπος εξαγωγής" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Γρήγορα βήματα για εγκατάσταση χαρακτηριστικών για προχωρημένους:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Δημιουργία των απαραίτητων πινάκων με το αρχείο %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Δημιουργήστε έναν χρήστη pma και δώστε πρόσβαση σε αυτούς του πίνακες." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11195,17 +11320,17 @@ msgstr "" "(config.inc.php), για παράδειγμα ξεκινήστε με το αρχείο " "config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Επανασυνδεθείτε στο phpMyAdmin για να φορτωθεί το ενημερωμένο αρχείο " "ρυθμίσεων." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "χωρίς περιγραφή" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11216,7 +11341,7 @@ msgstr "" "οποιασδήποτε βάσης δεδομένων για να ορίσετε την αποθήκευση ρυθμίσεων του " "phpMyAdmin εκεί." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11225,7 +11350,7 @@ msgstr "" "%sΔημιουργία%s μιας βάσης δεδομένων με το όνομα «phpmyadmin» και εγκατάσταση " "της αποθήκευσης ρυθμίσεων του phpMyAdmin εκεί." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11233,7 +11358,7 @@ msgstr "" "%sΔημιουργία%s του τρέχοντος χώρου αποθήκευσης ρυθμίσεων του phpMyAdmin στην " "τρέχουσα βάση δεδομένων." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11429,6 +11554,7 @@ msgstr "Όνομα χρήστη:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Όνομα χρήστη" @@ -11587,10 +11713,10 @@ msgid "Master server changed successfully to %s." msgstr "Ο πρωτεύων διακομιστής άλλαξε επιτυχώς σε %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11611,7 +11737,7 @@ msgstr "Το συμβάν %1$s έχει αλλαχτεί." msgid "Event %1$s has been created." msgstr "Το συμβάν %1$s έχει δημιουργηθεί." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11621,7 +11747,8 @@ msgstr "" msgid "Edit event" msgstr "Επεξεργασία συμβάντος" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Λεπτομέρειες" @@ -11635,7 +11762,7 @@ msgid "Event type" msgstr "Τύπος συμβάντος" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Αλλαγή σε %s" @@ -11663,13 +11790,13 @@ msgid "On completion preserve" msgstr "Διατήρηση με την ολοκλήρωση" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Προσδιοριστής" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Ο οριστής πρέπει να είναι της μορφής «username@hostname»!" @@ -11695,9 +11822,9 @@ msgid "You must provide an event definition." msgstr "Πρέπει να δώσετε έναν προσδιορισμό συμβάντος." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Σφάλμα στην προώθηση αιτημάτος:" @@ -11734,89 +11861,95 @@ msgstr "" "βελτιωμένη επέκταση «mysqli» για να αποφύγετε προβλήματα." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Μη έγκυρος τύπος ρουτίνας: «%s»" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Συγνώμη, αποτύχαμε να επαναφέρουμε τη διαγραμμένη ρουτίνα." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Η ρουτίνα %1$s έχει αλλαχτεί. Τα προνόμια έχουν προσαρμοστει." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Η ρουτίνα %1$s έχει αλλαχτεί." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Η ρουτίνα %1$s έχει δημιουργηθεί." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Επεξεργασία ρουτίνας" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Όνομα ρουτίνας" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Παράμετροι" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Κατεύθυνση" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Προσθήκη παραμέτρου" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Μετακίνηση τελευταίας παραμέτρου" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Τύπος επιστροφής" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Επιστροφή μήκους/τιμών" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Επιλογές επιστροφής" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Είναι προσδιοριστικό" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Τύπος ασφάλειας" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Πρόσβαση δεδομένων SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Πρέπει να δώσετε ένα όνομα στη ρουτίνα!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Εσφαλμένη κατεύθυνση «%s» δόθηκε για την παράμετρο." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11824,25 +11957,25 @@ msgstr "" "Πρέπει να δώσετε μήκος/τιμές για τις παραμέτρους της ρουτίνας του τύπου " "ENUM, SET, VARCHAR και VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" "Πρέπει να δώσετε ένα όνομα και ένα τύπο για κάθε παράμετρος της ρουτίνας." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Πρέπει να δώσετε ένα έγκυρο τύπο επιστροφής για τη ρουτίνα." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Πρέπει να δώσετε ένα προσδιορισμό ρουτίνας." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Αποτελέσματα εκτέλεσης της ρουτίνας %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11851,13 +11984,13 @@ msgstr[0] "" msgstr[1] "" "%d εγγραφές επηρεάστηκαν από την τελευταία δήλωση μέσα στη διαδικασία." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Εκτέλεση ρουτίνας" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Παράμετροι ρουτίνας" @@ -12422,12 +12555,16 @@ msgid "You have revoked the privileges for %s." msgstr "Ανακαλέσατε τα δικαιώματα για %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Προσθήκη χρήστη" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Προσθήκη ομάδας χρηστών" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Βάση δεδομένων για χρήστη" #: libraries/server_privileges.lib.php:1946 @@ -12455,9 +12592,7 @@ msgid "User has been added." msgstr "Ο χρήστης προστέθηκε." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12534,11 +12669,15 @@ msgstr "" "δικαιωμάτων." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Δημιουργία νέου χρήστη με τα ίδια δικαιώματα και …" #: libraries/server_privileges.lib.php:3036 @@ -12560,7 +12699,9 @@ msgid "Add privileges on the following table:" msgstr "Προσθήκη δεδομένων στον ακόλουθο πίνακα:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Διαγραφή των επιλεγμένων χρηστών" #: libraries/server_privileges.lib.php:3376 @@ -12596,30 +12737,38 @@ msgstr "Τα δικαιώματα του χρήστη %s ενημερώθηκα msgid "Deleting %s" msgstr "Διαγραφή %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Τα δικαιώματα επαναφορτώθηκαν επιτυχώς." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Ο χρήστης %s υπάρχει ήδη!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Δικαιώματα για %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Νέος" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Επεξεργασία Δικαιωμάτων:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Ομάδας χρηστών" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12627,11 +12776,13 @@ msgstr "" "Σημείωση: Προσπαθείτε να επεξεργαστείτε δικαιώματα του χρήστη με τον οποίο " "έχετε συνδεθεί." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Επισκόπηση χρηστών" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12645,11 +12796,11 @@ msgstr "" "αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε " "τα δικαιώματα%s πριν συνεχίσετε." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα δικαιωμάτων." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Προσθέσατε ένα νέο χρήστη." @@ -13997,7 +14148,7 @@ msgstr "Άγνωστο Αναγνωριστικό" msgid "Unknown Punctuation String" msgstr "Άγνωστο σημείο στίξης" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Ο πίνακας %s άδειασε." @@ -14010,13 +14161,13 @@ msgstr "Η παρακολούθηση είναι ενεργοποιημένη." msgid "Tracking is not active." msgstr "Η παρακολούθηση δεν είναι ενεργοποιημένη." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Η προβολή %s διαγράφτηκε." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Ο πίνακας %s έχει διαγραφεί." @@ -14228,38 +14379,33 @@ msgstr "Χρήση χώρου" msgid "Effective" msgstr "Αποτελεσματικός" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Ο πίνακας %1$s αλλάχτηκε επιτυχώς. Τα προνόμια έχουν προσαρμοστεί." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Ο πίνακας %1$s αλλάχτηκε επιτυχώς." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Σφάλμα ερωτήματος" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Οι στήλες μετακινήθηκαν επιτυχώς." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Προσθήκη στα Αγαπημένα" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Η Λίστα Αγαπημένων είναι πλήρης!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Εμφάνιση ερωτημάτων δημιουργίας" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Εμφάνιση συσχετίσεων" @@ -14733,18 +14879,6 @@ msgstr "Δεν υπάρχει νεότερη σταθερή έκδοση δια msgid "Wrong data" msgstr "Εσφαλμένα δεδομένα" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Κανένα δεδομένο για προβολή" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Κανένα ερώτημα SQL δεν τέθηκε για να έρθουν δεδομένα." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Καμία αριθμητική στήλη παρούσα στον πίνακα για εκτύπωση." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14755,7 +14889,7 @@ msgstr "Η βάση δεδομένων «%s» δεν υπάρχει." msgid "Table %s already exists!" msgstr "Ο πίνακας %s υπάρχει ήδη!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Εμφάνιση σκαριφήματος (σχήματος) του πίνακα" @@ -14763,27 +14897,19 @@ msgstr "Εμφάνιση σκαριφήματος (σχήματος) του πί msgid "Invalid table name" msgstr "Μη έγκυρο όνομα πίνακα" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Οι εσωτερικές συσχετίσεις έχουν ενημερωθεί επιτυχώς." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Η προβολή της στήλης ενημερώθηκε επιτυχώς." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Γραμμή: %1$s, Στήλη: %2$s, Σφάλμα: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Το όνομα «%s» είναι δεσμευμένη λέξη-κλειδί MySQL." msgstr[1] "Τα ονόματα «%s» είναι δεσμευμένες λέξεις-κλειδία MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Δεν επιλέχθηκε στήλη." @@ -14964,7 +15090,7 @@ msgid "subquery" msgstr "υποερώτημα" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Δημιουργία συσχέτισης" @@ -15028,13 +15154,13 @@ msgstr "Νέα σελίδα" msgid "Delete pages" msgstr "Διαγραφή σελίδων" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Επαναφόρτωση" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Βοήθεια" @@ -15281,35 +15407,35 @@ msgstr "Τίτλος διαγράμματος" msgid "X-Axis:" msgstr "Άξονας Χ:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Σειρές:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Ετικέτα άξονα Χ:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Τιμές Χ" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Ετικέτα άξονα Υ:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Τα ονόματα σειρών είναι σε μια στήλη" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Στήλη σειρών:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Στήλη Τιμής:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Αποθήκευση διαγράμματος ως εικόνα" @@ -16757,6 +16883,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Το concurrent_insert έχει οριστεί στο 0" +#~ msgid "Add user" +#~ msgstr "Προσθήκη χρήστη" + +#~ msgid "Export Method:" +#~ msgstr "Μέθοδος εξαγωγής:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Δεν βρέθηκαν δεδομένα για την οπτικοποίηση GIS." @@ -16985,11 +17117,6 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0" #~ msgid "pdf export page" #~ msgstr "Μη έγκυρος τύπος εξαγωγής" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Μη έγκυρος τύπος εξαγωγής" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/en_GB.po b/po/en_GB.po index 25c96737e9..a917209a3d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-03-02 14:11+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: English (United Kingdom) Settings menu." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Query cache efficiency" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Query cache usage" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Query cache used" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "System CPU Usage" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "System memory" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "System swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Average load" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Total memory" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Cached memory" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Buffered memory" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Free memory" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Used memory" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Total Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cached Swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Used Swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Free Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes sent" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes received" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Connections" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processes" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d table(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Questions" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Traffic" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Settings" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Add chart to grid" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Please add at least one variable to the series!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1438,47 +1460,47 @@ msgstr "Please add at least one variable to the series!" msgid "None" msgstr "None" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Resume monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pause monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log and slow_query_log are enabled." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log is enabled." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log is enabled." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log and general_log are disabled." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output is not set to TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output is set to TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1489,12 +1511,12 @@ msgstr "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time is set to %d second(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1503,30 +1525,30 @@ msgstr "" "restart:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Set log_output to %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Enable %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Disable %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Set long_query_time to %d seconds." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1534,57 +1556,57 @@ msgstr "" "You can't change these variables. Please log in as root or contact your " "database administrator." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Change settings" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Current settings" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Chart Title" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differential" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Divided by %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unit" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "From slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "From general log" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "The database name is not known for this query in the server's logs." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analysing logs" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analysing & loading logs. This may take a while." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancel request" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1594,7 +1616,7 @@ msgstr "" "together. However only the SQL Text is being compared, thus the queries " "other attributes such as start time may differ." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1604,31 +1626,31 @@ msgstr "" "same table are also being grouped together, disregarding of the inserted " "data." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Log data loaded. Queries executed in this time span:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Jump to Log table" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "No data found" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Log analysed, but no data found in this time span." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analysing…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explain output" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1638,58 +1660,58 @@ msgstr "Explain output" msgid "Time" msgstr "Time" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Total time:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiling results" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Table" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Chart" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Log table filter options" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filter queries by word/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Group queries, ignoring variable data in WHERE clauses" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Sum of grouped rows:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Loading logs" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Monitor refresh failed" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1699,87 +1721,87 @@ msgstr "" "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Reload page" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Affected rows:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "Failed parsing config file. It doesn't seem to be valid JSON code." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Failed building chart grid with imported config. Resetting to default config…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Import monitor configuration" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Please select the file you want to import." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "No files available on server for import!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyse Query" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Advisor system" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possible performance issues" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Issue" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recommendation" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Rule details" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justification" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Used variable / formula" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1790,63 +1812,63 @@ msgstr "" msgid "Cancel" msgstr "Cancel" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Change settings" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Apply" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Loading…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Request Aborted!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Processing Request" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Request Aborted!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Error in Processing Request" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Error code: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Error text: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "No databases selected." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Dropping Column" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Adding Primary Key" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1855,65 +1877,65 @@ msgstr "Adding Primary Key" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Click to dismiss this notification" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Renaming Databases" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copying Database" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Changing Charset" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Disable foreign key checks" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Failed to fetch headers" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Searching" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Hide search results" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Show search results" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Browsing" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Deleting" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "The definition of a stored function must contain a RETURN statement!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1923,60 +1945,60 @@ msgstr "The definition of a stored function must contain a RETURN statement!" msgid "Export" msgstr "Export" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET editor" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Values for column %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Values for a new column" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Enter each value in a separate field." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Add %d value(s)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Note: If the file contains multiple tables, they will be combined into one." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Hide query box" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Show query box" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Edit" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1984,96 +2006,96 @@ msgstr "Edit" msgid "Delete" msgstr "Delete" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d is not valid row number." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Browse foreign values" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variable" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "No column selected." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Search in database" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Free memory" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "Contribute" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Add primary key" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "A primary key has been added on %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Tracking report" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2081,89 +2103,89 @@ msgstr "" msgid "End of step" msgstr "End of line" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Done" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "No databases selected." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "The following queries have been executed:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "Add privileges on the following table:" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "No databases selected." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2172,155 +2194,155 @@ msgstr "No databases selected." msgid "Save" msgstr "Save" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Hide search criteria" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Show search criteria" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "Table Search" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Column names: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Column names: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Maximum tables" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Maximum tables" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Hide find and replace criteria" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Show find and replace criteria" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Each point represents a data row." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Hovering over a point will show its label." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "To zoom in, select a section of the plot with the mouse." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Click reset zoom button to come back to original state." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Click a data point to view and possibly edit the data row." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "The plot can be resized by dragging it along the bottom right corner." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Select two columns" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Select two different columns" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Data point content" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copy" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Point" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linestring" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometry" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Inner Ring" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Outer Ring" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Do you want to copy encryption key?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Encryption key" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Select referenced key" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Select Foreign Key" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Please select the primary key or a unique key!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Choose column to display" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2328,93 +2350,93 @@ msgstr "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Page name" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "Select page" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Select page" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Free pages" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "Select page" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Unit" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Please choose a page to edit" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid page name" msgstr "Please enter a valid number!" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Edit or export relational schema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modifications have been saved" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Add an option for column \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d object(s) created." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Submit" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Press escape to cancel editing." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2422,15 +2444,15 @@ msgstr "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Drag to reorder." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Click to sort results by this column." -#: js/messages.php:479 +#: js/messages.php:485 #, fuzzy #| msgid "" #| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." @@ -2443,26 +2465,26 @@ msgstr "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Control+Click to remove column from ORDER BY clause" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Click to mark/unmark." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Double-click to copy column name." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Click the drop-down arrow
to toggle column's visibility." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Show all" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2470,160 +2492,160 @@ msgstr "" "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." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Original string" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Cancel" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Aborted" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Import defaults" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Log file threshold" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Select Tables" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "You can also edit most values
by double-clicking directly on them." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "You can also edit most values
by clicking directly on them." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Go to link:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copy column name." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Right-click the column name to copy it to your clipboard." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generate password" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generate" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Change Password" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "More" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Show Panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Hide Panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Show hidden navigation tree items." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "Customise main panel" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "Customise main panel" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tables" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Views" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedures" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "event" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Functions" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "The requested page was not found in the history, it may have expired." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2633,28 +2655,28 @@ msgstr "" "upgrading. The newest version is %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", latest stable version:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "up to date" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Create view" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Send Error Report" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Submit Error Report" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2662,15 +2684,15 @@ msgstr "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Change Report Settings" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Show Report Details" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2678,7 +2700,7 @@ msgstr "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2687,435 +2709,435 @@ msgstr "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignore" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Show this query here again" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Do you really want to delete the search \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Executed queries" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Table comments" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Hide search results" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Prev" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Next" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Today" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "January" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "February" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "March" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "May" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "June" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "July" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "October" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Sunday" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Monday" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Tuesday" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Wednesday" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Thursday" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Friday" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Saturday" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Sun" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Mon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Tue" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Wed" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Thu" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Fri" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sat" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Tu" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "We" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Th" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wk" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hour" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minute" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Second" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Use text field" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid email address" msgstr "Please enter a valid number!" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Please enter a valid number!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date" msgstr "Please enter a valid number!" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date ( ISO )" msgstr "Please enter a valid number!" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Please enter a valid number!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Please enter a valid number!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Please enter a valid length!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter the same value again" msgstr "Please enter a valid number!" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Please enter correct captcha!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Please enter correct captcha!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value between {0} and {1}" msgstr "Please enter a valid number!" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Please enter a valid length!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value greater than or equal to {0}" msgstr "Please enter a valid number!" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date or time" msgstr "Please enter a valid number!" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Please enter a valid number!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Error" @@ -3184,17 +3206,17 @@ msgstr "per hour" msgid "per day" msgstr "per day" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Existing configuration file (%s) is not readable." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Font size" @@ -3215,7 +3237,7 @@ msgid "Requery" msgstr "subquery" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3224,7 +3246,7 @@ msgstr "subquery" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3317,7 +3339,7 @@ msgid "History" msgstr "SQL history" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3340,7 +3362,7 @@ msgstr "SQL history" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Options" @@ -3437,7 +3459,7 @@ msgid "Count:" msgstr "Count" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3505,10 +3527,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Switch to copied table" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3516,10 +3538,10 @@ msgstr "Switch to copied table" msgid "Ascending" msgstr "Ascending" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3734,125 +3756,126 @@ msgstr "Unselect All" msgid "Inside column:" msgstr "Inside column:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Save edited data" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restore column order" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filter rows" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Search this table" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Previous" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Next" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "End" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "All" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Number of rows:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sort by key" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Partial texts" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Full texts" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relational key" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relational display column" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Show binary contents" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Show BLOB contents" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Hide browser transformation" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Well Known Text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "The row has been deleted." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Kill" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Your SQL query has been executed successfully." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3861,36 +3884,36 @@ msgstr "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Showing rows %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d total, %2$d in query" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Query took %01.4f seconds." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "With selected:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3899,24 +3922,24 @@ msgstr "With selected:" msgid "Check All" msgstr "Check All" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Print view" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Query results operations" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Display chart" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualise GIS data" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link not found!" @@ -4041,7 +4064,7 @@ msgstr "Cardinality" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4051,7 +4074,7 @@ msgid "Collation" msgstr "Collation" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comment" @@ -4066,7 +4089,7 @@ msgid "Index %s has been dropped." msgstr "Index %s has been dropped." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4084,7 +4107,7 @@ msgstr "" "removed." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4101,7 +4124,7 @@ msgstr "View" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4132,7 +4155,7 @@ msgstr "Insert" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privileges" @@ -4197,16 +4220,18 @@ msgid "Central columns" msgstr "Textarea columns" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databases" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "User groups" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4281,7 +4306,7 @@ msgid "Could not save favorite table!" msgstr "Could not save favourite table!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Remove from Favourites" @@ -4302,7 +4327,7 @@ msgid "Recent" msgstr "Recent" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favourite tables" @@ -4929,16 +4954,16 @@ msgstr "Max: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL said: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explain SQL" @@ -4955,7 +4980,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Without PHP Code" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Create PHP Code" @@ -5048,6 +5073,10 @@ msgstr "Last update" msgid "Last check" msgstr "Last check" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Users" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Search:" @@ -5142,8 +5171,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5151,7 +5180,7 @@ msgstr "Name" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Length/Values" @@ -5442,7 +5471,7 @@ msgid "Not a valid port number!" msgstr "Not a valid port number!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Incorrect value!" @@ -5453,35 +5482,35 @@ msgstr "Incorrect value!" msgid "Value must be equal or lower than %s!" msgstr "Value must be equal or lower than %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Missing data for %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "unavailable" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" requires %s extension" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Compressed import will not work due to missing function %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Compressed export will not work due to missing function %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -5497,7 +5526,7 @@ msgid "Set value: %s" msgstr "Set value: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restore default value" @@ -5966,7 +5995,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maximum execution time" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5976,7 +6005,7 @@ msgstr "Add %s statement" msgid "Save as file" msgstr "Save as file" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Character set of the file" @@ -5992,8 +6021,8 @@ msgstr "Compression" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6003,14 +6032,14 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Put columns names in the first row" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Columns enclosed with" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Columns escaped with" @@ -6018,8 +6047,8 @@ msgstr "Columns escaped with" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Replace NULL with" @@ -6027,13 +6056,13 @@ msgstr "Replace NULL with" msgid "Remove CRLF characters within columns" msgstr "Remove CRLF characters within columns" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Columns terminated with" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Lines terminated with" @@ -6055,8 +6084,8 @@ msgid "Table name template" msgstr "Table name template" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6084,14 +6113,14 @@ msgid "Label key" msgstr "Label key" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relations" @@ -6099,110 +6128,116 @@ msgstr "Relations" msgid "Export method" msgstr "Export method" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Save on server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Overwrite existing file(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Export table headers" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Remember file name template" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Add AUTO_INCREMENT value" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Enclose table and column names with backquotes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE options:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Creation/Update/Check dates" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Use delayed inserts" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Disable foreign key checks" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Export views as tables" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Missing phpMyAdmin configuration storage tables" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Add %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Use hexadecimal for BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Use ignore inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntax to use when inserting data" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maximal length of created query" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Export type" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Enclose export in a transaction" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Export time in UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Force secured connection while using phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Force SSL connection" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6210,164 +6245,164 @@ msgstr "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Foreign key dropdown order" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "A dropdown will be used if fewer items are present." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Foreign key limit" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Foreign key check:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Browse mode" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Customise browse mode." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Customise default options." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Developer" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Settings for phpMyAdmin developers." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Edit mode" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Customise edit mode." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Export defaults" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Customise default export options." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Features" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "General" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Set some commonly used options." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Import defaults" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Customise default common import options." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / export" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Set import and export directories and compression options." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Databases display options." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigation panel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Customise appearance of the navigation panel." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigation panel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Customise navigation panel" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servers" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Servers display options." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Tables display options." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Main panel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Other core settings" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Settings that didn't fit anywhere else." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Page titles" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6381,11 +6416,11 @@ msgstr "" "[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " "to get special values." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Security" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6393,23 +6428,23 @@ msgstr "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Basic settings" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Authentication" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Authentication settings." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Server configuration" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6417,15 +6452,15 @@ msgstr "" "Advanced server configuration, do not change these options unless you know " "what they are for." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Enter server connection parameters." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Configuration storage" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6435,11 +6470,11 @@ msgstr "" "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Changes tracking" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6447,110 +6482,110 @@ msgstr "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Customise export options" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Customise import defaults" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Customise navigation panel" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Customise main panel" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL queries" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL Query box" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Customise links shown in SQL Query boxes." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL queries settings." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Startup" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Customise startup page." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Database structure" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Choose which details to show in the database structure (list of tables)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Table structure" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Settings for the table structure (list of columns)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tabs" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Choose how you want tabs to work." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Display relational schema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Paper size" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Text fields" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Customise text input fields." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Customise default options" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Warnings" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Disable some of the warnings shown by phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6558,15 +6593,15 @@ msgstr "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Extra parameters for iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6574,11 +6609,11 @@ msgstr "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignore multiple statement errors" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6588,25 +6623,25 @@ msgstr "" "This might be a good way to import large files, however it can break " "transactions." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Partial import: allow interrupt" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Do not abort on INSERT error" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6614,68 +6649,68 @@ msgstr "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format of imported file" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Use LOCAL keyword" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Column names in first row" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Do not import empty rows" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Import currencies (£5.00 to 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Import percentages as proper decimals (12.00% to .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Number of queries to skip from start." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Partial import: skip queries" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Do not use AUTO_INCREMENT for zero values" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Initial state for sliders" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "How many rows can be inserted at one time." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Number of inserted rows" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximum number of characters shown in any non-numeric column on browse view." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limit column characters" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6685,11 +6720,11 @@ msgstr "" "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Delete all cookies on logout" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6697,11 +6732,11 @@ msgstr "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Recall user name" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6713,48 +6748,48 @@ msgstr "" "and will be deleted as soon as you close the browser window. This is " "recommended for non-trusted environments." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Login cookie store" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Define how long (in seconds) a login cookie is valid." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Login cookie validity" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Double size of textarea for LONGTEXT columns." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Bigger textarea for LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximum number of characters used when a SQL query is displayed." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maximum displayed SQL length" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Users cannot set a higher value" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maximum number of databases displayed in database list." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maximum databases" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6762,11 +6797,11 @@ msgstr "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maximum items on first level" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6774,11 +6809,11 @@ msgstr "" "The number of items that can be displayed on each page of the navigation " "tree." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maximum items in branch" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6786,19 +6821,19 @@ msgstr "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maximum number of rows to display" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maximum number of tables displayed in table list." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maximum tables" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6806,41 +6841,41 @@ msgstr "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Memory limit" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Show hidden navigation tree items." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Show logo in navigation panel." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Display logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL where logo in the navigation panel will point to." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo link URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6848,29 +6883,29 @@ msgstr "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo link target" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Display server choice at the top of the navigation panel." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Display servers selection" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Target for quick access icon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Target for quick access icon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6878,15 +6913,15 @@ msgstr "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimum number of items to display the filter box" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minimum number of databases to display the database filter box" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6898,161 +6933,161 @@ msgstr "" "Group items in the navigation tree (determined by the separator defined " "below)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Group items in the tree" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "String that separates databases into different tree levels." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Database tree separator" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "String that separates tables into different tree levels." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Table tree separator" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maximum table tree depth" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Highlight server under the mouse cursor." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Enable highlighting" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Whether to disable the possibility of database expansion or not." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Table navigation bar" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "Showing tables:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "Whether to disable the possibility of database expansion or not." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Show versions" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Show hidden navigation tree items." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Show function fields" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Show processes" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Show versions" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Show hidden navigation tree items." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maximum number of recently used tables; set 0 to disable." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maximum number of favourite tables; set 0 to disable." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Recently used tables" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "These are Edit, Copy and Delete links." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Where to show the table row links" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Use natural order for sorting table and database names." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Natural order" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Use only icons, only text or both." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Table navigation bar" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use GZip output buffering for increased speed in HTTP transfers." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip output buffering" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -7060,19 +7095,19 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Default sorting order" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Use persistent connections to MySQL databases." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Persistent connections" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -7082,11 +7117,11 @@ msgstr "" "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Missing phpMyAdmin configuration storage tables" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -7094,11 +7129,11 @@ msgstr "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Server/library difference warning" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -7106,27 +7141,27 @@ msgstr "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL reserved word warning" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "How to display the menu tabs" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "How to display various action links" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Disallow BLOB and BINARY columns from editing." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protect binary columns" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7136,127 +7171,127 @@ msgstr "" "storage). If disabled, this utilises JS-routines to display query history " "(lost by window close)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Permanent query history" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "How many queries are kept in history." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Query history length" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Select which functions will be used for character set conversion." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Recoding engine" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "When browsing tables, the sorting of each table is remembered." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Remember table's sorting" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Default sorting order" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repeat headers" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Grid editing: trigger action" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relational display column" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Servers display options." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Grid editing: save all edited cells at once" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Directory where exports can be saved on server." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Save directory" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Leave blank if not used." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Host authorisation order" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Leave blank for defaults." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Host authorisation rules" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Allow logins without a password" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Allow root login" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Session value" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm name to display when doing HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7266,19 +7301,19 @@ msgstr "" "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey config file" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Authentication method to use." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Authentication type" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7286,11 +7321,11 @@ msgstr "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Bookmark table" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7298,31 +7333,31 @@ msgstr "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Column information table" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Compress connection to MySQL server." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Compress connection" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "How to connect to server, keep [kbd]tcp[/kbd] if unsure." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Connection type" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Control user password" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7330,11 +7365,11 @@ msgstr "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Control user" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7342,11 +7377,11 @@ msgstr "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Control host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7356,15 +7391,15 @@ msgstr "" "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Control port" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Hide databases matching regular expression (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7372,15 +7407,15 @@ msgstr "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Disable use of INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Hide databases" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7388,23 +7423,23 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL query history table" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Hostname where MySQL server is running." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Server hostname" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Logout URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7412,15 +7447,15 @@ msgstr "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maximal number of table preferences to store" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE saved searches table" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7428,13 +7463,30 @@ msgstr "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Export views as tables" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Textarea columns" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7446,15 +7498,15 @@ msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Try to connect without password." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Connect without password" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7464,29 +7516,29 @@ msgstr "" "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Show only listed databases" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Leave empty if not using config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Password for config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schema: pages table" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7496,20 +7548,20 @@ msgstr "" "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Database name" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port on which MySQL server is listening, leave empty for default." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Server port" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7517,11 +7569,11 @@ msgstr "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Recently used table" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7533,13 +7585,13 @@ msgstr "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favourite tables" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7547,11 +7599,11 @@ msgstr "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relation table" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7559,31 +7611,31 @@ msgstr "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon session name" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Signon URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Socket on which MySQL server is listening, leave empty for default." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Enable SSL for connection to MySQL server." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Use SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7591,13 +7643,13 @@ msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: table coordinates" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7605,11 +7657,11 @@ msgstr "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Display columns table" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7617,11 +7669,11 @@ msgstr "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI preferences table" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7629,11 +7681,11 @@ msgstr "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Add DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7641,11 +7693,11 @@ msgstr "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Add DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7653,20 +7705,20 @@ msgstr "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Add DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Defines the list of statements the auto-creation uses for new versions." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Statements to track" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7674,11 +7726,11 @@ msgstr "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL query tracking table" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7686,11 +7738,11 @@ msgstr "" "Whether the tracking mechanism creates versions for tables and views " "automatically." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automatically create versions" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7698,11 +7750,11 @@ msgstr "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "User preferences storage table" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7712,11 +7764,11 @@ msgstr "" "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Users table" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7726,11 +7778,11 @@ msgstr "" "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "User groups table" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7738,15 +7790,15 @@ msgstr "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Hidden navigation items table" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "User for config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7754,19 +7806,19 @@ msgstr "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Verbose name of this server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Whether a user should be displayed a \"show all (rows)\" button." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Allow to display all the rows" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7776,15 +7828,15 @@ msgstr "" "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Show password change form" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Show create database form" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7792,42 +7844,42 @@ msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Show or hide a column displaying the Creation timestamp for all tables." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Table comments" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Show or hide a column displaying the Creation timestamp for all tables." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Show Creation timestamp" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Show or hide a column displaying the Last update timestamp for all tables." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Show Last update timestamp" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Show or hide a column displaying the Last check timestamp for all tables." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Show Last check timestamp" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7835,27 +7887,27 @@ msgstr "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Show field types" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Display the function fields in edit/insert mode." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Show function fields" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Whether to show hint or not." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Show hint" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7863,53 +7915,53 @@ msgstr "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Show phpinfo() link" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Show detailed MySQL server information" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Show SQL queries" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Defines whether the query box should stay on-screen after its submission." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Retain query box" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Allow to display database and table statistics (eg. space usage)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Show statistics" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Mark used tables and make it possible to show databases with locked tables." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Skip locked tables" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7917,11 +7969,11 @@ msgid "" "detected." msgstr "A warning is displayed on the main page if Suhosin is detected." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin warning" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7934,13 +7986,13 @@ msgstr "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Login cookie validity" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7952,11 +8004,11 @@ msgstr "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Textarea columns" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7968,31 +8020,31 @@ msgstr "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Textarea rows" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Title of browser window when a database is selected." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Title of browser window when nothing is selected." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Default title" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Title of browser window when a server is selected." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Title of browser window when a table is selected." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8004,27 +8056,27 @@ msgstr "" "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "List of trusted proxies for IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Directory on server where you can upload files for import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Upload directory" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Allow for searching inside the entire database." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Use database search" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -8032,26 +8084,26 @@ msgstr "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Enable the Developer tab in settings" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Check for latest version" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Enables check for latest version on main phpMyAdmin page." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Version check" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8063,11 +8115,11 @@ msgstr "" "if the server where phpMyAdmin is installed does not have direct access to " "the internet. The format is: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy url" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8077,19 +8129,19 @@ msgstr "" "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxy username" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "The password for authenticating with the proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxy password" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -8097,53 +8149,53 @@ msgstr "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Enter your public key for your domain reCaptcha service." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Public key for reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Enter your private key for your domain reCaptcha service." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Private key for reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Choose the default action when sending error reports." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Send error reports" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Executed queries" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8171,47 +8223,78 @@ msgstr "HTTP authentication" msgid "Signon authentication" msgstr "Signon authentication" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV using LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Open-Document Spreadsheet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Quick" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Custom" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Database export options" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV for MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Open-Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "No SQL query was set to fetch data." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "No numeric columns present in the table to plot." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "No data to display" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Table %1$s has been altered successfully." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Thread %s was successfully killed." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "Internal relation has been added." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8226,12 +8309,12 @@ msgstr "possible deep recursion attack" msgid "No change" msgstr "No change" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "See %sour documentation%s for more information." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8285,6 +8368,7 @@ msgid "Create database" msgstr "Create database" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Create" @@ -8298,7 +8382,7 @@ msgid "No Privileges" msgstr "No Privileges" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Create table" @@ -8310,50 +8394,94 @@ msgstr "Number of columns" msgid "Could not load export plugins, please check your installation!" msgstr "Could not load export plug-ins, please check your installation!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exporting databases from the current server" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exporting tables from \"%s\" database" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exporting rows from \"%s\" table" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Export type" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "File name template:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Table name" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "File name template:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Temp disk rate" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Updated" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Select Tables" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Export method" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Quick - display only the minimal options" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Custom - display all possible options" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Database(s):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Table(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Format-specific options:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8361,52 +8489,52 @@ msgstr "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Encoding Conversion:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rows:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Dump some row(s)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Row to begin at:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Dump all rows" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Output:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Save on server in the directory %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "File name template:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ will become the server name" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ will become the database name" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ will become the table name" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8417,86 +8545,86 @@ msgstr "" "formatting strings. Additionally the following transformations will happen: " "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "use this for future exports" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Character set of the file:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compression:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipped" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipped" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "View output as text" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Export views as tables" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Export table headers" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Save output to a file" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Skip tables larger than" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Select Tables" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Select Tables" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Database name" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "New page name: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Copy column name" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9049,7 +9177,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump has been saved to file %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -9126,7 +9254,7 @@ msgstr "Hide" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Function" @@ -9201,7 +9329,7 @@ msgstr "" "Use TAB key to move from value to value, or CTRL+arrows to move anywhere" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9638,7 +9766,7 @@ msgstr "New" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Views" @@ -9936,230 +10064,241 @@ msgstr "" msgid "Rename database to" msgstr "Rename database to" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "You don't have sufficient privileges to be here right now!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Edit Privileges" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Database %s has been dropped." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Remove database" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Drop the database (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Structure only" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Structure and data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Data only" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copy database to" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE before copying" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Add constraints" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Switch to copied database" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Alter table order by" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(singly)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Move table to (database.table)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Rename table to" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Table comments" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Table options" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Storage Engine" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copy table to (database.table)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Switch to copied table" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Table maintenance" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyse table" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Check table" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Check table" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragment table" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Table %s has been flushed." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Flush the table (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimise table" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Repair table" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Delete data or table" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Empty the table (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Delete the table (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyse" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Check" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimise" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Rebuild" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Repair" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Close" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Partition maintenance" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partition %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Remove partitioning" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Check referential integrity:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Can't copy table to same one!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Table %s has been moved to %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Table %s has been copied to %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Table %s has been moved to %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Table %s has been copied to %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "The table name is empty!" @@ -10355,7 +10494,7 @@ msgstr "Event" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definition" @@ -11385,11 +11524,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Remember table's sorting" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Invalid export type" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Quick steps to setup advanced features:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11397,11 +11542,11 @@ msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Create the needed tables with the examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Create a pma user and give access to these tables." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11409,22 +11554,22 @@ msgstr "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "no description" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11432,14 +11577,14 @@ msgid "" "configuration storage there." msgstr "Missing phpMyAdmin configuration storage tables" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Missing phpMyAdmin configuration storage tables" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11631,6 +11776,7 @@ msgstr "User name:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "User name" @@ -11788,10 +11934,10 @@ msgid "Master server changed successfully to %s." msgstr "Master server changed successfully to %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11812,7 +11958,7 @@ msgstr "Event %1$s has been modified." msgid "Event %1$s has been created." msgstr "Event %1$s has been created." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "One or more errors have occurred while processing your request:" @@ -11821,7 +11967,8 @@ msgstr "One or more errors have occurred while processing your request:" msgid "Edit event" msgstr "Edit event" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Details" @@ -11835,7 +11982,7 @@ msgid "Event type" msgstr "Event type" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Change to %s" @@ -11863,13 +12010,13 @@ msgid "On completion preserve" msgstr "On completion preserve" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definer" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "The definer must be in the \"username@hostname\" format!" @@ -11895,9 +12042,9 @@ msgid "You must provide an event definition." msgstr "You must provide an event definition." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Error in processing request:" @@ -11934,90 +12081,96 @@ msgstr "" "problems." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Invalid routine type: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Sorry, we failed to restore the dropped routine." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Routine %1$s has been modified." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Routine %1$s has been modified." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Routine %1$s has been created." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Edit routine" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Routine name" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parameters" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direction" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Add parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Remove last parameter" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Return type" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Return length/values" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Return options" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Is deterministic" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Security type" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL data access" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "You must provide a routine name!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Invalid direction \"%s\" given for parameter." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12025,37 +12178,37 @@ msgstr "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "You must provide a name and a type for each routine parameter." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "You must provide a valid return type for the routine." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "You must provide a routine definition." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Execution results of routine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d row affected by the last statement inside the procedure." msgstr[1] "%d rows affected by the last statement inside the procedure." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Execute routine" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Routine parameters" @@ -12605,12 +12758,16 @@ msgid "You have revoked the privileges for %s." msgstr "You have revoked the privileges for %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Add user group" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Database for user" #: libraries/server_privileges.lib.php:1946 @@ -12637,9 +12794,7 @@ msgid "User has been added." msgstr "User has been added." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12717,11 +12872,15 @@ msgstr "" "afterwards." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Change Login Information / Copy User" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Create a new user with the same privileges and …" #: libraries/server_privileges.lib.php:3036 @@ -12743,7 +12902,9 @@ msgid "Add privileges on the following table:" msgstr "Add privileges on the following table:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Remove selected users" #: libraries/server_privileges.lib.php:3376 @@ -12779,40 +12940,50 @@ msgstr "You have updated the privileges for %s." msgid "Deleting %s" msgstr "Deleting %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "The privileges were reloaded successfully." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "The user %s already exists!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privileges for %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "New" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Edit Privileges:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "User group" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Users overview" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12825,11 +12996,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "You have added a new user." @@ -14136,7 +14307,7 @@ msgstr "Invalid Identifer" msgid "Unknown Punctuation String" msgstr "Unknown Punctuation String" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Table %s has been emptied." @@ -14149,13 +14320,13 @@ msgstr "Tracking is active." msgid "Tracking is not active." msgstr "Tracking is not active." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "View %s has been dropped." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Table %s has been dropped." @@ -14385,41 +14556,36 @@ msgstr "Space usage" msgid "Effective" msgstr "Effective" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Table %1$s has been altered successfully." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Table %1$s has been altered successfully." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Query error" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "The columns have been moved successfully." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Add to Favourites" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Favourite List is full!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Show SQL queries" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14888,18 +15054,6 @@ msgstr "No newer stable version is available" msgid "Wrong data" msgstr "Wrong data" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "No data to display" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "No SQL query was set to fetch data." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "No numeric columns present in the table to plot." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14910,7 +15064,7 @@ msgstr "'%s' database does not exist." msgid "Table %s already exists!" msgstr "Table %s already exists!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "View dump (schema) of table" @@ -14918,24 +15072,12 @@ msgstr "View dump (schema) of table" msgid "Invalid table name" msgstr "Invalid table name" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "Internal relation has been added." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Thread %s was successfully killed." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14943,7 +15085,7 @@ msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "The column name '%s' is a MySQL reserved keyword." msgstr[1] "The column name '%s' is a MySQL reserved keyword." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "No column selected." @@ -15146,7 +15288,7 @@ msgid "subquery" msgstr "subquery" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Create relation" @@ -15222,13 +15364,13 @@ msgstr "New name" msgid "Delete pages" msgstr "Select page" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Reload" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Help" @@ -15484,39 +15626,39 @@ msgstr "Chart title" msgid "X-Axis:" msgstr "X-Axis:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Series:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-Axis label:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X Values" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-Axis label:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Inside column:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Values for column %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16923,6 +17065,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert is set to 0" +#~ msgid "Add user" +#~ msgstr "Add user" + +#~ msgid "Export Method:" +#~ msgstr "Export Method:" + #~ msgid "No data found for GIS visualization." #~ msgstr "No data found for GIS visualisation." @@ -17164,11 +17312,6 @@ msgstr "concurrent_insert is set to 0" #~ msgid "pdf export page" #~ msgstr "Invalid export type" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Invalid export type" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/eo.po b/po/eo.po index 77a32204e5..0dac2b0345 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-01-01 17:51+0200\n" "Last-Translator: Eliovir \n" "Language-Team: Esperanto Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1312,47 +1328,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1360,136 +1376,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1499,144 +1515,144 @@ msgstr "" msgid "Time" msgstr "Tempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1647,59 +1663,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1708,61 +1724,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1772,59 +1788,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1832,163 +1848,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1997,395 +2013,395 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2393,440 +2409,440 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "hodiaŭ" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "januaro" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "februaro" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "marto" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "aprilo" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "majo" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "junio" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "julio" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "aŭgusto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "septembro" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktobro" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "novembro" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "decembro" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aŭg" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Dimanĉo" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lundo" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Mardo" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Merkredo" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Ĵaŭdo" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Vendredo" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sabato" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mard" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Merk" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Ĵaŭ" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Ĵa" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2894,16 +2910,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2922,7 +2938,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2931,7 +2947,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3006,7 +3022,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3029,7 +3045,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3100,7 +3116,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3152,10 +3168,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3163,10 +3179,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3377,161 +3393,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3540,24 +3557,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3677,7 +3694,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3687,7 +3704,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3702,7 +3719,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3718,7 +3735,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3735,7 +3752,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3766,7 +3783,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3829,15 +3846,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3913,7 +3930,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3934,7 +3951,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4492,16 +4509,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4518,7 +4535,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4609,6 +4626,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4699,8 +4720,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4708,7 +4729,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4977,7 +4998,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -4988,35 +5009,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5031,7 +5052,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5426,7 +5447,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5435,7 +5456,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5451,8 +5472,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5462,14 +5483,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5477,8 +5498,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5486,13 +5507,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5514,8 +5535,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5543,14 +5564,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5558,566 +5579,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6125,1100 +6150,1110 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7226,52 +7261,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7279,80 +7314,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7376,47 +7411,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7431,12 +7493,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7486,6 +7548,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7499,7 +7562,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7511,101 +7574,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7613,72 +7704,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8164,7 +8255,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8239,7 +8330,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8313,7 +8404,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8740,7 +8831,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9015,222 +9106,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9417,7 +9517,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10291,54 +10391,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10510,6 +10614,7 @@ msgstr "Uzantonomo:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Uzantonomo" @@ -10662,10 +10767,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10686,7 +10791,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10695,7 +10800,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10709,7 +10815,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10737,13 +10843,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10769,9 +10875,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10804,125 +10910,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11460,12 +11572,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11492,9 +11604,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11569,11 +11679,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11593,7 +11703,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11628,40 +11738,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11670,11 +11784,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12800,7 +12914,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12813,13 +12927,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13029,38 +13143,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13501,18 +13610,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13523,7 +13620,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13531,27 +13628,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13722,7 +13811,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13786,13 +13875,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14037,35 +14126,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/es.po b/po/es.po index aa1a057481..b1a97ed769 100644 --- a/po/es.po +++ b/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-27 03:51+0200\n" "Last-Translator: Franco \n" "Language-Team: Spanish Configuración." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiencia del caché de consultas" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Uso del caché de consultas" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Caché de consultas utilizado" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Uso de CPU del sistema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memoria de sistema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Intercambio de sistema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Carga promedio" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memoria total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memoria caché" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memoria de búfers" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memoria libre" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memoria utilizada" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Intercambio total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Intercambio en caché" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Intercambio utilizado" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Intercambio libre" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes recibidos" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Conexiones" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" # singular: tabla # plural: tablas -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabla(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Preguntas" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tráfico" # This is the text showed in the tab -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configuración" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Agregar gráfico a la grilla" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "¡Introduzca una longitud válida!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1401,47 +1423,47 @@ msgstr "¡Introduzca una longitud válida!" msgid "None" msgstr "Ninguna" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Reanudar monitorización" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausar monitorización" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Iniciar refresco automático" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Detener refresco automático" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "«general_log» y «slow_query_log» activos." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "«general_log» activo." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "«slow_query_log» activo." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "«slow_query_log» y «general_log» desactivados." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "«log_output» no está definido como TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "«log_output» está definido como TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1452,12 +1474,12 @@ msgstr "" "más de %d segundos. Es recomendable configurar «long_query_time» entre 0 y 2 " "segundos dependiendo del equipo." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "«long_query_time» está configurado a %d segundo(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1466,30 +1488,30 @@ msgstr "" "valores predeterminados al reiniciar el servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Configurar «log_output» a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Habilitar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Deshabilitar %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Definir «long_query_time» a %d segundos." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1497,59 +1519,59 @@ msgstr "" "No posee permisos para cambiar estas variables. Inicie sesión con la cuenta " "root o contacte a su administrador de base de datos." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Cambiar configuraciones" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configuraciones actuales" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Título del gráfico" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividido por %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unidad" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Del registro de consultas lentas" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Del registro general" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Se desconoce el nombre de la base de datos para esta consulta en los " "registros del servidor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analizando registros" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analizando y cargando registros. Esto puede demorar." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancelar petición" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1560,7 +1582,7 @@ msgstr "" "agrupar, por lo que los demás atributos de las consultas como el tiempo de " "inicio podría diferir." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1569,34 +1591,34 @@ msgstr "" "Dado que se eligió agrupar consultas INSERT, las consultas INSERT a la misma " "tabla también fueron agrupadas sin importar los datos agregados." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Los datos del registros fueron cargados. Consultas ejecutadas en este " "período de tiempo:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Saltar a la tabla de registros" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "No se encontraron datos" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Registros analizados, pero no se encontraron datos en este período de tiempo." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analizando…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explicar salida" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1606,58 +1628,58 @@ msgstr "Explicar salida" msgid "Time" msgstr "Tiempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tiempo total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Perfilando resultados" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabla" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Gráfico" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opciones de filtros para tablas de registros" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrar" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrar consultas por palabra/expresión regular:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar consultas ignorando datos variables en sentencias WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma de filas agrupadas:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Cargando registros" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Falló la actualización del monitorizador" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1667,90 +1689,90 @@ msgstr "" "es probablemente porque expiró la sesión. Cargar la página nuevamente y " "volver a introducir sus credenciales debería ayudar." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Cargar página nuevamente" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Filas afectadas:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "No se pudo analizar el archivo de configuración. No parece ser código JSON " "válido." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "No se pudo crear la grilla de gráficos con la configuración importada. " "Reiniciando a configuración predeterminada…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importar" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importar configuración" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Seleccione el archivo que desea importar." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "¡No existen archivos disponibles en el servidor para importar!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analizar consulta" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistema de consejos" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Posibles problemas de performance" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problema" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomendación" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalles de la regla" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justificación" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variable/fórmula utilizada" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Prueba" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formato SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1761,59 +1783,59 @@ msgstr "Formato SQL..." msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Ajustes de página relacionada" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Aplicar" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Cargando…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Petición abortado!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Procesando Petición" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "¡Petición fallida!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Error al Procesar la Petición" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Código de error: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texto de error: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "No se seleccionaron bases de datos." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Eliminando Columna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Añadiendo Clave Primaria" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1822,62 +1844,62 @@ msgstr "Añadiendo Clave Primaria" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Pulse para descartar esta notificación" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Renombrando Bases de Datos" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copiando Base de Datos" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Cambiando el Juego de caracteres" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Habilite la revisión de las claves foráneas" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "No se pudo obtener la cantidad de filas real." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Buscando" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Ocultar resultados de búsqueda" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostrar resultados de búsqueda" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Examinando" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Borrando" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "¡La definición de una función almacenada debe contener una sentencia RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1887,60 +1909,60 @@ msgstr "" msgid "Export" msgstr "Exportar" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor de ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valores para la columna %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valores para una nueva columna" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Introducir cada valor en un campo separado." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Agregar %d valor(es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Nota: si la fila contiene múltiples tablas, van a ser combinadas en una." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Ocultar ventana de consultas SQL" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostrar ventana de consultas SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Editar" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1948,40 +1970,40 @@ msgstr "Editar" msgid "Delete" msgstr "Borrar" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d no es un número de fila válido." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Mostrar los valores foráneos" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Sin consultas almacenadas automáticamente" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variable %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Elegir" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selección de columnas" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Buscar en esta lista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1991,15 +2013,15 @@ msgstr "" "columnas para la base de datos %s tenga columnas que no estén en la tabla " "actual." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Más" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "¿Está seguro?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2007,52 +2029,52 @@ msgstr "" "Esta acción puede cambiar la definición de algunas columnas.
¿Está " "seguro que desea continuar?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continuar" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Agregar clave primaria" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Se agregó la clave primaria." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Llevándolo al siguiente paso…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Se completó el primer paso de la normalización para la tabla '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Final de los pasos" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Segundo paso de normalización (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Terminado" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirmar dependencias parciales" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Las dependencias parciales seleccionadas son:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2060,21 +2082,21 @@ msgstr "" "Nota: «a, b -> d, f» implica que los valores combinados de las columnas a y " "b pueden determinar el valor de las columnas d y f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "¡No se seleccionaron dependencias parciales!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Mostrar las posibles dependencias parciales basadas en los datos actuales de " "la tabla" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Esconder lista de dependencias parciales" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2082,40 +2104,40 @@ msgstr "" "¡Paciencia! Puede tomar unos segundos, dependiendo del tamaño de los datos y " "la cantidad de columnas de la tabla." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Paso" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Se realizarán las siguientes acciones:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Eliminar columnas %s de la tabla %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Crear la siguiente tabla" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tercer paso de la normalización (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirmar dependencias transitivas" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Las dependencias seleccionadas son:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "¡No se seleccionaron dependencias!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2124,124 +2146,124 @@ msgstr "¡No se seleccionaron dependencias!" msgid "Save" msgstr "Guardar" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Ocultar criterio de búsqueda" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Mostrar criterio de búsqueda" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Búsqueda por rango" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Máximo de las columnas:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Mínimo de las columnas:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valor mínimo:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valor máximo:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Ocultar criterio de búsqueda y reemplazo" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Mostrar criterio de búsqueda y reemplazo" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cada punto representa una fila de datos." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Ubicar el cursor sobre un punto mostrará su etiqueta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Para ampliar, seleccione el gráfico." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Pulse el botón de restaurar ampliación para volver al estado original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Pulse en un punto de datos para ver y posiblemente editar la fila de datos." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "El gráfico puede redimensionarse arrastrando la esquina inferior derecha." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Seleccionar dos columnas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Seleccionar dos columnas distintas" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Contenido del punto de datos" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copiar" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Cadena de líneas" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polígono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometría" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Círculo interior" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Círculo exterior" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "¿Desea copiar la llave de cifrado?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Llave de cifrado" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2249,24 +2271,24 @@ msgstr "" "Indica que ha realizado cambios en esta página; se le pedirá confirmación " "antes de abandonar los cambios" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Seleccione la clave referenciada" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Seleccione la clave foránea" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "¡Seleccione la clave primaria o una clave única!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Elegir la columna a mostrar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2274,77 +2296,77 @@ msgstr "" "No se guardaron los cambios en la disposición. Serán perdidos si no los " "guardas. ¿Deseas continuar?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nombre de página" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Guardar página" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Guardar página como" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Abrir página" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Borrar página" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Sin título" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Seleccione una página para continuar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Introduzca un nombre de página válido" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "¿Desea guardar los cambios en la página actual?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Página eliminada exitosamente" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exportar esquema relacional" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Se han guardado las modificaciones" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Añadir una opción para la columna «%s»." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objeto(s) creado(s)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Enviar" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Presione la tecla de escape para cancelar la edición." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2352,15 +2374,15 @@ msgstr "" "Editó datos que no fueron guardados. ¿Está seguro que desea abandonar esta " "página sin guardar los datos?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Arrastrar para reordenar." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Pulse para ordenar los resultados según esta columna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2370,28 +2392,28 @@ msgstr "" "intercambiar entre ASC/DESC.
- Pulsar Ctrl+Click o Alt+Click (Mac: Shift" "+Option+Click) para eliminar la columna de la cláusula «ORDER BY»" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Pulsar para marcar/desmarcar." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Haga doble click para copiar el nombre de la columna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Pulsa la flecha de la lista desplegable
para conmutar la visibilidad " "de la columna." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostrar todo" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2400,13 +2422,13 @@ msgstr "" "la edición de la grilla y los enlaces de copiado, eliminación y edición " "pueden no funcionar luego de guardar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Introduzca una cadena hexadecimal válida. Los carácteres válidos son 0-9 y A-" "F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2414,136 +2436,136 @@ msgstr "" "¿Realmente desea ver todas las filas? Una tabla grande podría afectar el " "funcionamiento del navegador." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Longitud original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "cancelar" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abortado" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Éxito" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Estado de la importación" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Suelte aquí los archivos" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Seleccionar base de datos primero" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "También puede editar la mayoría de los valores
con un pulsado doble " "directamente en su contenido." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Puede editar la mayoría de los valores
pulsando directamente en su " "contenido." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Ir al enlace:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copie el nombre de la columna." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Haga click con el botón derecho sobre la columna para copiarla en el " "portapapeles." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generar contraseña" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generar" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Cambar contraseña" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Más" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Mostrar panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Esconder panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Mostrar los elementos escondidos del árbol de navegación." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Enlace al panel principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Deshacer enlace en el panel principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Para filtrar todas las bases de datos en servidor, presione Enter después de " "un término de búsqueda" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Para filtrar los %s en base de datos, presione Enter después de un término " "de búsqueda" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "mesas" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "Vistas" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedimientos" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "eventos" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "Funciones" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "La página solicitada no se encontró en el historial, puede haber expirado." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2553,43 +2575,43 @@ msgstr "" "la obtenga. La versión más reciente es %s, y existe desde el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", versión estable más reciente:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "actualizada" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Crear vista" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Enviar reporte de error" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Enviar reporte de error" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Ocurrió un error fatal en JavaScript. ¿Desearía enviar un reporte de error?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Cambiar configuraciones del reporte" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Mostrar detalles del reporte" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2597,7 +2619,7 @@ msgstr "" "¡La exportación está incompleta debido a un límite en el tiempo de ejecución " "demasiado bajo a nivel de PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2607,59 +2629,59 @@ msgstr "" "enviarlo se podrían ignorar algunos campos debido a la configuración " "«max_input_vars» de PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "¡Se detectaron algunos errores en el servidor!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Revise el pie de esta ventana." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorar todos" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Un momento, se están enviando en este momento debido a su configuración." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "¿Ejecutar esta consulta nuevamente?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "¿Realmente desea eliminar este favorito?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "Ocurrió un error al obtener información de depuración SQL." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s consultas ejecutadas %s veces en %s segundos." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s argumento(s) correcto(s)" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Mostrar argumentos" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Ocultar argumentos" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Tiempo necesario:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2670,334 +2692,334 @@ msgstr "" "podrían no funcionar correctamente. En Safari, ésto puede deberse al \"Modo " "de Navegación Privada\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Siguiente" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hoy" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Enero" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Febrero" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Marzo" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Abril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mayo" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Junio" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Julio" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agosto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Septiembre" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Octubre" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Noviembre" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Diciembre" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Ene" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dic" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lunes" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Martes" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Miércoles" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Jueves" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Viernes" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Jue" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Vie" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Ju" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Vi" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sem" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-year-month" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuto" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Segundo" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Este campo es requerido" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Corrige este campo" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Ingrese un correo electrónico válido" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Ingrese una URL válida" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Ingrese una fecha válida" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Ingrese una fecha ( ISO ) válida" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Ingrese un número válido" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Ingrese un número de tarjeta de crédito valido" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Ingrese solo dígitos" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Ingrese el mismo valor de nuevo" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Ingrese no más de {0} caracteres" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Ingrese al menos {0} caracteres" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Ingrese un valor entre {0} y {1} caracteres de largo" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Ingrese un valor entre {0} y {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Ingrese un valor menor o igual a {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Ingrese un valor mayor o igual a {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Ingrese una fecha u hora válida" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Ingrese una entrada HEX válida" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Error" @@ -3069,18 +3091,18 @@ msgstr "por hora" msgid "per day" msgstr "por día" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Tamaño de fuente" @@ -3099,7 +3121,7 @@ msgid "Requery" msgstr "Reconsultar" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3108,7 +3130,7 @@ msgstr "Reconsultar" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3183,7 +3205,7 @@ msgid "History" msgstr "Historial" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3206,7 +3228,7 @@ msgstr "Historial" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opciones" @@ -3277,7 +3299,7 @@ msgid "Count:" msgstr "Cantidad:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3331,10 +3353,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Cambiar al tema oscuro" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3342,10 +3364,10 @@ msgstr "Cambiar al tema oscuro" msgid "Ascending" msgstr "Ascendente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3562,127 +3584,128 @@ msgstr "Deseleccionar todo" msgid "Inside column:" msgstr "Dentro de la columna:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Guardar datos editados" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurar orden de las columnas" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrar filas" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Buscar en esta tabla" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Comenzar" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Siguiente" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Todos/as" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Número de filas:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordenar según la clave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos parciales" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos completos" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Clave relacional" # Display option apparently related to # http://www.phpmyadmin.net/documentation/#relation -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Mostrar columna de relación" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostrar contenido binario" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Mostrar contenido BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ocultar transformación del navegador" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Texto muy conocido" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binario muy conocido" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "La fila se ha borrado." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Matar el proceso" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Podría ser aproximado. Ver [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Su consulta se ejecutó con éxito." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3691,36 +3714,36 @@ msgstr "" "Esta vista tiene al menos este número de filas. Refiérase a la " "%sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostrando filas %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d en total, %2$d en la consulta" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "total de %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "La consulta tardó %01.4f segundos." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Para los elementos que están marcados:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3729,24 +3752,24 @@ msgstr "Para los elementos que están marcados:" msgid "Check All" msgstr "Marcar todos" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Vista de impresión" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operaciones sobre los resultados de la consulta" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Mostrar gráfico" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualizar datos GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "¡No se encontró el enlace!" @@ -3872,7 +3895,7 @@ msgstr "Cardinalidad" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3882,7 +3905,7 @@ msgid "Collation" msgstr "Cotejamiento" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentario" @@ -3897,7 +3920,7 @@ msgid "Index %s has been dropped." msgstr "El índice %s ha sido eliminado." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3915,7 +3938,7 @@ msgstr "" "uno." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servidor" @@ -3932,7 +3955,7 @@ msgstr "Visualizar" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3963,7 +3986,7 @@ msgstr "Insertar" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegios" @@ -4026,16 +4049,18 @@ msgid "Central columns" msgstr "Columnas centrales" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bases de datos" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Usuarios" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Groupos de usuario" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4110,7 +4135,7 @@ msgid "Could not save favorite table!" msgstr "¡No se pudo guardar la tabla favorita!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Eliminar de Favoritos" @@ -4131,7 +4156,7 @@ msgid "Recent" msgstr "Reciente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tablas favoritas" @@ -4772,16 +4797,16 @@ msgstr "Máximo: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL ha dicho: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explicar SQL" @@ -4798,7 +4823,7 @@ msgstr "Analice Explicar en %s" msgid "Without PHP Code" msgstr "Sin código PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Crear código PHP" @@ -4891,6 +4916,10 @@ msgstr "Última actualización" msgid "Last check" msgstr "Última revisión" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Usuarios" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Buscar:" @@ -4985,8 +5014,8 @@ msgstr "No" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4994,7 +5023,7 @@ msgstr "Nombre" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Longitud/Valores" @@ -5278,7 +5307,7 @@ msgid "Not a valid port number!" msgstr "¡No es un número de puerto válido!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "¡Valor incorrecto!" @@ -5289,37 +5318,37 @@ msgstr "¡Valor incorrecto!" msgid "Value must be equal or lower than %s!" msgstr "¡El valor debe ser igual o menor que %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Faltan datos para %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "no disponible" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" requiere la extensión %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "La importación comprimida no funcionará debido a la falta de la función %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "La exportación comprimida no funcionará debido a la falta de la función %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -5334,7 +5363,7 @@ msgid "Set value: %s" msgstr "Valor establecido: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaurar valor predeterminado" @@ -5815,7 +5844,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Tiempo máximo de ejecución" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Usar sentencia %s" @@ -5824,7 +5853,7 @@ msgstr "Usar sentencia %s" msgid "Save as file" msgstr "Guardar como archivo" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Conjunto de caracteres del archivo" @@ -5840,8 +5869,8 @@ msgstr "Compresión" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5851,14 +5880,14 @@ msgstr "Compresión" msgid "Put columns names in the first row" msgstr "Poner los nombres de campo en la primera fila" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Columnas encerradas entre" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Caracter de escape de columnas" @@ -5866,8 +5895,8 @@ msgstr "Caracter de escape de columnas" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Reemplazar NULL con" @@ -5875,13 +5904,13 @@ msgstr "Reemplazar NULL con" msgid "Remove CRLF characters within columns" msgstr "Eliminar los caracteres CRLF en las columnas" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Columnas terminadas con" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Líneas terminadas en" @@ -5905,8 +5934,8 @@ msgid "Table name template" msgstr "Nombre de la plantilla de la tabla" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5934,14 +5963,14 @@ msgid "Label key" msgstr "Clave de la etiqueta" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relaciones" @@ -5949,111 +5978,117 @@ msgstr "Relaciones" msgid "Export method" msgstr "Método de exportación" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Guardar en el servidor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Sobreescribir el(los) archivo(s) existente(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportar cabeceras de tablas" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Recordar el nombre de la plantilla del archivo" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Añadir el valor AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Encerrar nombres de tabla y columna con comillas invertidas" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modo compatible con SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Opciones CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Fechas de creación/actualización/revisión" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Utilizar inserciones con retraso" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Deshabilitar la revisión de las claves foráneas" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportar vistas como tablas" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportar metadatos relacionados de la configuración almacenada de phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Añada %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Use hexadecimal para BINATY y BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Usar la opción ignore inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaxis a utilizar para insertar datos" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Longitud máxima de la consulta creada" # Used as description for SQL syntax Export Type (options are INSERT, UPDATE # and REPLACE) -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipo de exportación" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Incluir lo exportado en una transacción" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportar hora en UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Forzar conexión segura mientras usa phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forzar la conexión SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6062,164 +6097,164 @@ msgstr "" "foráneas; [kbd]content[/kbd] son los datos referidos, [kbd]id[/kbd] es el " "valor clave." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Orden de despliegue de las claves foráneas" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Se usará un menú dropdown si hay menos ítems presentes." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Límite de las claves foráneas" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Revisión de claves foráneas" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modalidad de navegación" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Cambiar las opciones de la modalidad de visualización." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personalizar las opciones predeteminadas." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Desarrollador" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Configuración para desarrolladores de phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modalidad de edición" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Cambiar las opciones de la modalidad de edición." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportar las opciones predeterminadas" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personalizar las opciones comunes de exportación predeteminadas." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Características" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "General" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Definir algunas opciones usadas normalmente." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importar las opciones predeterminadas" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personalizar las opciones comunes de importación predeteminadas." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importar / exportar" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Seleccione los directorios para importar y exportar así como las opciones de " "compresión." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opciones para visualizar las bases de datos." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panel de navegación" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Cambiar la apariencia del panel de navegación." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Panel de navegación" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Personalizar el panel de navegación" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servidores" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opciones para visualizar los servidores." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opciones para visualizar las tablas." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panel principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Otros parámetros cruciales" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Parámetros que no encajaban en otra parte." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Títulos de página" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6228,11 +6263,11 @@ msgstr "" "[doc@faq6-27]documentación[/doc] para ver las palabras mágicas que podrán " "ser usadas para obtener valores especiales." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Seguridad" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6240,23 +6275,23 @@ msgstr "" "Tenga en cuenta que phpMyAdmin es solamente una interfaz y sus opciones no " "limitan a MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Configuraciones básicas" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentificación" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Configuración de autentificación." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuración del servidor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6264,15 +6299,15 @@ msgstr "" "Configuración avanzada del servidor, no cambie estas opciones a menos que " "usted conozca como funcionan." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Escriba los ajustes básicos del servidor." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Almacenamiento de configuración" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6282,11 +6317,11 @@ msgstr "" "adicionales, mire [doc@linked-tables]linked-tables infrastructure[/doc] en " "la documentación." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Seguimiento de cambios" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6294,111 +6329,111 @@ msgstr "" "Seguimiento de cambios hechos en la base de datos. Requiere almacenamiento " "de configuración phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalizar las opciones para la exportación" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizar los parámetros de importación predeterminados" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizar el panel de navegación" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizar el panel principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Consultas SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Ventana de consultas SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Cambiar los enlaces mostrados en las ventanas de consulta SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Configuración de las consultas SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Inicio" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Cambiar las opciones de la página de arranque." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Estructura de base de datos" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Elija los detalles a mostrar en la estructura de base de datos (lista de " "tablas)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Estructura de tabla" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Configuración de la estructura de la tabla (lista de columnas)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tabulaciones" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Seleccione como quiere que funcionen las tabulaciones." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Tamaño del papel" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campos de texto" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personalizar los campos de entrada de texto." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texto «Texy!»" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalizar las opciones predeteminadas" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Advertencias" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desactivar algunas de las advertencias mostradas por phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6406,15 +6441,15 @@ msgstr "" "Habilite la compresión [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] para " "las operaciones de importación y exportación." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parámetros adicionales para iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6422,11 +6457,11 @@ msgstr "" "De estar activado, phpMyAdmin continúa computando consultas con múltiples " "sentencias incluso si falló una de las consultas." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorar errores en sentencias múltiples" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6436,25 +6471,25 @@ msgstr "" "acercando al límite de tiempo. Esta puede ser una buena forma para importar " "archivos grandes, sin embargo, puede romper las transacciones." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importación parcial: permitir interrupciones" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "No abortar si ocurre un error con INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Agregar ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Actualizar datos cuando las importaciones de llaves están duplicadas" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6462,69 +6497,69 @@ msgstr "" "Formato predeterminado; tenga presente que esta lista depende de la " "localización (base de datos, tabla) y solamente SQL está disponible siempre." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato del archivo importado" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Use la palabra clave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nombres de columna en la primera fila" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "No importar filas vacías" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importar monedas (€5.00 como 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importar porcentajes como números decimales (12.00% como .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Número de consultas a saltarse desde el inicio." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importación parcial: saltarse las consultas" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "No utilizar AUTO_INCREMENT para los valores iguales a cero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Estado inicial de los deslizadores" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Cuántas filas se pueden insertar de una vez." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Número de filas insertadas" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Cantidad máxima de caracteres a mostrar en un campo no-numérico en vista de " "navegación." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Límite de caracteres de la columna" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6536,11 +6571,11 @@ msgstr "" "que debe finalizar sesión de otros servidores cuando se conecta a múltiples " "servidores." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Eliminar todas las cookies al finalizar sesión" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6548,11 +6583,11 @@ msgstr "" "Define si el inicio de sesión anterior se debe recordar o no en la modalidad " "autenticación mediante [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Recordar el nombre del usuario" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6564,51 +6599,51 @@ msgstr "" "para la sesión actual y se borrará tan pronto cierre la ventana del " "navegador. Esto es recomendable para entornos no confiables." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Almacenamiento de cookies de inicio de sesión" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Define por cuánto tiempo (en segundos) es válido un cookie de inicio de " "sesión." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validez del cookie usado para el inicio de sesión" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Doble tamaño del textarea para las columnas LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "textarea más grande para LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Número máximo de caracteres usados al mostrar una consulta SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Máxima longitud al mostrar consulta SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Los usuarios no pueden definir un valor más alto" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" "Número máximo de bases de datos mostradas en una lista de bases de datos." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Número máximo de bases de datos" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6616,11 +6651,11 @@ msgstr "" "El número de elementos que pueden ser mostrados en cada página en el primer " "nivel del árbol de navegación." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Cantidad máxima de elementos en el primer nivel" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6628,11 +6663,11 @@ msgstr "" "El número de elementos que pueden ser mostrados en cada página del árbol de " "navegación." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Cantidad máxima de elementos en una rama" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6641,19 +6676,19 @@ msgstr "" "juego de resultados contiene más filas, aparecerán enlaces \"Anterior\" y " "\"Siguiente\"." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Máximo número de filas a mostrar" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tablas mostradas en una lista de tablas." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Número máximo de tablas" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6661,42 +6696,42 @@ msgstr "" "El número de bytes que un script puede reservar. ej. [kbd]32M[/kbd] ([kbd]0[/" "kbd] para ilimitado)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Límite de la memoria" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "En el panel de navegación, reemplaza el árbol de base de datos con un " "selector" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Mostrar las bases de datos navegación como árbol" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Enlace con el panel principal resaltando la base de datos o tabla actual." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Mostrar el logo en el panel de navegación." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Mostrar el logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL a la que apuntará el logo en el panel de navegación." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL para enlace del logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6704,28 +6739,28 @@ msgstr "" "Abrir la página enlazada en la ventana principal ([kbd]principal[/kbd]) o en " "una nueva ([kbd]nueva[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo destino del enlace" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" "Mostrar la elección de servidor en la parte superior del panel de navegación." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Mostrar la selección de servidores" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Destino para el icono de acceso rápido" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Objetivo para el segundo icono de acceso rápido" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6733,17 +6768,17 @@ msgstr "" "Define el número mínimo de elementos (tablas, vistas, rutinas y eventos) " "para mostrar un cuadro de filtro." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de elementos para mostrar la caja de filtro" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de bases de datos a mostrar en la ventana de filtro de bases " "de datos" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6751,55 +6786,55 @@ msgstr "" "Agrupar elementos en el árbol de navegación (determinado por el separador " "definido abajo en las pestañas superiores de Bases de datos y Tablas)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Agrupar elementos en el árbol" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Cadena que separa bases de datos en diferentes niveles de árbol." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separador de árbol de base de datos" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Cadena que separa tablas en diferentes niveles de árbol." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separador de árbol de tablas" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Profundidad máxima del árbol de tablas" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Resaltar servidor bajo el cursor." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Permitir destacar" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Si tendrá la posibilidad de expandir el árbol en el panel de navegación." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Activar la expansión del árbol de navegación" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Mostrar/Ocultar lista de tablas" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6808,107 +6843,107 @@ msgid "Whether to show tables under database in the navigation tree" msgstr "" "Si tendrá la posibilidad de expandir el árbol en el panel de navegación." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Mostrar versiones" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar las bases de datos navegación como árbol" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Mostrar los campos de función" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "procedures" msgid "Show procedures in tree" msgstr "procedimientos" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Mostrar versiones" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar las bases de datos navegación como árbol" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Número máximo de tablas recientemente utilizadas; 0 para desactivar." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Cantidad máxima de tablas favoritas; 0 para desactivar." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tablas recientemente utilizadas" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Estos son los enlaces para Editar, Copiar y Borrar." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Donde mostrar los enlaces de filas de tabla" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Si se muestran enlaces de fila, incluso en ausencia de una clave única." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Mostrar enlaces de fila de todas maneras" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Utilizar orden natural para ordenar nombres de tablas y bases de datos." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Orden natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Use solamente íconos, solamente texto o ambos." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navegación mediante tablas" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Utilizar búfer en salida de GZip para mayor velocidad en transferencias HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffer de salida de GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6916,19 +6951,19 @@ msgstr "" "[kbd]SMART[/kbd] - es decir: orden descendente para columnas de tipo TIME, " "DATE, DATETIME y TIMESTAMP, ascendente en los demás casos." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Orden de despliegue predeterminado" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Use conexiones persistentes para las bases de datos MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Conexiones persistentes" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6938,11 +6973,11 @@ msgstr "" "de los detalles de la base de datos si alguna de las tablas requeridas por " "phpMyAdmin no pudo ser encontrada en el almacenamiento de configuración." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Faltan las tablas de almacenaje de configuración de phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6950,11 +6985,11 @@ msgstr "" "Desactivar la advertencia predeterminada que se muestra si se detecta una " "diferencia entre la biblioteca MySQL y el servidor." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Advertencia de diferencia servidor/biblioteca" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6963,27 +6998,27 @@ msgstr "" "Estructura si algún nombre de columna en una tabla es una palabra reservada " "de MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Advertencia de palabra reservada de MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Cómo mostrar las pestañas del menú" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Cómo mostrar varios enlaces de acciones" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "No permitir la edición de columnas BLOB y BINARIAS." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Proteger los campos binarios" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6994,110 +7029,110 @@ msgstr "" "rutinas JavaScript para mostrar el histórico de consultas (olvidado al " "cerrar la ventana)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Histórico permanente de consultas" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Cuántas consultas se guardan en el histórico." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Longitud del histórico de consultas" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Seleccione cuáles funciones se usarán para la conversión del conjunto de " "caracteres." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor de recodificación" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Al explorar tablas, se recordará el ordenamiento de cada tabla." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Recordar ordenamiento de la tabla" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Ordenación predeterminada para tablas con una clave primaria." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Ordenación predeterminada por clave primaria" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabecera cada X celdas, [kbd]0[/kbd] desactiva esta funcionalidad." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repetir cabeceras" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Edición de grilla: disparador de acción" # Display option apparently related to # http://www.phpmyadmin.net/documentation/#relation -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Mostrar columna de relación" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Opciones de visualización" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edición de grilla: guardar todas las celdas editadas simultáneamente" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" "Directorio donde los archivos exportados se pueden guardar en el servidor." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Directorio de almacenamiento" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Deje en blanco si no necesita usarlo." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Orden en que se autentica el Host" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Deje en blanco para usar los valores predeterminados." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Reglas de autorización del Host" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permitir inicio de sesión sin contraseña" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permitir el inicio de sesión como root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Huso horario de la sesión" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7105,17 +7140,17 @@ msgstr "" "Establece la zona horaria efectiva; posiblemente diferente a la de su " "servidor de base de datos" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nombre a mostrar como dominio (HTTP Basic Auth Realm) durante la " "autenticación HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Dominio HTTP (Realm)" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7125,19 +7160,19 @@ msgstr "" "dispositivo SweKey[/a] (no localizado en su raíz de documentos; valor " "sugerido: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Archivo de configuración SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Método de autenticación a usar." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipo de autenticación" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7145,11 +7180,11 @@ msgstr "" "Deje en blanco para no dar soporte [a@http://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a], de manera predeterminada: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Agregar tabla a favoritos" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7157,33 +7192,33 @@ msgstr "" "Dejar en blanco para evitar comentarios/tipos MIME en celdas, sugerido: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabla con información de la columna" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Conexión de compresión con el servidor SQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Conexión de compresión" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Cómo conectar con el servidor, mantenga el valor [kbd]tcp[/kbd] en caso de " "no estar seguro." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipo de conexión" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Controlar la contraseña del usuario" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7191,11 +7226,11 @@ msgstr "" "Un usuario MySQL especial configurado con permisos limitados, más " "información disponible en [a@http://wiki.cihar.com/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Controlar al usuario" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7203,11 +7238,11 @@ msgstr "" "Alternativa para guardar el almacenamiento de configuración; deje vacío para " "utilizar el ya definido." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Anfitrión de control" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7217,17 +7252,17 @@ msgstr "" "de configuración; deje vacío para utilizar el puerto predeterminado o el " "puerto ya definido si el el servidor de control es el mismo." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Puerto de control" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Ocultar las bases de datos que cumplen con los criterios de las expresiones " "regulares (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7235,15 +7270,15 @@ msgstr "" "Más información en [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] y [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Deshabilitar el uso de INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Ocultar las bases de datos" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7251,23 +7286,23 @@ msgstr "" "Dejar en blanco para evitar soporte de histórico de consultas SQL, sugerido: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabla de histórico de consultas SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Descripción del servidor." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nombre del servidor" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de fin de sesión" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7275,15 +7310,15 @@ msgstr "" "Limita la cantidad de preferencias sobre tablas que serán almacenadas en la " "base de datos, las más antiguas serán eliminadas automáticamente." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferencias sobre tablas a almacenar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabla QBE de búsquedas guardadas" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7291,11 +7326,29 @@ msgstr "" "Dejar en blanco para omitir la compatibilidad con búsquedas guardadas QBE, " "sugerido: [kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportar vistas como tablas" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Dejar en blanco para evitar soporte para esquema en PDF, sugerido: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabla de columnas centrales" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7303,15 +7356,15 @@ msgstr "" "Dejar en blanco para desactivar el soporte a las columnas centrales, " "sugerencia: [kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Intente conectar sin contraseña." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Conecte sin contraseña" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7321,30 +7374,30 @@ msgstr "" "desea usar sus instancias literales, es decir, use [kbd]'my\\_db'[/kbd] y no " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Muestre solamente las bases de datos listadas" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Deje vacío si no está usando config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Contraseña para config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Dejar en blanco para evitar soporte para esquema en PDF, sugerido: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Esquema de PDF: tabla de páginas" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7355,22 +7408,22 @@ msgstr "" "completa. Deje en blanco para que no exita soporte. Predeterminado: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nombre de la base de datos" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "El puerto al cual ha sido asociado el servidor MySQL, deje vacío para usar " "el predeterminado." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Puerto del servidor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7378,11 +7431,11 @@ msgstr "" "Deje en blanco para eliminar la \"persistencia\" de las tablas recientemente " "utilizadas entre sesiones, valor sugerido: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabla recientemente utilizada" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7390,11 +7443,11 @@ msgstr "" "Deje en blanco para evitar conservar de manera \"persistente\" sus tablas " "favoritas, valor sugerido: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tablas favoritas" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7403,11 +7456,11 @@ msgstr "" "relation]relation-links[/a], de manera predeterminada: [kbd]pma__relation[/" "kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabla de relaciones" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7415,33 +7468,33 @@ msgstr "" "Ver [a@http://wiki.cihar.com/pma/auth_types#signon]tipos de autenticación[/" "a] para conocer un ejemplo." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nombre de la sesión al signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL de signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "El puerto escuchado por el servidor MySQL, deje vacío para usar los valores " "predeterminados." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Puerto del servidor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Habilitar SSL para conexión con el servidor SQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Usar SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7449,11 +7502,11 @@ msgstr "" "Dejar en blanco para evitar soporte de esquema en PDF, sugerido: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Esquema en PDF y diseñador: tabla de coordenadas" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7461,11 +7514,11 @@ msgstr "" "Tabla para describir la presentación de las celdas, deje en blanco para " "quitar soporte, sugerido: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Mostrar tabla de columnas" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7474,11 +7527,11 @@ msgstr "" "interfaz de tablas entre sesiones, valor sugerido: [kbd]pma__table_uiprefs[/" "kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Preferencias de interfaz de tablas" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7486,11 +7539,11 @@ msgstr "" "Si se incluye la sentencia DROP DATABASE IF EXISTS como primera línea del " "registro al crear una base de datos o no." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Agregar DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7498,11 +7551,11 @@ msgstr "" "Si se incluye la sentencia DROP TABLE IF EXISTS como primera línea del " "registro al crear una tabla." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Agregar DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7510,21 +7563,21 @@ msgstr "" "Si se incluye la sentencia DROP VIEW IF EXISTS como primera línea del " "registro al crear una vista." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Agregar DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definir la lista de sentencias que la creación automática usa para nuevas " "versiones." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Sentencias a hacer seguimiento" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7532,11 +7585,11 @@ msgstr "" "Deje en blanco para eliminar soporte de seguimiento de consultas SQL, valor " "sugerido: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabla de seguimiento de consultas SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7544,11 +7597,11 @@ msgstr "" "Si el mecanismo de seguimiento crea versiones para tablas y vistas " "automáticamente o no." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Crear versiones automáticamente" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7556,11 +7609,11 @@ msgstr "" "Deje en blanco para evitar el almacenamiento de preferencias en la base de " "datos, valor sugerido: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabla de almacenamiento de preferencias de usuario" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7570,11 +7623,11 @@ msgstr "" "activar los menúes personalizables; dejar cualquiera de ellas en blanco " "desactivará esta funcionalidad; valor sugerido: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabla de usuarios" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7584,11 +7637,11 @@ msgstr "" "personalizables; dejar cualquiera de ellas en blanco desactivará esta " "funcionalidad; valor sugerido: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Usar la tabla de groupos («groups»)" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7596,34 +7649,34 @@ msgstr "" "Deje en blanco para desactivar la funcionalidad para mostrar y ocultar los " "elementos de navegación, valor sugerido: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabla de elementos de navegación ocultos" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Usuario para config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "Nombre del servidor donde el servidor SQL se está ejecutando." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nombre del servidor, forma extendida" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si el usuario puede ver un botón \"mostrar todos (los registros)\" o no." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permitir que se muestren todas las filas" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7633,56 +7686,56 @@ msgstr "" "debido a que la contraseña está incluída en el archivo de configuración; " "esto no limita la capacidad de ejecutar la misma orden directamente." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostrar el formulario para cambio de contraseña" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostrar el formulario para crear una base de datos" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostrar u ocultar una columna, mostrando los comentarios de todas las tablas." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Mostrar comentarios de la tabla" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar o esconder una columna con las marcas temporales de creación para " "todas las tablas." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostrar marca temporal de creación" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar o esconder una columna con la marca temporal de la última " "actualización para todas las tablas." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostrar marca temporal de última actualización" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar o esconder una columna con la marca temporal de la última revisión " "para todas las tablas." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostrar marca temporal de última revisión" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7690,27 +7743,27 @@ msgstr "" "Si inicialmente se muestran los campos de tipo en el modo de edición/" "inserción o no." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mostrar tipo de campos" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Mostrar campos de función en el modo de edición/inserción." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostrar los campos de función" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Si mostrar ayudas o no." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Mostrar ayudas" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7718,55 +7771,55 @@ msgstr "" "Mostrar enlace a salida de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Mostrar el enlace phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada acerca del servidor SQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Define si los enunciados SQL generados por phpMyAdmin se deben mostrar." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostrar las consultas SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Define si la consulta se mostrará aún después de enviar el formulario." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Mantener la caja de texto con la consulta" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Permitir mostrar estadísiticas de base de datos y tablas (por ejemplo uso de " "espacio)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostrar estadísticas" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marcar tablas usadas y hacer posible el mostrar bases de datos con tablas " "bloqueadas." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Saltarse las tablas bloqueadas" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7774,11 +7827,11 @@ msgstr "" "Desactivar el aviso predeterminado que se muestra en la página principal, si " "se detecta Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Advertencia Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7788,11 +7841,11 @@ msgstr "" "Estructura si algún nombre de columna en una tabla es una palabra reservada " "de MySQL." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "ADVERTENCIA de inicio de sesión cookie validez" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7800,12 +7853,12 @@ msgstr "" "Tamaño (en columnas) del área de texto en el modo de edición, este valor " "será aumentado en áreas de texto para consultas SQL (x2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Columnas para las áreas de texto" # See translation string 813 -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7813,31 +7866,31 @@ msgstr "" "Tamaño (en filas) del área de texto en el modo de edición, este valor será " "aumentado en áreas de texto para consultas SQL (x2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Filas para áreas de texto" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Título de la ventana al seleccionar una base de datos." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Título de la ventana cuando no hay nada seleccionado." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Título predeterminado" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Título de la ventana cuando se ha seleccionado un servidor." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Título de la ventana cuando se ha seleccionado un tabla." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7849,27 +7902,27 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente del proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Listado de proxies de confianza para autorización/bloqueo de IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Directorio en el servidor donde puede subir archivos para importar." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Directorio desde donde se cargarán los archivos" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permite hacer una búsqueda dentro de toda la base de datos." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Use búsquedas en la base de datos" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7878,28 +7931,28 @@ msgstr "" "opciones situadas más abajo, sin importar la casilla de la derecha." # see translation string 529 -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Habilitar la pestaña Desarrolladores en la configuración" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Buscar si existe una versión más reciente" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilita la verificación de la última versión en la página principal de " "phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Revise la versión" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7911,11 +7964,11 @@ msgstr "" "el que está instalado phpMyAdmin no tiene acceso directo a internet. El " "formato es: \"servidor:puerto\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL de proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7926,19 +7979,19 @@ msgstr "" "una autenticación básica. Actualmente no se posee compatibilidad con otros " "tipos de autenticación." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nombre de usuario del proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "La contraseña para autenticar con el proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Contraseña del proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7946,35 +7999,35 @@ msgstr "" "Habilite la compresión [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] para las operaciones de importación y exportación." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Introduzca su llave pública para el servicio reCaptcha de su dominio." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Llave púlica para reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Introduzca su llave privada para el servicio reCaptcha de su dominio." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Llave privada para reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Elija la acción predefinida en el envio de reportes de error." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Enviar reportes de error" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7982,11 +8035,11 @@ msgstr "" "Las consultas se ejecutan pulsando Enter (en lugar de Ctrl+Enter). Las " "nuevas líneas se insertarán con Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Ingrese ejecución de consultas en consola" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7994,7 +8047,7 @@ msgstr "" "Activar el modo de «Configuración Zero» que le permite definir las tablas " "del almacenamiento de configuración de phpMyAdmin automáticamente." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Activar modo «Configuración Zero»" @@ -8022,47 +8075,74 @@ msgstr "Autenticación por HTTP" msgid "Signon authentication" msgstr "Autenticación por sesión" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Hoja de cálculo Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalizado" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opciones de exportación de la base de datos" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV para datos de MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texto Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "No definió una consulta SQL para obtener datos." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "No existen columnas numéricas en la tabla a graficar." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "No hay datos para mostrar" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Los cambios en la Tabla %1$s se hicieron exitosamente." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "La columna se actualizó satisfactoriamente." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Las relaciones internas se actualizaron satisfactoriamente." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8077,12 +8157,12 @@ msgstr "posible ataque de recursión extrema" msgid "No change" msgstr "Sin cambios" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Revise %snuestra documentación%s para más información." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8134,6 +8214,7 @@ msgid "Create database" msgstr "Crear base de datos" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Crear" @@ -8147,7 +8228,7 @@ msgid "No Privileges" msgstr "Sin privilegios" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crear tabla" @@ -8159,50 +8240,96 @@ msgstr "Número de columnas" msgid "Could not load export plugins, please check your installation!" msgstr "No se cargaron los plugins de exportación. ¡Revise su instalación!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportar bases de datos del servidor actual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportando tablas de la base de datos \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportando filas de la tabla \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Método de exportación:" +# Used as description for SQL syntax Export Type (options are INSERT, UPDATE +# and REPLACE) +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipo de exportación" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Plantilla del nombre del archivo:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nombre de la tabla" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Plantilla del nombre del archivo:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Tasa de tablas temporales en el disco" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualizado" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Seleccionar una tabla" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Método de exportación" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rápido - mostrar sólo el mínimo de opciones de configuración" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalizado - mostrar todas las opciones de configuración posibles" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de datos:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabla(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opciones específicas al formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8210,52 +8337,52 @@ msgstr "" "Desplácese hacia abajo para rellenar las opciones del formato elegido e " "ignore las opciones de los demás formatos." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversión de codificación:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Filas:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Volcar algunas filas" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Fila con la que comenzar:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Volcar todas las filas" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Salida:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Guardar en el servidor en el directorio %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Plantilla del nombre del archivo:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ se convertirá en el nombre del servidor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ se convertirá en el nombre de la base de datos" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ se convertirá en el nombre de la tabla" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8267,76 +8394,76 @@ msgstr "" "transformaciones: %3$s. El texto restante se mantendrá como está. Referirse " "a la %4$sFAQ%5$s para más detalles." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "usar esto para exportaciones futuras" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Conjunto de caracteres del archivo:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compresión:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "comprimido con zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "comprimido con gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ver salida como texto" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportar vistas como tablas" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportar cabeceras de tablas" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Renombrar las bases de datos/tablas/columnas exportadas" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Guardar salida a un archivo" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Omitir tablas mayores a" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Seleccionar base de datos" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Seleccionar tabla" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nombre de la nueva base de datos" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nombre de la nueva tabla" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Nombre de la columna antigua" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nombre de la nueva columna" @@ -8901,7 +9028,7 @@ msgid "Dump has been saved to file %s." msgstr "El volcado ha sido guardado al archivo %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8981,7 +9108,7 @@ msgstr "Ocultar" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Función" @@ -9057,7 +9184,7 @@ msgstr "" "a cualquier parte" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9492,7 +9619,7 @@ msgstr "Nuevo" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vistas" @@ -9819,226 +9946,237 @@ msgstr "¡No se encontraron dependencias parciales!" msgid "Rename database to" msgstr "Renombrar base de datos a" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "¡Usted no tiene suficientes privilegios para estar aquí ahora!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Ajustar los privilegios" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "La base de datos %s ha sido eliminada." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Eliminar base de datos" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Eliminar la base de datos (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Únicamente la estructura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Estructura y datos" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Solamente datos" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copiar base de datos a" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREAR BASE DE DATOS antes de copiar" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Añadir restricciones" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Seleccionar la base de datos copiada" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Modificar el ORDER BY de la tabla" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(solamente)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Mover tabla a (Base de datos.tabla)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Cambiar el nombre de la tabla a" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentarios de la tabla" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opciones de la tabla" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motor de almacenamiento" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Cambiar todas las intercalaciones de columna" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copiar tabla a (base de datos.tabla)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Cambiar a la tabla copiada" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Mantenimiento de la tabla" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizar la tabla" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Revisar la tabla" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Revisar la tabla" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentar la tabla" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Se ha vaciado el caché de la tabla %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Vaciar el caché de la tabla (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizar la tabla" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparar la tabla" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Borrar datos o tabla" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Vaciar la tabla (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Borrar la tabla (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analice" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Revise" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimice" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstruya" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Repare" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Colapsar" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Mantenimiento de la partición" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partición %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Remueva la partición" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Comprobar la integridad referencial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "¡No es posible mover la tabla a la misma!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "¡No es posible copiar la tabla a la misma!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La tabla %s se movió a %s. Los privilegios se ajustaron." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La tabla %s se copió a %s. Los privilegios se ajustaron." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "La tabla %s se movió a %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "La tabla %s se copió a %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "¡El nombre de la tabla está vacío!" @@ -10239,7 +10377,7 @@ msgstr "Evento" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definición" @@ -11228,20 +11366,28 @@ msgstr "Gestión de la lista central de columnas" msgid "Remembering Designer Settings" msgstr "Recordar ordenamiento de la tabla" -#: libraries/relation.lib.php:332 +# Used as description for SQL syntax Export Type (options are INSERT, UPDATE +# and REPLACE) +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Tipo de exportación inválido" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Pasos rápidos para configurar funcionalidades avanzadas:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Crear las tablas necesarias con %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Crear un usuario pma y permitir acceso a estas tablas." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11250,17 +11396,17 @@ msgstr "" "(config.inc.php), por ejemplo comenzando desde config." "sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Inicie sesión en phpMyAdmin nuevamente para cargar el archivo de " "configuración actualizado." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Sin descripción" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11270,7 +11416,7 @@ msgstr "" "'phpmyadmin'. Puede ir a la pestaña de 'Operaciones' de cualquier base de " "datos para configurar el almacenamiento de configuración en phpMyAdmin." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11279,7 +11425,7 @@ msgstr "" "%sCree%s una base de datos llamada 'phpmyadmin' y configure el " "almacenamiento de configuración en phpMyAdmin." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11287,7 +11433,7 @@ msgstr "" "%sCrear%s las tablas de almacenamiento de configuración de phpMyAdmin en la " "base de datos actual." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11482,6 +11628,7 @@ msgstr "Nombre de usuario:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nombre de usuario" @@ -11640,10 +11787,10 @@ msgid "Master server changed successfully to %s." msgstr "El servidor maestro fue cambiado exitosamente a %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11664,7 +11811,7 @@ msgstr "Se modificó el evento %1$s." msgid "Event %1$s has been created." msgstr "Se creó el evento %1$s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Ocurrieron uno o más errores al procesar el pedido:" @@ -11673,7 +11820,8 @@ msgstr "Ocurrieron uno o más errores al procesar el pedido:" msgid "Edit event" msgstr "Editar evento" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalles" @@ -11687,7 +11835,7 @@ msgid "Event type" msgstr "Tipo de evento" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Cambiar a %s" @@ -11715,13 +11863,13 @@ msgid "On completion preserve" msgstr "Preservar al completar" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definidor" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "¡El definidor tiene que ser en el formato \"usuario@sistema\"!" @@ -11747,9 +11895,9 @@ msgid "You must provide an event definition." msgstr "Debe proveer una definición de evento." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Error al procesar la petición:" @@ -11786,89 +11934,95 @@ msgstr "" "evitar problemas." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Tipo de rutina inválido: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Pedimos disculpas por no haber podido recuperar la rutina eliminada." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Se modificó la rutina %1$s. Los privilegios se ajustaron." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Se modificó la rutina %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Se creó la rutina %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Editar rutina" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nombre de rutina" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parámetros" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Dirección" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Agregar parámetro" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Eliminar último parámetro" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Retornar el tipo" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Retornar longitud/valores" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Retornar opciones" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Es determinístico" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipo de seguridad" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Acceso de datos SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "¡Debe proveer un nombre de rutina!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Dirección \"%s\" inválida provista para el parámetro." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11876,37 +12030,37 @@ msgstr "" "Debe proveer longitud/valores para los parámetros de tipo ENUM, SET, VARCHAR " "y VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Debe proveer un nombre y tipo para cada parámetro de rutina." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Debe proveer un tipo de retorno válido para la rutina." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Debe proveer una definición de rutina." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Resultados de la ejecución de la rutina %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d fila afectada por la última sentencia del procedimiento." msgstr[1] "%d filas afectadas por la última sentencia del procedimiento." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Ejecutar rutina" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parámetros de rutina" @@ -12470,12 +12624,16 @@ msgid "You have revoked the privileges for %s." msgstr "Ha revocado los privilegios para %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Agregar usuario" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Agregar groupo de usuarios" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Base de datos para el usuario" #: libraries/server_privileges.lib.php:1946 @@ -12504,9 +12662,7 @@ msgid "User has been added." msgstr "Se agregó el usuario." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12584,11 +12740,15 @@ msgstr "" # Login refers to the user account not the act of logging in #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Cambiar la información de la cuenta / Copiar el usuario" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Crear un nuevo usuario con los mismos privilegios y…" #: libraries/server_privileges.lib.php:3036 @@ -12610,7 +12770,9 @@ msgid "Add privileges on the following table:" msgstr "Añadir privilegios a esta tabla:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Eliminar a los usuarios seleccionados" #: libraries/server_privileges.lib.php:3376 @@ -12647,30 +12809,38 @@ msgstr "Ha actualizado los privilegios para %s." msgid "Deleting %s" msgstr "Borrando %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Los privilegios fueron cargados nuevamente de manera exitosa." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "¡El usuario %s ya existe!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegios para %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nuevo" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Editar los privilegios:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grupo de usuario" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12678,11 +12848,13 @@ msgstr "" "Nota: está intentando editar los privilegios del usuario con el que inició " "la sesión actual." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Vista global de usuarios" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12696,11 +12868,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Ha agregado un nuevo usuario." @@ -14046,7 +14218,7 @@ msgstr "El identificador no es válido" msgid "Unknown Punctuation String" msgstr "Signo de puntuación desconocido" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Se ha vaciado la tabla %s." @@ -14059,13 +14231,13 @@ msgstr "El seguimiento está activo." msgid "Tracking is not active." msgstr "El seguimiento no está activo." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Se descartó la vista %s." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Se ha eliminado la tabla %s." @@ -14281,39 +14453,34 @@ msgstr "Espacio utilizado" msgid "Effective" msgstr "Efectivo/a" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Los cambios en la Tabla %1$s se hicieron exitosamente." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Los cambios en la Tabla %1$s se hicieron exitosamente." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Errores de consulta" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Las columnas fueron movidas exitosamente." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Agregar a Favoritos" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "¡La lista de favoritos está completa!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Mostrar las consultas de creación" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Vista de relaciones" @@ -14788,18 +14955,6 @@ msgstr "No existe una versión estable más reciente" msgid "Wrong data" msgstr "Datos incorrectos" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "No hay datos para mostrar" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "No definió una consulta SQL para obtener datos." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "No existen columnas numéricas en la tabla a graficar." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14810,7 +14965,7 @@ msgstr "la base de datos «%s» no existe." msgid "Table %s already exists!" msgstr "La tabla %s ya existe!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Mostrar volcado (esquema) de la tabla" @@ -14818,27 +14973,19 @@ msgstr "Mostrar volcado (esquema) de la tabla" msgid "Invalid table name" msgstr "El nombre de la tabla no es válido" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Las relaciones internas se actualizaron satisfactoriamente." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "La columna se actualizó satisfactoriamente." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Fila: %1$s, Columna: %2$s, Error: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "El nombre «%s» es una palabra clave reservada de MySQL." msgstr[1] "Los nombres «%s» es una palabra clave reservada de MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "No se seleccionaron columnas." @@ -15023,7 +15170,7 @@ msgid "subquery" msgstr "sub-consulta" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crear relación" @@ -15088,13 +15235,13 @@ msgstr "Nueva página" msgid "Delete pages" msgstr "Borrar páginas" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Cargar nuevamente" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ayuda" @@ -15346,37 +15493,37 @@ msgstr "Título del gráfico" msgid "X-Axis:" msgstr "Eje X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Series:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Etiqueta del eje X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valores X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Etiqueta del eje Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Los nombres de serie se encuentran en una columna" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Columna de series:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Columna de valores:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Guardar gráfico como archivo" @@ -16801,6 +16948,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "«concurrent_insert» está definido como 0" +#~ msgid "Add user" +#~ msgstr "Agregar usuario" + +#~ msgid "Export Method:" +#~ msgstr "Método de exportación:" + #~ msgid "No data found for GIS visualization." #~ msgstr "No se encontraron datos para la visualización GIS." @@ -17047,13 +17200,6 @@ msgstr "«concurrent_insert» está definido como 0" #~ msgid "pdf export page" #~ msgstr "Tipo de exportación inválido" -# Used as description for SQL syntax Export Type (options are INSERT, UPDATE -# and REPLACE) -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Tipo de exportación inválido" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/et.po b/po/et.po index 87400b7a35..68ef34283c 100644 --- a/po/et.po +++ b/po/et.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-29 08:33+0200\n" "Last-Translator: Kristjan Räts \n" -"Language-Team: Estonian " -"\n" +"Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -95,9 +95,9 @@ msgstr "Veerg" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -155,7 +155,7 @@ msgid "Links to" msgstr "Viitab aadressile" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -174,7 +174,7 @@ msgstr "Kommentaarid" msgid "Primary" msgstr "Primaarne" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -197,7 +197,7 @@ msgstr "Primaarne" msgid "No" msgstr "Ei" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -220,7 +220,7 @@ msgstr "Ei" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -238,11 +238,11 @@ msgstr "Andmebaasist tabeleid ei leitud." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabelid" @@ -252,11 +252,11 @@ msgstr "Tabelid" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -268,36 +268,35 @@ msgid "Structure" msgstr "Struktuur" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Andmed" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Vali kõik" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Andmebaasi nimi on tühi!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "%1$s andmebaasi uueks nimeks on %2$sˇ." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "%1$s andmebaas on kopeeritud kohta %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -339,14 +338,14 @@ msgid "Tracked tables" msgstr "Jälgitud tabelid" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -364,7 +363,7 @@ msgstr "Loodud" msgid "Updated" msgstr "Uuendatud" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -493,23 +492,23 @@ msgid "Point:" msgstr "Punkt:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Punkt %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Lisa punkt" @@ -531,7 +530,7 @@ msgstr "Sisemine ring %d:" msgid "Add a linestring" msgstr "Lisa rea sõne" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Lisa sisemine ring" @@ -548,32 +547,32 @@ msgstr "Lisa hulktahukas" msgid "Add geometry" msgstr "Lisa geomeetria" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -602,7 +601,7 @@ msgstr "" msgid "Succeeded" msgstr "Õnnestus" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Nurjus" @@ -704,7 +703,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Importimise edenemise laadimine nurjus." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -802,7 +801,7 @@ msgstr "Versiooniinfo:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1159,7 +1158,7 @@ msgid "SQL query:" msgstr "SQL päring:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y väärtused" @@ -1185,36 +1184,58 @@ msgstr "Paroolid ei kattu!" msgid "Removing Selected Users" msgstr "Valitud kasutajate kustutamine" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Sulge" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Loodud lehtede hulk." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Profiil on uuendatud." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Rida on kustutatud." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Muud" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Ühendused / Protsessid" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Kohaliku jälgimise seadistus ei ühildu!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1226,154 +1247,154 @@ msgstr "" "Üldjuhul sinu praegune seadistus enam ei toimi. Palun lähtesta oma seadistus " "vaikimisi väärtustele Sätete menüüst." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Päringu vahemälu kasutegur" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Päringu vahemälu kasutus" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Kasutatud päringu vahemälu" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Süsteemi CPU kasutus" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Süsteemimälu" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Süsteemisaale" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Keskmine koormus" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Kogumälu" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Puhverdatud mälu" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Puhverdatud mälu" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Vaba mälu" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Kasutatud mälu" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Kogusaale" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Puhverdatud saale" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Kasutatud saale" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Vaba saale" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Saadetud baidid" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Vastuvõetud baidid" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Ühendused" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Protsessid" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(it)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Päringud" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Liiklus" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Sätted" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Lisa diagramm ruudustikku" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Palun lisa seeriasse vähemalt üks muutuja!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1385,47 +1406,47 @@ msgstr "Palun lisa seeriasse vähemalt üks muutuja!" msgid "None" msgstr "Puudub" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Jätka jälgimist" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Peata jälgimine" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Käivita automaatne värskendamine" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Lõpeta automaatne värskendamine" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log ja slow_query_log on lubatud." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log on lubatud." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log on lubatud." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ja general_log on keelatud." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output ei ole TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output väärtuseks on määratud TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1436,12 +1457,12 @@ msgstr "" "jaoks kulub vähemalt %d sekundit. Sõltuvalt sinu süsteemist on soovitatav " "long_query_time väärtuseks seada 0-2 sekundit." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time väärtuseks on määratud %d sekund(it)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1450,30 +1471,30 @@ msgstr "" "vaikimisi olekusse:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Määra log_output väärtuseks %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Luba %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Keela %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Muuda long_query_time väärtuseks %d sekundit." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1481,57 +1502,57 @@ msgstr "" "Sa ei saa neid muutujaid muuta. Logi sisse kasutajana 'root' või võta " "ühendust oma andmebaasi administraatoriga." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Muuda sätteid" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Praegused sätted" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagrammi pealkiri" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Eraldaja" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Jagatud %s-ga" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Ühik" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Aeglasest logist" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Üldisest logist" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "See päring ei leidnud serveri logidest andmebaasi nime." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Logide analüüsimine" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Logide analüüsimine ja laadimine. See võib võtta natuke aega." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Loobu taotlusest" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1541,7 +1562,7 @@ msgstr "" "kasutatakse rühmitamise kriteeriumina ainult SQL päringut, seega päringute " "atribuudid (nt. algusaeg) võivad olla erinevad." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1550,32 +1571,32 @@ msgstr "" "Kuniks valitud on INSERT päringute rühmitamine, rühmitatakse kokku INSERT " "päringud samasse tabelisse, sõltumata lisatud andmetest." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Logi andmed on laetud. Päringud sooritatakse selle ajavahemiku jooksul:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Mine logi tabelisse" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Andmeid ei leitud" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Logi on analüüsitud, kuid sellest ajavahemikust andmeid ei leitud." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analüüsimine…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Selgita väljundit" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1585,58 +1606,58 @@ msgstr "Selgita väljundit" msgid "Time" msgstr "Aeg" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Aeg kokku:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profileerimise tulemused" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagramm" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Logi tabeli filtri valikud" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtreeri päringuid sõna/reg.avaldise alusel:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Rühmita päringud, ignoreerides WHERE klauslite muutuja andmeid" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Rühmitatud ridade summa:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Kokku:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Logide laadimine" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Jälgija värskendamine ebaõnnestus" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1645,89 +1666,89 @@ msgstr "" "Uute diagrammi andmete taotlemisel naases server vale vastusega. Enamasti on " "selle põhjuseks aegunud seanss. Lae leht uuesti ja logi sisse." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Lae leht uuesti" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Mõjutatud read:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Seadistusfaili parsimine ebaõnnestus. Tundub, et see pole õige JSON kood." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Imporditud seadistusega diagrammi ruudustiku loomine ebaõnnestus. " "Lähtestamine vaikimisi seadistusse…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Impordi" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Impordi jälgimise seadistus" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Palun vali imporditav fail." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Importimiseks ei ole serveris faile!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analüüsi päringut" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Kontrollsüsteem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Võimalikud jõudlusprobleemid" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Probleem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Soovitus" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Reegli detailid" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Põhjendus" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Kasutatud muutuja / valem" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Testi" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "SQL vormindamine..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1738,59 +1759,59 @@ msgstr "SQL vormindamine..." msgid "Cancel" msgstr "Katkesta" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Lehega seonduvad sätted" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Rakenda" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Laadimine…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Päring katkestati!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Taotluse töötlemine" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Päring nurjus!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Viga taotluse töötlemisel" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Vea kood: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Vea tekst: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ühtegi andmebaasi ei ole valitud." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Veeru kustutamine" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Primaarvõtme lisamine" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1799,61 +1820,61 @@ msgstr "Primaarvõtme lisamine" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Selle teate sulgemiseks kliki sellel" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Andmebaaside ümbernimetamine" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Andmebaasi kopeerimine" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Märgitabeli muutmine" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Luba võõrvõtme(te) kontrollid" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Ridade tegeliku arvu ei suudetud hankida." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Otsimine" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Peida otsingu tulemused" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Näita otsingu tulemusi" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Vaatamine" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Kustutamine" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Salvestatud funktsioon peab sisaldama RETURN käsku!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1863,59 +1884,59 @@ msgstr "Salvestatud funktsioon peab sisaldama RETURN käsku!" msgid "Export" msgstr "Ekspordi" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET toimeti" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s veeru väärtused" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Uue veeru väärtused" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Sisesta iga väärtus eraldi väljale." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Lisa %d väärtus(t)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Märkus: Kui fail sisaldab mitut tabelit, siis need liidetakse kokku." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Peida päringu kast" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Näita päringu kasti" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Muuda" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1923,40 +1944,40 @@ msgstr "Muuda" msgid "Delete" msgstr "Kustuta" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ei ole õige reanumber." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Sirvi võõrvõtme väärtusi" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Automaatselt salvestatud päringuid ei ole" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Muutuja %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Vali" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Veeru valija" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Otsi sellest loendist" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1965,15 +1986,15 @@ msgstr "" "Keskne loend ei sisalda veerge. Palun kontrolli, et andmebaasi %s keskne " "veergude loend sisaldaks veerge, mis puuduvad aktiivsest tabelist." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Vaata lisaks" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Oled sa kindel?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1981,52 +2002,52 @@ msgstr "" "See tulemusel võivad muutuda mõnede veergude kirjeldused.
Kas sa oled " "kindel, et jätkata?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Jätka" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Lisa primaarvõti" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Primaarvõti lisatud." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Viiakse sind järgmisele sammule…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Tabeli \"%s\" normaliseerimise esimene samm on lõpetatud." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Sammu lõpp" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Normaliseeriminse teine samm (2NK)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Valmis" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Kinnita osalised sõltuvused" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Valitud osalised sõltuvused on järgnevad:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2034,21 +2055,21 @@ msgstr "" "Märkus: a, b -> d, f kaasab väärtused veergudest a ja b, mis kombineeritult " "määravad väärtused veergudes d ja f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Ühtegi osalist sõltuvust ei ole valitud!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Kuva mulle võimalikud osalised sõltuvused vastavalt tabelis olevatele " "andmetele" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Peida osaliste sõltuvuste nimekiri" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2056,40 +2077,40 @@ msgstr "" "Palun oota! See võib võtta aega mõned sekundid olenevalt andmete suurused ja " "tabeli veergude arvust." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Samm" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Teostatakse järgnevad päringud:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Kustuta (DROP) veerud %s tabelist %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Loo järgmine tabel" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Normaliseerimise kolmas samm (3NK)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Kinnita transitiivsed sõltuvused" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Valitud sõltuvused on järgnevad:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Ühtegi sõltuvust ei ole valitud!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2098,123 +2119,123 @@ msgstr "Ühtegi sõltuvust ei ole valitud!" msgid "Save" msgstr "Salvesta" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Peida otsingu kriteerium" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Näita otsingu kriteeriumi" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Vahemiku otsing" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Veeru maksimum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Veeru miinimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Väikseim väärtus:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Suurim väärtus:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Peida 'leia ja asenda' kriteerium" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Kuva 'leia ja asenda' kriteeriumi" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Iga punkt tähendab andmete rida." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Kursori üleliigutamisel näitab punkt selle nime." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Vali graafiku suumitav ala hiirega." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Algoleku taastamiseks vajuta suurenduse lähtestamise nuppu." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Kliki andmepunktil, et vaadata ja vajadusel muuta andmete rida." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Diagrammi suurust saab muuta, kui lohistada seda alumist paremat nurkapidi." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Vali kaks veergu" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Vali kaks erinevat veergu" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Andmepunkti sisu" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoreeri" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopeeri" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Rea sõne" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Hulktahukas" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geomeetria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Sisemine ring" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Välimine ring" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Kas sa soovid kopeerida krüpteerimisvõtme?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Krüpteerimisvõti" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2222,24 +2243,24 @@ msgstr "" "Näitab, et lehel on tehtud muudatusi; muudatustest loobumisel küsitakse su " "käest kinnitust" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Vali osutatud võti" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Vali võõrvõti" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Palun vali primaarvõti või unikaalne nimi!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Vali veerg, mida näidata" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2247,77 +2268,77 @@ msgstr "" "Sa ei ole muudatusi salvestanud. Kui sa neid ei salvesta, siis need lähevad " "kaotsi. Kas soovid jätkata?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Lehe nimi" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Salvesta leht" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Salvesta leht nimega" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Ava lehe" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Kustuta leht" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Nimetu" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Palun vali jätkamiseks leht" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Palun sisesta korrektne lehe nimi" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Kas sa soovid salvestada muudatused sellel leheküljel?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Lehekülje kustutamine õnnestus" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Ekspordi seosteskeem" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Muutused on salvestatud" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Lisa säte veerule \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "Loodi %d objekt(i)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Saada" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Muutmisest loobumiseks vajuta ESC." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2325,15 +2346,15 @@ msgstr "" "Sa muutsid mõningaid andmed ja neid pole veel salvestatud. Oled kindel, et " "soovid enne andmete salvestamist sellelt lehelt lahkuda?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Järjekorra muutmiseks lohista." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klõpsa selle veeru järgi sortimiseks." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2343,26 +2364,26 @@ msgstr "" "režiimi.
- Ctrl+klõps või Alt+klõps (Mac: Shift+Option+klõps) eemaldab " "veeru ORDER BY klauslist" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klõpsa valimiseks/mittevalimiseks." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Veeru nime kopeerimiseks tee sellel topeltklõps." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Veeru nähtavuse muutmiseks
vajuta alla suunatud noolele." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Näita kõiki" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2371,12 +2392,12 @@ msgstr "" "märkeruutudega, muutmisega, kopeerimisega ja kustutamisega seotud " "funktsionaalsus ei pruugi pärast salvestamist toimida." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Palun sisesta korrektne kuueteistkümnend sõne. Lubatud märgid on 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2384,128 +2405,128 @@ msgstr "" "Kas sa soovid tõesti näha kõiki ridu? Suur tabel nagu see võib põhjustada " "krahhi lehitsejas." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Algne pikkus" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "katkesta" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Katkestatud" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Õnnestus" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Impordi olek" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Kukuta failid siia" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Vali esmalt andmebaas" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Sa saad ka muuta enamikke väärtuseid,
kui teed nende sisul topeltkliki." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Sa saad ka muuta enamikke väärtuseid,
kui klikid nende peal." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Mine lingile:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopeeri veeru nimi." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Veeru nime kopeerimiseks lõikelauale paremklõpsa sellel." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Genereeri parool" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Genereeri" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Muuda parooli" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Rohkem" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Näita paneel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Peida paneel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Kuva peidetud navigeerimispaneeli elemendid." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Lingi peapaneeli" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Kustuta link peapaneeli" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Kõigi serveris olevate andmebaaside filtreerimiseks vajuta otsingutermini " "järel Enterit" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "Andmebaasis kõigi %s filtreerimiseks vajuta otsingutermini järel Enter" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabelid" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "vaated" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "toimingud" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "sündmused" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funktsioonid" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Valitud lehte ei leitud ajaloost, see võib olla aegunud." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2515,42 +2536,42 @@ msgstr "" "Uusim versioon on %s, välja antud %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", viimane stabiilne versioon:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "ajakohane" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Loo vaade" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Saada vearaport" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Saada vearaport" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Saatuslik JavaScripti viga; kas sa soovid saata vearaporti?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Muuda raporteerimise sätteid" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Näita raporteerimise detaile" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2558,7 +2579,7 @@ msgstr "" "Su eksport on mittetäielik, sest PHP skripti töötamiseks lubatud aeg on " "liiga väike!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2567,58 +2588,58 @@ msgstr "" "Hoiatus: sellel lehel oleval vormil on enam kui %d välja. Vormi saatmisel " "võidakse mõne välja sisu eirata tänu PHP sättele max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Server tuvastas mõned vead!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Palun vaata selle akna alumisse serva." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignoreeri kõiki" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Palun oota, sinu seadistust saadetakse hetkel." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Kas käivitada see päring uuesti?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Kas sa soovid tõesti kustutada selle järjehoidja?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "SQL silumisinfo hankimisel esines vigu." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s päringut käivitati %s korda %s sekundiga." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "edastati %s argument(i)" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Kuva argumendid" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Peida argumendid" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Aega kulus:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2629,334 +2650,334 @@ msgstr "" "töötada. Safaris põhjustab seda tavaliselt \"Privaartrežiimis lehitsemine" "\" (\"Private Mode Browsing\")." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Eelmine" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Järgmine" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Täna" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Jaanuar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Veebruar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Märts" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Aprill" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juuni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juuli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktoober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Detsember" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jaan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Veebr" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Märts" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Aprill" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Juuni" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Juuli" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dets" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Pühapäev" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Esmaspäev" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Teisipäev" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Kolmapäev" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Neljapäev" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Reede" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Laupäev" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Püh" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Esm" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Tei" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Kol" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Nel" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ree" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Lau" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "E" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "T" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "K" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "N" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "R" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "L" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Näd" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalender-kuu-aasta" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "puudub" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Tund" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekund" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "See väli on kohustuslik" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Palun paranda see väli" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Palun sisesta korrektne e-posti aadress" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Palun sisesta korrektne URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Palun sisesta korrektne kuupäev" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Palun sisesta korrektne kuupäev (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Palun sisesta korrektne number" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Palun sisesta korrektne krediitkaardi number" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Palun sisesta ainult numbrid" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Palun sisesta sama väärtus uuesti" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Palun sisesta kuni {0} märki" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Palun sisesta vähemalt {0} märki" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Palun sisesta väärtus pikkusega {0} kuni {1} tähte" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Palun sisesta väärtus vahemikust {0} kuni {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Palun sisesta väärtus, mis on väiksem kui või võrdne {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Palun sisesta väärtus, mis on suurem kui või võrdne {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Palun sisesta korrektne kuupäev või kellaaeg" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Palun sisesta korrektne 16-nd väärtus" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Viga" @@ -3024,18 +3045,18 @@ msgstr "tunnis" msgid "per day" msgstr "päevas" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Olemasolev seadistusfail (%s) ei ole loetav." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Fondi kõrgus" @@ -3054,7 +3075,7 @@ msgid "Requery" msgstr "Korduspäring" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3063,7 +3084,7 @@ msgstr "Korduspäring" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3138,7 +3159,7 @@ msgid "History" msgstr "Ajalugu" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3161,7 +3182,7 @@ msgstr "Ajalugu" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Valikud" @@ -3232,7 +3253,7 @@ msgid "Count:" msgstr "Kogus:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3286,10 +3307,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Vali tume teema" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3297,10 +3318,10 @@ msgstr "Vali tume teema" msgid "Ascending" msgstr "Kasvav" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3512,125 +3533,126 @@ msgstr "Ära vali ühtegi" msgid "Inside column:" msgstr "Veerust:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Salvesta muudetud andmed" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Taasta veeru järjekord" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtreeritud read" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Otsi sellest tabelist" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Algus" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Eelmine" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Järgmine" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Lõpp" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Kõik" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Ridade hulk:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sorteeri võtme alusel" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Osalised tekstid" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Täistekstid" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Seose võti" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Seose näitamise veerg" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Näita binaarsisu" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Näita BLOB sisu" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Peida veebilehitseja transformatsioon" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Harilik tekst" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Harilik binaar" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Rida on kustutatud." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Sulge" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Võib olla umbkaudne. Vaata [doc@faq3-11]KKK 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Sinu SQL päring teostati edukalt." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3638,36 +3660,36 @@ msgid "" msgstr "" "Sellel vaatel on vähemalt nii palju ridu. Palun loe %sdokumentatsiooni%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Kuvatakse read %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "Kokku %1$d, päringus %2$d" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "kokku: %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "päring kestis %01.4f sekundit." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Valitutega:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3676,24 +3698,24 @@ msgstr "Valitutega:" msgid "Check All" msgstr "Vali kõik" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Prindi vaade" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Päringu tulemuste tegevused" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Näita diagrammi" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualiseeri GIS andmed" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Linki ei leitud!" @@ -3815,7 +3837,7 @@ msgstr "Hulk" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3825,7 +3847,7 @@ msgid "Collation" msgstr "Kodeering" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentaar" @@ -3840,7 +3862,7 @@ msgid "Index %s has been dropped." msgstr "%s indeks on kustutatud." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3858,7 +3880,7 @@ msgstr "" "kustutatakse." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3875,7 +3897,7 @@ msgstr "Vaade" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3906,7 +3928,7 @@ msgstr "Lisa" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Õigused" @@ -3969,16 +3991,18 @@ msgid "Central columns" msgstr "Kesksed veerud" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Andmebaasid" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Kasutajad" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Kasutajate grupid" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4053,7 +4077,7 @@ msgid "Could not save favorite table!" msgstr "Lemmikute tabelit ei suudetud salvestada!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Kustuta lemmikutest" @@ -4074,7 +4098,7 @@ msgid "Recent" msgstr "Hiljutised" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Lemmikute tabel" @@ -4694,16 +4718,16 @@ msgstr "Maksimaalne: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL vastas: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Selgita SQL" @@ -4720,7 +4744,7 @@ msgstr "Analüüsi ja seleta kohal %s" msgid "Without PHP Code" msgstr "Ilma PHP koodita" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Loo PHP kood" @@ -4811,6 +4835,10 @@ msgstr "Viimati uuendatud" msgid "Last check" msgstr "Viimane kontroll" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Kasutajad" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Otsi:" @@ -4904,8 +4932,8 @@ msgstr "EI" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4913,7 +4941,7 @@ msgstr "Nimi" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Pikkus/Väärtused" @@ -5189,7 +5217,7 @@ msgid "Not a valid port number!" msgstr "Vigane pordi number!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Vale väärtus!" @@ -5200,35 +5228,35 @@ msgstr "Vale väärtus!" msgid "Value must be equal or lower than %s!" msgstr "Väärtus peab olema väiksem või võrdne kui %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Kadunud andmed %s jaoks" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "kättesaamatu" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" vajab %s laiendit" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Pakitud importimine ei toimi, sest puudub funktsioon %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Pakitud eksportimine ei toimi, sest puudub funktsioon %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimaalselt %s" @@ -5243,7 +5271,7 @@ msgid "Set value: %s" msgstr "Sea väärtus: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Taasta vaikimisi väärtus" @@ -5708,7 +5736,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Suurim teostamise aeg" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Kasuta käsku %s" @@ -5717,7 +5745,7 @@ msgstr "Kasuta käsku %s" msgid "Save as file" msgstr "Salvesta failina" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Faili märgitabel" @@ -5733,8 +5761,8 @@ msgstr "Tihendamine" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5744,14 +5772,14 @@ msgstr "Tihendamine" msgid "Put columns names in the first row" msgstr "Aseta veergude nimed esimesse ritta" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Veergusid ümbritseb" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Veergusid lõpetab" @@ -5759,8 +5787,8 @@ msgstr "Veergusid lõpetab" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL asendaja" @@ -5768,13 +5796,13 @@ msgstr "NULL asendaja" msgid "Remove CRLF characters within columns" msgstr "Eemalda veergudest CRLF märgid" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Veerud lõpetab" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Ridasid katkestab" @@ -5796,8 +5824,8 @@ msgid "Table name template" msgstr "Tabeli nime mall" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5825,14 +5853,14 @@ msgid "Label key" msgstr "Nime võti" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-tüüp" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Seosed" @@ -5840,108 +5868,114 @@ msgstr "Seosed" msgid "Export method" msgstr "Ekspordi meetod" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Salvesta serverisse" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Kirjuta olemasolev(ad) fail(id) üle" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Ekspordi tabelid eraldi failidena" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Jäta meelde faili nime mall" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Lisa AUTO_INCREMENT väärtus" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Aseta tabeli ja veeru nimed alumise ja ülemise jutumärgi vahele" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL ühilduvuse meetod" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE valikud:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Loomise/Uuendamise/Kontrollimise kuupäevad" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Kasuta viivitatud lisamisi" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Keela võõrvõtme kontrollid" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Vaadete eksportimine tabelitena" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Ekspordi seotud metaandmed phpMyAdmini häälestuse salvestuskohast" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Lisa %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Kasuta 16-nendsüsteemi BINARY & BLOB väljadel" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Kasuta INSERT IGNORE lauseid" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Andmete lisamisel kasutatav süntaks" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Loodud päringu maksimaalne pikkus" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Ekspordi tüüp" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Lisa eksport ülekandesse" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Ekspordi aeg UTC's" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Sunni phpMyAdmini kasutamisel kasutama turvalist ühendust." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Sunni kasutama SSL ühendust" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -5949,160 +5983,158 @@ msgstr "" "Vali sorteerimise järjekord võõrvõtme rippmenüü kasti üksustele. " "[kbd]content[/kbd] on viidatud andmed, [kbd]id[/kbd] on võtme väärtus." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Võõrvõtme rippmenüü järjekord" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Rippmenüüd kasutataks siis, kui selles on uusi üksusi." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Võõrvõtme piirang" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Mõningate päringute märkekasti vaikeväärtus võõrvõtmete kontrolliks." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Võõrvõtme(te) kontrollid" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Sirvimisrežiim" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Kohanda sirvimise viisi." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Kohanda vaikimisi valikuid." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Arendaja" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmini arendajate sätted." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Muutmise vaade" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Kohanda muutmise vaadet." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Ekspordi vaikimisi väärtused" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Muuda vaikimisi ekspordi valikuid." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funktsionaalsused" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Üldine" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Määra mõningaid enamasti kasutatavaid valikuid." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Impordi vaikimisi väärtused" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Kohanda vaikimisi tavalise importimise valikuid." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Impordi / ekspordi" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Määra impordi ja ekspordi kataloogid ja tihendamise valikud." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Andmebaaside näitamise valikud." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigeerimise paneel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Muuda navigeerimise paneeli välimust." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Navigeerimispuu" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Muuda navigeerimispuud." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serverid" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Serverite näitamise valikud." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Tabelite näitamise valikud." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Peapaneel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Muud tuumsätted" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Sätted, mis ei sobi mujale." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Lehe pealkirjad" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6111,11 +6143,11 @@ msgstr "" "[doc@faq6-27]dokumentatsioonist[/doc], kuidas kasutada kasutada eriliste " "väärtuste kuvamiseks maagilisi sõnesid." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Turvalisus" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6123,23 +6155,23 @@ msgstr "" "Palun pane tähele, et phpMyAdmin on lihtsalt kasutajaliides ja tema " "funktsionaalsus ei piira MySQL'i." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Peamised sätted" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentimine" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Autentimise sätted." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serveri seadistus" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6147,15 +6179,15 @@ msgstr "" "Täpsem serveri seadistus, ära muuda neid valikuid, kui sa ei tea, mille " "jaoks need on." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Sisesta serveri ühenduse parameetrid." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Seadistuse salvestuskoht" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6165,11 +6197,11 @@ msgstr "" "lisafunktsionaalsusele. Vaata dokumentatsioonist [doc@linked-" "tables]phpMyAdmin configuration storage[/doc]." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Muudatuste jälgimine" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6177,111 +6209,111 @@ msgstr "" "Andmebaasis tehtud muudatuste jälgimine. Vajab phpMyAdmini seadistuse " "salvestust." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Muuda ekspordi valikuid" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Muuda impordi vaikimisi väärtusi" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Muuda navigeerimise paneeli" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Muuda peapaneeli" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL päringud" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL päringuaken" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Kohanda linke, mida näidatakse SQL päringu kastides." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL päringute sätted." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Käivitus" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Muuda esimest lehte." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Andmebaasi struktuur" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Vali need detailid, mida soovid näha andmebaasi struktuuris (tabelite " "nimekirjas)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabeli struktuur" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Tabeli struktuuri sätted (veergude nimekiri)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Vahelehed" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Vali, kuidas sa tahaksid, et vahelehed toimiksid." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Näita seoseskeemi" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Paberi suurus" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstiväljad" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Muuda teksti lisamise väljasid." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Kohanda vaikimisi valikuid" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Hoiatused" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Keela mõned phpMyAdmini poolt näidatavad hoiatused." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6289,15 +6321,15 @@ msgstr "" "Luba [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] tihendamine importimistel " "ja eksportimistel." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv lisaparameetrid" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6305,11 +6337,11 @@ msgstr "" "Kui see on lubatud, siis phpMyAdmin jätkab multi-käsu päringute sooritamist " "ka sel juhul, kui üks päringutest ebaõnnestub." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignoreeri multi-käsu vigu" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6319,25 +6351,25 @@ msgstr "" "ajapiirangut. See on hea moodus importida suuri faile, kuid siiski võib see " "katkestada ülekanded." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Osaline importimine: luba katkestamine" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Ära katkesta INSERT vea puhul" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Lisa ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Värskenda andmeid, kui importimisel avastatakse topeltvõtmeid" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6345,69 +6377,69 @@ msgstr "" "Vaikimisi formaat. Võta teadmiseks, et see nimekiri sõltub asukohast " "(andmebaas, tabel) ja ainult siis, kui SQL on alati saadaval." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Imporditava faili formaat" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "kasuta LOCAL võtmesõna" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Veeru nimed esimeses reas" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ära impordi tühje ridu" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Impordi valuutad ($5.00 -> 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Impordi protsendid sobiva kümnendarvuna (12.00% -> .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Päringute hulk, mida alguses vahele jätta." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Osaline importimine: jäta päringud vahele" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ära kasuta AUTO_INCREMENT null-väärtuste jaoks" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Liugurite algne asetus" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Mitu rida saab korraga lisada." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Lisatud ridade hulk" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Suurim hulk sümboleid, mida näidatakse mitte-arvulises veerus sirvimise " "vaates." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Piira veeru sümboleid" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6418,11 +6450,11 @@ msgstr "" "FALSE puhul on lihtne ära unustada välja logimast teistest serveritest, kui " "ühendatud on mitme serveriga." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Kustuta väljalogimisel kõik küpsised" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6430,11 +6462,11 @@ msgstr "" "Määra, kas [kbd]küpsisega[/kbd] autentimisel kutsutakse tagasi eelmine " "sisselogimine või mitte." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Kutsu kasutajanimi uuesti" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6446,69 +6478,69 @@ msgstr "" "seansi jaoks ja kustutatakse niipea, kui sulged veebilehitseja akna. Seda on " "soovitatav kasutada mitteusaldusväärses keskkonnas." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Sisselogimise küpsise säilitamine" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Määra, kui kaua (sekundites) sisselogimise küpsis kehtib." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Sisselogimise küpsise kehtivus" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Kahekordista LONGTEXT veergude tekstiala suurust." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Suurem tekstiala LONGTEXT jaoks" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL päringu kuvamiseks kasutatav suurim sümbolite hulk." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Näidatava SQL'i maksimaalne pikkus" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Kasutajad ei saa määrata kõrgemat väärtust" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Andmebaaside nimekirjas näidatavate andmebaaside suurim hulk." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Suurim hulk andmebaase" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "Igal lehel navigeerimispuu esimesel tasemel näidatavate elementide arv." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maksimaalne elementide arv esimesel tasemel" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Iga lehe navigeerimispuus näidatavate elementide arv." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maksimaalne elementide arv harus" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6516,19 +6548,19 @@ msgstr "" "Näidatavate ridade hulk tulemuses. Kui tulemus sisaldab rohkem ridu, siis " "näidatakse \"Eelmine\" ja \"Järgmine\" linke." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Näidatavate ridade suurim hulk" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Tabeli nimekirjas näidatavate tabelite suurim hulk." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Suurim hulk tabeleid" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6536,66 +6568,66 @@ msgstr "" "Baitide hulk, mida skriptil on lubatud kasutada, nt [kbd]32M[/kbd] ([kbd]0[/" "kbd] - piiramatu)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Mälu piirang" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Asendab navigeerimispaneelil andmebaasi puu valijaga" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Kuva andmebaaside navigeerimine puuna" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "Lingi peapaneeliga tõstes esile aktiivse andmebaasi või tabeli." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Näita logo navigeerimise paneelis." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Näita logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, millele navigeerimise paneeli logo suunab." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo lingi URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" "Ava lingitud leht peaaknas ([kbd]main[/kbd]) või uues ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo lingi sihtkoht" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Näita serveri valikut nevigeerimispaneeli ülaosas." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Näita serverite valikut" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Kiiravamisikooni sihtkoht" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Teise kiiravamisikooni sihtkoht" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6603,15 +6635,15 @@ msgstr "" "Minimaalne filtrikastis näidatavate elementide (tabelid, protseduurid ja " "sündmused) arv." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimaalne filtri kastis näidatavate elementide arv" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Andmebaasi filtri kastis näidatavate andmebaaside minimaalne hulk" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6619,153 +6651,143 @@ msgstr "" "Grupeeri navigeerimispuu elemendid (kaartidel Andmebaasid ja Tabelid " "määratud eraldaja alusel)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Grupeeri puu elemendid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Sõne, mis eraldab andmebaasid kolme erinevasse puu tasandisse." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Andmebaasipuu eraldaja" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Sõne, mis eraldab tabelid kolme erinevasse puu tasandisse." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Tabelipuu eraldaja" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maksimaalne tabelipuu kõrgus" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Tõsta kursori all olev server esile." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Luba esiletõstmine" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Kas lubada navigeerimispaneelil puu laiendamist või mitte." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Luba navigeerimispuu laiendamine" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Kuva puus tabelite loend" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "Kas kuvada tabelid andmebaasi navigeerimispuus" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Kuva puus vaated" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Kas kuvada vaated andmebaasi navigeerimispuus" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Kuva puus funktsioonid" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "Kas kuvada funktsioonid andmebaasi navigeerimispuus" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Kuva puus protseduurid" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "Kas kuvada protseduurid andmebaasi navigeerimispuus" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Kuva puus sündmused" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "Kas kuvada sündmused andmebaasi navigeerimispuus" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Hiljuti kasutatud tabelite suurim hulk. Keelamiseks sisesta 0." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Lemmiktabelite suurim hulk. Keelamiseks sisesta 0." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Hiljuti kasutatud tabelid" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Need on lingid Muuda, Kopeeri ja Kustuta." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Kus näidata tabeli rea linke" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "Määrab reaviitade kuvamise ka unikaalse võtme puudumisel." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Kuva ridade viidad ikkagi" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Kasuta algset tabeli ja andmebaasi nimede sorteerimise järjekorda." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Algne järjekord" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Kasuta ainult ikoone, ainult teksti või mõlemat." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tabeli navigeerimisriba" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Kasuta HTTP ülekannete parema kiiruse saavutamiseks GZip väljundi " "puhverdamist." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip väljundi puhverdamine" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6773,19 +6795,19 @@ msgstr "" "[kbd]SMART[/kbd] - st. TIME, DATE, DATETIME ja TIMESTAMP tüüpi veergude " "kahanevat järjekorda. Muul juhul on need kasvavas järjekorras." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Vaikimisi sorteerimise järjekord" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Kasuta püsiühendusi MySQL andmebaasidesse." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Püsiühendused" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6794,11 +6816,11 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse andmebaasi struktuuri lehel siis, " "kui phpMyAdmini seadistuse salvestuse jaoks vajalikku tabeleid ei leitud." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Puudulikud phpMyAdmini seadistuse salvestuse tabelid" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6806,11 +6828,11 @@ msgstr "" "Keela vaikimisi hoiatus, mis kuvatakse MySQL teegi ja serveri erinevuste " "tuvastamisel." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Serveri/teegi erinevuse hoiatus" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6818,27 +6840,27 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse struktuuri lehel siis, kui tabeli " "veergude nimed on MySQLi reserveeritud sõnad." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL reserveeritud sõna hoiatus" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Kuidas kuvada menüü sakke" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Kuidas kuvada erinevate tegevuste linke" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Keela BLOB ja BINARY veergude muutmine." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Kaitse binaarseid veergusid" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6849,120 +6871,120 @@ msgstr "" "päringu ajaloo näitamiseks Javascripti funktsioone (ajalugu kaob akna " "sulgemisel)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Püsiv päringute ajalugu" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Mitu päringut ajaloos hoitakse." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Päringu ajaloo pikkus" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Vali funktsioon, mida kasutatakse märgitabeli teisendamisel." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Ümberkodeerimise mootor" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Tabelite sirvimisel jäetakse meelde iga tabeli sortimisalus." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Jäta meelde tabeli sortimisalus" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Vaikimisi sortimisrežiim primaarvõtmega tabelitele." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Primaarvõtme vaimisi sortimisrežiim" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Korda päiseid iga X rea tagant, [kbd]0[/kbd] keelab selle funktsionaalsuse." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Korda päiseid" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Võrgustikmuutmine: tegevuse päästik" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Suhtestuskuva" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Kuvamise seaded" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Võrgustukmuutmine: salvesta kõik muudetud lahtrid" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Serveri kataloog, kuhu eksporditud failid salvestatakse." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Salvestamise kataloog" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Kui ei kasutata, siis jäta tühjaks." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Hosti autentimise järjekord" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Vaikimisi jäta tühjaks." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Hosti autentimise reeglid" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Luba paroolita sisselogimised" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Luba sisse logida 'root' kasutajana" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Seansi ajatsoon" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Määrab kasutatava ajatsooni; võib erineda andmebaasi serveri ajatsoonist" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP lihtsa autentimise ajal kuvatav ligipääsuala nimi." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP ligipääsuala" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -6971,19 +6993,19 @@ msgstr "" "[a@http://swekey.com]SweKey riistvara autentimise[/a] seadistusfaili asukoht " "(see ei asu sinu dokumentide juurkaustas, soovitatav: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey seadistuse fail" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Kasutatav autentimise meetod." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentimise tüüp" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -6991,11 +7013,11 @@ msgstr "" "Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/" "bookmark]järjehoidja[/a] tugi, soovitatav: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Järjehoidja tabel" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7003,32 +7025,32 @@ msgstr "" "Jäta tühjaks, kui puuduvad kommentaarid/mime-tüübid, soovitatav: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Veeru teabe tabel" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Tihenda MySQL ühendus serveriga." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Tihenda ühendus" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Kuidas ühendada serveriga. Kui ei tea valida, siis jäta [kbd]tcp[/kbd]." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Ühenduse tüüp" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Kontrollkasutaja parool" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7036,11 +7058,11 @@ msgstr "" "Eriline MySQL kasutaja, mis on piiratud õigustega. Lisainfot saab [a@http://" "wiki.phpmyadmin.net/pma/controluser]vikist[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrollkasutaja" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7048,11 +7070,11 @@ msgstr "" "Seadistuse salvestuse säilitamise asendushost. Jäta tühjaks, kui soovid " "kasutada juba määratud hosti." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrollhost" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7062,15 +7084,15 @@ msgstr "" "Vaikimisi pordi kasutamiseks jäta tühjaks; kui kontrollhost on sama mis " "host, siis sisesta juba defineeritud port." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontrollport" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Peida andmebaasid, mis kattuvad regulaaravaldisega (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7079,15 +7101,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] ja [a@http://bugs.mysql.com/19588]MySQL Bugs[/" "a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Keela INFORMATION_SCHEMA kasutus" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Peida andmebaasid" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7095,23 +7117,23 @@ msgstr "" "Jäta tühjaks, kuid puudub SQL päringu ajaloo tugi, soovitatav: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL päringu ajaloo tabel" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Hostinimi, kus MySQL server töötab." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Serveri hostinimi" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Väljalogimise URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7119,15 +7141,15 @@ msgstr "" "Piirab andmebaasi salvestatud tabeli eelistuste hulka, vanimad sissekanded " "kustutatakse automaatselt." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Suurim hulk tabeli eelistusi, mida salvestada" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabel näitepõhiste päringute salvestamiseks" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7135,11 +7157,29 @@ msgstr "" "Jäta tühjaks, kui sa ei soovi salvestada näitepõhiseid päringuid, " "soovitatav: [kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Vaadete eksportimine tabelitena" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: [kbd]pma__pdf_pages[/" +"kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Kesksete veergude tabel" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7147,15 +7187,15 @@ msgstr "" "Jäta tühjaks, et keskseid veerge mitte kasutada, soovitatav: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Ürita ühendada ilma paroolita." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Ühenda ilma paroolita" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7165,30 +7205,30 @@ msgstr "" "ette kurakaldkriipsu (\\). S.t kasuta [kbd]'my\\_db'[/kbd], aga mitte " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Näita ainult loendatud andmebaase" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Jäta tühjaks, kui ei kasuta 'config' autentimist." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "'config' autentimise parool" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: [kbd]pma__pdf_pages[/" "kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF skeem: lehtede tabel" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7198,22 +7238,22 @@ msgstr "" "Lisateavet leiad aadressilt [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" "a]. Kui tugi puudub, siis jäta tühjaks, soovitatav: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Andmebaasi nimi" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, mida MySQL server kuulab. Jäta tühjaks, kui soovid kasutada vaikimisi " "porti." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Serveri port" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7221,11 +7261,11 @@ msgstr "" "Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" hiljuti kasutatud " "tabelid, soovitatav: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Hiljuti kasutatud tabel" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7233,11 +7273,11 @@ msgstr "" "Jäta tühjaks, kui sa ei soovi seansside vahelisi \"püsivad\" hiljuti " "kasutatud tabeleid, soovitatav: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Lemmikute tabel" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7245,11 +7285,11 @@ msgstr "" "Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/relation]seoste " "linkide[/a] tugi, soovitatav: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Seose tabel" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7257,33 +7297,33 @@ msgstr "" "Vaata näiteks [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentimise tüüpe[/a]." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Sisselogimise seansi nimi" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Sisselogimise URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Sokkel, mida MySQL server kuulab, jäta tühjaks, kui soovid kasutada " "vaikimisi soklit." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Serveri sokkel" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Luba SSL ühendus MySQL serverisse." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Kasuta SSL'i" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7291,11 +7331,11 @@ msgstr "" "Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Disainer ja PDF skeem: tabeli koordinaadid" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7303,11 +7343,11 @@ msgstr "" "Tabel, mis kirjeldab veergude näitamist. Jäta tühjaks, kui puudub tugi, " "soovitatav: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Näita veergude tabelit" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7315,11 +7355,11 @@ msgstr "" "Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" tabelite UI " "eelistused, soovitatav: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI eelistuste tabel" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7327,42 +7367,42 @@ msgstr "" "Kas lisada lause DROP DATABASE IF EXISTS andmebaasi loomise logisse " "esimeseks." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Lisa DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "Kas lisada lause DROP TABLE IF EXISTS tabeli loomise logisse esimeseks." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Lisa DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "Kas lisada lause DROP VIEW IF EXISTS vaate loomise logisse esimeseks." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Lisa DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Määrab lausete nimekirja, mida kasutatakse uute versioonide loomisel " "automaatselt." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Käsud, mida jälgida" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7370,22 +7410,22 @@ msgstr "" "Jäta tühjaks, kui puudub SQL päringu jälgimise tugi, soovitatav: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL päringu jälgimise tabel" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Kas jälgimise mehhanism loob versioneerib tabelida ja vaated automaatselt." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Loo versioonid automaatselt" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7393,11 +7433,11 @@ msgstr "" "Jäta tühjaks, kui kasutaja eelistusi andmebaasis ei hoita, soovitatav: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Kasutaja eelistusi säilitav tabel" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7407,11 +7447,11 @@ msgstr "" "tabel kui ka kasutajate gruppide tabel. Jättes ühe neist tühjaks, keelad " "menüüde kohandamise; soovitatav: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Kasutajate tabel" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7421,11 +7461,11 @@ msgstr "" "tabel kui ka kasutajate tabel. Jättes ühe neist tühjaks, keelad menüüde " "kohandamise; soovitatav: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Kasutajagruppide tabel" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7433,15 +7473,15 @@ msgstr "" "Jäta tühjaks, et keelata navigeerimiselementide peitmine ja kuvamine, " "soovitatav: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Peidetud navigeerimiselementide tabel" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "'config' autentimise kasutaja" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7449,19 +7489,19 @@ msgstr "" "Selle serveri kasutajasõbralik kirjeldus. Kui jätad tühjaks, siis näidatakse " "selle asemel hostinime." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Selle serveri sõnaline nimi" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Kas kasutajale peaks näitama \"näita kõiki (ridu)\" nuppu." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Luba näidata kõiki ridu" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7471,76 +7511,76 @@ msgstr "" "autentimist, sest parool on seadistusfailis raskesti kodeeritud. See ei " "piira sama käsu otse käivitamist." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Näita parooli muutmise vormi" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Näita andmebaasi loomise vormi" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "Näita või peida kõigi tabelite kommentaaride veerg." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Kuva tabeli kommentaarid" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Näita või peida kõikides tabelites loomise ajatempli veerg." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Näita loomise ajatemplit" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "Näita või peida kõikides tabelites viimase uuendamise ajatempli veerg." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Näita viimase uuendamise ajatemplit" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Näita või peida kõikides tabelites viimase kontrolli ajatemplit näitav veerg." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Näita viimase kontrolli ajatemplit" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Määrab, kas muutmisel/lisamisel näidata väljasid." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Näita välja tüüpe" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Näita funktsiooni väljasid muutmisel/lisamisel." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Näita funktsiooni väljasid" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Kas näidata vihjet või mitte." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Näita vihjet" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7548,63 +7588,63 @@ msgstr "" "Näita linki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "väljundisse." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Näita phpinfo() linki" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Näita detailset MySQL serveri teavet" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Määrab, kas phpMyAdmini poolt koostatud SQL päringuid näidatakse." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Näita SQL päringuid" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Määrab, kas päringukast jääb ekraanile pärast päringu saatmist." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Säilita päringu kast" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Luba näidata andmebaasi ja tabeli statistikat (nt ruumi kasutus)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Näita statistikat" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Märgi kasutatud tabelid ja võimalda näidata andmebaase koos lukustatud " "tabelitega." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Jäta lukustatud tabelid vahele" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" "Keela vaikimisi hoiatus, mis kuvatakse avalehel Suhosin'i tuvastamisel." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin'i hoiatus" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7613,11 +7653,11 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse põhilehel siis, kui PHP sätte " "session.gc_maxlifetime väärtus on väiksem kui `LoginCookieValidity` väärtus." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Sisselogimise küpsise kehtivuse hoiatus" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7625,11 +7665,11 @@ msgstr "" "Tekstiala suurus (veerud) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Tekstiala veerud" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7637,31 +7677,31 @@ msgstr "" "Tekstiala suurus (read) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Tekstiala read" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud on andmebaas." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud pole mitte midagi." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Vaikimisi pealkiri" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud on server." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Veebilehitseja akna pealkiri, kuid valitud on tabel." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7673,27 +7713,27 @@ msgstr "" "Forwarded-For) päist, mis tuleb proksist 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Usaldusväärsete prokside nimekiri lubatud/keelatud IP'de jaoks" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Kataloog serveris, kuhu saad importimiseks faile üles laadida." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Üleslaadimise kataloog" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Luba otsida tervest andmebaasist." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Kasuta andmebaasi otsingut" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7701,26 +7741,26 @@ msgstr "" "Kui keelatud, siis kasutajad ei saa kasutada ühtegi allolevat valikut, " "sõltumata paremal asuvast märkeruudust." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Luba sätetes kujundaja vaheleht" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Kontrolli uusimat versiooni" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Lubab phpMyAdmini pealehel kontrollida viimast versiooni." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versiooni kontroll" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7732,11 +7772,11 @@ msgstr "" "on paigaldatud, ei oma otseühendust Internetiga. Formaat on \"hostinimi:port" "\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proksi aadress" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7746,19 +7786,19 @@ msgstr "" "Kui kasutajanimi on antud, kastutatakse lihtsa autentimise (Basic " "Authentication) meetodit. Muud meetodid ei ole hetkel toetatud." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proksi kasutajanimi" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Salasõna proksi serveris autentimiseks." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proksi parool" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7766,35 +7806,35 @@ msgstr "" "Luba [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tihendamine " "importimistel ja eksportimistel." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Sisesta oma domeeni reCaptcha teenusele oma avalik võti." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "reCaptcha avalik võti" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Sisesta oma domeeni reCaptcha teenusele oma salajane võti." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "reCaptcha salajane võti" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Vali vaikimisi tegevus vearaportite saatmisel." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Saada vearaport" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7802,11 +7842,11 @@ msgstr "" "Päringud käivitatakse klahvi Enter vajutamisel (Ctrl+Enter asemel). " "Reavahetuseks kasuta kombinatsiooni Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter käivitab päringud konsoolil" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7814,7 +7854,7 @@ msgstr "" "Luba Nullseadistuse režiim, mis lubab sul häälestada phpMyAdmin'i " "seadistuste salvestamise tabelid automaatselt." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Luba Nullseadustuse režiim" @@ -7838,47 +7878,74 @@ msgstr "HTTP autentimine" msgid "Signon authentication" msgstr "Sisselogimise (signon) autentimine" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV kasutades LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument tabel" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Kiire" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Kohandatud" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Andmebaasi eksportimise valikud" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV MS Exceli jaoks" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument tekst" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Puudub SQL päring andmete hankimiseks." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Graafiku loomiseks puuduvad tabelis numbritüüpi veerud." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Puuduvad kuvatavad andmed" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabeli %1$s muutmine õnnestus." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Kuva veergu uuendati edukalt." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Sisemised seosete värskendamine oli edukas." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7893,12 +7960,12 @@ msgstr "võimalik tõsine rünnak" msgid "No change" msgstr "Ei muudetud" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Lisainfot leiad %smeie dokumentatsioonist%s." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7950,6 +8017,7 @@ msgid "Create database" msgstr "Loo andmebaas" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Loo" @@ -7963,7 +8031,7 @@ msgid "No Privileges" msgstr "Õigused puuduvad" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Loo tabel" @@ -7976,50 +8044,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Ei saanud laadida eksportimise pluginaid, palun kontrolli oma paigaldust!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Andmebaaside eksportimine käesolevast serverist" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Tabelite eksportimine \"%s\" andmebaasist" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Ridade eksportimine \"%s\" tabelist" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksportimise meetod:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Ekspordi tüüp" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Faili nime mall:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabeli nimi" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Faili nime mall:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Ajutise ketta hulk" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Uuendatud" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Vali tabel" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Ekspordi meetod" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Kiire - näita ainult peamisi valikuid" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Kohandatud - näita kõiki võimalikke valikuid" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Andmebaas(id):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabel(id):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formaat:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formaadipõhised valikud:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8027,52 +8139,52 @@ msgstr "" "Keri alla, et näha valikuid valitud formaadi jaoks ja ignoreeri teiste " "formaatide valikuid." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Kodeerimise teisendus:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Read:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Loo mõnest reast tõmmis" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Rida alustab kohast:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Loo tõmmis kõikidest ridadest" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Väljund:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Salvesta serveri %s kataloogi" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Faili nime mall:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ saab serveri nimeks" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ saab andmebaasi nimeks" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ saab tabeli nimeks" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8083,74 +8195,72 @@ msgstr "" "aja vormindamise sõne. Lisaks toimuvad järgnevad muudatused: %3$s. Ülejäänud " "tekst jääb nii nagu see on. Detailide lugemiseks vaata %4$sKKK%5$s'd." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "kasuta seda edasistel eksportimistel" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Faili märgitabel:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Tihendamine:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipitud" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipitud" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Vaata väljundit tekstina" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Ekspordi andmebaasid eraldi failidena" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Ekspordi tabelid eraldi failidena" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Nimeta eksporditud andmebaasid/tabelid/veerud ümber" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Salvesta väljund failisse" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Jäta vahele tabelid, mis on suuremad kui" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Vali andmebaas" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Vali tabel" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Uue andmebaasi nimi" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Uue tabeli nimi" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Vana veeru nimi" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Uue veeru nimi" @@ -8693,7 +8803,7 @@ msgid "Dump has been saved to file %s." msgstr "Tõmmis salvestati %s faili." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL tagastas tühja tulemuse (s.t nulliread)." @@ -8772,7 +8882,7 @@ msgstr "Peida" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funktsioon" @@ -8848,7 +8958,7 @@ msgstr "" "liikumiseks kasuta CTRL + nooled" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9111,7 +9221,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Navigeerimiskuva laadimisel toimus viga" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Grupid:" @@ -9278,7 +9387,7 @@ msgstr "Uus" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vaated" @@ -9599,222 +9708,233 @@ msgstr "Osalisi sõltuvusi ei leitud!" msgid "Rename database to" msgstr "Andmebaasi uus nimi" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Sul pole siinviibimiseks piisavalt õigusi!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Kohanda õiguseid" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s andmebaas on kustutatud." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Kustuta andmebaas" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Kustuta andmebaas (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Ainult struktuur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktuur ja andmed" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Ainult andmed" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopeeri andmebaas kohta" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE enne kopeerimist" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Lisa piiranguid" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Mine kopeeritud andmebaasile" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Muuda tabelit, sorteeri" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(üksikult)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Teisalda tabel kohta (andmebaas.tabel)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Muuda tabeli nimeks" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabeli kommentaarid" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabeli valikud" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Varundusmootor" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Vaheta kõigi veergude sortimist" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopeeri tabel kohta (andmebaas.tabel)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Mine kopeeritud tabelisse" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabeli hooldus" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analüüsi tabelit" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Kontrolli tabelit" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Kontrollsumma tabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmendi tabel" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabeli %s välismälu on tühjendatud." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Puhasta tabel (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimeeri tabelit" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Paranda tabelit" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Kustuta andmed või tabel" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tühjenda tabel (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Kustuta tabel (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analüüsi" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Kontrolli" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimeeri" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Loo uuesti" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Paranda" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Kärbi" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Sulanda kokku" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Partitsiooni hooldus" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "%s partitsioon" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Eemalda partitsioneerimine" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Kontrolli pärinevust:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Ei saa tabelit iseendasse liigutada!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Ei saa tabelit iseendasse kopeerida!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s liigutati andmebaasi %s. Õiguseid kohandati vastavalt." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s kopeeriti andmebaasi %s. Õiguseid kohandati vastavalt." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s tabel liigutati %s andmebaasi." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s tabel kopeeriti %s andmebaasi." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tabeli nimi on tühi!" @@ -10008,7 +10128,7 @@ msgstr "Sündmus" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definitsioon" @@ -10971,24 +11091,29 @@ msgid "Managing Central list of columns" msgstr "Veergude keskse nimekirja haldamine" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Disaineri seadistuse meeldejätmine" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Vale ekspordi tüüp" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Täpsema funktsionaalsuse seadistamise kiirsammud:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Loo vajalikud tabelid %screate_tables.sql failiga." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Loo pma kasutaja ja anna juurdepääs nendele tabelitele." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -10996,15 +11121,15 @@ msgstr "" "Luba täpsem funktsionaalsus häälestusfailis (config.inc.php). " "Näiteks alustades config.sample.inc.php failist." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "Uuendatud seadistuse faili laadimiseks logi phpMyAdmini uuesti sisse." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "kirjeldus puudub" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11014,7 +11139,7 @@ msgstr "" "suvalise andmebaasi kaardile 'Operatsioonid' ja määrata phpMyAdmini " "häälestuse salvestamine sinna." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11023,14 +11148,14 @@ msgstr "" "%sLoo%s andmebaas 'phpmyadmin' ja häälesta phpMyAdmini seadistuse " "salvestamine sinna." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" "%sLoo%s phpMyAdmini seadistuse salvestuse tabelid aktiivses andmebaasis." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "%sLoo%s puuduvad phpMyAdmini seadistuse salvestuse tabelid." @@ -11217,6 +11342,7 @@ msgstr "Kasutajanimi:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Kasutajanimi" @@ -11374,10 +11500,10 @@ msgid "Master server changed successfully to %s." msgstr "Ülemserveriks vahetati edukalt %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11398,7 +11524,7 @@ msgstr "%1$s sündmust on muudetud." msgid "Event %1$s has been created." msgstr "%1$s sündmus on loodud." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Sinu päringu töötlemisel esines vähemalt üks viga:" @@ -11407,7 +11533,8 @@ msgstr "Sinu päringu töötlemisel esines vähemalt üks viga:" msgid "Edit event" msgstr "Muuda sündmust" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detailid" @@ -11421,7 +11548,7 @@ msgid "Event type" msgstr "Sündmuse tüüp" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Muuda väärtuseks %s" @@ -11449,13 +11576,13 @@ msgid "On completion preserve" msgstr "Lõpetamisel säilita" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Määraja" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Määraja peab olema formaadis \"kasutajanimi@hostinimi\"!" @@ -11481,9 +11608,9 @@ msgid "You must provide an event definition." msgstr "Sa pead andma sündmuse definitsiooni." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Taotluse töötlemisel esines viga:" @@ -11520,89 +11647,95 @@ msgstr "" "täiustatud 'mysqli' laiendit." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Vale funktsiooni tüüp: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Vabanda, me ei suutnud kustutatud funktsiooni taastada." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Funktsiooni %1$s on muudetud. Õiguseid on vastavalt kohandatud." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "%1$s funktsiooni on muudetud." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "%1$s funktsioon on loodud." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Muuda funktsiooni" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Funktsiooni nimi" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parameetrid" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Suund" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Lisa parameeter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Kustuta viimane parameeter" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Pöördumise tüüp" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Pöördumise pikkus/väärtused" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Pöördumise valikud" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Ette määratud" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Turvalisuse tüüp" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL andmete juurdepääs" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Sa pead andma funktsiooni nime!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Parameetrile anti vale suund \"%s\"." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11610,37 +11743,37 @@ msgstr "" "Sa pead andma ENUM, SET, VARCHAR ja VARBINARY tüüpi funktsiooni " "parameetritele pikkuse/väärtused." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Sa pead andma igale funktsiooni parameetrile nime ja tüübi." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Sa pead andma funktsioonile õige pöördumise tüübi." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Sa pead andma funktsiooni definitsiooni." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "%s funktsiooni käivitamise tulemused" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "Toimingu viimane käsk mõjutas %d rida." msgstr[1] "Toimingu viimane käsk mõjutas %d rida." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Käivita funktsioon" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Funktsiooni parameetrid" @@ -12193,12 +12326,16 @@ msgid "You have revoked the privileges for %s." msgstr "Tühistasid %s õigused." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Lisa kasutaja" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Lisa kasutajate grupp" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Andmebaas kasutajale" #: libraries/server_privileges.lib.php:1946 @@ -12225,9 +12362,7 @@ msgid "User has been added." msgstr "Kasutaja on lisatud." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12302,11 +12437,15 @@ msgid "" msgstr "… kustuta eelmine kasutajate tabelist ja seejärel lae õigused uuesti." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Muuda sisselogimise teavet / Kopeeri kasutajat" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Loo uus kasutaja samade õigustega ja …" #: libraries/server_privileges.lib.php:3036 @@ -12328,7 +12467,9 @@ msgid "Add privileges on the following table:" msgstr "Lisa õigusi järgnevas tabelis:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Kustuta valitud kasutajad" #: libraries/server_privileges.lib.php:3376 @@ -12365,41 +12506,51 @@ msgstr "Uuendasid %s õigusi." msgid "Deleting %s" msgstr "%s kustutamine" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Õigused on edukalt uuesti laetud." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Kasutaja %s on juba olemas!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s õigused" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Uus" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Muuda õigusi:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Kasutaja grupp" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" "Märkus: sa proovid muuta õiguseid kontol, mida kasutasid sisse logimiseks." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Kasutajate ülevaade" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12411,11 +12562,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:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Valitud kasutajat õiguste tabelist ei leitud." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Lisasid uue kasutaja." @@ -13705,7 +13856,7 @@ msgstr "Vale identifikaator" msgid "Unknown Punctuation String" msgstr "Tundmatu kirjavahemärk" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabel %s on tühjendatud." @@ -13718,13 +13869,13 @@ msgstr "Jälgimine on aktiveeritud." msgid "Tracking is not active." msgstr "Jälgimist pole aktiveeritud." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Vaade %s kustutati." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabel %s kustutati." @@ -13936,38 +14087,33 @@ msgstr "Ruumi kasutus" msgid "Effective" msgstr "Efektiivne" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabeli %1$s muutmine õnnestus. Õiguseid kohandati vastavalt." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabeli %1$s muutmine õnnestus." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Päringu viga" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Veerud on edukalt liigutatud." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Lisa lemmikutesse" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lemmikute nimekiri on täis!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Kuvatakse loomise päringuid" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Seoste vaade" @@ -14434,18 +14580,6 @@ msgstr "Uut stabiilset versiooni saadaval ei ole" msgid "Wrong data" msgstr "Valed andmed" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Puuduvad kuvatavad andmed" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Puudub SQL päring andmete hankimiseks." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Graafiku loomiseks puuduvad tabelis numbritüüpi veerud." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14456,7 +14590,7 @@ msgstr "'%s' andmebaasi pole olemas." msgid "Table %s already exists!" msgstr "%s tabel on juba olemas!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Vaata tabeli tõmmist (skeemi)" @@ -14464,27 +14598,19 @@ msgstr "Vaata tabeli tõmmist (skeemi)" msgid "Invalid table name" msgstr "Vigane tabeli nimi" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Sisemised seosete värskendamine oli edukas." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Kuva veergu uuendati edukalt." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Rida: %1$s, veerg: %2$s, viga: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Nimi '%s' on MySQLi reserveeritud võtmesõna." msgstr[1] "Nimed '%s' on MySQLi reserveeritud võtmesõnad." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Veergu ei ole valitud." @@ -14665,7 +14791,7 @@ msgid "subquery" msgstr "alampäring" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Loo seos" @@ -14729,13 +14855,13 @@ msgstr "Uus leht" msgid "Delete pages" msgstr "Kustuta lehed" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Lae uuesti" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Abi" @@ -14979,35 +15105,35 @@ msgstr "Diagrammi pealkiri" msgid "X-Axis:" msgstr "X-telg:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Seeria:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-telje nimi:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X väärtused" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-telje nimi:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Jadade nimed on veerus" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Jadade veerg:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Väärtuste veerg:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Salvesta graafik pildina" @@ -16392,6 +16518,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert väärtuseks on määratud 0" +#~ msgid "Add user" +#~ msgstr "Lisa kasutaja" + +#~ msgid "Export Method:" +#~ msgstr "Eksportimise meetod:" + #~ msgid "No data found for GIS visualization." #~ msgstr "GIS visualiseerimiseks andmeid ei leitud." @@ -16615,11 +16747,6 @@ msgstr "concurrent_insert väärtuseks on määratud 0" #~ msgid "pdf export page" #~ msgstr "Vale ekspordi tüüp" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Vale ekspordi tüüp" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/eu.po b/po/eu.po index a5561897b5..7eb2973880 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-31 14:23+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Basque Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy msgid "Query cache efficiency" msgstr "Kontsulta katxe eragikortasuna" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy msgid "Query cache usage" msgstr "Kontsulta katxe erabilpena" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy msgid "Query cache used" msgstr "Kontsulta katxe erabilia" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Sistema PUZ erabilera" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistemaren memoria" -#: js/messages.php:147 +#: js/messages.php:153 #, fuzzy msgid "System swap" msgstr "Sistemaren swap-a" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Bataz besteko karga" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memoria guztira" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memoria katxea" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memoria bufferrean" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memoria librea" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memoria erabilia" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Swap osoa" -#: js/messages.php:157 +#: js/messages.php:163 #, fuzzy msgid "Cached Swap" msgstr "Swap katxea" -#: js/messages.php:158 +#: js/messages.php:164 #, fuzzy msgid "Used Swap" msgstr "Swap erabilia" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Jasota" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Konexioak" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prozesuak" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Byte" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1424,32 +1445,32 @@ msgid "%d table(s)" msgstr "%s taula" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Eragiketak" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafikoa" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1461,47 +1482,47 @@ msgstr "" msgid "None" msgstr "Batez" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1509,154 +1530,154 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Bidali" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Gaituta" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Ezgaituta" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Kontsulta exekutatzeko denbora %01.4f seg" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Fitxategiak inportatu" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Lokal" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Datu-baserik ez" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Datu-baserik ez" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Aztertu" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL-a azaldu" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1666,101 +1687,101 @@ msgstr "SQL-a azaldu" msgid "Time" msgstr "Denbora" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Gutira" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "SQL emaitza" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Taula" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Karaktere-jokoa" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Taularen hobespenak" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Errenkada kopurua orriko" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Gutira" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Lokal" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy msgid "Reload page" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1768,67 +1789,67 @@ msgstr "" msgid "Import" msgstr "Esportatu" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Import monitor configuration" msgstr "Konfiguratutako monitore lokal bateraezina" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Kontsulta eguneratu" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentazioa" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentazioa" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1839,64 +1860,64 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Lokal" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Prozesuak" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ez dago datu-baserik aukeratuta." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1905,74 +1926,74 @@ msgstr "" msgid "OK" msgstr "Zuzena" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy msgid "Renaming Databases" msgstr "Taula berrizendatu izen honetara: " -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy msgid "Copying Database" msgstr "Datu-baserik ez" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Karaktere-jokoa" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Akatsa goiburuak bilatzerakoan" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Bilatu" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL kontsulta" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL kontsulta" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Arakatu" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s ezabatzen" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1982,63 +2003,63 @@ msgstr "" msgid "Export" msgstr "Esportatu" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET editorea" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s zutaberako balioak" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Zutabe berrirako balioak" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Sartu balioak banatutako eremuetan" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Erabiltzaile berria gehitu" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL kontsulta" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL kontsulta" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Editatu" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2046,96 +2067,96 @@ msgstr "Editatu" msgid "Delete" msgstr "Ezabatu" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Aldagaia" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No databases selected." msgid "Column selector" msgstr "Ez dago datu-baserik aukeratuta." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Datu-basean bilatu" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Memoria librea" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atributuak" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Lehen mailako gakoa gehitu zaio %s-(r)i." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Jarraipen informea" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2143,89 +2164,89 @@ msgstr "" msgid "End of step" msgstr "Taularen amaieran" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Batez" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Ez dago datu-baserik aukeratuta." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Pribilegioak gehitu taula honetan" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Ez dago datu-baserik aukeratuta." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2234,187 +2255,187 @@ msgstr "Ez dago datu-baserik aukeratuta." msgid "Save" msgstr "Gorde" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL kontsulta" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL kontsulta" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Bilatu" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Zutabe izenak" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Zutabe izenak" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL kontsulta" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL kontsulta" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "Edukinen taula" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ezikusi" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Puntu" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Lerro kateak" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Barne eraztuna" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Kanpo eraztuna" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Aukeratu erakutsi beharreko eremua" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Orri zenbakia:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Taulak hautatu" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Taulak hautatu" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2422,273 +2443,273 @@ msgstr "Taulak hautatu" msgid "Open page" msgstr "Erabilpena" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Taulak hautatu" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Aukeratu editatzeko orria mesedez" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Aldatu edo esportatu erlazio-eskema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Aldaketak gorde dira" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "\"%s\" zutaberako balioa" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Bidali" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Zutabe izenak" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Dena erakutsi" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "Lerro kateak" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Deuseztatua" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Fitxategiak inportatu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Taulak hautatu" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Datu-baserik ez" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Zutabe izenak" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Pasahitza aldatu" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 #, fuzzy msgid "Generate" msgstr "Egilea:" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Pasahitza aldatu" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Astel" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Dena erakutsi" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Indizeak" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Sareta erakutsi" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Datu-basea esportatzeko aukerak" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Datu-basea esportatzeko aukerak" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Taulak" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Ikusipegia" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Prozesuak" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Bidalita" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funtzioak" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2696,135 +2717,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Datu-baserik ez" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Zerbitzariaren bertsioa" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Zerbitzariaren hautaketa" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Taulak erakutsi" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ezikusi" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Kontsulta hau hemen berriz erakutsi" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Benetan nahi al duzu \"%s\" exekutatzea?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL kontsulta" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Taularen iruzkinak" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL kontsulta" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Aurrekoa" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2832,96 +2853,96 @@ msgid "Next" msgstr "Hurrengoa" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gutira" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarioa " -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Api" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Eka" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Uzt" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Abu" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Urr" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Urt" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Ots" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Api" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2929,78 +2950,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Eka" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Uzt" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Abu" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Ira" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Urr" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Aza" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Abe" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Iga" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Astel" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Astea" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Osti" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3008,202 +3029,202 @@ msgid "Sun" msgstr "Iga" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Astel" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Astea" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Astez" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Oste" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Osti" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Lar" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Iga" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Astel" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Astea" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Astez" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Oste" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Osti" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lar" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Batez" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lanean" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "segunduko" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Testu-eremua erabili" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please select a database" msgid "Please enter a valid date" msgstr "Datu-base bat hautatu mesedez" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please enter a valid date or time" msgstr "Aukeratu editatzeko orria mesedez" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Errorea" @@ -3271,16 +3292,16 @@ msgstr "orduko" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3301,7 +3322,7 @@ msgid "Requery" msgstr "kontsultan" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3310,7 +3331,7 @@ msgstr "kontsultan" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3397,7 +3418,7 @@ msgid "History" msgstr "SQL-historia" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3420,7 +3441,7 @@ msgstr "SQL-historia" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3518,7 +3539,7 @@ msgid "Count:" msgstr "Zutabea" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3583,10 +3604,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Kopiatutako taulara aldatu" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3594,10 +3615,10 @@ msgstr "Kopiatutako taulara aldatu" msgid "Ascending" msgstr "Goranzko" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3835,30 +3856,30 @@ msgstr "Desautatu dena" msgid "Inside column:" msgstr "Zutabearen barnean:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Eremuak" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Datu-basean bilatu" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3866,7 +3887,7 @@ msgctxt "First page" msgid "Begin" msgstr "Hasi" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3875,7 +3896,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Aurrekoa" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3884,7 +3905,7 @@ msgctxt "Next page" msgid "Next" msgstr "Hurrengoa" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3892,96 +3913,97 @@ msgctxt "Last page" msgid "End" msgstr "Amaiera" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Guztiak" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Errenkada kopurua orriko" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Gakoaren arabera ordenatu" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Testu partzialak" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Testu osoak" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Erlazio-eskema" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Erlazio-eskema" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Nabigatzailearen eraldaketa" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Errenkada ezabatua izan da" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Hil" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Zure SQL-kontsula arrakastaz burutu da" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3990,39 +4012,39 @@ msgstr "" "Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation" "%s erreferentzia egin." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Errenkadak erakusten" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "guztira" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Kontsulta exekutatzeko denbora %01.4f seg" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Ikurdunak:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4031,26 +4053,26 @@ msgstr "Ikurdunak:" msgid "Check All" msgstr "Guztiak egiaztatu" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Inprimatzeko ikuspegia" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF eskema erakutsi" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4177,7 +4199,7 @@ msgstr "Kardinalitatea" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4187,7 +4209,7 @@ msgid "Collation" msgstr "Ordenamendua" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4203,7 +4225,7 @@ msgid "Index %s has been dropped." msgstr "%s indizea ezabatu da." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4219,7 +4241,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Zerbitzaria" @@ -4236,7 +4258,7 @@ msgstr "Ikusipegia" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4267,7 +4289,7 @@ msgstr "Txertatu" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Pribilegioak" @@ -4332,17 +4354,17 @@ msgid "Central columns" msgstr "Gehitu/ezabatu irizpide-zutabea" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Datu-baseak" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Erabiltzailea" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4425,7 +4447,7 @@ msgid "Could not save favorite table!" msgstr "Dokumentazioa" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy msgid "Remove from Favorites" msgstr "Taula berrizendatu izen honetara: " @@ -4452,7 +4474,7 @@ msgid "Recent" msgstr "Reset egin" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5043,16 +5065,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL-ek zera dio: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL-a azaldu" @@ -5069,7 +5091,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP Koderik gabe" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP kodea sortu" @@ -5163,6 +5185,12 @@ msgstr "Azken eguneraketa" msgid "Last check" msgstr "Azken egiaztapena" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Erabiltzailea" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5261,8 +5289,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5270,7 +5298,7 @@ msgstr "Izena" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Luzera/Balioak*" @@ -5580,7 +5608,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5591,37 +5619,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Aldagaia" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5636,7 +5664,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6046,7 +6074,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6056,7 +6084,7 @@ msgstr "Sententziak" msgid "Save as file" msgstr "Bidali" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Fitxategiaren karaktereen kodeketa:" @@ -6073,8 +6101,8 @@ msgstr "Trinkotzea" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6086,16 +6114,16 @@ msgstr "Trinkotzea" msgid "Put columns names in the first row" msgstr "Eremuen izenak lehenengo errenkadan jarri" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Eremuak honekin mugatuta:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6105,8 +6133,8 @@ msgstr "Eremuak escaped by:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6116,15 +6144,15 @@ msgstr "NULL ordezkatu honen ordez:" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Honetan bukatutako lerroak: " -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6153,8 +6181,8 @@ msgid "Table name template" msgstr "Txantiloi-fitxategiaren izena" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6185,14 +6213,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-mota" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Erlazioak" @@ -6202,620 +6230,626 @@ msgstr "Erlazioak" msgid "Export method" msgstr "Esportazio mota" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Gainean idatzi aurretik badiren fitxategiak" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontal (goiburukoak biratuta)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Txantiloi-fitxategiaren izena" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Gehitu AUTO_INCREMENT balioa" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "\"Backquotes\" erabili taula eta eremuen izenekin " -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Sortu/Eguneratu/Egiaztatu datak" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Taula berri bat sortu %s datu-basean" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s gehitu" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 #, fuzzy msgid "Use ignore inserts" msgstr "Use delayed inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Esportazio mota" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Esportazio mota" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "Murrizketak gehitu" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV datuak" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy msgid "General" msgstr "Egilea:" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Fitxategiak inportatu" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "Zerbitzaria" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Indexes" msgid "Main panel" msgstr "Indizeak" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Orri zenbakia:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentazioa" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentazioa" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Egoera" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Datu-baseak" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Datu-baseak" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Taula" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Erlazio-eskema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Paperaren tamaina" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Testu-eremua erabili" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Eremuen izenak lehenengo errenkadan jarri" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Gehitu AUTO_INCREMENT balioa" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6823,1187 +6857,1199 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy msgid "Maximum items on first level" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Baliabideen mugak" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Taularen epigrafea" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Taulak erakutsi" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Konexio azken freskatzetik" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Erakutsi prozesuak" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Taula aztertu" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Taularen \"Order By\" aldatu" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Taularen epigrafea" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Taula berrizendatu izen honetara: " -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Lehen mailako gakoa gehitu zaio %s-(r)i." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Erlazio-eskema" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Saioaren balioa" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentazioa" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Ezinezkoa MySql zerbitzarian saioa hastea" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Konexioak" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Edozein ostalari" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Edozein ostalari" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Datu-baserik ez" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Taula berri bat sortu %s datu-basean" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Pasahitza ez aldatu" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Datu-basea" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Taula aztertu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Aldagaiak" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Taula konpondu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Zutabearen iruzkinak erakusten" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Sententziak" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "Zerbitzariaren bertsioa" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Taulak erabili" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Host taula erabili" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Taularen iruzkinak" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP informazioa erakutsi" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Taulak erakutsi" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Kontsulta osoak erakutsi" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Errenkadaren estatistikak" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Lehenetsia" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8011,52 +8057,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8064,85 +8110,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Erabiltzaile-izena:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Pasahitza" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Enable Zero Configuration mode" @@ -8168,51 +8214,83 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentazioa" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel datuentzako CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Dokumentazioa" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Datu-baserik ez" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "%s haria arrakastaz ezabatu da." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Barne-erlazioak" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8227,12 +8305,12 @@ msgstr "" msgid "No change" msgstr "Aldaketarik ez" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8288,6 +8366,7 @@ msgid "Create database" msgstr "Datu-base berri bat sortu" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Sortu" @@ -8303,7 +8382,7 @@ msgid "No Privileges" msgstr "Pribilegiorik gabe" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Orri berri bat sortu" @@ -8318,120 +8397,161 @@ msgstr "Errenkada kopurua orriko" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Momentuko harian taulak blokeatzea baimentzen du." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Taula berri bat sortu %s datu-basean" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Taula berri bat sortu %s datu-basean" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Esportazio mota" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Txantiloi-fitxategiaren izena" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Erabiltzaile-izena" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Txantiloi-fitxategiaren izena" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s taula(k)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Eguneratua" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Taulak hautatu" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Esportazio mota" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Datu-baseak" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Taulak" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Formatoa" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Eraldaketen hobespenak" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Errenkadak" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Zerbitzariren %s direktorioan gorde" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Txantiloi-fitxategiaren izena" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8439,96 +8559,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Fitxategiaren karaktereen kodeketa:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Trinkotzea" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipatuta\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzip-ez trinkotuta\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Bidali" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Taula berri bat sortu %s datu-basean" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontal (goiburukoak biratuta)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Bidali" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Taulak hautatu" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Taulak hautatu" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "Datu-basea" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Taularik ez" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Zutabe izenak" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9028,7 +9148,7 @@ msgid "Dump has been saved to file %s." msgstr "Iraulketa %s fitxategian gorde da." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada)." @@ -9105,7 +9225,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funtzioak" @@ -9185,7 +9305,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9656,7 +9776,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9951,240 +10071,251 @@ msgstr "" msgid "Rename database to" msgstr "Datu-basea berrizendatu izen honetara" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Ez daukazu baimen nahikorik hemen orain egoteko!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Editatu Pribilegioak" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s datu-basea ezabatua izan da." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Datu-basea kendu" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Datu-basea ezabatu (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Egitura soilik" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Egitura eta datuak" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Datuak soilik" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Datu-basea kopiatu" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "DATU-BASEA SORTU kopiatu aurretik" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Murrizketak gehitu" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Kopiatutako datu-basea hautatu" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Taularen \"Order By\" aldatu" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(soilik)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Taula hona mugitu (datu-basea.taula):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Taula berrizendatu izen honetara" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Taularen iruzkinak" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Taularen hobespenak" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Taula hona kopiatu: (datu-base.taula):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Kopiatutako taulara aldatu" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Taularen mantenua" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Taula aztertu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Taula egiaztatu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Taula egiaztatu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "%s taularen cachea hustu egin da." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Taularen cachea hustu (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Taula optimizatu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Taula konpondu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Taula honen datuak irauli" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Datu-baserik ez" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Aztertu" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Txekiera" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Taula konpondu" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Itxi" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Taularen mantenua" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Erreferentzien integritatea egiaztatu:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Ezin taula berberara mugitu!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Ezinezkoa da taula berberera kopiatzea!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s taula hona mugitu da: %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s taula hona kopiatua izan da: %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s taula hona mugitu da: %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s taula hona kopiatua izan da: %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Taularen izena hutsik dago!" @@ -10395,7 +10526,7 @@ msgstr "Bidalita" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11435,54 +11566,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Taula berrizendatu izen honetara: " -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Esportatze mota baliogabea" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Deskribapenik ez" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11664,6 +11801,7 @@ msgstr "Erabiltzaile-izena" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Erabiltzaile-izena" @@ -11831,10 +11969,10 @@ msgid "Master server changed successfully to %s." msgstr "Pribilegioak arrakastaz berkargatu dira." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11856,7 +11994,7 @@ msgstr "%s taula ezabatu egin da" msgid "Event %1$s has been created." msgstr "%s taula ezabatu egin da" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11866,7 +12004,8 @@ msgstr "" msgid "Edit event" msgstr "Bidalita" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11882,7 +12021,7 @@ msgid "Event type" msgstr "Esportazio mota" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11918,13 +12057,13 @@ msgid "On completion preserve" msgstr "\"Insert\"ak osatu" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11950,9 +12089,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11989,138 +12128,144 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "%s taula ezabatu egin da" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "%s taula ezabatu egin da" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "%s taula ezabatu egin da" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Zutabe izenak" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Sortzea" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy msgid "Remove last parameter" msgstr "Taula berrizendatu izen honetara: " -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Luzera/Balioak*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Taularen hobespenak" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Kontsulta mota" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12720,13 +12865,17 @@ msgid "You have revoked the privileges for %s." msgstr "Zuk %s-(r)en pribilegioak ezeztatu dituzu." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Gehitu erabiltzailea" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "Datu-basea esportatzeko aukerak" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12753,9 +12902,7 @@ msgid "User has been added." msgstr "%s eremua ezabatu da" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12838,11 +12985,15 @@ msgstr "" "pribilegioak." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Erabiltzaile berri bat sortu pribilegio berdinekin eta …" #: libraries/server_privileges.lib.php:3036 @@ -12866,7 +13017,9 @@ msgid "Add privileges on the following table:" msgstr "Pribilegioak gehitu taula honetan" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Hautatutako erabiltzaileak baztertu" #: libraries/server_privileges.lib.php:3376 @@ -12902,45 +13055,51 @@ msgstr "%s-aren pribilegioak eguneratu dituzu." msgid "Deleting %s" msgstr "%s ezabatzen" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Pribilegioak arrakastaz berkargatu dira." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s erabiltzailea badago lehendik ere!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Pribilegioak" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Editatu Pribilegioak" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Erabiltzailea" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Erabiltzailearen info orokorra" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12954,11 +13113,11 @@ msgstr "" "daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s " "beharko zenituzke." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Erabiltzaile berria gehitu duzu." @@ -14181,7 +14340,7 @@ msgstr "Indentifikatzaile okerra" msgid "Unknown Punctuation String" msgstr "Puntuazio ikurra ezezaguna" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s taula hustu egin da." @@ -14194,14 +14353,14 @@ msgstr "Jarraipena aktibatuta dago." msgid "Tracking is not active." msgstr "Jarraipena ez dago aktibatuta." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "%s Ikuspegia ezabatua izan da" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14440,44 +14599,39 @@ msgstr "Erabilitako lekua" msgid "Effective" msgstr "Eraginkorra" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Kontsulta mota" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Erabiltzaile berria gehitu" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Kontsulta osoak erakutsi" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14947,20 +15101,6 @@ msgstr "" msgid "Wrong data" msgstr "Datu-baserik ez" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Datu-baserik ez" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14971,7 +15111,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "%s erabiltzailea badago lehendik ere!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Ikusi taularen iraulketa (eskema)" @@ -14979,30 +15119,19 @@ msgstr "Ikusi taularen iraulketa (eskema)" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Barne-erlazioak" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "%s haria arrakastaz ezabatu da." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No databases selected." msgid "No column selected." @@ -15227,7 +15356,7 @@ msgid "subquery" msgstr "kontsultan" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15311,13 +15440,13 @@ msgstr "Erabiltzaile-izena" msgid "Delete pages" msgstr "Taulak hautatu" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15610,42 +15739,42 @@ msgstr "Fitxategiak inportatu" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL kontsulta" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "balioa" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Zutabearen barnean:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s zutaberako balioak" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16906,6 +17035,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "Gehitu erabiltzailea" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Esportazio mota" + #~ msgid "Print view (with full texts)" #~ msgstr "Inprimatzeko ikuspena (testu osoak)" @@ -17106,11 +17243,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Esportatze mota baliogabea" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Esportatze mota baliogabea" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" @@ -17176,10 +17308,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Aldatu edo esportatu erlazio-eskema" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "%s taula ezabatu egin da" - #, fuzzy #~| msgid "Usage" #~ msgid "Page:" diff --git a/po/fa.po b/po/fa.po index d7967e513e..01badc889c 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-12-18 09:39+0200\n" "Last-Translator: HM \n" "Language-Team: Persian تنظیمات تنظیمات خود را به حالت اولیه برگردانید." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "میزان کارایی کش کوئری" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "فضاي استفاده‌شده" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "فضاي استفاده‌شده" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "میزان استفاده از CPU سیستم" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "حافظه سیستم" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "swap سیستم" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "بار میانگین" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "کل حافظه" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "حافظه کش" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "حافظه بافر" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "حافظه آزاد" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "حافظه استفاده شده" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap کل" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap کش شده" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap استفاده شده" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap آزاد" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "میزان بایت ارسالی" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "میزان بایت دریافتی" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "اتصالات" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "پروسه ها" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "بايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "كيلوبايت" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "مگا بايت" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "گيگا بايت" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ترابايت" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "پتا بايت" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "اگزا بايت" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d جدول" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "سوالات" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "ترافیک" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "تنظیم" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "اضافه کردن نمودار به جدول" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "لطفا حداقل یک مقدار به این سری اضافه نمایید" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1450,47 +1472,47 @@ msgstr "لطفا حداقل یک مقدار به این سری اضافه نما msgid "None" msgstr "هیچ یک" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "به حالت قبل برگرداندن مانیتور" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "توقف مانیتور" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log و slow_query_log فعال شدند." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log فعال شد." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log فعال است." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log و general_log are غیر فعال می باشند." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output به جدول تنظیم نشده است." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output به جدول تنظیم شده است." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1501,43 +1523,43 @@ msgstr "" "ثانیه طول کشیده باشند. بهتر است این مقدار را بین 0-2 بسته به سیستم خود قرار " "دهید." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time روی %d ثانیه تنظیم شده است." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "بعد از ری استارت سرور این تنظیمات به حالت پیش فرض برمیگردد:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "ذخيره به صورت پرونده %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "فعال سازی %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "غیر فعال سازی %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "long_query_time را به %ds تنظیم نمایید" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1545,57 +1567,57 @@ msgstr "" "شما این مقادیر را نمی توانید تغییر دهید. لطفا به عنوان root وارد شوید و یا " "با مدیر پایگاه داده تماس بگیرید." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "تغيير تنظیمات" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "تنظیمات فعلی" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "عنوان نمودار" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "تفاوت" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "تقسیم بر %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "واحد" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "از slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "از لاگ عمومی" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "آنالیز لاگ ها" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "در حال آنالیز و بارگیری لاگ. ممکن است مدتی زمان بگیرد." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "لغو کردن" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1605,7 +1627,7 @@ msgstr "" "کوئری SQL به عنوان ضابطه استفاده شده است، بنابراین بقیه مشخصات کوئری ها " "مانند زمان شروع ممکن است متفاوت باشند." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1614,31 +1636,31 @@ msgstr "" "چون دسته بندی کوئری Insert انتخاب شده است ، کوئری Insert در همان جدول نیز " "دسته بندی می شود بدون در نظر گرفتن داده های ورودی." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "لاگ داده ها بارگیری شد. کوئری هایی که در این دوره اجرا شده اند:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "پرش به جدول لاگ ها" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "اطلاعاتی یافت نشد" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "لاگ ها آنالیز شد، اما چیزی در این بازه زمانی یافت نشد." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "در حال آنالیز…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "شرح دادن خروجی" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1648,58 +1670,58 @@ msgstr "شرح دادن خروجی" msgid "Time" msgstr "زمان" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "زمان کل:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "دسته بندی نتایج" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "جدول" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "نمودار" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "آمار پايگاههاي داده" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "فیلتر" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "فیلتر کوئری ها به وسیله لغت/عبارت باقاعده:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "دسته کوئری ها،در نظر نگرفتن قسمت Where" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "تعداد سطرها در هر صفحه:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "مجموع:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "بارگیری لاگ ها" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "مانیتور رفرش ریت" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1708,92 +1730,92 @@ msgstr "" "هنگامی که اطلاعات جدید نمودار ارسال شد ، سرور جواب غلطی داد. این بیشتر به " "دلیل پایان زمان سشن شما می باشد.صفحه را رفرش کنید و دوباره وارد شوید." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "باز کردن مجدد صفحه" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "سطر تحت تاثیر قرار گرفته:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "تجزیه ی فایل های پیکربندی شده ناموفق بود .این کد معتبر برای JSON به نظر " "نمیرسد." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "ایجاد خطا در تقسیم بندی نمودار(چارت گرید) به واسطه تنظیمات غلط.باز گرداندن " "به تنظیمات پیش فرض …" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "صدور" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "وارد کردن تنظیمات مانیتور" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "لطفا فایلی را که میخواهید وارد کنید را انتخاب کنید" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "آنالیز پرسجو" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "سیستم مشاور" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "امکان وجود مشکلات اجرایی" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "موضوع" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "پیشنهادات" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "جزئیات قانون" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "توجیهات" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "متغیر استفاده شده / فورمول" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "امتحان کردن" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1804,61 +1826,61 @@ msgstr "" msgid "Cancel" msgstr "لغو کردن" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "تغيير تنظیمات" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "در حال بارگیری…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "پردازش درخواست" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "خطا در پردازش درخواست" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "حذف ستون" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "اضافه کردن کلید اولیه" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1867,65 +1889,65 @@ msgstr "اضافه کردن کلید اولیه" msgid "OK" msgstr "تاييد" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "برای حذف کردن این اطلاعات کلیک کن" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "بازناميدن پایگاه داده" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "کپی کردن پایگاه داده" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "تغییر نویسهگان" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Select Foreign Key" msgid "Enable foreign key checks" msgstr "انتخاب کلید خارجی" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "دریافت سرصفحه ها مقدور نمی باشد" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "جستجو" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "مخفی کردن نتایج جستجو" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "نمایش نتایج" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "مشاهده" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "پاک کردن" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "تعریف یک تابع ذخیره شده باید شامل یک دستور بازگشت باشد!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1935,63 +1957,63 @@ msgstr "تعریف یک تابع ذخیره شده باید شامل یک دست msgid "Export" msgstr "صدور" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ویرایشگر ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "تعداد ستون ها %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "مقادیر ستون جدید" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "هر کدام از مقادیر را در یک فیلد وارد کنید" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "اضافه کردن مقدار %d" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "توجه داشته باشید:اگر این فایل شامل جداول چند گانه میباشد,انها به یکی تبدیل " "خواهند شد." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "مخفی کردن جعبه پرس و جو" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "نمایش جعبه پرس و جو" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "ويرايش" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1999,96 +2021,96 @@ msgstr "ويرايش" msgid "Delete" msgstr "حذف" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d شماره ردیف معتبر نمی باشد." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "متغییر" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "هیچ سطری انتخاب نشده است" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "جستجو در پايگاه‌ داده" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "حافظه آزاد" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "همکاری" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "يك كليد اصلي در %s اضافه شد" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "گزارشات دنبال شده" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2096,87 +2118,87 @@ msgstr "" msgid "End of step" msgstr "در انتهاي جدول" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "انجام شد" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Create table on database %s" msgid "Create the following table" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "هیچ پایگاه داده ای انتخاب نشده است." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2185,162 +2207,162 @@ msgstr "هیچ پایگاه داده ای انتخاب نشده است." msgid "Save" msgstr "ذخيره" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "پنهان سازی ضوابط جستجو" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "نمایش معیارهای جستجو" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "جستجو" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "نام ستونها" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "نام ستونها" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "پنهان سازی ضوابط جستجو" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "نمایش معیارهای جستجو" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "هر نقطه نشان دهنده یک سطر داده ها." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "برچسب ن برفزار یک نقطه نشان داده خواهد شد." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "برای بزرگنمایی,یک بخش را با موس انتخاب نمایید." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "با کیک بر روی داده ها ان ها را بینید و احتمالا ردیف داده ها راویرایش کنید." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "تغییر اندازه طرح با کشیدن آن در امتداد گوشه پایین سمت راس میتواند انجام " "گیرد." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "انتخاب دو ستون" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "انتخاب دو ستون متفاوت" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "محتوای داده ها" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "در نظر نگرفتن" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "کپی" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "درجه" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "رشته خطی" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "چند گوشه" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "هندسه" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "حلقه داخلی" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "حلقه خارجی" -#: js/messages.php:438 +#: js/messages.php:444 #, fuzzy #| msgid "Do you want to import remaining settings?" msgid "Do you want to copy encryption key?" msgstr "آیا میخواهید تنظیمات باقی مانده را وارد کنید؟" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "انتخاب کلید اشاره" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "انتخاب کلید خارجی" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "لطفا کلید اولیه و یا یک کلید منحصر به فرد را انتخاب کنید" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "ستون را براي نمايش انتخاب نماييد" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2348,98 +2370,98 @@ msgstr "" "تغییر در طرح شما ذخیره نشده است. آنها از دست خواهد رفت اگر شما آنها را ذخیره " "نکنید. ایا شما میخواهید ادامه دهید؟" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "شماره صفحه:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Select Tables" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Select Tables" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "صفحه های ازاد" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Select Tables" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "واحد" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "لطفا يك صفحه را براي ويرايش انتخاب نماييد" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "ویرایش یا صدور نمای رابطه ای" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "اصلاحات ذخيره گرديد" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "اضافه کردن تنظیمات برای ستون " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "ارسال" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "دکمه ی escape را برای صرفنظر کردن از ویرایش" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2447,49 +2469,49 @@ msgstr "" "شما مقداری داده ویرایش کردید و ان ها ذخیره نشده اند.ایا شما برای ترک این " "صفحه بدون ذخیره کردن داده ها اطمینان دارید؟" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "برای دوباره مرتب کردن drag کنید" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "برای علامتگذاری / برداشتن علامت اینجا را کلبک کن" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "نام ستونها" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "با کلیک بر روی منوی کشویی
فلش به ضامن دید ستون" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "نمايش همه" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2497,53 +2519,53 @@ msgstr "" "این جدول هیچ مقدار کلیدی ندارد. امکانات ویرایش جدولی، چک باکس ها ، ویرایش ، " "کپی و حذف ممکن است کار نکنند." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "موقعیت اصلی" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "لغو کردن" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import files" msgid "Import status" msgstr "وارد کردن فایل ها" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Select Tables" -#: js/messages.php:503 +#: js/messages.php:509 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." @@ -2551,7 +2573,7 @@ msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "شما همچنین می توانید بیشتر ستون ها را
با کلیک روی آنها ویرایش کنید." -#: js/messages.php:506 +#: js/messages.php:512 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." @@ -2559,112 +2581,112 @@ msgid "You can also edit most values
by clicking directly on them." msgstr "" "شما همچنین می توانید بیشتر ستون ها را
با کلیک روی آنها ویرایش کنید." -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "به لینک بروید" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "نام ستونها" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "تغيير اسم رمز" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "توليد‌ کن" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "تغيير اسم رمز" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "بیشتر" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "نمايش همه" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "مخفی کردن فهرست ها" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show hint" msgid "Show hidden navigation tree items." msgstr "Show grid" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize text input fields" msgid "Link with main panel" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize text input fields" msgid "Unlink from main panel" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "جدولها" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "نمایش" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "پروسه ها" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Events" msgid "events" msgstr "رویدادها" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "تابع" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2674,134 +2696,134 @@ msgstr "" "نسخه %s و در %s بیرون آمده است." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "نسخه قبلی:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "به روز" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "نسخه سرور" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "پورت سرور" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "تغيير تنظیمات" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "نمايش جدولها" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "در نظر نگرفتن" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "نمايش دوباره اين پرس و جو در اينجا" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "آيا مطمئن هستيد " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "توضيحات جدول" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "مخفی کردن نتایج جستجو" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "قبل" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2809,353 +2831,353 @@ msgid "Next" msgstr "بعد" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "امروز" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "ژانویه" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "فوریه" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "مارس" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "آوريل" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "مي" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "ژوئن" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "جولاي" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "آگوست" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "سپتامبر" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "اكتبر" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "نوامبر" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "دسامبر" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ژانويه" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "فوريه" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "آوريل" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "مي" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ژوئن" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "جولاي" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "آگوست" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "سپتامبر" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "اكتبر" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "نوامبر" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "دسامبر" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "يكشنبه" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "دوشنبه" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "سه‌شنبه" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "چهارشنبه" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "پنجشنبه" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "جمعه" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "شنبه" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "يكشنبه" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "دوشنبه" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "سه‌شنبه" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "چهارشنبه" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "پنج‌شنبه" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "جمعه" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "شنبه" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "يكشنبه" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "دوشنبه" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "سه‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "چهارشنبه" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "پنج‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "جمعه" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "شنبه" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "هفته" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "تقویم-ماه-سال" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "هیچ" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "ساعت" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "دقیقه" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "ثانیه" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Text fields" msgid "Please fix this field" msgstr "فیلد های متنی" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "شماره پورت معتبر نیست" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "خطا" @@ -3223,16 +3245,16 @@ msgstr "در ساعت" msgid "per day" msgstr "هر روز" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "فایل تنظیمات فعلی (%s) قابل خواندن نیست." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "تنظمیات دسترسی اشتباه در فایل تنظیمات ، نباید قابل نوشتن جهانی باشد!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "اندازه فونت" @@ -3253,7 +3275,7 @@ msgid "Requery" msgstr "کوئری داخلی" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3262,7 +3284,7 @@ msgstr "کوئری داخلی" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3354,7 +3376,7 @@ msgid "History" msgstr "معتبرسازي SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3377,7 +3399,7 @@ msgstr "معتبرسازي SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3475,7 +3497,7 @@ msgid "Count:" msgstr "ستون" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3542,10 +3564,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "تعویض به پایگاه داده ی کپی شده" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3553,10 +3575,10 @@ msgstr "تعویض به پایگاه داده ی کپی شده" msgid "Ascending" msgstr "صعودي" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3791,141 +3813,142 @@ msgstr "عدم انتخاب همه" msgid "Inside column:" msgstr "در ستونها:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "اضافه يا حذف ستونها" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "فیلتر" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "جستجو در پايگاه‌ داده" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "قبلی" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "بعدی" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "انتها" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "همه" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "تعداد سطرها در هر صفحه" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy msgid "Partial texts" msgstr "متغییر" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "كاملا متن" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy msgid "Hide browser transformation" msgstr "اطلاعات ورود" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "سطر حذف گرديد" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "از کار انداختن" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "اجرای فرایند شما با موفقيت اجرا گرديد" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3934,37 +3957,37 @@ msgstr "" "در این نما حداقل این تعداد از سطرها موجود می باشد . لطفا به %sنوشتار%s " "مراجعه کنید ." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "جمع كل" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "موارد انتخاب‌ شده :" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3973,26 +3996,26 @@ msgstr "موارد انتخاب‌ شده :" msgid "Check All" msgstr "انتخاب همه" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "نماي چاپ" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display chart" msgstr "نمايش توضيحات ستون" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4122,7 +4145,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4132,7 +4155,7 @@ msgid "Collation" msgstr "مقایسه" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "توضيحات" @@ -4147,7 +4170,7 @@ msgid "Index %s has been dropped." msgstr "فهرست %s حذف گرديد." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4163,7 +4186,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "سرور" @@ -4180,7 +4203,7 @@ msgstr "نمایه" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4211,7 +4234,7 @@ msgstr "درج" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "امتيازات" @@ -4276,17 +4299,17 @@ msgid "Central columns" msgstr "اضافه يا حذف ستونها" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "پايگاههاي داده" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "كاربر" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4368,7 +4391,7 @@ msgid "Could not save favorite table!" msgstr "جدول اخیر ذخیره نشد" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4397,7 +4420,7 @@ msgid "Recent" msgstr "پاک سازی" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Favorite tables" msgstr "متغییر" @@ -4992,16 +5015,16 @@ msgstr "حداکثر: %s %s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "پيغام MySQL : " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "شرح دادن SQL" @@ -5018,7 +5041,7 @@ msgstr "" msgid "Without PHP Code" msgstr "بدون كد PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "ساخت كد PHP" @@ -5115,6 +5138,12 @@ msgstr "آخرین به روز رسانی" msgid "Last check" msgstr "آخرین بازدید" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "كاربر" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5211,8 +5240,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5220,7 +5249,7 @@ msgstr "اسم" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "طول/مقادير*" @@ -5522,7 +5551,7 @@ msgid "Not a valid port number!" msgstr "شماره پورت معتبر نیست" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5536,37 +5565,37 @@ msgstr "مقدار ناصحیح" msgid "Value must be equal or lower than %s!" msgstr "مقدار باید کمتر مساوی %s باشد" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "داده برای %s وارد نشده است" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "در دسترس نیست" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" نیاز به پسوند %s دارد" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "وارد کردن داده کار نمی کند، تابع (%s) یافت نشد" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "وارد کردن داده کار نمی کند، تابع (%s) یافت نشد" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5581,7 +5610,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6000,7 +6029,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6010,7 +6039,7 @@ msgstr "شرج" msgid "Save as file" msgstr "ذخيره به صورت پرونده" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "مجموعه كاراكترهاي پرونده" @@ -6026,8 +6055,8 @@ msgstr "فشرده‌سازي" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6037,16 +6066,16 @@ msgstr "فشرده‌سازي" msgid "Put columns names in the first row" msgstr "قراردادن نام ستونها در اولين سطر" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "ستونهاي درميان‌گرفته با" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6056,8 +6085,8 @@ msgstr "ستونهاي جداشده با" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -6065,15 +6094,15 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "ستون های از بین رفته به وسیله" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6097,8 +6126,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6126,14 +6155,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "رابطه ها" @@ -6141,476 +6170,482 @@ msgstr "رابطه ها" msgid "Export method" msgstr "روش صدور" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export" +msgid "Export as separate files" +msgstr "صدور" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "مقدار افزایشی خودکار اضافه شود" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "قراردادن نام جدولها و ستونها بين علامت نقل‌قول" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "از ورودی با تاخیر استفاده نمایید" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "افزودن %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "از ورودی های درنظرگرفته نشده استفاده نمایید" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "نوع صدور" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "انتخاب کلید خارجی" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize text input fields" msgid "Customize default options." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "داده‌هاي CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize text input fields" msgid "Customize edit mode." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize text input fields" msgid "Customize default export options." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "عمومی" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "گزینه های نمایش پایگاه داده" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize text input fields" msgid "Customize appearance of the navigation panel." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Customize text input fields" msgid "Navigation tree" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize text input fields" msgid "Customize the navigation tree." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "سرور" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Databases display options" msgid "Servers display options." msgstr "گزینه های نمایش پایگاه داده" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Databases display options" msgid "Tables display options." msgstr "گزینه های نمایش پایگاه داده" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Hide indexes" msgid "Main panel" msgstr "مخفی کردن فهرست ها" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "عنوان صفحه" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "ورود" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication" msgid "Authentication settings." msgstr "ورود" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Server connection collation" msgid "Enter server connection parameters." msgstr "تلفیق اتصال سرور" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize text input fields" msgid "Customize navigation panel" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize text input fields" msgid "Customize main panel" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "پرس و جوي SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "جعبه پرس و جوي SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "تنظیمات پرس و جوي SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize text input fields" msgid "Customize startup page." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "پايگاههاي داده" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "پايگاههاي داده" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "جدول" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "نمايش الگوي PDF" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "فیلد های متنی" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "هشدارها" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "غیر فعال کردن برخی از هشدارهای نشان داده شده توسط phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6622,15 +6657,15 @@ msgstr "" "فعال کردن فشرده سازی [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] برای " "عملیات خروجی و ورودی" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "پارامترهای اضافی برای iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6642,36 +6677,36 @@ msgstr "" "اگر فعال باشد ,phpMyAdmin در صورتی که محاسبه ای با خطا مواجه شد به دیگر " "محاسبات ادامه خواهد داد" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "نادیده گرفتن اشتباهات بیانی متعدد" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "ورودی جزئی : اجازه توقف دادن" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "آیا درج خطا بینتیجه بوده" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6683,90 +6718,90 @@ msgstr "" "فرمت پیش فرض;اگاه باشید که این لیست وابسته به محل(پایگاه داده,جدول) و فقط " "همیشه sql مورد دسترسی میباشد" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "فرمت فایل های مهم" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "استفاده از کلید واژه های محلی" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "نام ستونها در اولين سطر" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "ردیف خالی وارد کنید" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "ارز واردات ($ 5.00 به 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "درصد واردات به عنوان رقم اعشار مناسب (12.00٪ به 0.12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "شماره نمایش داده شد از شروع به جست و خیز" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6774,948 +6809,960 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hint" msgid "Show databases navigation as tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Customize text input fields" msgid "Show logo in navigation panel." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Enable navigation tree expansion" msgstr "توضيحات جدول" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "نمايش جدولها" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hint" msgid "Whether to show tables under database in the navigation tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show hint" msgid "Show views in tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hint" msgid "Whether to show views under database in the navigation tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "اتصال ها در آخرین رفرش" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "نمايش فرايندها" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show hint" msgid "Show events in tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hint" msgid "Whether to show events under database in the navigation tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "جدول های استفاده شده اخیر" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "نوبت خنثی" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy msgid "Table navigation bar" msgstr "توضيحات جدول" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "اجازه دهید همه ردیف ها نمایش داده شوند" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "هنگام مرور جدول ها,نوع هر جدول به یاد می ماند" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "به یاد ماندن نوع جدول" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "يك كليد اصلي در %s اضافه شد" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "تکرار عنوان ها" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "رابطه ها" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Databases display options" msgid "For display Options" msgstr "گزینه های نمایش پایگاه داده" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "ذخیره سریع تمام سلول های ویرایش شده" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "ذخیره ی پوشه" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "در صورت استفاده نکردن خالی بگذارید" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank for defaults." msgstr "در صورت استفاده نکردن خالی بگذارید" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication" msgid "Authentication method to use." msgstr "ورود" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "ورود به MySQL server ناموفق بود" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "کنترل هاست" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "کنترل هاست" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "مخفی کردن پایگاه داده ها" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "جدول تاریخ دستورات اس کیو ال" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "نام میزبان سرور" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "خروج URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "ساخت جدول جديد در پايگاه داده %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "اضافه يا حذف ستونها" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "سعی کردن برای اتصال بدون رمز عبور" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "اتصال بدون رمز عبور" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "نام پايگاه داده" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "پورت سرور" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "جدول هایی که به تازگی استفاده شده" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy msgid "Favorites table" msgstr "متغییر" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "ارتباط جدول" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "نمایش جدول ستون ها" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "جملاتی که باید ردگیری شوند" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "به صورت خودکار نسخه ایجاد شود" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "بكارگيري جدولها" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7723,208 +7770,208 @@ msgstr "" "توضیحات کاربر پسند از این سرور . این فیلد را خالی بگذارید تا نام میزبان به " "جای آن قرار بگیرد ." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "اجازه دهید همه ردیف ها نمایش داده شوند" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "توضيحات جدول" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "نمايش اطلاعات PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "نمايش جدولها" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "پرس و جوي SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "آمار سطرها" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "اضافه يا حذف ستونها" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "پيش‌فرض" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7932,52 +7979,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7985,34 +8032,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "نام كاربر" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "اسم رمز" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8024,53 +8071,53 @@ msgstr "" "فعال کردن فشرده سازی [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] برای " "عملیات خروجی و ورودی" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "پورت سرور" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Failed to read configuration file" msgid "Enable Zero Configuration mode" @@ -8098,51 +8145,82 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "مستندات باز" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "آمار پايگاههاي داده" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV براي داده‌هاي MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "مستندات باز" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "اطلاعاتی یافت نشد" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "ارتباط داخلی افزوده شد" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8157,12 +8235,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8218,6 +8296,7 @@ msgid "Create database" msgstr "ساخت پايگاه داده جديد" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "ساختن" @@ -8233,7 +8312,7 @@ msgid "No Privileges" msgstr "امتيازات" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "ساختن جدول" @@ -8245,107 +8324,150 @@ msgstr "تعداد سطرها در هر صفحه" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "صدور:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "نوع صدور" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "New name" +msgid "New template:" +msgstr "نام جدید" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "New page name: " +msgid "Template name" +msgstr "نام صفحه جدید : " + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s جدول" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "به روز شده" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Select Tables" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "روش صدور" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "پايگاههاي داده:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "جدولها" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "قالب" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "سطرها" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8353,96 +8475,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "مجموعه كاراكترهاي پرونده:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "فشرده‌سازي" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipped\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzipped\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "ذخيره به صورت پرونده" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export" msgid "Export tables as separate files" msgstr "صدور" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "ذخيره به صورت پرونده" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Select Tables" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Select Tables" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "نام پايگاه داده" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "No tables" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "نام ستونها" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -8939,7 +9061,7 @@ msgid "Dump has been saved to file %s." msgstr "اطلاعات دریافت شده در فایل %s ذخیره شد‬." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL يك نتيجه خالي داد. (مثلا 0 سطر)." @@ -9016,7 +9138,7 @@ msgstr "پنهان کردن" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "تابع" @@ -9094,7 +9216,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9584,7 +9706,7 @@ msgstr "جدید" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -9883,238 +10005,247 @@ msgstr "" msgid "Rename database to" msgstr "تغییر نام پایگاه داده به" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "ويرايش امتيازات" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "پايگاه داده %s حذف گرديد." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "حذف پایگاه داده" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "حذف پایگاه داده" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "فقط ساختار" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "ساختار و داده‌ها" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "فقط داده‌ها" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "کپی کردن پابگاه داده به" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "پیش از کپی پایگاه داده ایجاد شود" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "اعمال محدودیت ها" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "تعویض به پایگاه داده ی کپی شده" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "تغيير جدول مرتب شده با" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(تنها)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "انتقال جدول به (پايگاه داده.جدول):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "بازناميدن جدول به" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "توضيحات جدول" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "كپي كردن جدول به (پايگاه داده.جدول):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "نگهداشت جدول" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "انالیز جدول" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "بررسي جدول" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "بررسي جدول" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, fuzzy, php-format msgid "Table %s has been flushed." msgstr "جدول %s حذف گرديد" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Flush the table (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "بهينه‌سازي جدول" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "بازسازی جدول" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "حذف داده‌هاي جدول" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "No databases" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "تعمیر" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "بستن" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "نگهداشت جدول" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "جدول %s به %s انتقال داده‌شد." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "جدول %s به %s كپي شد." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "جدول %s به %s انتقال داده‌شد." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "جدول %s به %s كپي شد." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "نام جدول وارد نشده‌است !" @@ -10322,7 +10453,7 @@ msgstr "رویداد" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11301,54 +11432,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "به یاد ماندن نوع جدول" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "نوع صدور معتبر نیست" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "no Description" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11529,6 +11666,7 @@ msgstr "نام كاربر" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "نام كاربر" @@ -11689,10 +11827,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11714,7 +11852,7 @@ msgstr "جدول %s حذف گرديد" msgid "Event %1$s has been created." msgstr "جدول %s حذف گرديد" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11724,7 +11862,8 @@ msgstr "" msgid "Edit event" msgstr "افزودن يك كاربر جديد" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11740,7 +11879,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11775,13 +11914,13 @@ msgid "On completion preserve" msgstr "تمام وروديها" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11807,9 +11946,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -11845,134 +11984,140 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "جدول %s حذف گرديد" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "جدول %s حذف گرديد" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "جدول %s حذف گرديد" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "تغییر ستون" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "نام ستونها" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "پارامترها" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "ایجاد" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "ایجاد پارامتر" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "حذف آخرین پارامتر" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "نوع برگشتی" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "طول/مقادير*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy msgid "Return options" msgstr "آمار پايگاههاي داده" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "حالت امنیتی" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12537,13 +12682,17 @@ msgid "You have revoked the privileges for %s." msgstr "شما امتيازات %s را ابطال كرديد." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "افزودن کاربر" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "آمار پايگاههاي داده" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12571,9 +12720,7 @@ msgid "User has been added." msgstr "نمای %s حذف گرديد." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12653,11 +12800,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12679,8 +12826,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "حذف کاربران انتخاب شده" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12714,45 +12863,51 @@ msgstr "امتيازات %s به هنگام گرديد." msgid "Deleting %s" msgstr "در حال پاک کردن %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "امتيازات" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "جدید" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "ويرايش امتيازات" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "كاربر" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12761,11 +12916,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "شما يك كاربر جديد اضافه كرديد." @@ -13981,7 +14136,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "جدول %s خالی شد." @@ -13994,14 +14149,14 @@ msgstr "پیگیری فعال می باشد." msgid "Tracking is not active." msgstr "پیگیری فعال نمی باشد." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "نمای %s حذف شد" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14239,46 +14394,41 @@ msgstr "فضاي استفاده‌شده" msgid "Effective" msgstr "موثر" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "جدول %s به %s انتقال داده‌شد." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query" msgid "Query error" msgstr "پرس و جو" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "پايگاه داده %s حذف گرديد." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "افزودن يك كاربر جديد" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show Full Queries" msgid "Showing create queries" msgstr "نمایش کامل کوئری" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation table" msgid "Relation view" @@ -14742,20 +14892,6 @@ msgstr "" msgid "Wrong data" msgstr "No databases" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "اطلاعاتی یافت نشد" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14766,7 +14902,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "نمايش الگوي جدول" @@ -14774,29 +14910,19 @@ msgstr "نمايش الگوي جدول" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "ارتباط داخلی افزوده شد" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15020,7 +15146,7 @@ msgid "subquery" msgstr "کوئری داخلی" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "ایجاد ارتباط" @@ -15098,13 +15224,13 @@ msgstr "نام جدید" msgid "Delete pages" msgstr "Select Tables" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "بارگذاری مجدد" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "راهنما" @@ -15393,42 +15519,42 @@ msgstr "No tables" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "پرس و جوي SQL" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "مقدار" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "در ستونها:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "تعداد ستون ها %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16697,6 +16823,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "مقدار concurrent_insert صفر شده است" +#~ msgid "Add user" +#~ msgstr "افزودن کاربر" + +#~ msgid "Export Method:" +#~ msgstr "صدور:" + #~ msgid "Uncheck All" #~ msgstr "عدم انتخاب همه" @@ -16884,11 +17016,6 @@ msgstr "مقدار concurrent_insert صفر شده است" #~ msgid "pdf export page" #~ msgstr "نوع صدور معتبر نیست" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "نوع صدور معتبر نیست" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" @@ -16934,9 +17061,6 @@ msgstr "مقدار concurrent_insert صفر شده است" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "وارد/صدور مختصات برای طرح های PDF" -#~ msgid "Page has been created." -#~ msgstr "صفحه مورد نظر ایجاد گردید" - #, fuzzy #~| msgid "Page creation failed" #~ msgid "Page creation has failed!" diff --git a/po/fi.po b/po/fi.po index 328c087df9..93ea3fd4da 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-01-18 15:39+0200\n" "Last-Translator: Juha \n" "Language-Team: Finnish Asetukset-valikosta oletusasetukset." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Kyselyvälimuistin tehokkuus" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Kyselyvälimuistin käyttö" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Kyselyvälimuistia käytetty" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Järjestelmän prosessorin käyttö" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Järjestelmän muisti" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Järjestelmän sivutusmuisti" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Keskimääräinen kuormitus" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Muistia yhteensä" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Puskuroitua muistia" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Puskuroitu muisti" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Vapaata muistia" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Käytetty muisti" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Yhteensä sivutusmuistia" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Välimuistissa oleva sivutus" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Käytetty sivutusmuisti" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Vapaata sivutusmuistia" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Tavua lähetetty" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Tavua vastaanotettu" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Yhteydet" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prosessit" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "tavua" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "kt" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "Mt" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "Gt" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "Tt" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "Pt" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "Et" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d taulu(a)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Kysymykset" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Liikenne" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Asetukset" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Lisää taulukko ruudukkoon" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Lisää sarjaan vähintään yksi muuttuja!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1396,47 +1418,47 @@ msgstr "Lisää sarjaan vähintään yksi muuttuja!" msgid "None" msgstr "Ei mitään" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Jatka seurantaa" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Keskeytä seuranta" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Aloita automaattinen päivittäminen" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Lopeta automaattinen päivittäminen" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log ja slow_query_log ovat käytössä." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log on käytössä." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log on käytössä." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ja general_log ovat poissa käytöstä." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output ei ole TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output on asetettu TABLE:ksi." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1447,12 +1469,12 @@ msgstr "" "kestävät yli %d sekuntia. On suositeltavaa asettaa long_query_time 0-2 " "sekuntiin riippuen järjestelmästäsi." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time on asetettu %d sekuntiin." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1461,30 +1483,30 @@ msgstr "" "palautetaan oletuksiin palvelimen uudelleenkäynnistyksen yhteydessä:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Aseta log_output arvoon %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Ota %s käyttöön" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Ota %s pois käytöstä" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Aseta long_query_time arvoon %d sekuntia." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1492,59 +1514,59 @@ msgstr "" "Et voi muuttaa näitä muuttujia. Ole hyvä, ja kirjaudu root-käyttäjällä tai " "ota yhteyttä tietokantasi järjestelmänvalvojaan." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Muuta asetuksia" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Nykyiset asetukset" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Kaavion otsikko" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Ero" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Jaettu millä: %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Yksikkö" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Hitaasta lokista" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Yleisestä lokista" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Tietokannan nimi ei ole tiedossa palvelimen lokitiedostoissa tätä " "hakukyselyä varten." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyysilokit" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analysoidaan ja ladataan lokeja. Tämä kestää hetken." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Peruuta pyyntö" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1554,7 +1576,7 @@ msgstr "" "lukumäärän. Ryhmittelyn perusteena käytetään kuitenkin vain itse SQL-" "kyselyä, joten kyselyjen ominaisuudet, kuten aloitusaika, voivat olla muuta." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1563,31 +1585,31 @@ msgstr "" "Koska INSERT-kyselyjen ryhmittely on valittu, ryhmitellään INSERT-kyselyt " "samaan tauluun, riippumatta lisätyistä tiedoista." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Lokin tiedot on ladattu. Kyselyt suoritetaan tällä aikajänteellä:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Siirry lokitauluun" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Tietoa ei löydy" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Loki on analysoitu, mutta tietoja ei löydy annetulta aikajänteeltä." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analysointi…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Selitä SQL-kysely" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1597,58 +1619,58 @@ msgstr "Selitä SQL-kysely" msgid "Time" msgstr "Aika" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Kokonaisaika:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiloinnin tulokset" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Taulu" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Kaavio" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Kirjaa taulun suodatusvalinnat lokiin" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Suodatin" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Suodata kyselyjä hakusanalla/regexp-ilmaisulla:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Ryhmitä kyselyt, sivuuttaen WHERE-lauseiden muuttujatiedot" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Ryhmitettyjen rivien määrä:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Yhteensä:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Lokien lataus" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Seurannan päivitys epäonnistui" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1658,90 +1680,90 @@ msgstr "" "pyydettäessä. Tämä johtuu todennäköisimmin vanhentuneesta istunnosta. Lataa " "sivu uudestaan ja syötä kirjautumistiedot." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Lataa sivu uudelleen" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Käsitellyt rivit:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Asetustiedoston jäsennys epäonnistui. Vaikuttaa, että kyseessä on " "virheellistä JSON-koodia." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Kaavioruudukon luonti ei onnistunut tuoduilla määrityksillä. Käytetään " "oletusmäärityksiä…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Tuonti" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Tuo seuranta-asetukset" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Valitse tuotava tiedosto." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Tuotavia tiedostoja ei ole saatavilla palvelimella!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analysoi kysely" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Neuvontajärjestelmä" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mahdollisia suorituskykyongelmia" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Ongelma" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Suositus" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Säännön lisätiedot" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Perustelut" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Käytetty muuttuja / kaava" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Testaa" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1752,63 +1774,63 @@ msgstr "" msgid "Cancel" msgstr "Peruuta" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Muuta asetuksia" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Käytä" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Lataa…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Pyyntö keskeytetty!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Pyyntöä käsitellään" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Pyyntö keskeytetty!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Virhe pyynnön käsittelyssä" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Virhekoodi: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Virhekoodi: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Yhtään tietokantaa ei ole valittu." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Sarakkeen poisto" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Pääavaimen lisäys" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1817,63 +1839,63 @@ msgstr "Pääavaimen lisäys" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Poista tämä huomautus napsauttamalla" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Muuta tietokantojen nimiä" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Tietokannan kopiointi" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Merkistökoodauksen vaihtaminen" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Älä tarkista viiteavaimia" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Oikean rivimäärän nouto epäonnistui." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Etsi" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Piilota hakutulokset" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Näytä hakutulokset" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Selaaminen" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Poisto" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Tallennettavan funktion määritelmässä tulee olla RETURN-lause!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1883,60 +1905,60 @@ msgstr "Tallennettavan funktion määritelmässä tulee olla RETURN-lause!" msgid "Export" msgstr "Vienti" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET-muokkaus" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Arvot sarakkeelle %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Arvot uudelle sarakkeelle" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Syötä jokainen arvo eri kenttään." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Lisää %d arvo(a)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Huom: Mikäli tiedostossa on useita tauluja, ne liitetään yhdeksi tauluksi." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Piilota SQL-kyselykenttä" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Näytä kyselykenttä" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Muokkaa" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1944,41 +1966,41 @@ msgstr "Muokkaa" msgid "Delete" msgstr "Poista" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d on virheellinen rivinumero." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Selaa viitearvoja" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Muuttuja" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Poimi sarake" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Sarakkeenvalitsin" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Hae tästä listasta" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1988,15 +2010,15 @@ msgstr "" "sarakelistaus tietokantaa %s varten sisältää sarakkeita jotka eivät ole " "tämän hetkisessä taulussa." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Katso lisää" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Oletko varma?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2004,52 +2026,52 @@ msgstr "" "Tämä toiminto saattaa muuttaa joidenkin sarakkeiden määritelmiä.
Oletko " "varma että haluat jatkaa?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Jatka" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Lisää pääavain" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Pääavain lisätty." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Viedään sinut seuraavaan vaiheeseen…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Ensimmäinen askel taulun '%s' normalisoinnille on valmis." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Vaiheen loppu" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Normalisaation toinen askel (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Valmis" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Vahvista todeksi osittaiset riippuvuudet" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Osittaiset riippuvuudet ovat seuraavat:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2057,20 +2079,20 @@ msgstr "" "Huomio: a, b -> d, f merkitsee että sarakkeiden a ja b arvot yhdistettynä " "voivat määrittää sarakkeiden d ja f arvot." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Osittaisia riippuvuuksia ei ole valittu!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Näytä minulle mahdolliset osittaiset riippuvuudet perustuen taulun tietoihin" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Piilota osittaisten riippuvuuksien lista" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2079,40 +2101,40 @@ msgstr "" "viedä sekunnin tai kaksi riippuen tietojen koosta ja taulun sarakkeiden " "määrästä." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Askel" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Seuraavat toiminnot tullaan suorittamaan:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP sarakkeet %s taulusta %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Luo seuraava taulu" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Normalisaation kolmas askel (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Vahvista todeksi transitiiviset riippuvuudet" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Valitut riippuvuudet ovat seuraavat:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Yhtään riippuvuutta ei ole valittu!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2121,145 +2143,145 @@ msgstr "Yhtään riippuvuutta ei ole valittu!" msgid "Save" msgstr "Tallenna" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Piilota hakukriteerit" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Näytä hakukriteerit" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Aluehaku" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Sarakkeiden enimmäismäärä:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Sarakkeiden vähimmäismäärä:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Vähimmäisarvo:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Enimmäisarvo:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Piilota etsi ja korvaa kriteerit" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Näytä etsi ja korvaa kriteerit" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Kukin piste kuvaa tietoriviä." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Pisteen nimi näkyy, kun osoitin viedään sen ylle." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Lähennä, valitse kohta hiirellä." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Palaa alkuperäiseen tilaan napsauttamalla nollaa zoomaus painikeeta." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Näytä ja tarvittaessa muokkaa tietoriviä napsauttamalla tietopistettä." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Kaavion kokoa voi muuttaa raahaamalla sen oikeata alakulmaa." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Valitse kaksi saraketta" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Valitse kaksi eri saraketta" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Tietopisteen sisältö" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Älä huomioi" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopioi" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Piste" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Rivimerkkijono" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Monikulmio" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Sisäympyrä" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Ulkoympyrä" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Haluatko kopioida salausavaimen?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Salausavain" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Valitse viitattava avain" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Valitse liiteavain" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Valitse pää- tai uniikkiavain!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Valitse näytettävä sarake" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2267,79 +2289,79 @@ msgstr "" "Asettelumuutoksia ei ole tallennettu. Tallentamattomat muutokset menetetään. " "Haluatko silti jatkaa?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sivun nimi" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Tallenna sivu" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Tallenna sivu" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Avaa sivu" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Poista sivu" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Nimetön" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Valitse sivu jatkaaksesi" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Haluatko tallentaa nykyisen sivun muutokset?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Sivu poistettu onnistuneesti" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Vie relaatioskeema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Muutokset tallennettu" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Lisää valinta sarakkeelle ”%s”." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objekti(a) luotu." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Lähetä" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Peruuta muokkaaminen painamalla Esc-näppäintä." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2347,15 +2369,15 @@ msgstr "" "Olet muuttanut joitakin tietoja ja niitä ei ole tallennettu. Haluatko " "varmasti poistua tältä sivulta ennen tietojen tallentamista?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Muuta järjestystä vetämällä." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Järjestä tämän sarakkeen tulokset napsauttamalla." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2365,26 +2387,26 @@ msgstr "" "laittaaksesi ASC/DESC - ehdon päälle.
- Ctrl+Click tai Alt+Click (Mac: " "Shift+Option+Click) poistaaksesi sarakkeen ORDER BY - klausuulista" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Merkitse tai poista merkintä napsauttamalla." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Kopioi kentän nimi kaksoisnapsauttamalla." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Muuta sarakkeen näkyvyyttä
napsauttamalla pudotusvalikon nuolta." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Näytä kaikki" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2393,13 +2415,13 @@ msgstr "" "valintaneliöihin, Muokkaa-, Kopioi- ja Poista-linkkeihin liittyvät " "ominaisuudet eivät ehkä ole toiminnassa tallennuksen jälkeen." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Ole hyvä ja anna pätevä heksadesimaalinen merkkijono. Pätevät merkit ovat " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2407,142 +2429,142 @@ msgstr "" "Oletko varma että haluat nähdä kaikki rivit? Suuret taulut voivat kaataa " "selaimesi." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Alkuperäinen merkkijono" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "peruuta" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Keskeytetty" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Onnistui" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Tuo tila" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Vedä tiedostot tähän" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Valitse ensin tietokanta" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Useimpia sarakkeita voi myös muokata
\n" "painamalla suoraan niiden sisältöä." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Useimpia sarakkeita voi myös muokata
painamalla suoraan niiden sisältöä." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Siirry linkkiin:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopioi kentän nimi." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Napsauta hiiren kakkospainikeella sarakkeen nimeä kopioidaksesi sen " "leikepöydälle." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Keksi salasana" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Keksi" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Vaihda salasana" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Lisää" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Näytä paneeli" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Piilota paneeli" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Näytä piilotetut navigointipuun kohteet." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Linkitä pääpaneelin kanssa" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Poista pääpaneelin linkki" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Taulut" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Näkymät" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Proseduurit" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Tapahtuma" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funktiot" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Pyydettyä sivua ei löytynyt historiasta, se voi olla vanhentunut." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2552,49 +2574,49 @@ msgstr "" "Uusin versio on %s, ja se on julkaistu %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", viimeisin vakaa versio:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "ajan tasalla" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Luo näkymä" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Lähetä virheraportti" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Lähetä virheraportti" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Tapahtui vakava JavaScript-virhe. Haluatko lähettää virheraportin?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Muuta raportin asetuksia" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Näytä raportin tarkat tiedot" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Vientisi on vaillinainen, koska PHP-tasolla on alhainen suoritusaikaraja!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2604,64 +2626,64 @@ msgstr "" "lomake jotkut kentät voidaan jättää huomiotta, PHP:n max_input_vars " "konfiguraation vuoksi." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Palvelimella on havaittu joitakin virheitä!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Ole hyvä ja katso tämän ikkunan alalaitaan." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Sivuuta kaikki" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Asetuksiesi mukaisesti niitä ollaan lähettämässä para-aikaa, ole hyvä ja ole " "kärsivällinen." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Suoritetaanko tämä kysely uudelleen?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Haluatko varmasti poistaa tämän kirjanmerkin?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL-kyselyt" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Taulun kommentit" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Piilota hakutulokset" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2672,364 +2694,364 @@ msgstr "" "Safari-verkkoselainta, tämä ongelma on yleensä yksityisen selauksen " "aiheuttama." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Edellinen kuukausi" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Seuraava kuukausi" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Tänään" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Tammikuu" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Helmikuu" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Maaliskuu" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Huhtikuu" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Toukokuu" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Kesäkuu" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Heinäkuu" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Elokuu" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Syyskuu" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Lokakuu" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Marraskuu" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Joulukuu" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Tammi" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Helmi" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Maalis" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Huhti" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Touko" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Kesä" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Heinä" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Elo" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Syys" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Loka" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Marras" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Joulu" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Sunnuntai" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Maanantai" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Tiistai" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Keskiviikko" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Torstai" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Perjantai" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Lauantai" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Su" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ti" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Ke" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "To" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pe" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "La" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "La" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Vko" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalenteri-kuukausi-vuosi" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Tunti" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuutti" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekunti" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Käytä tekstikenttää" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Annathan kelvollisen porttinumeron!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Annathan kelvollisen porttinumeron!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Annathan kelvollisen porttinumeron!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Annathan kelvollisen pituuden!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Annathan kelvollisen pituuden!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Annathan kelvollisen sivun nimen" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Annathan kelvollisen porttinumeron!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Virhe" @@ -3101,18 +3123,18 @@ msgstr "tunnissa" msgid "per day" msgstr "päivässä" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Olemassa oleva asetustiedosto (%s) ei ole luettavissa." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Fonttikoko" @@ -3131,7 +3153,7 @@ msgid "Requery" msgstr "Suorita hakulause uudelleen" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3140,7 +3162,7 @@ msgstr "Suorita hakulause uudelleen" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3215,7 +3237,7 @@ msgid "History" msgstr "Historia" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3238,7 +3260,7 @@ msgstr "Historia" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Valinnat" @@ -3331,7 +3353,7 @@ msgid "Count:" msgstr "Laske" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3385,10 +3407,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Siirry kopioituun tauluun" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3396,10 +3418,10 @@ msgstr "Siirry kopioituun tauluun" msgid "Ascending" msgstr "Nouseva" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3615,125 +3637,126 @@ msgstr "Poista valinta kaikista" msgid "Inside column:" msgstr "Sarakkeen sisällä:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Tallenna muokatut tiedot" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Palauta sarakkeiden järjestys" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Suodata rivejä" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Hae tästä taulusta" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Aloitus" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Edellinen sivu" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Seuraava sivu" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Viimeinen sivu" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Kaikki" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Rivien määrä:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Lajittele avaimen mukaan" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Osittaiset tekstit" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Koko tekstit" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relaatioavain" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relatiivinen näyttösarake" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Näytä binäärisisältö" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Näytä BLOB-sisältö" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "piilota webselaimen muunnos" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Hyvin tunnettu teksti" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Hyvin tunnettu ohjelmakoodi" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Rivi on nyt poistettu." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Lopeta" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Saattaa olla likimääräinen. Katso [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "SQL-kyselysi on suoritettu onnistuneesti." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3742,36 +3765,36 @@ msgstr "" "Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja " "%sohjeista%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Näytetään rivit %1s–%2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d kokonaisuudessaan, %2$d hakulauseessa" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d tulos" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Kysely kesti %01.4f sekuntia." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Valitut:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3780,24 +3803,24 @@ msgstr "Valitut:" msgid "Check All" msgstr "Valitse kaikki" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Tulostusversio" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Kyselytulosten toimenpiteet" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Näytä kaavio" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisoi paikkatieto" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Linkkiä ei löydy!" @@ -3922,7 +3945,7 @@ msgstr "Kardinaliteetti" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3932,7 +3955,7 @@ msgid "Collation" msgstr "Aakkosjärjestys" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentti" @@ -3947,7 +3970,7 @@ msgid "Index %s has been dropped." msgstr "Indeksi %s on poistettu." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3965,7 +3988,7 @@ msgstr "" "poistaa." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Palvelin" @@ -3982,7 +4005,7 @@ msgstr "Näkymä" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4013,7 +4036,7 @@ msgstr "Lisää rivi" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Käyttöoikeudet" @@ -4076,15 +4099,17 @@ msgid "Central columns" msgstr "Keskisarakkeet" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Tietokannat" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Käyttäjät" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4160,7 +4185,7 @@ msgid "Could not save favorite table!" msgstr "Suosikkitaulua ei voida tallentaa!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Poista suosikeista" @@ -4181,7 +4206,7 @@ msgid "Recent" msgstr "Äskettäinen" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Suosikkitaulut" @@ -4808,16 +4833,16 @@ msgstr "Enimmäiskoko: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL ilmoittaa: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Selitä SQL-kysely" @@ -4834,7 +4859,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Ilman PHP-koodia" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Luo PHP-koodi" @@ -4927,6 +4952,10 @@ msgstr "Viimeksi päivitetty" msgid "Last check" msgstr "Viimeksi tarkistettu" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Käyttäjät" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Haku:" @@ -5017,8 +5046,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5026,7 +5055,7 @@ msgstr "Nimi" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Pituus/Arvot*" @@ -5310,7 +5339,7 @@ msgid "Not a valid port number!" msgstr "Virheellinen porttinumero!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Virheellinen arvo!" @@ -5321,35 +5350,35 @@ msgstr "Virheellinen arvo!" msgid "Value must be equal or lower than %s!" msgstr "Arvo voi olla korkeintaan %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Kohteesta %s puuttuu tiedot" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "Ei saatavilla" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" vaatii laajennuksen %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Pakattu tuonti ei toimi, puuttuvan funktion %s takia." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Pakattu vienti ei toimi, johtuu puuttuvasta funktioista %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "Enintään %s" @@ -5364,7 +5393,7 @@ msgid "Set value: %s" msgstr "Aseta arvo: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Palauta oletusarvo" @@ -5921,7 +5950,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Suorituksen enimmäiskesto" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5931,7 +5960,7 @@ msgstr "Lisää %s lauseke" msgid "Save as file" msgstr "Tallenna tiedostoon" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Tiedoston merkistö" @@ -5947,8 +5976,8 @@ msgstr "Pakkaus" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5958,14 +5987,14 @@ msgstr "Pakkaus" msgid "Put columns names in the first row" msgstr "Aseta sarakkeiden nimet ensimmäiselle riville" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Sarakkeet mukana" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Sarakkeet unohtui" @@ -5973,8 +6002,8 @@ msgstr "Sarakkeet unohtui" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Korvaa NULL merkki" @@ -5982,13 +6011,13 @@ msgstr "Korvaa NULL merkki" msgid "Remove CRLF characters within columns" msgstr "Poista CRLF-merkit sarakkeista" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Sarakkeet päätetään" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Rivit päätetään" @@ -6010,8 +6039,8 @@ msgid "Table name template" msgstr "Taulunimen pohja" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6039,14 +6068,14 @@ msgid "Label key" msgstr "Tunniste" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-tyyppi" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relaatiot" @@ -6054,57 +6083,63 @@ msgstr "Relaatiot" msgid "Export method" msgstr "Vientimetodi" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Tallenna palvelimelle" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Korvaa jo olemassa oleva(t) tiedosto(t)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Vie taulun otsikot" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Muista tiedostonimen pohja" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Lisää AUTO_INCREMENT-arvo" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Laita taulujen ja sarakkeiden nimet lainausmerkkeihin" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL-yhteensopiva tila" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE -valinnat:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Luonti-, päivitys- ja tarkistuspäiväykset" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Käytä viivästettyjä lisäyslauseita" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Älä tarkista viiteavaimia" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Vie näkymiä tauluina" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -6113,58 +6148,58 @@ msgstr "" "Tyhjennä phpMyAdminin hallintakäyttäjä käytettäessä phpMyAdmin configuration " "storage-kantaa" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Lisää %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Käytä BLOB-arvoissa heksalukuja" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Käytä IGNORE:a INSERT-komennoissa" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Tietoa lisättäessä käytettävä syntaksi" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Luodun kyselyn enimmäispituus" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Viennin tyyppi" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Lisää transaktio" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Viennin aika UTC:nä" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Pakota käyttämään phpMyAdminissa suojattua yhteyttä" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Pakota käyttämään SSL-yhteyttä" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6176,192 +6211,192 @@ msgstr "" "Lajittelujärjestys viiteavaimen pudotusvalikon kohteille; [kbd]content[/kbd] " "on viitattu tieto, [kbd]id[/kbd] on avainarvo" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Viiteavaimen pudotusvalikon järjestys" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Pudotusvalikkoa käytetään, jos kohteita on vähemmän" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Viiteavaimen rajoitus" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Viiteavaimen tarkastus:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Selaustila" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Mukauta selaustilaa" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Mukauta oletusvalintoja" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Kehittäjä" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Asetukset phpMyAdmin-kehittäjille" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Muokkaustila" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Mukauta muokkaustilaa" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Vie oletusarvot" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Mukauta viennin oletusasetuksia" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Ominaisuudet" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Yleiset" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Aseta muutamia usein käytettyjä valintoja" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Tuo oletusarvot" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Mukauta yleistuonnin oletusasetuksia" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Tuonti ja vienti" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Aseta tuonti- ja vientihakemistot sekä pakkauksen asetukset" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Tietokantojen näyttöasetukset" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigointi paneeli" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation panel" msgid "Customize appearance of the navigation panel." msgstr "Mukauta navigointipalkin näkymää" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigointi paneeli" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Mukauta navigointi paneelia" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Palvelimet" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Palvelinten näyttöasetukset" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Taulujen näyttöasetukset" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Pääpaneeli" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Muut ydinasetukset" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Asetukset, jotka eivät sovi muualle" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sivun otsikot" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6375,11 +6410,11 @@ msgstr "" "[doc@cfg_TitleTable]documentation[/doc] magic strings, jonka avulla voidaan " "saada erityisiä arvoja." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Turvallisuus" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6391,25 +6426,25 @@ msgstr "" "Huomaa, että phpMyAdmin on vain käyttöliittymä, ja sen ominaisuuksia ei ole " "rajoitettu MySQL-tietokantaan" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Perusasetukset" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Todennus" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Todennuksen valinnat" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Palvelimen määrittely" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6421,17 +6456,17 @@ msgstr "" "Palvelimen lisäasetus; älä muuta näitä valintoja, ellet tiedä, mihin niitä " "käytetään." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Anna palvelimen yhteysparametrit" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Asetusmuisti" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6445,68 +6480,68 @@ msgstr "" "Määritä phpMyAdmin määritysten tallennus käyttääksesi lisäasetuksia, katso " "ohjeista [doc@linked-tables]phpMyAdmin määritysten tallennus[/doc]" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Muutosten seuranta" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Mukauta viennin oletusasetuksia" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Mukauta tuonnin oletusasetuksia" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Mukauta navigointi paneelia" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Mukauta pääpaneelia" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-kyselyt" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL-kyselykenttä" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Mukauta SQL-kyselykentässä näytettäviä linkkejä" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL-kyselyjen asetukset" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Käynnistys" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Mukauta käynnistyssivua" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Tietokannan rakenne" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 #, fuzzy #| msgid "" #| "Choose which details to show in the database structure (list of tables)" @@ -6516,69 +6551,69 @@ msgstr "" "Valitse, mitkä tiedot näytetään tietokannan rakenteessa (taulukoiden " "luettelo)" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Taulun rakenne" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 #, fuzzy #| msgid "Settings for the table structure (list of columns)" msgid "Settings for the table structure (list of columns)." msgstr "Taulukkorakenteen asetukset (sarakkeiden luettelo)" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Välilehdet" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Valitse haluamasi välilehtien toiminta" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relaatioskeema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Paperin koko" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstikentät" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Muokkaa tekstikenttiä" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy!-teksti" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Mukauta oletusvalintoja" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Varoitukset" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Kytke osa phpMyAdminin näyttämistä varoituksista pois päältä" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6590,15 +6625,15 @@ msgstr "" "Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a]-pakkausta" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Iconv-laajennuksen lisäparametrit" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6610,11 +6645,11 @@ msgstr "" "Jos käytössä, phpMyAdmin jatkaa monilausekyselyjen laskemista, vaikka yksi " "kyselyistä epäonnistui" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Älä välitä peräkkäisistä lausevirheistä" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6624,25 +6659,25 @@ msgstr "" "Tätä kannattaa käyttää tuotaessa suuria tiedostoja; se saattaa kuitenkin " "katkaista transaktiot." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Osittainen tuonti: salli keskeytys" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Älä keskeytä INSERT-virheen tapauksessa" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6654,62 +6689,62 @@ msgstr "" "Oletusmuoto; huomaa, että tämä luettelo riippu sijainnista (tietokanta, " "taulu), ja käytettävissä on vain SQL" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Tuotavan tiedoston muoto" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Käytä LOCAL-avainsanaa" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Sarakenimet ensimmäisessä rivissä" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Älä tuo tyhjiä riviä" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Tuo prosenttiyksiköt sopivin desimaaliluvuin (12.00% muotoon .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Alusta ohitettavien kyselyjen määrä" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Osittainen tuonti: ohita kyselyjä" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Älä käytä nolla-arvoissa AUTO_INCREMENT:iä" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Kuinka monta riviä voi lisätä kerrallaan" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Lisättyjen rivien määrä" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6720,11 +6755,11 @@ msgstr "" "Selainnäkymässä näytettävien merkkien määrä missä tahansa ei numeerisessa " "sarakkeessa" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Merkkien raja sarakkeessa" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6735,11 +6770,11 @@ msgstr "" "asetetaan FALSE:ksi, saattaa helposti unohtaa kirjata muut palvelimet ulos, " "mikäli yhteyksiä on muodostettu useisiin palvelimiin." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Poista kaikki evästeet uloskirjauduttaessa" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6750,11 +6785,11 @@ msgid "" msgstr "" "Määritä, onko evästetodennustilassa muistettava edellinen kirjautuminen" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Anna käyttäjänimi" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6766,56 +6801,56 @@ msgstr "" "ajan ja poistetaan, kun selainikkuna suljetaan. Tätä suositellaan " "epäluotetuille ympäristöille." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Kirjautumisevästeen tallennus" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Määrittele sekunteina, kuinka pitkään kirjautumiseväste on kelvollinen" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Kirjautumisevästeen kelpoisuus" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Kaksinkertainen tekstialue LONGTEXT sarakkeille" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Isompi tekstialue LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Näytettävän SQL-kyselyn enimmäispituus" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Näytettävän SQL-kyselyn enimmäispituus" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Käyttäjät eivät voi määrittää suurempaa arvoa" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of databases displayed in database list" msgid "Maximum number of databases displayed in database list." msgstr "Tietokantaluettelossa näkyvien tietokantojen enimmäismäärä" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Tietokantoja enintään" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6825,13 +6860,13 @@ msgid "" "the navigation tree." msgstr "Nimikkeiden määrä jotka voidaan näyttää navigointipuun eri sivuilla" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "Kohteiden enimmäismäärä haarassa" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6841,11 +6876,11 @@ msgid "" "tree." msgstr "Nimikkeiden määrä jotka voidaan näyttää navigointipuun eri sivuilla" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Kohteiden enimmäismäärä haarassa" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6853,21 +6888,21 @@ msgstr "" "Näytettävien rivien määrä selattaessa tulostaulua. Jos tulostaulussa on " "enemmän rivejä, näytetään \"Edellinen\"- ja \"Seuraava\"-linkit." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Näytettävien rivien enimmäismäärä" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Taululuettelossa näkyvien taulujen enimmäismäärä" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Tauluja enintään" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6879,45 +6914,45 @@ msgstr "" "Skriptin varaama enimmäistavumäärä, esim. [kbd]32M[/kbd] ([kbd]0[/kbd] = ei " "rajoitusta)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Muistirajoitus" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Näytä piilotetut navigointipuun kohteet." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show logo in navigation panel." msgstr "Näytä navigointi paneelissa logo" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Näytä logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation panel will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL-osoite, johon logo navigointi paneelissa osoittaa" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logon linkin osoite" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6929,31 +6964,31 @@ msgstr "" "Avaa linkitetty sivu pääikkunassa: ([kbd]main[/kbd]) tai uudessa ikkunassa: " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logon linkin kohde" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the navigation panel" msgid "Display server choice at the top of the navigation panel." msgstr "Näytä palvelimen valinta navigointi paneelin yläreunassa" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Näytä palvelinten valinta" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Pikakäyttökuvakkeen kohde" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Pikakäyttökuvakkeen kohde" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6961,15 +6996,15 @@ msgstr "" "Määrittää kohteiden (taulukot, näkymät, rutiinit ja tapahtumat) suodattimen " "vähimmäismäärän." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Suodatimessa näytettävien kohteiden vähimmäismäärä" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Taululuettelossa näkyvien taulujen minimimäärä" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6981,175 +7016,175 @@ msgstr "" "Näytä tietokannat navigointipuuna (puu määritellään alla osoitetulla " "erottimella)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Navigointipuun ryhmittäminen" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Merkkijono, joka jakaa tietokannat eri puutasoille" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Tietokantapuun erotin" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Merkkijono, joka jakaa taulut eri puutasoille" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Taulupuun erotin" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Taulupuun enimmäissyvyys" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Korosta kohdistimen alla oleva palvelin" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Käytä korostusta" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Taulukon navigointipalkki" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Näytä taulut" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "Näytä piilotetut navigointipuun kohteet." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Näytä versiot" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Näytä piilotetut navigointipuun kohteet." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Näytä funktiokentät" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Näytä prosessit" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Näytä versiot" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Näytä piilotetut navigointipuun kohteet." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Viimeksi käytettyjen taululuettelo, 0 poistaa käytöstä" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Viimeksi käytettyjen taululuettelo, 0 poistaa käytöstä" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Viimeksi käytetty taulut" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Nämä ovat Muokkaa, kopioi ja Poista linkit" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Tässä näytetään taulukon rivien linkit" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Luonnollinenjärjestys" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Käytä vain kuvakkeita, vain tekstiä tai molempia" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Taulukon navigointipalkki" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "käytä Gzip-ulostulon puskurointia nopeuttaaksesi HTTP-siirtoja" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip-ulostulon puskurointi" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7161,32 +7196,32 @@ msgstr "" "[kbd]SMART[/kbd] - eli laskeva järjestys kentille, joiden tyyppi on TIME, " "DATE, DATETIME ja TIMESTAMP, muulloin nouseva järjestys" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Oletuslajittelujärjestys" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Käytä MySQL-tietokantojen jatkuvia yhteyksiä" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Jatkuvat yhteydet" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7198,11 +7233,11 @@ msgstr "" "Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste " "todennuksesta" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7214,29 +7249,29 @@ msgstr "" "Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste " "todennuksesta" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Miten menun välilehdet näytetään" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Poista BLOB ja BINARY kentät muokkauksesta" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Suojaa binäärisarakkeet" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7246,136 +7281,136 @@ msgstr "" "määritykset). Jos poistettu käytöstä, tämä käyttää JavaScript-rutiineja " "kyselyhistorian näyttämisessä (katoaa, kun ikkuna suljetaan)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Pysyvä kyselyhistoria" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Kuinka monta kyselyä historiassa pidetään" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Kyselyhistorian pituus" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "Valitse, mitä funktioita käytetään merkistömuunnoksessa" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Merkistön uudelleenkoodaus" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Muista taulun järjestys" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Oletuslajittelujärjestys" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Toista otsikoita" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relatiivinen näyttösarake" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Palvelinten näyttöasetukset" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Hakemisto, jonne viennit voi tallentaa palvelimella" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Tallennushakemisto" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Jätä tyhjäksi, jos tätä ei käytetä" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Palvelintodennuksen järjestys" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Käytä oletusarvoja jättämällä tyhjäksi" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Palvelintodennuksen säännöt" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Salli kirjautumiset ilman salasanaa" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Salli pääkäyttäjän kirjautuminen" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Tämän istunnon arvo" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7389,21 +7424,21 @@ msgstr "" "[a@http://swekey.com]SweKey-laitteistotodennuksen[/a] asetustiedoston polku " "(ei dokumenttijuuressa; suositeltu: /etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey-asetustiedosto" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Käytettävä todennustyyppi" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Todennustyyppi" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7411,11 +7446,11 @@ msgstr "" "Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/" "bookmark]kirjanmerkki[/a]tukea, oletusarvo: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Kirjanmerkkitaulu" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7427,36 +7462,36 @@ msgstr "" "Jätä tyhjäksi, jos et halua sarakkeiden kommentteja ja mime-tyyppejä, " "oletusarvo: [kbd]pma_column__info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Saraketietojen taulu" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Pakkaa MySQL-palvelimen yhteys" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Pakkaa yhteys" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Kuinka palvelimeen yhdistetään; käytä [kbd]tcp[/kbd]:tä, jos olet epävarma" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Yhteystyyppi" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Hallintakäyttäjän salasana" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7470,38 +7505,38 @@ msgstr "" "lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/" "controluser]wikissä[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Hallintakäyttäjä" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Hallintapalvelin" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Hallinta portti" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Piilota tietokannat, jotka vastaavat säännöllistä lauseketta (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7510,15 +7545,15 @@ msgstr "" "virheenjäljittimestä[/a] ja [a@http://bugs.mysql.com/19588]MySQL:n " "ohjelmavirheistä[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Poista INFORMATION_SCHEMA käytöstä" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Piilota tietokannat" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7530,41 +7565,41 @@ msgstr "" "Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: " "[kbd]pma__history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL-kyselyhistorian taulu" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL-palvelimen verkkonimi" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Palvelimen verkkonimi" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Uloskirjautumisen verkko-osoite" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Tallennettavien taulumääritysten maksimi määrä" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Näytä alipalvelimen tilan taulu" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7576,13 +7611,31 @@ msgstr "" "Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Vie näkymiä tauluina" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " +"[kbd]pma__pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Keskisarakkeet" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7594,17 +7647,17 @@ msgstr "" "Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Yritä yhdistää ilman salasanaa" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Yhdistä ilman salasanaa" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7614,21 +7667,21 @@ msgstr "" "koodinvaihtomerkin, mikäli haluat käyttää niiden todellista ilmentymää, " "käytä esimerkiksi [kbd]'my\\_db'[/kbd] mutta ei [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Näytä vain luetteloidut tietokannat" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Jätä tyhjäksi, jot et käytä config-todennusta" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Config-todennuksen salasana" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7639,11 +7692,11 @@ msgstr "" "Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-kaavio: sivujen taulu" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7658,23 +7711,23 @@ msgstr "" "Katso täydet tiedot aiheesta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/" "a]. Jätä tyhjäksi, jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "tietokannan nimi" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Portti, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä tyhjäksi" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Palvelinportti" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7686,11 +7739,11 @@ msgstr "" "Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: " "[kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Viimeisimmäksi käytetty taulu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7702,13 +7755,13 @@ msgstr "" "Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: " "[kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Suosikkitaulut" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7720,11 +7773,11 @@ msgstr "" "Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/" "relation]relaatiolinkki[/a]tukea, oletusarvo: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relaatiotaulu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7736,15 +7789,15 @@ msgstr "" "Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/" "a] esimerkit" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon-istunnon nimi" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Signon-kirjautumisen verkko-osoite" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." @@ -7752,21 +7805,21 @@ msgstr "" "Palvelinpistoke, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä " "tyhjäksi" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Palvelinpistoke" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Yhdistä MySQL-palvelimeen käyttäen SSL-yhteyttä" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Käytä SSL-yhteyttä" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7778,13 +7831,13 @@ msgstr "" "Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-kaavio: taulun koordinaatit" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7796,11 +7849,11 @@ msgstr "" "Taulukko kuvaamaan näytettäviä sarakkeita, jätä tyhjäksi jos et halua tukea; " "oletusarvo: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Näyttökenttien taulu" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables' UI preferences across sessions, " @@ -7812,49 +7865,49 @@ msgstr "" "Jätä tyhjäksi, ei \"pysyviä\" taulukoita käyttöliittymäasetuksiin eri " "istuntoihin, oletusarvo: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Käyttöliittymän ominaisuuksien taulu" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Jäljitettävä lauseke" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7866,21 +7919,21 @@ msgstr "" "Jätä tyhjäksi, jos et halua SQL-kysely seuranta tukea, oletusarvo: " "[kbd]pma__history[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL-kyselyhistorian taulu" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automaattisesti luodut versiot" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7892,33 +7945,33 @@ msgstr "" "Jätä tyhjäksi,jos ei käyttäjän asetuksia varastoida tietokantaan, " "oletusarvo: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Käyttäjätaulukko" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Käyttäjäryhmät taulukko" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank to disable the feature to hide and show navigation items, " @@ -7930,15 +7983,15 @@ msgstr "" "Jätä tyhjäksi jos haluat poistaa käytöstä, piilota ja näytä navigointi " "kohteet, oletusarvo: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Config-todennuksen käyttäjä" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7946,21 +7999,21 @@ msgstr "" "Käyttäjäystävällinen kuvaus tästä palvelimesta. Jätä tyhjäksi, jos haluat, " "että tässä lukee sen sijaan palvelimen verkkonimi." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Tämän palvelimen yksityiskohtainen nimi" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Näyttääkö käyttäjälle \"Näytä kaikki (rivit)\"-painike" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Salli kaikkien rivien näyttäminen" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7976,81 +8029,81 @@ msgstr "" "todennusta käytettäessä, koska salasana lukee suoraan asetustiedostossa; " "tämä ei estä saman komennon suorittamista suoraan." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Näytä salasananvaihtolomake" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Näytä tietokannanluontilomake" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Taulun kommentit" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Näytä luonnin aikaleima" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Näytä viimeisin tarkastus aikaleima" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Näytä kenttätyypit" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Näytä funktiokentät muokkaus- ja liäsystilassa" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Näytä funktiokentät" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Tässä näytetään taulukon rivien linkit" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Näytä vihje" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8062,15 +8115,15 @@ msgstr "" "Näyät linkki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]-" "käskyn tulosteeseen" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Näytä phpinfo()-linkki" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Näytä MySQL-palvelimen tarkat tiedot" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8078,30 +8131,30 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Määrittele, pitääkö phpMyAdminin luomat SQL-kyselyt näyttää" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Näytä SQL-kyselyt" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Säilytä SQL-kyselylaatikko" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Salli tietokannan ja taulun tilastojen (eli tilankäytön) näyttäminen" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Näytä tilastot" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8111,11 +8164,11 @@ msgstr "" "Merkitse käytetyt taulut ja mahdollista lukittuja tauluja sisältävien " "tietokantojen näyttäminen" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ohita lukitut taulut" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -8127,11 +8180,11 @@ msgstr "" "Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste " "todennuksesta" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -8144,53 +8197,53 @@ msgstr "" "Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste " "todennuksesta" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Kirjautumisevästeen kelpoisuus" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Tekstikenttä kentät" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Tekstikenttä rivit" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Oletusotsikko" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8208,58 +8261,58 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) -otsakkeeseen, joka tulee " "välipalvelimelta 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" "Luotettujen välipalvelimien luettelo IP-osoitteden sallimista ja estämistä " "varten" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Palvelimen hakemisto, jonne tuotavia tiedostoja voi lähettää" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Lähetyshakemisto" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Antaa hakea koko tietokannasta" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Käytä tietokantahakua" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Tarkista uusin versio" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Version tarkistus" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8267,34 +8320,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Käyttäjänimi" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Salasana" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8306,54 +8359,54 @@ msgstr "" "Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a]-pakkausta" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Palvelinportti" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL-kyselyt" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8382,47 +8435,80 @@ msgstr "HTTP tunnistautuminen" msgid "Signon authentication" msgstr "Sisäänkirjatumistunnitautuminen" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV käyttäen LOAD DATA -kyselyä" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument laskentataulukko" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Muokattu" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Tietokannan tulostusvalinnat" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excelin CSV-muoto" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument teksti" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Tietoa ei löydy" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Taulun %1$s muuttaminen onnistui." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Säikeen %s lopetus onnistui." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Sisäinen relaatio luotu" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8437,12 +8523,12 @@ msgstr "" msgid "No change" msgstr "Ei muutoksia" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8494,6 +8580,7 @@ msgid "Create database" msgstr "Luo tietokanta" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Luo" @@ -8507,7 +8594,7 @@ msgid "No Privileges" msgstr "Ei käyttöoikeuksia" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Luo taulu" @@ -8519,101 +8606,146 @@ msgstr "Kenttien määrä" msgid "Could not load export plugins, please check your installation!" msgstr "Vientiin tarvittavia lisäosia ei voitu ladata; tarkista asetukset!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Tuo tietokantoja nykyiseltä palvelimelta" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Vie tauluja tietokannasta \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Tuo rivejä taulusta %s" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Vientitapa:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Viennin tyyppi" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Tiedostonimen pohja:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Taulun nimi" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Tiedostonimen pohja:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s taulu" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Päivitetty" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Valitse taulu" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Vientimetodi" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Nopea - näytä vain vähän vaihtoehtoja" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Mukautettu - näytä kaikki mahdolliset vaihtoehdot" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Tietokanta(-kannat):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Taulu(t):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Muoto:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Muotoiluvaihtoehdot:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Merkistön uudelleenkoodaus:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rivit:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Vedosta rivi/rivejä" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Vedosta kaikki rivit" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Tallenna palvelimelle hakemistoon %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Tiedostonimen pohja:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8624,86 +8756,86 @@ msgstr "" "ajanmuodostostusmerkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. " "Muu teksti pysyy alkuperäisenä. Katso lisätietoja %4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Tiedoston merkistö:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Pakkaus:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "ZIP-pakattu" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "GZIP-pakattu" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Näytä tulos tekstinä" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Vie näkymiä tauluina" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Vie taulun otsikot" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Tallenna tulos tiedostoon" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Valitse taulut" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Valitse taulut" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "tietokannan nimi" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Uuden sivun nimi: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Kopioi kenttän nimi" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9250,7 +9382,7 @@ msgid "Dump has been saved to file %s." msgstr "Vedos tallennettiin tiedostoon %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL palautti tyhjän tulosjoukon (siis nolla riviä)." @@ -9333,7 +9465,7 @@ msgstr "Kätke" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funktio" @@ -9415,7 +9547,7 @@ msgstr "" "siirtymään minne suuntaan tahansa." #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9886,7 +10018,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Näkymät" @@ -10186,238 +10318,249 @@ msgstr "" msgid "Rename database to" msgstr "Muuta tietokannan nimeksi" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Sinulla ei ole riittäviä oikeuksia!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Muokkaa käyttöoikeuksia" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Tietokanta %s on poistettu." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Tuhoa tietokanta" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Tuhoa tietokanta (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Vain rakenne" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Rakenne ja tiedot" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Vain tiedot" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Luo tietokannasta toinen tietokanta nimellä" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Suorita CREATE DATABASE ennen kopiointia" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Lisää rajoitteet" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Siirry kopioituun tietokantaan" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Lajittele taulu" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(yksitellen)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Siirrä taulu toiseen tauluun (tietokanta.taulu):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Nimeä taulu uudelleen" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Taulun kommentit" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Taulun valinnat" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Tallennusmoottori" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopioi taulu toiseen tauluun nimellä (tietokanta.taulu):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Siirry kopioituun tauluun" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Taulun ylläpito" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analysoi taulu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Tarkista taulu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Tarkista taulu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Eheytä taulu" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Taulun %s välimuisti on tyhjennetty." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Tyhjennä taulun välimuisti (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimoi taulu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Korjaa taulu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete data or table" msgstr "Poista tämän taulun seurantatiedot" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tyhjennä taulu (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Go to database" msgid "Delete the table (DROP)" msgstr "Siirry tietokantaan" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analysoi" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Tarkasta" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimoi" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Rakenna uudestaan" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Korjaa" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Paina kokoon" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Osituksen ylläpito" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Ositus %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Poista ositus" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Tarkista viitteiden eheys:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Taulua ei voi siirtää itseensä!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Taulua ei voi kopioida itseensä!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Taulu %s on siirretty %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Taulu %s on kopioitu uuteen tauluun %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Taulu %s on siirretty %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Taulu %s on kopioitu uuteen tauluun %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Taulun nimi puuttuu!" @@ -10625,7 +10768,7 @@ msgstr "Tapahtuma" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Määritys" @@ -11698,41 +11841,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Muista taulun järjestys" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Virheellinen vientitapa" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ei kuvausta" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -11743,13 +11892,13 @@ msgstr "" "Tyhjennä phpMyAdminin hallintakäyttäjä käytettäessä phpMyAdmin configuration " "storage-kantaa" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -11959,6 +12108,7 @@ msgstr "Käyttäjänimi" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Käyttäjänimi" @@ -12140,10 +12290,10 @@ msgid "Master server changed successfully to %s." msgstr "%s on onnistuneesti vaihdettu isäntäpalvelimeksi" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -12167,7 +12317,7 @@ msgstr "Taulu %s on poistettu" msgid "Event %1$s has been created." msgstr "Taulu %1$s on luotu." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12178,7 +12328,8 @@ msgstr "" msgid "Edit event" msgstr "Muokkaa palvelinta" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12196,7 +12347,7 @@ msgid "Event type" msgstr "Tapahtuman tyyppi" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12233,13 +12384,13 @@ msgid "On completion preserve" msgstr "Kokonaiset lisäyslauseet" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12267,9 +12418,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -12306,148 +12457,154 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Virheellinen palvelimen indeksi: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Taulu %s on poistettu" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Taulu %s on poistettu" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Taulu %1$s on luotu." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Muokkaustila" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Rutiinit" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Suorat linkit" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Apply index(s)" msgid "Add parameter" msgstr "Käytä indeksiä/indeksejä" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Tuhoa tietokanta" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Paluutyyppi" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Pituus/Arvot*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Taulun valinnat" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "Turvallisuus" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Virheellinen taulun nimi" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Sallii talletettujen rutiinien suorittamisen." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13064,12 +13221,16 @@ msgid "You have revoked the privileges for %s." msgstr "Käyttäjän %s käyttöoikeudet on poistettu." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Lisää käyttäjä" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Tietokanta käyttäjälle" #: libraries/server_privileges.lib.php:1946 @@ -13099,9 +13260,7 @@ msgid "User has been added." msgstr "Näkymä %s on poistettu" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13186,11 +13345,15 @@ msgstr "" "käyttöoikeudet." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Vaihda kirjautumistietoja / Kopioi käyttäjä" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Luo uusi käyttäjä samoilla käyttöoikeuksilla ja …" #: libraries/server_privileges.lib.php:3036 @@ -13216,7 +13379,9 @@ msgid "Add privileges on the following table:" msgstr "Lisää käyttöoikeudet seuraavaan tauluun" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Poista valitut käyttäjät" #: libraries/server_privileges.lib.php:3376 @@ -13252,45 +13417,51 @@ msgstr "Käyttäjän %s käyttöoikeudet on päivitetty." msgid "Deleting %s" msgstr "Poistetaan: %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Käyttöoikeuksien uudelleenlataus onnistui." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Käyttäjä %s on jo olemassa!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Käyttöoikeudet" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Muokkaa käyttöoikeuksia" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Käyttäjät" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Käyttäjien yleiskatsaus" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13303,11 +13474,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Uusi käyttäjä lisätty." @@ -14697,7 +14868,7 @@ msgstr "Tunniste ei kelpaa" msgid "Unknown Punctuation String" msgstr "Tuntematon välimerkki" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Taulu %s on tyhjennetty." @@ -14710,14 +14881,14 @@ msgstr "Seuranta on käytössä." msgid "Tracking is not active." msgstr "Seuranta ei ole käytössä." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Näkymä %s on poistettu" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14963,47 +15134,42 @@ msgstr "Levytilan käyttö" msgid "Effective" msgstr "Pätevä" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Taulun %1$s muuttaminen onnistui." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Taulun %1$s muuttaminen onnistui." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Ignore errors" msgid "Query error" msgstr "Älä välitä virheistä" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Valitsemiesi käyttäjien poisto onnistui." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Lisää uusi palvelin" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Suosikkilista on täynnä!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Näytä SQL-kyselyt" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15505,20 +15671,6 @@ msgstr "Saatavilla ei ole uudempaa vakaata versiota." msgid "Wrong data" msgstr "Ei tietokantoja" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Tietoa ei löydy" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15529,7 +15681,7 @@ msgstr "Tietokantaa '%s' ei ole olemassa." msgid "Table %s already exists!" msgstr "Taulu %s on jo olemassa!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Tee vedos taulusta" @@ -15537,31 +15689,19 @@ msgstr "Tee vedos taulusta" msgid "Invalid table name" msgstr "Virheellinen taulun nimi" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Sisäinen relaatio luotu" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Säikeen %s lopetus onnistui." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Ei valittua saraketta." @@ -15791,7 +15931,7 @@ msgid "subquery" msgstr "lauseessa" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Luo relaatio" @@ -15874,13 +16014,13 @@ msgstr "Uusi nimi" msgid "Delete pages" msgstr "Valitse taulut" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Lataa uudelleen" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ohje" @@ -16164,43 +16304,43 @@ msgstr "Raportin otsikko" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL-kyselyt" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Arvo" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Sarakkeen sisällä:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Arvot sarakkeelle %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17560,6 +17700,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert on asetettu arvoon 0" +#~ msgid "Add user" +#~ msgstr "Lisää käyttäjä" + +#~ msgid "Export Method:" +#~ msgstr "Vientitapa:" + #~ msgid "No data found for GIS visualization." #~ msgstr "GIS visualisoinnille ei ole tietoja." @@ -17807,11 +17953,6 @@ msgstr "concurrent_insert on asetettu arvoon 0" #~ msgid "pdf export page" #~ msgstr "Virheellinen vientitapa" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Virheellinen vientitapa" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/fr.po b/po/fr.po index 7a5a9a3209..37929e21c4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,11 +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: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-07-08 13:49+0200\n" "Last-Translator: Marc Delisle \n" -"Language-Team: French " -"\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -92,9 +92,9 @@ msgstr "Colonne" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -152,7 +152,7 @@ msgid "Links to" msgstr "Relié à" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -171,7 +171,7 @@ msgstr "Commentaires" msgid "Primary" msgstr "Primaire" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -194,7 +194,7 @@ msgstr "Primaire" msgid "No" msgstr "Non" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -217,7 +217,7 @@ msgstr "Non" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -235,11 +235,11 @@ msgstr "Aucune table n'a été trouvée dans cette base." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tables" @@ -249,11 +249,11 @@ msgstr "Tables" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -265,36 +265,35 @@ msgid "Structure" msgstr "Structure" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Données" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Tout sélectionner" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Le nom de la base de données est vide !" -#: db_operations.php:139 +#: db_operations.php:140 #, 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:151 +#: db_operations.php:152 #, 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:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -339,14 +338,14 @@ msgid "Tracked tables" msgstr "Tables faisant l'objet d'un suivi" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -364,7 +363,7 @@ msgstr "Créé" msgid "Updated" msgstr "Mis à jour" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -497,23 +496,23 @@ msgid "Point:" msgstr "Point : " #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Point %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Ajouter un point" @@ -535,7 +534,7 @@ msgstr "Anneau intérieur %d : " msgid "Add a linestring" msgstr "Ajouter une ligne" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Ajouter un anneau intérieur" @@ -552,32 +551,32 @@ msgstr "Ajouter un polygone" msgid "Add geometry" msgstr "Ajouter géométrie" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -606,7 +605,7 @@ msgstr "" msgid "Succeeded" msgstr "Succès" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Échec" @@ -710,7 +709,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Impossible de charger l'état d'avancement de l'importation." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -809,7 +808,7 @@ msgstr "Version : " #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1175,7 +1174,7 @@ msgid "SQL query:" msgstr "Requête SQL : " #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Valeurs en Y" @@ -1201,36 +1200,58 @@ msgstr "Les mots de passe doivent être identiques !" msgid "Removing Selected Users" msgstr "Effacement des utilisateurs sélectionnés" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Fermer" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Le nombre de pages créées." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Le profil a été modifié." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "La ligne a été effacée." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Autres" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "," -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Connexions / Processus" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "La configuration locale de la surveillance est incompatible !" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1242,154 +1263,154 @@ msgstr "" "courante ne fonctionnera probablement pas. Veuillez réinitialiser votre " "configuration via le menu Paramètres." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efficacité du cache de requêtes" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Utilisation du cache de requêtes" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache de requêtes utilisé" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Utilisation processeur" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Mémoire système" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Zone d'échange" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Charge moyenne" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Mémoire système" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Mémoire cache" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Mémoire-tampon" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Mémoire libre" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Mémoire utilisée" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Zone d'échange totale" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Zone d'échange en cache" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Zone d'échange utilisée" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Zone d'échange libre" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Octets envoyés" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Octets reçus" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Connexions" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processus" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "o" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "Kio" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "Gio" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "Tio" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "Pio" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "Eio" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d table(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Questions" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafic" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Paramètres" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Ajouter graphique à la grille" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Veuillez ajouter au moins une variable à la série !" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1401,47 +1422,47 @@ msgstr "Veuillez ajouter au moins une variable à la série !" msgid "None" msgstr "Aucune" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Reprendre la surveillance" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Mettre la surveillance en pause" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Lancer l'actualisation automatique" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Arrêter l'actualisation automatique" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log et slow_query_log sont activés." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log est activé." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log est activé." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "general_log et slow_query_log sont désactivés." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output n'est pas réglé à TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output est réglé à TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1452,12 +1473,12 @@ msgstr "" "prennent plus de %d secondes. Il est recommandé de régler long_query_time à " "0-2 secondes, selon votre système." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time est réglé à %d seconde(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1466,30 +1487,30 @@ msgstr "" "défaut lors du rémarrage du serveur : " #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Régler log_output à %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Activer %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Désactiver %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Régler long_query_time à %d secondes." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1497,61 +1518,61 @@ msgstr "" "Vous ne pouvez changer ces variables. Connectez-vous en tant que root ou " "contactez l'administrateur du serveur." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Changer les paramètres" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Paramètres courants" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titre du graphique" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Différentiel" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Divisé par %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unité" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Depuis le journal des requêtes lentes" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Depuis le journal général" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Le nom de la base de données n'est pas connu pour cette requête dans les " "logs du serveur." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyse des journaux en cours" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" "Analyse et chargement des journaux en cours. Ceci peut prendre un certain " "temps." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Annuler la requête" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1562,7 +1583,7 @@ msgstr "" "de regroupement, donc les autres propriétés des requêtes, comme l'heure de " "début, peuvent différer." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1571,31 +1592,31 @@ msgstr "" "Puisque le groupement des requêtes INSERT a été sélectionné, les requêtes " "INSERT vers une même table sont groupées, peu importe les données insérées." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Fichier journal chargé. Requêtes exécutées dans ce laps de temps : " -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Aller à la table du journal" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Aucune donnée" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Journal analysé, mais aucune donnée trouvée pour ce laps de temps." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyse en cours…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Expliquer les résultats" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1605,58 +1626,58 @@ msgstr "Expliquer les résultats" msgid "Time" msgstr "Moment" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Temps total : " -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profilage des résultats" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Table" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Tableau" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Options de filtrage de la table journal" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtre" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrer les requêtes par mot ou expression régulière : " -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grouper les requêtes en ignorant la partie variable des clauses WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Somme des lignes regroupées : " -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total : " -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Chargement des journaux en cours" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Échec de rafraîchissement de la surveillance" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1665,90 +1686,90 @@ msgstr "" "Le serveur a retourné une réponse invalide. Votre session a probablement " "expiré. Veuillez recharger la page et vous connecter à nouveau." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Recharger la page" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Lignes modifiées : " -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Échec d'analyse du fichier de configuration. Il ne contient pas de code JSON " "valide." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Échec de construction du graphique avec la configuration importée. " "Réinitialisation à la configuration par défaut…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importer" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importer la configuration de surveillance" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Veuillez choisir le fichier à importer." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Aucun fichier disponible sur le serveur pour une importation !" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyser la requête" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Conseiller" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Impact de performance possible" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problème" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recommandation" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Détails de règle" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Alignement" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variable / formule utilisée" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formatage SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1759,59 +1780,59 @@ msgstr "Formatage SQL..." msgid "Cancel" msgstr "Annuler" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Paramètres liés à la page" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Appliquer" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Chargement en cours…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Requête abandonnée !" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Requête en traitement" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Échec de cette requête !" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Erreur dans le traitement de la requête" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Code d'erreur : %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texte de l'erreur : %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Aucune base de données n'a été sélectionnée." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Suppression de la colonne" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Ajout de clé primaire" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1820,61 +1841,61 @@ msgstr "Ajout de clé primaire" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Cliquer pour éliminer ce message" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Changement de nom de la base de données" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copie de la base de données" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Changement du jeu de caractères" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Activer la vérification des clés étrangères" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Impossible d'obtenir le nombre réel de lignes." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "En recherche" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Cacher les résultats de recherche" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Afficher les résultats de recherche" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Affichage en cours" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Destruction en cours" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "La définition d'une fonction doit comporter un énoncé RETURN !" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1884,60 +1905,60 @@ msgstr "La définition d'une fonction doit comporter un énoncé RETURN !" msgid "Export" msgstr "Exporter" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Éditeur ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valeurs pour la colonne %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valeurs pour une nouvelle colonne" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Saisir chaque valeur dans un champ séparé." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Ajouter %d valeur(s)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Note : si le fichier contient plusieurs tables, elles seront combinées." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Cacher zone SQL" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Montrer zone SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Modifier" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1945,40 +1966,40 @@ msgstr "Modifier" msgid "Delete" msgstr "Effacer" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d n'est pas un numéro de ligne valable." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Afficher les valeurs de la table liée" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Aucune requête sauvegardée automatiquement" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variable %d :" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Choisir" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Sélecteur de colonne" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Chercher dans cette liste" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1988,15 +2009,15 @@ msgstr "" "centrales pour la base de données %s comporte des colonnes qui ne sont pas " "présentes dans la table actuelle." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Plus" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Êtes-vous certain ?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2004,52 +2025,52 @@ msgstr "" "Cette action peut changer certaines définitions de colonnes.
Êtes-vous " "sûr de vouloir continuer ?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continuer" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Ajouter une clé primaire" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Une clé primaire a été ajoutée." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Vous êtes redirigé vers l'étape suivante…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "La première étape de la normalisation est terminée pour la table «%s»." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fin d'étape" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Deuxième étape de la normalisation (2FN)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Fermer" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirmer les dépendances partielles" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Les dépendances partielles sélectionnées sont les suivantes :" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2057,21 +2078,21 @@ msgstr "" "Remarque: a, b -> d, f implique que les valeurs des colonnes a et b " "combinées peuvent déterminer les valeurs des colonnes d et f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Pas de dépendances partielles sélectionnées !" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Montrez-moi les dépendances partielles possibles en se basant sur les " "données de la table" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Masquer la liste des dépendances partielles" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2079,40 +2100,40 @@ msgstr "" "Soyez patient ! Cela peut prendre quelques secondes selon la taille des " "données et le nombre de colonnes de la table." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Étape" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Les actions suivantes seront effectuées :" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Supprimer les colonnes %s de la table %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Créer la table suivante :" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Troisième étape de la normalisation (3FN)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirmer les dépendances transitives" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Les dépendances sélectionnées sont les suivantes :" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Aucune dépendance sélectionnée !" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2121,125 +2142,125 @@ msgstr "Aucune dépendance sélectionnée !" msgid "Save" msgstr "Sauvegarder" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Cacher les critères de recherche" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Afficher les critères de recherche" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Recherche en intervalle" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maximum pour la colonne :" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Valeur minimum pour la colonne :" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valeur minimum :" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valeur maximum :" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Cacher les critères de recherche et remplacement" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Afficher les critères de recherche et remplacement" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Chaque point représente une ligne de données." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Survoler un point montrera sa description." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Pour zoomer, sélectionnez une section avec la souris." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Cliquez le lien «Réinitialiser zoom» pour revenir à l'état original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Cliquez sur un point pour visualiser et possiblement éditer la ligne de " "données." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "L'image peut être redimensionnée en faisant glisser le coin inférieur droit." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Sélectionnez deux colonnes" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Sélectionnez deux colonnes différentes" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Données reliées à ce point" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copier" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Point" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Ligne" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygone" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Géométrie" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Anneau intérieur" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Anneau extérieur" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Voulez-vous copier la clé de cryptage ?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Clé de cryptage" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2247,24 +2268,24 @@ msgstr "" "Indique que vous avez fait des modifications à cette page; on vous demandera " "confirmation avant d'abandonner les modifications" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Sélectionnez la clé référencée" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Choisissez la clé étrangère" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Veuillez choisir la clé primaire ou un index unique !" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Colonne descriptive" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2272,77 +2293,77 @@ msgstr "" "Vous n'avez pas sauvegardé les changements. Ils seront perdus si vous ne les " "sauvegardez pas. Voulez-vous continuer ?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nom de la page" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Sauvegarder la page" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Sauvegarder la page en tant que" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Ouvrir la page" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Supprimer la page" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Sans titre" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Veuillez sélectionner une page pour continuer" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Veuillez saisir un nom de page valide" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Voulez-vous enregistrer les modifications dans la page en cours ?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "La page a été correctement supprimée" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exporter un schéma relationnel" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Les modifications ont été sauvegardées" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Ajouter une option pour la colonne «%s»." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objet(s) créé(s)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Exécuter" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Appuyez sur la touche d'échappement pour annuler l'édition." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2350,15 +2371,15 @@ msgstr "" "Vous avez modifier des données non encore sauvegardées, êtes vous sûr de " "vouloir quitter cette page avant de sauvegarder ?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Faire glisser pour réordonner." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Cliquer pour trier les résultats sur cette colonne." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2368,26 +2389,26 @@ msgstr "" "ASC/DESC.
- Ctrl + clic ou Alt + clic (sur Mac : Maj + Option + Clic) " "pour enlever la colonne de la clause ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Cliquer pour marquer/enlever les marques." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Double-cliquez pour copier le nom de la colonne." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Cliquer sur la flèche
pour gérer l'affichage des colonnes." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Tout afficher" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2396,13 +2417,13 @@ msgstr "" "cases à cocher ainsi que les liens Edition, Copie et Supprimer pourrait ne " "plus fonctionner après prise en compte de la modification." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Veuillez saisir une chaîne en hexadécimal valide. Les caractères possibles " "sont 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2410,136 +2431,136 @@ msgstr "" "Voulez-vous vraiment voir toutes les lignes ? Pour une grande table, cela " "pourrait faire planter le navigateur." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Longueur originale" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "annuler" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Arrêts prématurés" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Succès" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "État de l'importation" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Déposez des fichiers ici" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Choisissez d'abord une base de données" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Vous pouvez aussi modifier la plupart des valeurs
en double-cliquant " "directement sur celles-ci." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Vous pouvez aussi modifier la plupart des valeurs
en cliquant " "directement sur celles-ci." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Suivre le lien :" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copier le nom de la colonne." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Faites un clic-droit sur le nom de la colonne pour le copier vers le presse-" "papier." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Générer un mot de passe" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Générer" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Modifier le mot de passe" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "plus" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Montrer le panneau" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Cacher le panneau" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Montrer les éléments de navigation cachés." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Relier au panneau principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Supprimer la liaison au panneau principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Pour filtrer toutes les bases de données sur le serveur, appuyez sur Entrée " "après un terme de recherche" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Pour filtrer tous les %s dans la base de données, appuyez sur Entrée après " "un terme de recherche" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tables" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "vues" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procédures" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "événements" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "fonctions" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "La page demandée n'existe pas dans l'historique, elle peut avoir expiré." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2549,28 +2570,28 @@ msgstr "" "une mise à niveau. La version la plus récente est %s, publiée le %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", dernière version stable : " -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "à jour" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Créer une vue" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Envoyer le rapport d'erreurs" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Soumettre un rapport d'erreurs" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2578,15 +2599,15 @@ msgstr "" "Une erreur JavaScript fatale s'est produite. Désirez-vous envoyer un rapport " "d'erreur ?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Changer les paramètres du rapport" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Montrer les détails du rapport" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2594,7 +2615,7 @@ msgstr "" "Votre exportation est incomplète en raison d'une limite de temps d'exécution " "trop basse au niveau PHP !" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2604,61 +2625,61 @@ msgstr "" "l'envoi, certains des champs pourraient être ignorés, en raison de la " "configuration max_input_vars de PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Des erreurs ont été détectées sur le serveur !" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Veuillez regarder au bas de cette fenêtre." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorer tout" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Selon vos paramètres, ils sont actuellement soumis, veuillez patienter." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Exécuter cette requête à nouveau ?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Voulez-vous vraiment supprimer ce signet ?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" "Une erreur s'est produite lors de l'obtention des informations de débogage " "SQL." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s requêtes exécutées %s fois en %s secondes." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s arguments passés" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Montrer les arguments" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Cacher les arguments" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Temps nécessaire :" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2669,334 +2690,334 @@ msgstr "" "fonctionner correctement pour vous. Dans Safari, ce problème est souvent " "causée par le « Mode de navigation privée »." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Précédent" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Suivant" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Aujourd'hui" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Janvier" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Février" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mars" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Avril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juin" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juillet" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Août" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Septembre" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Octobre" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembre" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Décembre" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Janvier" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Février" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mars" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Avril" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Juin" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Juillet" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Août" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Septembre" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Octobre" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Novembre" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Décembre" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Dimanche" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lundi" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Mardi" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Mercredi" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Jeudi" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Vendredi" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Samedi" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Jeu" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sam" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Je" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sem" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Heure" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minute" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Seconde" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Ce champ est obligatoire" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Corrigez ce champ" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Veuillez saisir une adresse courriel valide" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Veuillez saisir une URL valide" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Veuillez saisir une date valide" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Veuillez saisir une date valide (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Veuillez saisir un nombre valide" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Veuillez saisir un numéro de carte de crédit valide" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Veuillez saisir uniquement des chiffres" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Veuillez saisir la même valeur à nouveau" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Veuillez saisir au maximum {0} caractères" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Veuillez saisir au moins {0} caractères" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Veuillez saisir une valeur d'une longueur entre {0} et {1} caractères" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Veuillez saisir une valeur entre {0} et {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Veuillez saisir une valeur inférieure ou égale à {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Veuillez saisir une valeur supérieure ou égale à {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Veuillez saisir une date ou une heure valide" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Veuillez saisir une valeur hexadécimale valide" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Erreur" @@ -3068,18 +3089,18 @@ msgstr "par heure" msgid "per day" msgstr "par jour" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Le fichier de configuration (%s) est illisible." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Taille du texte" @@ -3098,7 +3119,7 @@ msgid "Requery" msgstr "Exécuter la requête à nouveau" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3107,7 +3128,7 @@ msgstr "Exécuter la requête à nouveau" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3182,7 +3203,7 @@ msgid "History" msgstr "Historique" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3205,7 +3226,7 @@ msgstr "Historique" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Options" @@ -3276,7 +3297,7 @@ msgid "Count:" msgstr "Nombre :" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3330,10 +3351,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Passer au thème sombre" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3341,10 +3362,10 @@ msgstr "Passer au thème sombre" msgid "Ascending" msgstr "Croissant" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3559,125 +3580,126 @@ msgstr "Tout désélectionner" msgid "Inside column:" msgstr "Dans la colonne : " -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Sauvegarder les données modifiées" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurer l'ordre des colonnes" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrer les lignes" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Chercher dans cette table" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Début" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Précédent" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Suivant" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Tout" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Nombre de lignes : " -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Trier sur l'index" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textes réduits" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textes complets" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relations : clés" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relations : colonnes descriptives" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Montrer le contenu binaire" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Montrer le contenu BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Masquer les transformations" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Well Known Text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "La ligne a été effacée." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Supprimer" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Peut être approximatif. Voir [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Votre requête SQL a été exécutée avec succès." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3686,36 +3708,36 @@ msgstr "" "Cette vue contient au moins ce nombre de lignes. Veuillez référer à " "%sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Affichage des lignes %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d au total, %2$d dans la requête" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "total de %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Traitement en %01.4f secondes." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Pour la sélection : " -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3724,24 +3746,24 @@ msgstr "Pour la sélection : " msgid "Check All" msgstr "Tout cocher" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Version imprimable" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Opérations sur les résultats de la requête" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Afficher le graphique" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualiser les données GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Lien absent !" @@ -3868,7 +3890,7 @@ msgstr "Cardinalité" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3878,7 +3900,7 @@ msgid "Collation" msgstr "Interclassement" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Commentaire" @@ -3893,7 +3915,7 @@ msgid "Index %s has been dropped." msgstr "L'index %s a été effacé." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3911,7 +3933,7 @@ msgstr "" "supprimé." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Serveur" @@ -3928,7 +3950,7 @@ msgstr "Vue" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3959,7 +3981,7 @@ msgstr "Insérer" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilèges" @@ -4022,16 +4044,18 @@ msgid "Central columns" msgstr "Colonnes centrales" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bases de données" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Utilisateurs" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Groupes d'utilisateurs" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4106,7 +4130,7 @@ msgid "Could not save favorite table!" msgstr "Impossible de sauvegarder la table préférée !" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Supprimer des tables préférées" @@ -4127,7 +4151,7 @@ msgid "Recent" msgstr "Récentes" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tables préférées" @@ -4766,16 +4790,16 @@ msgstr "Taille maximum: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL a répondu: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Expliquer SQL" @@ -4792,7 +4816,7 @@ msgstr "Analyser les explications au %s" msgid "Without PHP Code" msgstr "Sans source PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Créer source PHP" @@ -4884,6 +4908,10 @@ msgstr "Dernière modification" msgid "Last check" msgstr "Dernière vérification" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Utilisateurs" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Rechercher : " @@ -4978,8 +5006,8 @@ msgstr "NON" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4987,7 +5015,7 @@ msgstr "Nom" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Taille/Valeurs*" @@ -5268,7 +5296,7 @@ msgid "Not a valid port number!" msgstr "Numéro de port invalide !" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valeur incorrecte !" @@ -5279,35 +5307,35 @@ msgstr "Valeur incorrecte !" msgid "Value must be equal or lower than %s!" msgstr "La valeur doit être égale ou plus petite que %s !" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Données manquantes pour %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "non disponible" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "«%s» requiert l'extension %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Importation compressée impossible, fonction manquante (%s)." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Exportation compressée impossible, fonction manquante (%s)." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -5323,7 +5351,7 @@ msgid "Set value: %s" msgstr "Assigner la valeur: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Ramener la valeur par défaut" @@ -5796,7 +5824,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Durée maximum d'exécution" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Utiliser l'énoncé %s" @@ -5805,7 +5833,7 @@ msgstr "Utiliser l'énoncé %s" msgid "Save as file" msgstr "Transmettre" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Jeu de caractères du fichier" @@ -5821,8 +5849,8 @@ msgstr "Compression" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5832,14 +5860,14 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Afficher les noms de colonnes en première ligne" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Colonnes entourées par" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Caractère d'échappement" @@ -5847,8 +5875,8 @@ msgstr "Caractère d'échappement" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Remplacer NULL par" @@ -5856,13 +5884,13 @@ msgstr "Remplacer NULL par" msgid "Remove CRLF characters within columns" msgstr "Enlève les caractères de fin de ligne à l'intérieur des colonnes" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Colonnes terminées par" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Lignes terminées par" @@ -5884,8 +5912,8 @@ msgid "Table name template" msgstr "Modèle de nom de table" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5913,14 +5941,14 @@ msgid "Label key" msgstr "Clé de l'intitulé" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Type MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relations" @@ -5928,110 +5956,116 @@ msgstr "Relations" msgid "Export method" msgstr "Méthode d'exportation" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Sauvegarder sur le serveur" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Écraser les fichiers existants" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Exporter les tables en fichiers séparés" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Se souvenir du modèle de nom de fichier" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Inclure la valeur courante de l'AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Entourer les noms de tables et colonnes de guillemets obliques" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Mode de compatibilité SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Options pour CREATE TABLE : " -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Dates de création/mise à jour/vérification" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Insertions avec délai" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Désactiver la vérification des clés étrangères" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exporter les vues comme des tables" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporter les métadonnées connexes depuis le stockage de configuration de " "phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Ajouter %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Utiliser l'hexadécimal pour une colonne BINARY ou BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Ne pas insérer une ligne faisant doublon avec une clé unique" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntaxe à utiliser lors de l'insertion de données" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Taille maximum de la requête générée" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Type d'exportation" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Utiliser le mode transactionnel" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exporter l'heure en format UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Force des connexions https entre le navigateur et phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forcer les connexions SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6039,166 +6073,164 @@ msgstr "" "Ordre du tri pour les éléments de clé étrangère; [kbd]content[/kbd] signifie " "la donnée référencée, [kbd]id[/kbd] représente la valeur de la clé." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordre dans le menu des clés étrangères" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Un menu déroulant sera utilisé si le nombre de valeurs est inférieur à cette " "limite." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limite pour clé étrangère" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valeur par défaut pour l'option de vérification des clés étrangères dans " "certaines requêtes." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Vérification des clés étrangères :" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Mode de navigation" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personnaliser le mode affichage." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personnaliser les options par défaut." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Développeur" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Paramètres pour les développeurs phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Mode édition" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personnaliser le mode édition." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Valeurs par défaut pour exportation" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personnaliser les valeurs utilisées habituellement." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Fonctionnalités" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Général" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Réglage de quelques options couramment utilisées." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Valeurs par défaut pour importation" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personnaliser les valeurs utilisées habituellement." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importation / exportation" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Configurez les répertoires d'importation et d'exportation ainsi que les " "options de compression." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Options d'affichage des bases de données." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panneau de navigation" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personnaliser l'apparence du panneau de navigation." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Arborescence de navigation" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Personnaliser l'arborescence de navigation." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serveurs" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Options d'affichage des serveurs." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Options d'affichage des tables." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panneau principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Autres paramètres de base" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Paramètres divers." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titres de page" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6207,11 +6239,11 @@ msgstr "" "[doc@faq6-27]documentation[/doc] pour les chaînes magiques pouvant être " "utilisées." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sécurité" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6219,23 +6251,23 @@ msgstr "" "Veuillez noter que phpMyAdmin n'est qu'une interface et que ses " "fonctionnalités ne limitent en rien MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Configuration de base" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Type d'authentification" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Paramètres d'authentification." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuration du serveur" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6243,15 +6275,15 @@ msgstr "" "Configuration avancée, assurez-vous de connaître la signification de ces " "options avant de les modifier." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Entrez les paramètres de connexion au serveur." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Stockage de configurations" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6261,11 +6293,11 @@ msgstr "" "fonctionnalités additionnelles, voir [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] dans la documentation." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Suivi des changements" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6273,109 +6305,109 @@ msgstr "" "Suivi des changements faits dans la base de données. Requiert le stockage de " "configurations phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personnaliser les valeurs pour exportation" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personnaliser les valeurs pour importation" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personnaliser le panneau de navigation" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personnaliser le panneau principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Requêtes SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Boîte de requêtes SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Personnaliser les liens affichés dans les boîtes de requêtes SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Paramètres des requêtes SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Page de départ" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Personnaliser la page de départ." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Structure de base de données" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Choisissez les détails à afficher dans la liste des tables." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Structure de table" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Réglages pour la structure de table (liste des colonnes)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Onglets" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Personnaliser les onglets." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Afficher le schéma relationnel" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Taille du papier" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Champs texte" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personnaliser les champs de saisie." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texte Texy" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personnaliser les options par défaut" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avertissements" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Désactiver certains avertissements affichés." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6383,15 +6415,15 @@ msgstr "" "Active la compression [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] pour les " "opérations d'importation et d'exportation." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Paramètres pour iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6399,11 +6431,11 @@ msgstr "" "Si activé, phpMyAdmin continue le traitement des requêtes multi-énoncés même " "en cas d'échec de l'un des énoncés." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorer les erreurs dans les requêtes multi-énoncés" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6413,27 +6445,27 @@ msgstr "" "point d'être atteinte. Ceci pourrait aider à importer des fichiers " "volumineux, au détriment du respect des transactions." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Permettre l'interruption lors de l'importation" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 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:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Ajouter ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" "Mettre à jour les données lorsque des clés dupliquées sont trouvées lors de " "l'importation" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6441,69 +6473,69 @@ msgstr "" "Format par défaut; soyez conscient que cette liste dépend du contexte (base " "de données, table) et que seul SQL est toujours disponible." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format du fichier d'importation" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Utiliser l'option LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Noms de colonnes en première ligne" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ne pas importer les lignes vides" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importer les valeurs de monnaie ($5.00 devient 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importer les pourcentages en tant que décimales (12.00% devient .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Nombre de requêtes à sauter à partir du début." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Nombre de requêtes à ignorer" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne pas utiliser AUTO_INCREMENT pour la valeur zéro" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Valeur initiale des zones de glissement" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Le nombre de lignes qui peuvent être insérées à la fois." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Nombre de lignes à insérer" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Nombre maximum de caractères affichés dans toute colonne non numérique en " "mode Afficher." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limiter le nombre de caractères dans la colonne" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6512,11 +6544,11 @@ msgstr "" "Si TRUE, la déconnexion se produit pour tous les serveurs; si FALSE, on se " "déconnecte seulement du serveur courant." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Détruire tous les cookies à la déconnexion" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6524,11 +6556,11 @@ msgstr "" "Définit si le nom de l'utilisateur précédent devrait apparaître dans le " "panneau de connexion en mode d'authentification [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Se souvenir du nom d'utilisateur" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6540,49 +6572,49 @@ msgstr "" "conservé que pour la session; ceci est recommandé si l'environnement n'est " "pas digne de confiance." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Stockage du cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Définit pendant combien de temps (en secondes) la connexion demeure valide." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Durée de validité de la connexion en mode cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Doubler la taille de la zone de texte pour les colonnes LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Zone de texte plus grande pour LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Nombre maximum de caractères quand une requête SQL est affichée." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Taille maximum des requêtes SQL affichées" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Les utilisateurs ne peuvent choisir une plus grande valeur" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Nombre maximum de bases de données affichées dans la liste." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Nombre maximum de bases de données" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6590,11 +6622,11 @@ msgstr "" "Le nombre d'éléments qui peuvent être affichés pour chaque page du premier " "niveau de l'arborescence de navigation." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Nombre maximum d'éléments au premier niveau" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6602,11 +6634,11 @@ msgstr "" "Le nombre d'éléments qui peuvent être affichés pour chaque page de " "l'arborescence de navigation." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Nombre maximum d'éléments dans la branche" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6616,19 +6648,19 @@ msgstr "" "« Suivant » et « Précé" "dent » seront affichés." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Nombre maximum de lignes à afficher" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Nombre maximum de tables affichées dans la liste des tables." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Nombre maximum de tables" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6636,43 +6668,43 @@ msgstr "" "Le nombre d'octets qu'un script peut allouer, par exemple [kbd]32M[/kbd] " "([kbd]0[/kbd] signifie illimité)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limite mémoire" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Dans le volet de navigation, remplace l'arborescence de la base de données " "par un sélecteur" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Afficher la navigation de bases de données en tant qu'arborescence" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Relier au panneau principal en mettant en surbrillance la base de données ou " "la table active." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Montrer le logo dans le panneau de navigation." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Affichage du logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "L'URL vers lequel pointera le logo dans le panneau de navigation." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL du lien sous le logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6680,27 +6712,27 @@ msgstr "" "Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Fenêtre-cible pour la page ouverte lors d'un clic sur le logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Montrer le choix de serveurs au haut du panneau de navigation." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Affiche la liste des serveurs" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Cible de l'icône d'accès rapide" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Cible de la deuxième icône d'accès rapide" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6708,15 +6740,15 @@ msgstr "" "Définit le nombre minimum d'éléments (tables, vues, procédures et " "événements) nécessaires pour afficher la boîte de filtrage." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Nombre minimum d'éléments pour afficher la boîte de filtrage" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Nombre minimum de bases de données pour activer le filtre" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6724,160 +6756,151 @@ msgstr "" "Regrouper les éléments dans l'arborescence de navigation (déterminé par le " "séparateur défini dans les onglets Bases de données et Tables ci-haut)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Regrouper les éléments dans l'arborescence" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Chaîne qui sépare les noms de bases de données en niveaux." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Séparateur pour l'arborescence des bases de données" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Chaîne qui sépare les noms de table en niveaux." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Séparateur pour l'arborescence des noms de tables" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Nombre de niveaux pour l'arborescence des tables" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Faire ressortir le nom du serveur dans le panneau de navigation." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Active la surbrillance" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "S'il faut offrir la possibilité d'expansion de l'arborescence dans le " "panneau de navigation." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Permettre l'expansion de l'arborescence dans la navigation" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Afficher les tables dans l'arborescence" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." -msgid "Whether to show tables under database in the navigation tree" -msgstr "Si vous souhaitez afficher les tables dans l'arborescence de navigation" - #: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +msgid "Whether to show tables under database in the navigation tree" +msgstr "" +"Si vous souhaitez afficher les tables dans l'arborescence de navigation" + +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Montrer les vues dans l'arborescence" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Si vous souhaitez afficher les vues dans l'arborescence de navigation" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Montrer les fonctions dans l'arborescence" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Si vous souhaitez afficher les fonctions dans l'arborescence de navigation" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Montrer les procédures dans l'arborescence" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Si vous souhaitez afficher les procédures dans l'arborescence de navigation" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Montrer les événements dans l'arborescence" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" "Si vous souhaitez afficher les événements dans l'arborescence de navigation" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Nombre maximum de tables récentes; mettre 0 pour désactiver." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Le nombre maximum de tables préférées; définir à 0 pour désactiver." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tables récemment utilisées" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Il s'agit des liens Modifier, Copier et Effacer." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "À quel endroit afficher les liens pour chaque ligne de données" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Si vous souhaitez afficher les liens de la ligne même en l'absence d'une clé " "unique." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Afficher les liens de ligne quand même" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Utiliser l'ordre naturel pour trier les noms de tables et de bases de " "données." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordre naturel" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Afficher seulement des icônes, seulement du texte ou les deux." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barre de navigation" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Sert à augmenter la vitesse des transferts HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Tampon de sortie GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6885,19 +6908,19 @@ msgstr "" "[kbd]SMART[/kbd] signifie un ordre décroissant pour les colonnes TIME, DATE, " "DATETIME et TIMESTAMP, et croissant pour les autres." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordre de tri par défaut" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Connexions persistantes au serveur MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Connexions persistantes" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6906,11 +6929,11 @@ msgstr "" "Désactiver l'avertissement affiché sur la page Structure de bases de données " "si l'une des tables du stockage de configurations phpMyAdmin est manquante." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tables manquantes pour le stockage de configurations phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6918,11 +6941,11 @@ msgstr "" "Désactive l'avertissement par défaut qui est affiché lorsqu'un écart entre " "la version de la bibliothèque et du serveur MySQL est détecté." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Avertissement d'écart Serveur/bibliothèque" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6930,27 +6953,27 @@ msgstr "" "Désactiver l'avertissement affiché sur la page Structure de bases de données " "si une des colonnes utilise un mot réservé MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Avertissement de mot réservé MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Comment afficher les onglets de menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Comment afficher divers liens d'action" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Empêche l'édition des colonnes BLOB et BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protéger les colonnes avec contenu binaire" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6960,109 +6983,109 @@ msgstr "" "configurations phpMyAdmin). Si désactivé, utilise Javascript pour afficher " "un historique temporaire (sera perdu à la fermeture de la fenêtre)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Historique permanent des requêtes" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Le nombre de requêtes à conserver dans l'historique." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Taille de l'historique" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Détermine quelles fonctions seront utilisées pour effectuer la conversion " "des caractères." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Moteur de conversion" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "En affichant les tables, l'ordre de tri de chaque table est mémorisé." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Mémoriser l'ordre de tri de la table" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Ordre de tri par défaut pour les tables comportant une clé primaire." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Ordre de tri par défaut pour la clé primaire" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Répète les en-têtes toutes les X cellules, [kbd]0[/kbd] désactive ceci." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Répéter les en-têtes" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Édition de grille : action de déclenchement" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Affichage relationnel" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Pour les options d'affichage" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" "Édition de grille : sauvegarder en une étape tous les éléments modifiés" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" "Répertoire où les exportations peuvent être sauvegardées sur le serveur." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Répertoire de sauvegarde" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Laisser vide si non utilisé." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordre d'autorisation des serveurs" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Laisser vide pour la valeur par défaut." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Règles d'autorisation des serveurs" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permettre les connexions sans fournir de mot de passe" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permettre une connexion à root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Fuseau horaire pour la session" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7070,16 +7093,16 @@ msgstr "" "Définit le décalage réel; possiblement différent de celui de votre serveur " "de base de données" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Domaine de protection à afficher lors d'une authentification HTTP Basic." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Domaine de protection HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7089,19 +7112,19 @@ msgstr "" "com]l'authentification matérielle Swekey[/a] (ne pas placer sous la racine " "des documents; suggestion : /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Fichier de configuration SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Type d'authentification." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Type d'authentification" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7109,11 +7132,11 @@ msgstr "" "Laisser vide pour désactiver le support des [a@http://wiki.phpmyadmin.net/" "pma/bookmark]signets[/a], suggestion : [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Table pour signets" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7121,33 +7144,33 @@ msgstr "" "Laisser vider pour désactiver les commentaires sur les colonnes et les types " "MIME; suggestion : [kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Table pour informations sur les colonnes" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Comprime la connexion au serveur MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Utiliser le mode compression sur la connexion" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Comment se connecter au serveur, utilisez [kbd]tcp[/kbd] si vous êtes dans " "le doute." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Type de connexion" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Mot de passe de l'utilisateur de contrôle" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7155,11 +7178,11 @@ msgstr "" "Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki." "phpmyadmin.net/pma/controluser] notre wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Utilisateur de contrôle" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7167,11 +7190,11 @@ msgstr "" "Un serveur alternatif pour le stockage des configurations; laisser vide pour " "utiliser le serveur déjà défini." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Serveur de contrôle" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7181,15 +7204,15 @@ msgstr "" "configurations ; laisser vide pour utiliser le port par défaut ou déjà " "défini si le serveur est serveur de contrôle." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Port de contrôle" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Masquer les bases dont le nom correspond à l'expression (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7197,15 +7220,15 @@ msgstr "" "Voir [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]ce bogue phpMyAdmin[/" "a] et [a@http://bugs.mysql.com/19588]ce bogue MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Empêcher l'accès à INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Masquer les bases de données" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7213,23 +7236,23 @@ msgstr "" "Laisser vider pour désactiver l'historique des requêtes SQL, suggestion : " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tables pour historique des requêtes SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Le nom du serveur sur lequel MySQL est en exécution." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nom du serveur" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL pour quitter" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7237,15 +7260,15 @@ msgstr "" "Limite le nombre de préférences de tables qui sont stockées dans la base de " "données, les entrées les plus anciennes sont automatiquement effacées." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Nombre maximum de préférences de tables à conserver" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Table pour les signets de recherche sauvegardés" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7253,11 +7276,29 @@ msgstr "" "Laisser vider pour désactiver le support des recherches sauvegardées, " "suggestion : [kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exporter les vues comme des tables" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Laisser vider pour désactiver le support des schémas en PDF, suggestion : " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Table pour les colonnes centrales" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7265,15 +7306,15 @@ msgstr "" "Laisser vider pour désactiver les colonnes centrales, suggestion : " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Essayer de se connecter sans mot de passe." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Connexion sans mot de passe" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7283,31 +7324,31 @@ msgstr "" "caractère d'échappement si vous les employez de manière littérale, par " "exemple [kbd]'ma\\_base'[/kbd] et non [kbd]'ma_base'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Restreindre la liste des bases de données" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" "Laisser vide si vous n'utilisez pas la méthode d'authentification config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Mot de passe pour méthode config" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Laisser vider pour désactiver le support des schémas en PDF, suggestion : " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Table pour décrire les schémas en PDF" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7317,22 +7358,22 @@ msgstr "" "Voir [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Laisser vider pour " "désactiver. Suggestion : [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nom de base de données" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur " "par défaut." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7340,11 +7381,11 @@ msgstr "" "Laisser vide pour ne pas conserver de manière «persistante» les tables " "récemment utilisées; suggestion : [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Table récemment utilisée" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7352,11 +7393,11 @@ msgstr "" "Laisser vide pour ne pas conserver de manière «persistante» les tables " "préférées; suggestion : [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Table pour les tables préférées" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7364,11 +7405,11 @@ msgstr "" "Laisser vider pour désactiver le support [a@http://wiki.phpmyadmin.net/pma/" "relation]relationnel[/a], suggestion : [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Table relationnelle" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7376,44 +7417,44 @@ msgstr "" "Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] pour un exemple." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nom de session pour méthode signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL pour connexion" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Interface de connexion du serveur MySQL, laisser vide pour utiliser la " "valeur par défaut." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Interface de connexion socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Utiliser SSL pour la connexion au serveur MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Utiliser SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" "Laisser vider pour désactiver, suggestion : [kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Table pour coordonnées du schéma en PDF et du concepteur" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7421,11 +7462,11 @@ msgstr "" "Sert à définir les colonnes descriptives, laisser vide pour désactiver; " "suggestion : [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Table pour colonnes descriptives" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7433,11 +7474,11 @@ msgstr "" "Laisser vider pour ne pas conserver les préférences d'interface de tables de " "manière «persistante»; suggestion : [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Table de stockage des préférences d'interface de table" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7445,11 +7486,11 @@ msgstr "" "Définit si un énoncé DROP DATABASE IF EXISTS sera ajouté en première ligne " "du journal lors de la création d'une base de données." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Ajouter DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7457,11 +7498,11 @@ msgstr "" "Définit si un énoncé DROP TABLE IF EXISTS sera ajouté en première ligne du " "journal lors de la création d'une table." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Ajouter DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7469,21 +7510,21 @@ msgstr "" "Définit si un énoncé DROP VIEW IF EXISTS sera ajoutée en première ligne dans " "le journal lors de la création de la vue." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Ajouter DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Définit la liste des énoncés que le mécanisme d'auto-création utilise pour " "les nouvelles versions." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Énoncés à suivre" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7491,11 +7532,11 @@ msgstr "" "Laisser vide pour désactiver le suivi des changements SQL; suggestion : " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Table pour le suivi des changements SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7503,11 +7544,11 @@ msgstr "" "Définit si le mécanisme de suivi crée automatiquement des versions pour les " "tables et les vues." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Création automatique de versions" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7515,11 +7556,11 @@ msgstr "" "Laisser vide pour désactiver les préférences utilisateur; suggestion : " "[kbd]pma__config[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Table de stockage des préférences utilisateur" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7529,11 +7570,11 @@ msgstr "" "d'activer les menus configurables; si vous laissez l'un ou d'autre vide, " "cette fonctionnalité sera désactivée, suggestion : [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Table des utilisateurs" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7543,11 +7584,11 @@ msgstr "" "menus configurables; si vous laissez l'un ou d'autre vide, cette " "fonctionnalité sera désactivée, suggestion : [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Table des groupes d'utilisateurs" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7556,15 +7597,15 @@ msgstr "" "d'afficher les éléments de navigation; suggestion : " "[kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Table contenant les éléments de navigation cachés" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Utilisateur pour méthode config" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7572,19 +7613,19 @@ msgstr "" "Une description conviviale de ce serveur. Laisser vide pour utiliser à la " "place le nom du serveur." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nom à afficher pour ce serveur" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Si on devrait montrer un bouton «Tout afficher»." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permettre l'affichage de toutes les lignes" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7594,57 +7635,57 @@ msgstr "" "cependant on peut exécuter un changement de mot de passe manuellement avec " "la commande appropriée." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Afficher le dialogue de changement de mot de passe" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Afficher le formulaire de création de base de données" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Montrer ou cacher une colonne affichant les commentaires pour toutes les " "tables." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Montrer les commentaires de table" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Montrer ou cacher une colonne contenant la date de création pour toutes les " "tables." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Montrer la date de création" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Montrer ou cacher une colonne contenant la date de dernière mise à jour pour " "toutes les tables." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Montrer la date de dernière mise à jour" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Montrer ou cacher une colonne contenant la date de dernière vérification " "pour toutes les tables." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Montrer la date de dernière vérification" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7652,27 +7693,27 @@ msgstr "" "Définit si les champs des types de données MySQL doivent être affichés en " "mode modification/insertion." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Montrer les champs de type de données" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "En insertion ou édition, montrer la colonne contenant les fonctions." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Montrer les fonctions" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Afficher ou non les explications." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Montrer les explications" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7680,57 +7721,57 @@ msgstr "" "Montre un lien vers le résultat de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Afficher un lien vers phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Afficher les informations détaillées sur le serveur MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Détermine si les requêtes SQL générées par phpMyAdmin devraient être " "affichées." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Afficher les requêtes SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Détermine si la boîte de requêtes devrait rester afficher après exécution." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Conserver la boîte de requêtes" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Affiche les statistiques sur les bases de données et les tables (espace " "utilisé)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Afficher les statistiques" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marque les tables utilisées et rend possible l'affichage des bases de " "données comportant des tables verrouillées." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Saute les tables verrouillées" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7738,11 +7779,11 @@ msgstr "" "Désactiver l'avertissement par défaut qui s'affiche sur la page d'accueil si " "Suhosin est détecté." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Avertissement Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7752,11 +7793,11 @@ msgstr "" "paramètre PHP session.gc_maxlifetime est moindre que celle de " "`LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Durée de validité de la connexion en mode cookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7764,11 +7805,11 @@ msgstr "" "Taille des zones de texte (colonnes) en mode édition, cette valeur sera " "augmentée pour les zones SQL (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Taille horizontale pour une zone de texte" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7776,32 +7817,32 @@ msgstr "" "Taille des zones de texte (lignes) en mode édition, cette valeur sera " "augmentée pour les zones SQL (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Taille verticale pour une zone de texte" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" "Titre de la fenêtre de navigateur quand une base de données est choisie." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titre de la fenêtre de navigateur quand rien n'est choisi." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Titre par défaut" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titre de la fenêtre du navigateur quand un serveur est choisi." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titre de la fenêtre du navigateur quand une table est choisie." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7813,29 +7854,29 @@ msgstr "" "Forwarded-For) provient du serveur 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste des serveurs mandataires de confiance en vue de IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "Répertoire sur le serveur, dans lequel vous téléchargez des fichiers en vue " "de les importer." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Répertoire de téléchargement" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permet la recherche dans la base de données au complet." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Permet une recherche dans toute la base de données" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7843,26 +7884,26 @@ msgstr "" "Si désactivé, les utilisateurs ne peuvent régler aucune des options ci-bas, " "peu importe la case à cocher à droite." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Active le menu Développeur dans les paramètres" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Vérifier la présence d'une nouvelle version" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Active la vérification de version sur la page principale." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Vérification de version" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7875,11 +7916,11 @@ msgstr "" "installé n'a pas d'accès direct à Internet. Le format est «nom de serveur:" "numéro de port»." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL du serveur mandataire" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7890,19 +7931,19 @@ msgstr "" "fourni, l'authentification de base sera utilisée. Aucun autre type " "d'authentification n'est permis pour le moment." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Utilisateur du serveur mandataire" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Le mot de passe pour s'authentifier sur le serveur mandataire." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Mot de passe du serveur mandataire" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7910,35 +7951,35 @@ msgstr "" "Active la compression [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/" "a] pour les opérations d'importation et d'exportation." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Saisissez la clé publique du service reCaptcha pour votre domaine." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Clé publique pour reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Saisissez la clé privée du service reCaptcha pour votre domaine." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Clé privée pour reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Choisissez l'action par défaut lors de l'envoi des rapports d'erreurs." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Envoyer le rapport d'erreurs" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7946,11 +7987,11 @@ msgstr "" "Les requêtes sont exécutées en appuyant sur Entrée (au lieu de Ctrl + " "Entrée). De nouvelles lignes seront insérées avec Maj + Entrée." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "La touche Entrée exécute les requêtes dans la console" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7958,7 +7999,7 @@ msgstr "" "Activer le mode Configuration automatique qui vous permet de mettre en place " "automatiquement les tables de configuration de stockage phpMyAdmin." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Activer le mode de Configuration automatique" @@ -7984,47 +8025,74 @@ msgstr "Mode d'authentification « HTTP »" msgid "Signon authentication" msgstr "Mode d'authentification « signon »" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV via LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Tableur OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rapide" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personnalisé" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Options d'exportation des bases de données" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV pour MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texte OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Requête SQL manquante." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Aucune colonne numérique n'existe dans la table." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Rien à afficher" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "La table %1$s a été modifiée avec succès." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "La colonne descriptive a été correctement modifiée." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Les relations internes ont été correctement modifiées." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8039,12 +8107,12 @@ msgstr "possible attaque récursive" msgid "No change" msgstr "Pas de modifications" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Voyez %snotre documentation%s pour plus de détails." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8098,6 +8166,7 @@ msgid "Create database" msgstr "Créer une base de données" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Créer" @@ -8111,7 +8180,7 @@ msgid "No Privileges" msgstr "Aucun privilège" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Nouvelle table" @@ -8123,50 +8192,94 @@ msgstr "Nombre de colonnes" msgid "Could not load export plugins, please check your installation!" msgstr "Erreur lors du chargement des modules d'exportation !" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportation des bases de données depuis le serveur courant" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportation des tables depuis la base de données «%s»" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportation des lignes de la table «%s»" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Méthode d'exportation : " +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Type d'exportation" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Modèle de nom de fichier : " + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nom de la table" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Modèle de nom de fichier : " + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Taux d'écriture des tables temporaires sur disque" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Mis à jour" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Choisissez une table" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Méthode d'exportation" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rapide - n'afficher qu'un minimum d'options" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personnalisée - afficher toutes les options possibles" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de données : " -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Table(s) : " -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format : " -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Options spécifiques au format : " -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8174,52 +8287,52 @@ msgstr "" "Faites défiler la page pour compléter les options du format choisi et " "ignorez les options des autres formats." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversion de l'encodage : " -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Lignes : " -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Exporter quelques lignes" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Ligne de début : " -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Exporter toutes les lignes" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Sortie : " -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Sauvegarder sur le serveur dans le répertoire %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Modèle de nom de fichier : " -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ sera remplacé par le nom du serveur" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ sera remplacé par le nom de la base de données" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ sera remplacé par le nom de la table" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8231,74 +8344,72 @@ msgstr "" "vont se produire: %3$s. Tout autre texte sera conservé tel quel. Se référer " "au %4$sFAQ%5$s pour les détails." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "utiliser ceci pour les futures exportations" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Jeu de caractères du fichier : " -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compression : " -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "«zippé »" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "«gzippé»" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Afficher les résultats" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Exporter les bases de données en fichiers séparés" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Exporter les tables en fichiers séparés" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Renommer les bases de données / tables / colonnes exportées" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Diriger la sortie vers un fichier" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Ignorer les tables de taille plus grande que" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Choisissez une base de données" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Choisissez une table" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nouveau nom pour la base de données" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nouveau nom de table" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Ancien nom de colonne" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nouveau nom de colonne" @@ -8863,7 +8974,7 @@ msgid "Dump has been saved to file %s." msgstr "Le fichier d'exportation a été sauvegardé sous %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a retourné un résultat vide (aucune ligne)." @@ -8944,7 +9055,7 @@ msgstr "Cacher" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Fonction" @@ -9022,7 +9133,7 @@ msgstr "" "pour aller n'importe où" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9285,7 +9396,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Une erreur s'est produite lors du chargement du panneau de navigation" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Groupes :" @@ -9453,7 +9563,7 @@ msgstr "Nouveau déclencheur" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vues" @@ -9782,222 +9892,233 @@ msgstr "Aucune dépendance partielle trouvée !" msgid "Rename database to" msgstr "Renommer la base de données comme suit" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Vous n'êtes pas autorisé à accéder à cette page !" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Ajuster les privilèges" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "La base de données %s a été effacée." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Supprimer la base de données" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Supprimer la base de données (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Structure seule" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Structure et données" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Données seulement" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copier la base de données vers" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Faire CREATE DATABASE avant la copie" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Inclure les contraintes de clés étrangères" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Aller à la base de données copiée" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Ordonner la table par" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(à refaire après insertions/destructions)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Déplacer la table vers (base.table)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Changer le nom de la table pour" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Commentaires sur la table" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Options pour cette table" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Moteur de stockage" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Changer le classement de toutes les colonnes" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copier la table vers (base.table)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Aller à la table copiée" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Maintenance de la table" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyser la table" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Vérifier la table" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Table de somme de contrôle" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Défragmenter la table" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "La table %s a été rechargée." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Recharger la table (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiser la table" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Réparer la table" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Supprimer les données ou la table" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Vider la table (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Supprimer la table (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyser" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Vérifier" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimiser" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstruire" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Réparer" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Tronquer" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Unifier" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Gestion des partitions" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partition %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Supprimer le partitionnement" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Vérifier l'intégrité référentielle : " -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "On ne peut déplacer la table sur elle-même !" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "On ne peut copier la table sur elle-même !" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La table %s a été déplacée vers %s. Les privilèges ont été ajustés." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La table %s a été copiée vers %s. Les privilèges ont été ajustés." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "La table %s a été déplacée vers %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "La table %s a été copiée vers %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Le nom de la table est vide !" @@ -10194,7 +10315,7 @@ msgstr "Événement" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Définition" @@ -11169,25 +11290,30 @@ msgid "Managing Central list of columns" msgstr "Gestion de la liste centrale de colonnes" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Se souvenir des paramètres du Concepteur" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Type d'exportation invalide" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Guide rapide de configuration des fonctions avancées : " -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Créez les tables requises au moyen de %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Créez un utilisateur pma et donnez-lui accès à ces tables." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11196,17 +11322,17 @@ msgstr "" "(config.inc.php), en vous basant par exemple sur config." "sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Reconnectez-vous à phpMyAdmin afin d'utiliser le fichier de configuration " "modifié." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "pas de description" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11217,7 +11343,7 @@ msgstr "" "base de données pour y mettre en place la configuration de stockage " "phpMyAdmin." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11226,7 +11352,7 @@ msgstr "" "%sCréer%s une base de données nommée « phpmyadmin » et la configuration du " "stockage de phpMyAdmin dans cette base." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11234,7 +11360,7 @@ msgstr "" "%sCréer%s le stockage de configurations phpMyAdmin dans la base de données " "active." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11429,6 +11555,7 @@ msgstr "Nom d'utilisateur : " #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nom d'utilisateur" @@ -11587,10 +11714,10 @@ msgid "Master server changed successfully to %s." msgstr "Le serveur maître est maintenant %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11611,7 +11738,7 @@ msgstr "L'événement %1$s a été modifié." msgid "Event %1$s has been created." msgstr "L'événement %1$s a été créé." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Au moins une erreur s'est produite lors du traitement de la requête :" @@ -11620,7 +11747,8 @@ msgstr "Au moins une erreur s'est produite lors du traitement de la requête :" msgid "Edit event" msgstr "Modifier l'événement" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Détails" @@ -11634,7 +11762,7 @@ msgid "Event type" msgstr "Type d'évènement" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Changer pour %s" @@ -11662,13 +11790,13 @@ msgid "On completion preserve" msgstr "Suite à l'exécution, conserver" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Créateur" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Le définisseur doit suivre le format «utilisateur@machine» !" @@ -11694,9 +11822,9 @@ msgid "You must provide an event definition." msgstr "Vous devez fournir une définition pour l'événement." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Erreur dans le traitement de la requête : " @@ -11733,89 +11861,95 @@ msgstr "" "ces problèmes." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Type de procédure invalide : «%s»" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Désolé, il a été impossible de restaurer la procédure." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "La procédure %1$s a été modifiée. Les privilèges ont été ajustés." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "La procédure %1$s a été modifiée." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "La procédure %1$s a été créée." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Modifier une procédure" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nom de la procédure" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Paramètres" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direction" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Ajouter un paramètre" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Supprimer le dernier paramètre" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Type retourné" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Taille/Valeurs à retourner" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Options de retour" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Est déterministe" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Type de sécurité" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Accès aux données SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Vous devez fournir un nom pour la procédure !" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "La direction «%s» fournie pour le paramètre est invalide." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11823,37 +11957,37 @@ msgstr "" "Vous devez fournir une longueur ou une valeur pour les paramètres de type " "ENUM, SET, VARCHAR et VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Vous devez fournir un nom et un type pour chacun des paramètres." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Vous devez fournir un type de retour valable pour la procédure." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Vous devez fournir une définition pour la procédure." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Résultats de l'exécution de la procédure %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d ligne a été affectée par le dernier énoncé de la procédure." msgstr[1] "%d lignes ont été affectées par le dernier énoncé de la procédure." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Exécuter la procédure" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Paramètres de procédure" @@ -12425,12 +12559,16 @@ msgid "You have revoked the privileges for %s." msgstr "Vous avez révoqué les privilèges pour %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Ajouter un utilisateur" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Ajouter un groupe d'utilisateurs" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Base de données pour cet utilisateur" #: libraries/server_privileges.lib.php:1946 @@ -12459,9 +12597,7 @@ msgid "User has been added." msgstr "La vue %s a été supprimée." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12537,11 +12673,15 @@ msgstr "" "… supprimer l'ancien utilisateur, puis recharger les privilèges au serveur." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Changement des informations de connexion / Copie d'utilisateur" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Créer un nouvel utilisateur avec les mêmes privilèges et …" #: libraries/server_privileges.lib.php:3036 @@ -12561,7 +12701,9 @@ msgid "Add privileges on the following table:" msgstr "Ajouter des privilèges sur cette table : " #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Effacer les utilisateurs sélectionnés" #: libraries/server_privileges.lib.php:3376 @@ -12597,30 +12739,38 @@ msgstr "Vous avez modifié les privilèges pour %s." msgid "Deleting %s" msgstr "Destruction de %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Les privilèges ont été rechargés." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "L'utilisateur %s existe déjà !" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilèges pour %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nouvel utilisateur" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Changer les privilèges : " -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Groupe d'utilisateurs" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12628,11 +12778,13 @@ msgstr "" "Remarque : Vous tentez de modifier les privilèges de l'utilisateur avec " "lequel vous êtes actuellement connecté." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Survol des utilisateurs" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12645,11 +12797,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Vous avez ajouté un utilisateur." @@ -13965,7 +14117,7 @@ msgstr "Identificateur invalide" msgid "Unknown Punctuation String" msgstr "Ponctuation invalide" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "La table %s a été vidée." @@ -13978,13 +14130,13 @@ msgstr "Le suivi est actif." msgid "Tracking is not active." msgstr "Le suivi n'est pas activé." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "La vue %s a été supprimée." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "La table %s a été effacée." @@ -14196,39 +14348,34 @@ msgstr "Espace utilisé" msgid "Effective" msgstr "Effectif" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" "La table %1$s a été modifiée avec succès. Les privilèges ont été ajustés." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "La table %1$s a été modifiée avec succès." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Erreur de requête" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Les colonnes ont été déplacées avec succès." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Ajouter aux tables préférées" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "La liste des tables favorites est pleine !" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Affichage des requêtes de création" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Vue relationnelle" @@ -14700,18 +14847,6 @@ msgstr "Aucune version stable plus récente n'est disponible" msgid "Wrong data" msgstr "Données incorrectes" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Rien à afficher" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Requête SQL manquante." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Aucune colonne numérique n'existe dans la table." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14722,7 +14857,7 @@ msgstr "La base de données «%s» n'existe pas." msgid "Table %s already exists!" msgstr "La table %s existe déjà !" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Afficher le schéma de la table" @@ -14730,27 +14865,19 @@ msgstr "Afficher le schéma de la table" msgid "Invalid table name" msgstr "Nom de table invalide" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Les relations internes ont été correctement modifiées." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "La colonne descriptive a été correctement modifiée." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Ligne : %1$s, Colonne : %2$s, Erreur : %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "L'identifiant '%s' est un mot-clé MySQL réservé." msgstr[1] "Les identifiants '%s' sont des mots-clés MySQL réservés." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Aucune colonne n'a été sélectionnée." @@ -14931,7 +15058,7 @@ msgid "subquery" msgstr "sous-requête" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Nouvelle relation" @@ -14995,13 +15122,13 @@ msgstr "Nouvelle page" msgid "Delete pages" msgstr "Supprimer les pages" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Recharger" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Aide" @@ -15247,35 +15374,35 @@ msgstr "Titre du graphique" msgid "X-Axis:" msgstr "Axe des X : " -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Séries : " -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Intitulé pour l'axe des X :" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valeurs en X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Intitulé pour l'axe des Y :" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Les noms de la série sont dans une colonne" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Colonne pour la série :" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Colonne pour la valeur :" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Enregistrer le graphique en tant qu'image" @@ -16691,6 +16818,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Le paramètre concurrent_insert a une valeur de 0" +#~ msgid "Add user" +#~ msgstr "Ajouter un utilisateur" + +#~ msgid "Export Method:" +#~ msgstr "Méthode d'exportation : " + #~ msgid "No data found for GIS visualization." #~ msgstr "Données non disponibles pour visualisation GIS." @@ -16922,11 +17055,6 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0" #~ msgid "pdf export page" #~ msgstr "Type d'exportation invalide" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Type d'exportation invalide" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/fy.po b/po/fy.po index 71542b9cb8..dbfa8b1f31 100644 --- a/po/fy.po +++ b/po/fy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-04-15 22:05+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Frisian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Systeemûnthâld" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Systeemwikseltriem" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Totaal ûnthâld" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Totaal wikseltriem" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Ferbinings" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(len)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Questions" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Ferkear" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Ynstellingen" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1312,47 +1328,47 @@ msgstr "" msgid "None" msgstr "Gjin" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1360,136 +1376,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Ynstellingen wizigjen" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Hjoeddeistige ynstellingen" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Grafyktitel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Ferskil" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Ienheid" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Gjin gegevens fûn" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1499,144 +1515,144 @@ msgstr "" msgid "Time" msgstr "Tiid" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Totale tiid:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafyk" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totaal:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Ymportearje" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Probleem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Rjochtfeardiging" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1647,61 +1663,61 @@ msgstr "" msgid "Cancel" msgstr "Annulearje" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Ynstellingen wizigjen" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Tapasse" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Flaterkoade: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Flateromskriuwing: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1710,61 +1726,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1774,59 +1790,59 @@ msgstr "" msgid "Export" msgstr "Eksportearje" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Bewurkje" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1834,164 +1850,164 @@ msgstr "Bewurkje" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Fariabel" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Sykje yn dizze list" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Mear" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Binne jo wis?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Klear" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Stap" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2000,407 +2016,407 @@ msgstr "" msgid "Save" msgstr "Bewarje" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Kolommaksimum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Kolomminimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimumwearde:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksimumwearde:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometry" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Fersiferingskaai" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sidenamme" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Side bewarje" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Side bewarje" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Ferstjoere" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "annulearje" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Wachtwurd generearje" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generearje" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Wachtwurd wizigjen" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mear" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabellen" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Overview" msgid "views" msgstr "Oersjoch" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Prosedueres" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "barren" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funksjes" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2408,444 +2424,444 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tabelopmerkings" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Folgjende" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hjoed" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "jannewaris" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "febrewaris" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "maart" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "maaie" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "juny" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "july" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "augustus" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "septimber" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "novimber" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "desimber" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "des" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "snein" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "moandei" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "tiisdei" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "woansdei" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "tongersdei" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "freed" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "sneon" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "si" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "mo" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "ti" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "wo" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "to" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "fr" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "so" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "si" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "mo" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "ti" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "wo" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "so" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wike" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Oere" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minút" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekonde" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Search in database" msgid "Please enter a valid date" msgstr "Sykje yn de database" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Flater" @@ -2913,16 +2929,16 @@ msgstr "per oere" msgid "per day" msgstr "per dei" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Lettertypegrutte" @@ -2941,7 +2957,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2950,7 +2966,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3025,7 +3041,7 @@ msgid "History" msgstr "Skiednis" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3048,7 +3064,7 @@ msgstr "Skiednis" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opsjes" @@ -3135,7 +3151,7 @@ msgid "Count:" msgstr "Oantal" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3187,10 +3203,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3198,10 +3214,10 @@ msgstr "" msgid "Ascending" msgstr "Oprinnend" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3412,161 +3428,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Begjin" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Folgjende" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alle" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Oantal rigen:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Folsleine teksten" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relasjonele kaai" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3575,24 +3592,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3712,7 +3729,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3722,7 +3739,7 @@ msgid "Collation" msgstr "Kollaasje" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Opmerking" @@ -3737,7 +3754,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3753,7 +3770,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3770,7 +3787,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3801,7 +3818,7 @@ msgstr "Ynfoegje" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Rjochten" @@ -3864,16 +3881,18 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databases" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Brûkers" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Brûkersgroepen" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -3948,7 +3967,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3969,7 +3988,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4529,16 +4548,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4555,7 +4574,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4648,6 +4667,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Brûkers" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Sykje:" @@ -4738,8 +4761,8 @@ msgstr "NEE" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4747,7 +4770,7 @@ msgstr "Namme" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5028,7 +5051,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5039,35 +5062,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5082,7 +5105,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5477,7 +5500,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5486,7 +5509,7 @@ msgstr "" msgid "Save as file" msgstr "Bewarje as triem" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5502,8 +5525,8 @@ msgstr "Kompresje" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5513,14 +5536,14 @@ msgstr "Kompresje" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5528,8 +5551,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5537,13 +5560,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5565,8 +5588,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5594,14 +5617,14 @@ msgid "Label key" msgstr "Labelkaai" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relaasjes" @@ -5609,568 +5632,574 @@ msgstr "Relaasjes" msgid "Export method" msgstr "Eksportearmetoade" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Bewarje op server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table names" +msgid "Export as separate files" +msgstr "Tabelnammen eksportearje" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL-kompatibiliteitsmoadus" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s tafoegje" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Eksporteartiid in UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Untwikkelder" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Opsjes" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Algemien" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Ymportearje / eksportearje" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigaasjepaniel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigaasjepaniel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servers" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Haadpaniel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sidetitels" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serverkonfiguraasje" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-queries" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL-queryfjild" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Databasestruktuer" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabelstruktuer" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papierformaat" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstfjilden" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Warskôgings" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Faluta ymportearje ($5.00 nei 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6178,589 +6207,589 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Unthâldlimyt" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Table comments" msgid "Show tables in tree" msgstr "Tabelopmerkings" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Procedures" msgid "Show procedures in tree" msgstr "Prosedueres" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Natuerlike folchoarder" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational key" msgid "Relational display" msgstr "Relasjonele kaai" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessywearde" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey-konfiguraasjetriem" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Blêdwizertabel" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -6768,526 +6797,538 @@ msgstr "" "Mear ynformaasje op [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA-" "bugtracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL-queryskiednistabel" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Serverhostnamme" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export table names" +msgid "Export templates table" +msgstr "Tabelnammen eksportearje" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "User groups table" msgid "Central columns table" msgstr "Brûkersgroepentabel" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Databasenamme" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Serverpoarte" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorites" msgid "Favorites table" msgstr "Favoriten" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relaasjetabel" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Serversocket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Brûkerstabel" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Brûkersgroepentabel" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabelopmerkings" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin-warskôging" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Standerttitel" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7295,52 +7336,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Ferzjekontrôle" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7348,80 +7389,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy url" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxy brûkersnamme" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxy wachtwurd" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7445,47 +7486,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-rekkenblêd" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Oanpast" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV foar MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument-tekst" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7500,12 +7568,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7555,6 +7623,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7568,7 +7637,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7580,101 +7649,137 @@ msgstr "Oantal kolommen" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksportearmetoade:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export contents" +msgid "Export templates:" +msgstr "Eksportearynhâld" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "New page" +msgid "New template:" +msgstr "Nije side" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabelnamme" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Eksportearmetoade" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Database(s):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabel(len):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Opmaak:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rigen:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Utfier:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7682,74 +7787,74 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresje:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table names" msgid "Export tables as separate files" msgstr "Tabelnammen eksportearje" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nije databasenamme" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nij tabelnamme" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Alde kolomnamme" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nije kolomnamme" @@ -8237,7 +8342,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8312,7 +8417,7 @@ msgstr "Ferbergje" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksje" @@ -8386,7 +8491,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8819,7 +8924,7 @@ msgstr "Nij" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9094,228 +9199,237 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Rjochten bewurkje" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktuer en gegevens" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabelopmerkings" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabelopsjes" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabelûnderhâld" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Users table" msgid "Checksum table" msgstr "Brûkerstabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Tabel optimalisearje" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparearje tabel" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analysearje" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Kontrolearje" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimalisearje" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparearje" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Gearteare" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partysje %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9502,7 +9616,7 @@ msgstr "Barren" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definysje" @@ -10392,54 +10506,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "gjin beskriuwing" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10611,6 +10729,7 @@ msgstr "Brûkersnamme:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Brûkersnamme" @@ -10763,10 +10882,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10787,7 +10906,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10796,7 +10915,8 @@ msgstr "" msgid "Edit event" msgstr "Barren bewurkje" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Details" @@ -10810,7 +10930,7 @@ msgid "Event type" msgstr "Barrentype" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10838,13 +10958,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10870,9 +10990,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10905,125 +11025,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Routine bewurkje" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Routinenamme" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parameters" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Rjochting" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Parameter tafoegje" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Befeiligingstype" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Routineparameters" @@ -11561,13 +11687,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Brûker tafoegje" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database structure" +msgid "Database for user account" +msgstr "Databasestruktuer" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11593,9 +11723,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11670,11 +11798,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11694,7 +11822,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11729,40 +11857,48 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Rjochten foar %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nij" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Rjochten bewurkje:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Brûkersgroep" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11771,11 +11907,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12905,7 +13041,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12918,13 +13054,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13140,38 +13276,33 @@ msgstr "" msgid "Effective" msgstr "Effektyf" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Queryflater" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relational key" msgid "Relation view" @@ -13614,18 +13745,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13636,7 +13755,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13644,27 +13763,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Rige: %1$s, Kolom: %2$s, Flater: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13839,7 +13950,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13903,13 +14014,13 @@ msgstr "Nije side" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Help" @@ -14156,37 +14267,37 @@ msgstr "Grafyktitel" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X-wearden" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Weardekolom:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15350,6 +15461,9 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Export Method:" +#~ msgstr "Eksportearmetoade:" + #~ msgid "SQL result" #~ msgstr "SQL-resultaat" diff --git a/po/gl.po b/po/gl.po index 142c08fcf8..a2e00247b2 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-10-10 23:59+0200\n" "Last-Translator: Xosé Calvo \n" "Language-Team: Galician Configuración." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiencia da caché das consultas" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Uso da caché das consultas" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Caché das consultas usada" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Uso da CPU do sistema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memoria do sistema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Memoria de intercambio do sistema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Carga media" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memoria total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memoria caché" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memoria de buffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memoria libre" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memoria usada" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Memoria de intercambio total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Intercambio en caché" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Intercambio usado" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Intercambio libre" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes recibidos" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Conexións" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d táboa(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Preguntas" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tráfico" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configuración" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Engadir unha gráfica á grella" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "Engada ao menos unha variábel á serie" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1448,47 +1470,47 @@ msgstr "Engada ao menos unha variábel á serie" msgid "None" msgstr "Ningunha" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Recomezar a monitorización" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Deter a monitorización" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query_log están activas." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log está activa." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log está activa." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log e general_log están desactivadas." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output non está definido como TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output está definido como TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1499,12 +1521,12 @@ msgstr "" "máis que %d segundos. É recomendábel establecer o long_query_time a 0-2 " "segundos, dependendo do sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time está estabelecido en %d segundo(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1513,31 +1535,31 @@ msgstr "" "restaurados aos valores predeterminados ao reiniciar o servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Configurar «log_output» a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Activar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Desactivar %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "Definir «long_query_time» como %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1545,57 +1567,57 @@ msgstr "" "Vostede non pode cambiar estas variábeis. Identifíquese como root ou " "contacte co seu administrador." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Cambiar a configuración" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configuración actual" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Título da gráfica" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividido por %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unidade" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Do rexistro de consultas lento" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Do rexistro de consultas xeral" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "A analizar os rexistros" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "A analizar e cargar os rexistros. Isto pode tardar un anaco." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancelar a petición" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1606,7 +1628,7 @@ msgstr "" "agrupamento, polo que outros atributos das consultas, como o tempo de " "inicio, poden ser diferentes." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1615,34 +1637,34 @@ msgstr "" "Dado que se escolleu agrupar as consultas INSERT, tamén se agrupan estas na " "mesma táboa, sen ter en conta os datos inseridos." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Os datos do Rexistro foron cargados. Consultas executadas neste período de " "tempo:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Ir á táboa de rexistro" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Non se atoparon datos" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Analizouse o rexistro mais non se atoparon datos neste intervalo de tempo." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "A analizar…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explicar a saída" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1652,58 +1674,58 @@ msgstr "Explicar a saída" msgid "Time" msgstr "Tempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tempo total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Perfilando os resultados" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Táboa" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Gráfico" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opcións de filtro da táboa de rexistro" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtro" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrar as consultas por palabra/expresión regular:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar as consultas, ignorando os datos variábeis das cláusulas WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma das filas agrupadas:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "A cargar os rexistros" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Fallou a anovación do monitor" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1713,92 +1735,92 @@ msgstr "" "novos para a gráfica. O máis probábel é que caducase a sesión. Cargar a " "páxina de novo e identificarse de novo debería valer." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Recargar a páxina" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Filas afectadas:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Fallo analizando o ficheiro de configuración. Non parece ser un código JSON " "válido." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Produciuse un erro ao construír a grella da gráfica coa configuración " "importada. Restáurase a configuración predeterminada…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importar" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importar a configuración do monitor" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "Escolla o ficheiro que desexa importar" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analizar a consulta" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistema de consellos" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Posíbeis erros de rendemento" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problema" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomendación" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalles da regra" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Xustificación" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variábel/ fórmula utilizada" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Proba" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1809,61 +1831,61 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Cambiar a configuración" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Aplicar" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "A cargar…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "A procesar a petición" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Produciuse un erro ao procesar a petición" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Código de erro: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texto do erro: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Non hai ningunha base de datos escollida." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "A eliminar a columna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "A engadir unha chave primaria" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1872,65 +1894,65 @@ msgstr "A engadir unha chave primaria" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Prema para descartar esta notificación" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "A renomear as bases de datos" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "A copiar a base de datos" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "A cambiar o xogo de caracteres" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Desactivar as comprobacións de chaves exteriores" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Produciuse un fallo ao obter as cabeceiras" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "A buscar" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Agochar os resultados da busca" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostrar os resultados da busca" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "A examinar" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "A eliminar" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "A definición dunha función gardada debe conter unha instrución RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1940,61 +1962,61 @@ msgstr "A definición dunha función gardada debe conter unha instrución RETURN msgid "Export" msgstr "Exportar" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor de ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valores para a columna %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valores para a nova columna" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Introduza cada valor nun campo separado" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Engadir %d valor(es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Nota: Se o ficheiro contén varias táboas, estas combínanse nunha." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Agochar a caixa das consultas" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostrar a caixa de consultas" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Editar" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2002,96 +2024,96 @@ msgstr "Editar" msgid "Delete" msgstr "Eliminar" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d non é un número de fileira válido." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Visualizar valores alleos" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variábel" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "Non seleccionou ningunha columna." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Buscar na base de datos" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Memoria libre" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "Colaborar" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Engadir unha chave primaria" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Engadiuse unha chave primaria a %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Informe de seguimento" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2099,89 +2121,89 @@ msgstr "" msgid "End of step" msgstr "Fin da liña" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Feito" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Non hai ningunha base de datos escollida." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "Executáronse as procuras seguintes:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "Engadir privilexios para esta táboa:" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Non hai ningunha base de datos escollida." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2190,160 +2212,160 @@ msgstr "Non hai ningunha base de datos escollida." msgid "Save" msgstr "Gardar" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Agochar o criterio de busca" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Mostrar o criterio de busca" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "Busca na táboa" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Nomes das columnas: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Nomes das columnas: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Táboas máximas" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Táboas máximas" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Agochar os criterios de busca e substitución" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Mostrar os criterios de busca e substitución" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cada punto representa unha fila de datos." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Situar o rato sobre o punto mostra a súa etiqueta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Par achegarse, escolla unha sección da gráfica co rato." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Prema o botón de restaurar a amplación para voltar o estado orixinal." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Prema nun punto de datos para ver e editar a liña de datos." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Pódese mudar o tamaño da gráfica arrastrándoo polo recanto inferior dereito." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Escoller dúas columnas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Escolle dúas columnas diferentes" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Contido do punto de datos" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copiar" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Cadea de liñas" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polígono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Xeometría" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Círculo interno" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Círculo externo" -#: js/messages.php:438 +#: js/messages.php:444 #, fuzzy #| msgid "Do you want to import remaining settings?" msgid "Do you want to copy encryption key?" msgstr "Quere importar o resto da configuración?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Escoller a chave referida" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Escoller unha chave externa" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Escolla a chave primaria ou unha chave única" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Escolla a columna que desexe mostrar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2351,97 +2373,97 @@ msgstr "" "Non gardou as alteracións da disposición. Hanse perder se non se gardan. " "Desexa continuar?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nome da páxina" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "Escoller unha páxina" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Escoller unha páxina" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Páxinas libres" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "Escoller unha páxina" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Unidade" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Escolla unha páxina para modificar" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Non é un número de porto válido" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Editar ou exportar o esquema relacional" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Gardáronse as modificacións" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "Engadir unha opción para a columna " -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%d object(s) created" msgid "%d object(s) created." msgstr "Creáronse %d obxecto(s)" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Enviar" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "Prema escape para cancelar a edición" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2449,50 +2471,50 @@ msgstr "" "Editou algúns datos que aínda non se gardaron. Ten certeza de querer saír " "desta páxina antes de gardar os datos?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "Arrastre para reordenar" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "Prema para marcar/desmarcar" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "Prema duas veces para copiar o nome da columna" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Prema a frecha para a baixo
para conmutar a visibilidade da columna" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostrar todo" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2501,170 +2523,170 @@ msgstr "" "relacionadas coa edición da grecha, caixa de selección, editar, copiar e " "eliminar ligazóns poden non funcionar despois de gravar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Cadea orixinal" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Cancelar" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Interrompido" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Opcións de importación por omisión" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Limiar do ficheiro de rexistro" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Escoller táboas" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Tamén se poden editar a maioría dos valores
preméndoas directamente " "dúas veces." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Tamén se poden editar a maioría dos valores
premendo directamente o seu " "contido." -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "Ir á ligazón" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "Copiar nome da columna" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Prema co botón dereito para copiar o nome da columna o portarretallos." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Xerar un contrasinal" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Xerar" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Cambiar o contrasinal" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Máis" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Mostrar o panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Agochar o panel" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show hidden navigation tree items." msgstr "Mostrar o logotipo no panel de navegación" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "Personalizar o panel principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "Personalizar o panel principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Táboas" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Vistas" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedementos" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "acontecemento" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funcións" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Non foi posíbel atopar a páxina pedida no historial; pode que caducase." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2674,30 +2696,30 @@ msgstr "" "A versión máis recente é %s, publicada o %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ",última versión estable:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "actualizada" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Crear unha vista" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "Porto do servidor" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 #, fuzzy #| msgid "An error has occured while loading the navigation tree" msgid "" @@ -2705,460 +2727,460 @@ msgid "" "report?" msgstr "Produciuse un erro ao cargar a árbore de navegación" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Cambiar a configuración" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Mostrar as táboas abertas" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignorar" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Mostrar esta consulta aquí outra vez" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Seguro que quere executar \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Consultas executadas" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Comentarios da táboa" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Agochar os resultados da busca" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Seguinte" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hoxe" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Xaneiro" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Febreiro" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Marzo" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Abril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maio" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Xuño" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Xullo" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agosto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Setembro" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Outubro" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembro" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Decembro" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Xan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Maio" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Xuño" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Xullo" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Luns" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Martes" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Mércores" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Xoves" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Venres" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lu" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mé" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Xo" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ve" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sá" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Mé" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "X" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sá" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sm" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendario-mes-ano" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuto" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Segundo" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Empregar un campo de texto" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Non é un número de porto válido" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Non é un número de porto válido" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Non é un número de porto válido" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Non é un número de porto válido" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Non é un número de porto válido" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Non é un número de porto válido" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter only digits" msgstr "Introduza o captcha correcto!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Non é un número de porto válido" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Introduza o captcha correcto!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Introduza o captcha correcto!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Non é un número de porto válido" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter a value less than or equal to {0}" msgstr "Introduza o captcha correcto!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Non é un número de porto válido" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Non é un número de porto válido" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Non é un número de porto válido" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Produciuse un erro" @@ -3230,18 +3252,18 @@ msgstr "por hora" msgid "per day" msgstr "por día" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "O ficheiro de configuración existente (%s) non e lexíbel." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Tamaño da letra" @@ -3262,7 +3284,7 @@ msgid "Requery" msgstr "subconsulta" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3271,7 +3293,7 @@ msgstr "subconsulta" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3364,7 +3386,7 @@ msgid "History" msgstr "Historial de SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3387,7 +3409,7 @@ msgstr "Historial de SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opcións" @@ -3484,7 +3506,7 @@ msgid "Count:" msgstr "Cantidade" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3550,10 +3572,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Ir á táboa copiada" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3561,10 +3583,10 @@ msgstr "Ir á táboa copiada" msgid "Ascending" msgstr "Ascendente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3791,136 +3813,137 @@ msgstr "Anular a selección de todo" msgid "Inside column:" msgstr "Dentro da columna:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Gardar os datos editados" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurar orde das columnas" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "Filtros" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Buscar na base de datos" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inicio" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Seguinte" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fin" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Todo" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Número de filas:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordenar pola chave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos parciais" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos completos" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Chave relacional" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Mostrar columna de relación" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostrar os contidos binarios" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Mostrar os contidos BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ocultar a transformación do navegador" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Texto moi coñecido" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binario moi coñecido" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Eliminouse a fileira" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Matar (kill)" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" "Pode non ser exacto. Consulte a [doc@faq3-11]pregunta frecuente 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "A consulta de SQL executouse sen problemas" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3929,39 +3952,39 @@ msgstr "" "Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation" "%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "A mostrar as fileiras" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "a consulta levou %01.4f segundos" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Cos marcados:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3970,24 +3993,24 @@ msgstr "Cos marcados:" msgid "Check All" msgstr "Marcalos todos" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Visualización previa da impresión" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operacións cos resultados da consulta" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Mostrar a gráfica" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Ver os datos GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4125,7 +4148,7 @@ msgstr "Cardinalidade" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4135,7 +4158,7 @@ msgid "Collation" msgstr "Orde alfabética" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentario" @@ -4150,7 +4173,7 @@ msgid "Index %s has been dropped." msgstr "Eliminouse o índice %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4168,7 +4191,7 @@ msgstr "" "eliminar un deles." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servidor" @@ -4185,7 +4208,7 @@ msgstr "Vista" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4216,7 +4239,7 @@ msgstr "Inserir" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilexios" @@ -4281,15 +4304,17 @@ msgid "Central columns" msgstr "Columnas da área de texto" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bases de datos" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Usuarios" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4369,7 +4394,7 @@ msgid "Could not save favorite table!" msgstr "Non foi posíbel gravar a táboa recente" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4398,7 +4423,7 @@ msgid "Recent" msgstr "Reiniciar" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5056,16 +5081,16 @@ msgstr "Tamaño máximo: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Mensaxes do MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explicar o SQL" @@ -5082,7 +5107,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sen código PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Crear código PHP" @@ -5177,6 +5202,10 @@ msgstr "Última actualización" msgid "Last check" msgstr "Última revisión" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Usuarios" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Buscar:" @@ -5271,8 +5300,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5280,7 +5309,7 @@ msgstr "Nome" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Tamaño/Valores" @@ -5581,7 +5610,7 @@ msgid "Not a valid port number!" msgstr "Non é un número de porto válido" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5595,35 +5624,35 @@ msgstr "O valor é incorrecto" msgid "Value must be equal or lower than %s!" msgstr "O valor debe ser igual ou menor a %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Faltan datos de %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "non dispoñíbel" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "«%s» require a extensión %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "A importación comprimida non vai funcionar porque falta a función %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "A exportación comprimida non vai funcionar porque falta a función %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -5639,7 +5668,7 @@ msgid "Set value: %s" msgstr "Pór como valor: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaurar o valor por omisión" @@ -6212,7 +6241,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Tempo máximo de execución" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -6222,7 +6251,7 @@ msgstr "Engadir unha instrución %s" msgid "Save as file" msgstr "Enviar (gravar nun ficheiro)
" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Conxunto de caracteres do ficheiro" @@ -6238,8 +6267,8 @@ msgstr "Compresión" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6249,14 +6278,14 @@ msgstr "Compresión" msgid "Put columns names in the first row" msgstr "Pór os nomes das columnas na primeira fila" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Columnas delimitadas por" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Carácter de escape das columnas" @@ -6264,8 +6293,8 @@ msgstr "Carácter de escape das columnas" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Substituír NULL por" @@ -6273,13 +6302,13 @@ msgstr "Substituír NULL por" msgid "Remove CRLF characters within columns" msgstr "Eliminar os caracteres CRLF nas columnas" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Columnas terminadas en" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Liñas rematadas en" @@ -6301,8 +6330,8 @@ msgid "Table name template" msgstr "Modelo de nome dos ficheiros" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6330,14 +6359,14 @@ msgid "Label key" msgstr "Chave da etiqueta" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipo MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacións" @@ -6345,106 +6374,112 @@ msgstr "Relacións" msgid "Export method" msgstr "Método de exportación" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Gravar no servidor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Eliminar o(s) ficheiro(s) xa existente(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportar os cabezallos das táboas" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Lembrar o modelo do nome de ficheiro" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Engadir o valor incremental (AUTO_INCREMENT)" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Encerrar os nomes das táboas e das columnas entre aspas invertidas" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modo de compatiblidade de SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Opcións de CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Datas de creación/actualización/comprobación" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Empregar insercións demoradas" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Desactivar as comprobacións de chaves exteriores" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Export views" msgid "Export views as tables" msgstr "Exportar as vistas" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Engadir %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Empregar hexadecimal para BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Empregar insercións ignoradas" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "A sintaxe que empregar ao inserir datos" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Lonxitude máxima da busca creada" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipo de exportación" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Incluír a exportación nunha transacción" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportar a hora en UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." @@ -6452,11 +6487,11 @@ msgstr "" "Obrigar a que se empregue unha conexión segura mentres se empregue o " "phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Obrigar a conectarse con SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6469,115 +6504,115 @@ msgstr "" "[kbd]content[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da " "chave" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordenación das chaves alleas" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Emprégase un menú despregábel de haber un número menor de elementos" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Límite das chaves alleas" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Comprobación da chave externa:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modo de navegación" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Personalizar o modo de navegación" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Personalizar as opcións por omisión" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Desenvolvedor" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Preferencias para os desenvolvedores de phpMyAdmin" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modo de edición" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Personalizar o modo de edición" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportar o predeterminado" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Personalizar as opcións de exportación por omisión" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funcionalidades" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Xeral" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Configuración de algunhas opcións frecuentes" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Opcións de importación por omisión" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Personalizar as opcións frecuentes de importación por omisión" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importación / exportación" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." @@ -6585,78 +6620,78 @@ msgstr "" "Designar os directorios de importación e exportación e as opcións de " "compresión" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Opcións de exhibición das bases de datos" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panel de navegación" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation panel" msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparencia do panel de navegación" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Panel de navegación" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Personalizar o panel de navegación" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servidores" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Opcións de exhibición dos servidores" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Opcións de exhibición das táboas" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panel principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Office da Microsoft" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Outras opcións principais" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Configuracións que non cadraban noutra parte" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Títulos de páxina" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6670,11 +6705,11 @@ msgstr "" "[doc@cfg_TitleTable]documentación[/doc] para coñecer as cadeas máximas que " "se poden empregar para obter valores especiais." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Seguranza" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6686,25 +6721,25 @@ msgstr "" "Lembre que o phpMyAdmin é simplemente unha interface de usuario e que as " "súas funcionalidades non limitan o MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Configuración básica" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autenticación" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Configuración da autenticación" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuración do servidor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6716,17 +6751,17 @@ msgstr "" "Configuración avanzada do servidor; non altere estas opcións a non ser que " "saiba o que está a facer" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Introduza os parámetros da conexión ao servidor" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Almacenamento da configuración" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6740,11 +6775,11 @@ msgstr "" "Configurar o phpMyAdmin para ter acceso a funcionalidades adicionais, vexa " "[doc@linked-tables]infraestrutura de táboas ligadas[/doc] na documentación" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Seguimento de cambios" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6752,58 +6787,58 @@ msgstr "" "Seguimento de cambios feitos na base de datos. Require o almacenamento de " "configuración de phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalizar as opcións de exportación" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizar as opcións de importación por omisión" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizar o panel de navegación" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizar o panel principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Consultas SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Caixa de consultas de SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Personalizar as ligazóns que aparecen nas caixas de consulta de SQL" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Preferencias das consultas de SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Inicio" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Personalizar a páxina de inicio" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Estrutura da base de datos" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 #, fuzzy #| msgid "" #| "Choose which details to show in the database structure (list of tables)" @@ -6813,67 +6848,67 @@ msgstr "" "Escolla os detalles que desexe mostrar na estrutura da base de datos (lista " "de táboas)" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Estrutura da táboa" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 #, fuzzy #| msgid "Settings for the table structure (list of columns)" msgid "Settings for the table structure (list of columns)." msgstr "Configuración da estrutura da táboa (lista de columnas)" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Lapelas" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Escolla como quere que funcionen as lapelas" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Mostrar o esquema relacional" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Tamaño do papel" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campos de texto" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Personalizar os campos de entrada de texto" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texto para Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalizar as opcións por omisión" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avisos" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desactiva algúns dos avisos mostrados por phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6885,15 +6920,15 @@ msgstr "" "Activar a compresión [a@http://gl.wikipedia.org/wiki/Gzip]gzip[/a] nas " "operacións de importación e exportación" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parámetros extra para iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6905,11 +6940,11 @@ msgstr "" "Se estiver activado, o phpMyAdmin continúa a calcular as consultas de " "afirmacións múltiplas mesmo se unha destas consultas fallase" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorar os erros de afirmacións múltiplas" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6919,25 +6954,25 @@ msgstr "" "que se achega ao límite de tempo. Isto pode ser unha boa maneira de importar " "ficheiros grandes; porén, pode rachar as transaccións." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importación parcial: permitir interromper" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Non interromper nos erros de INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6949,62 +6984,62 @@ msgstr "" "Formato por omisión; lembre que esta listaxe depende da localización (base " "de datos, táboa) e só SQL está sempre dispoñíbel" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato do ficheiro importado" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Utilice a palabra chave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nomes das columnas na primeira fileira" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Non importar as fileiras baleiras" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importar as moedas ($5.00 a 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importar as porcentaxes como decimais (12.00% a .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Número de consultas que se ignoran dende o comezo" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importación parcial: ignorar as consultas" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non empregar AUTO_INCREMENT cos valores cero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Estado inicial dos controis desprazábeis" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Cantas fileiras se poden inserir dunha volta" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Número de fileiras inseridas" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -7015,11 +7050,11 @@ msgstr "" "Número máximo de caracteres mostrados nunha columna non numérica na vista de " "exploración" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limitar os caracteres das columnas" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -7030,11 +7065,11 @@ msgstr "" "FALSO fai que sexa máis doado esquecer saír dos outros servidores cando se " "estea conectado a varios servidores." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Eliminar todas as cookies ao saír" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -7046,11 +7081,11 @@ msgstr "" "Definir se se debe lembrar ou non o rexistro previo no modo de autenticación " "mediante cookies." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Lembrar o nome de usuario" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -7062,57 +7097,57 @@ msgstr "" "existente e que se elimina cando se feche a xanela do navegador. Recoméndase " "isto para os ambientes que non sexan de confianza." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Almacenar as cookies de rexistro" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definir por cantos segundos é válida unha cookie" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validez das cookies de rexistro" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Tamaño dobre da área de texto nas columnas tipo LONGTEXT" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Área de texto máis grande para LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Número máximo de caracteres empregados cando se mostre unha consulta de SQL" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Lonxitude máxima de SQL que se mostra" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Os usuarios non poden estabelecer un valor máis alto" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of databases displayed in database list" msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de táboas que se mostran na listaxe de bases de datos" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Bases de datos máximas" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -7124,13 +7159,13 @@ msgstr "" "O número de elementos que desexa mostrar en cada páxina da árbore de " "navegación." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "Número máximo de elementos por galla" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -7138,11 +7173,11 @@ msgstr "" "O número de elementos que desexa mostrar en cada páxina da árbore de " "navegación." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Número máximo de elementos por galla" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7151,21 +7186,21 @@ msgstr "" "resultados. Se o conxunto de resultados contén máis fileiras, aparecen as " "ligazóns \"Anterior\" e \"Seguinte\"." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Número máximo de fileiras que se mostran" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de táboas que se mostran na listaxe de táboas" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Táboas máximas" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7177,45 +7212,45 @@ msgstr "" "O número de bytes que se permite asignar a un script, p.ex. [kbd]32M[/kbd] " "([kbd]0[/kbd] para non o limitar)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Límite da memoria" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show databases navigation as tree" msgstr "Mostrar o logotipo no panel de navegación" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show logo in navigation panel." msgstr "Mostrar o logotipo no panel de navegación" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Mostrar o logotipo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation panel will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL ao que apunta o logotipo do panel de navegación" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL da ligazón ao logotipo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7227,31 +7262,31 @@ msgstr "" "Abrir a páxina ligada na xanela principal ([kbd]principal[/kbd]) ou nunha " "nova ([kbd]nova[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Destino da ligazón do logotipo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the navigation panel" msgid "Display server choice at the top of the navigation panel." msgstr "Mostrar a escolla de servidor na parte superior do panel de navegación" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Mostrar a selección de servidores" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Destino da icona de acceso rápido" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Destino da icona de acceso rápido" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -7259,15 +7294,15 @@ msgstr "" "Indica o número mínimo de elementos (táboas, vistas, rutinas e " "acontecementos) para mostrar unha caixa de filtro." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de elementos para mostrar a caixa de filtro" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Número mínimo de bases de datos para mostrar a caixa de filtro" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -7279,146 +7314,146 @@ msgstr "" "Agrupar os elementos na árbore de navegación (determinado polo separador " "indicado embaixo)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Agrupar os elementos na árbore" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Cadea que separa as bases de datos en tres niveis distintos" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separador da árbore das bases de datos" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Cadea que separa as táboas en tres niveis distintos" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separador da árbore de táboas" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Profundidade máxima das táboas" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Realzar o servidor que estea por baixo do cursor do rato" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Activar o realce" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Barra de navegación das táboas" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "A mostrar as táboas:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Mostrar as versións" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Mostrar os campos de función" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Mostrar os procesos" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Mostrar as versións" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Número máximo de táboas usadas recentemente; 0 para desactivar" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de táboas usadas recentemente; 0 para desactivar" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Táboas usadas recentemente" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Estas son as ligazóns Editar, Copiar e Eliminar" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Onde mostrar as ligazóns das fileiras das táboas" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." @@ -7426,22 +7461,22 @@ msgstr "" "Empregar a ordenación natural para ordenar os nomes das táboas e as bases de " "datos" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordenación natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Empregar só iconas, só texto ou ambos os dous" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navegación das táboas" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." @@ -7449,11 +7484,11 @@ msgstr "" "Empregar un buffer para a saída de GZip para atinxir unha maior velocidade " "nas transferencias mediante HTTP" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffer para a saída de GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7465,21 +7500,21 @@ msgstr "" "[kbd]INTELIXENTE[/kbd] - isto é, orde descendente para os campos do tipo " "TIME, DATE, DATETIME e TIMESTAMP e ascendente para os demais" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordenación por omisión" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Empregar conexións persistentes coas bases de datos MySQL" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Conexións persistentes" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7494,11 +7529,11 @@ msgstr "" "estrutura da base de datos se non foi posíbel atopar algunha das táboas " "requiridas para o almacenamento da configuración do phpMyAdmin" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if a difference between the " @@ -7510,11 +7545,11 @@ msgstr "" "Desactivar o aviso por omisión que aparece se se detecta unha diferenza " "entre a biblioteca de MySQL e o servidor" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Advertencia de diferenza entre servidor e biblioteca" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7526,29 +7561,29 @@ msgstr "" "Desactivar o aviso que por omisión se mostra na páxina da estrutura da base " "de datos se os nomes de columna dunha táboa son palabras reservadas do MySQL" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Advertencia de palabra reservada do MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Como mostrar as lapelas do menú" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Como mostrar diversas ligazóns de acción" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Impedir a edición das columnas BLOB e BINARY" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protexer as columnas binarias" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7559,21 +7594,21 @@ msgstr "" "rutinas JS para mostrar o historial de consultas (que se perde cando se " "fecha a xanela)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Historial de consultas permanente" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Cantas consultas se gardan no historial" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Lonxitude do historial de consultas" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." @@ -7581,31 +7616,31 @@ msgstr "" "Escolla as funcións que desexe empregar para a conversión dos conxuntos de " "caracteres" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor de recodificación" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "Ao navegar polas táboas lémbrase a ordenación de cada unha delas" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Recordar a ordenación da táboa" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Ordenación por omisión" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7615,81 +7650,81 @@ msgstr "" "Repetir os cabezallos cada X celas; [kbd]0[/kbd] desactiva esta " "funcionalidade" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repetir os cabezallos" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Edición da grella: activar acción" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Mostrar columna de relación" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Opcións de exhibición dos servidores" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edición da grella: gravar todas as celas editadas inmediatamente" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Directorio no que se poden gravar as exportacións no servidor" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Directorio de gardado" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Déixeo en branco se non o vai empregar" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Orde de autenticación do servidor" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Déixeo en branco para o predefinido" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regras de autorización do servidor" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permitir rexistrarse sen contrasinal" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permitir o rexistro de root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Valor da sesión" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." @@ -7697,11 +7732,11 @@ msgstr "" "Nome de HTTP Basic Auth Realm que mostrar cando se faga a autenticación " "mediante HTTP" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Dominio HTTP (Realm)" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7716,21 +7751,21 @@ msgstr "" "hardware SweKey[/a] (non se localiza na raíz dos documentos; suxírese: /etc/" "swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Ficheiro de configuración SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Método de autenticación que se quere empregar" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipo de autenticación" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7738,11 +7773,11 @@ msgstr "" "Déixeo en branco se non quere a funcionalidade de [a@http://wiki.phpmyadmin." "net/pma/bookmark]bookmark[/a] ; por omisión: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Táboa de marcadores" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7754,36 +7789,36 @@ msgstr "" "Déixeo en branco se non quere comentarios/tipos mime das columnas; suxírese: " "[kbd]pma__column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Táboa de información das columnas" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Comprimir a conexión ao servidor de MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Comprimir a conexión" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Como ligar co servidor; déixeo como [kbd]tcp[/kbd] se non está segura/a" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipo de conexión" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Contrasinal do usuario de control" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7797,11 +7832,11 @@ msgstr "" "información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Usuario de control" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7813,11 +7848,11 @@ msgstr "" "Un servidor alternativo que manteña o almacenamento da configuración; déixeo " "en branco para empregar o servidor xa indicado" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Servidor de control" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate port to connect to the host that holds the configuration " @@ -7832,17 +7867,17 @@ msgstr "" "da configuración; déixeo en branco para empregar o servidor por omisión, ou " "o porto xa definido se controlhost for o mesmo que o servidor" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Porto de control" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Agochar as bases de datos que coincidan cunha expresión regular (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7851,15 +7886,15 @@ msgstr "" "bugs/2606/]Seguidor de erros de PMA[/a] e en [a@http://bugs.mysql." "com/19588]Erros do MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desactivar o uso de INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Agochar as bases de datos" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7871,25 +7906,25 @@ msgstr "" "Déixeo en branco se non quere un histórico das consultas SQL; por omisión: " "[kbd]pma__history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Táboa do historial de consultas SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Nome da máquina na que se executa o servidor de MySQL" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nome do servidor" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de desconexión" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7901,17 +7936,17 @@ msgstr "" "Limita o número de preferencias de táboas que se almacenan na base de datos; " "os rexistros máis antigos elimínanse automaticamente" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferencias sobre as táboas que almacenar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Ver a táboa de estado do escravo" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7923,13 +7958,31 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" "kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views" +msgid "Export templates table" +msgstr "Exportar as vistas" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" +"kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Columnas da área de texto" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7941,17 +7994,17 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Tentar conectarse sen contrasinal" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Conectarse sen contrasinal" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7961,21 +8014,21 @@ msgstr "" "empregar os caracteres en si, isto é, empregue [kbd]'my\\_db'[/kbd]' no " "canto de [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Mostrar só as bases de datos listadas" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Déixeo en branco se non vai empregar config auth" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Contrasinal para config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7986,11 +8039,11 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" "kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schema: táboa de páxinas" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -8006,12 +8059,12 @@ msgstr "" "completa. Déixeo en branco se non lle interesan. Por omisión: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nome da base de datos" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." @@ -8019,11 +8072,11 @@ msgstr "" "Porto polo que está a escoitar o servidor de MySQL server; déixeo en branco " "para deixar o predefinido" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porto do servidor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -8035,11 +8088,11 @@ msgstr "" "Déixeo en branco para eliminar a «persistencia» das táboas utilizadas " "recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Táboa usada recentemente" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -8051,13 +8104,13 @@ msgstr "" "Déixeo en branco para eliminar a «persistencia» das táboas utilizadas " "recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Variábeis" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -8069,11 +8122,11 @@ msgstr "" "Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/" "relation]ligazóns de relación[/a]; suxírese: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Táboa de relacións" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -8085,15 +8138,15 @@ msgstr "" "Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticación[/a] se quere un exemplo" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nome de sesión de rexistro de entrada" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL de rexistro de entrada" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." @@ -8101,21 +8154,21 @@ msgstr "" "Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para " "deixar o predefinido" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Activar a SSL para a conexión ao servidor de MySQL" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Empregar a SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -8127,13 +8180,13 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: coordenadas de táboa" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -8145,11 +8198,11 @@ msgstr "" "Táboa para describir a presentación dos campos; déixeo en branco para non o " "activar; suxírese: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Mostrar a táboa de columnas" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables' UI preferences across sessions, " @@ -8161,11 +8214,11 @@ msgstr "" "Déixeo en branco se non desexa preferencias «persistentes» da interface das " "táboas entre sesións; suxírese: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Táboa de preferencias da interface" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -8173,11 +8226,11 @@ msgstr "" "Se engadir unha instrución DROP DATABASE IF EXISTS como primeira liña do " "rexistro cando se cree unha base de datos." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Engadir DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -8185,11 +8238,11 @@ msgstr "" "Se engadir unha instrución DROP TABLE IF EXISTS como primeira liña do " "rexistro cando se cree unha táboa." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Engadir DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -8197,21 +8250,21 @@ msgstr "" "Se engadir unha instrución DROP VIEW IF EXISTS como primeira liña do " "rexistro cando se cree unha vista." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Engadir DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Indica a listaxe de instrucións que emprega a creación automática para as " "versións novas." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Instrucións que seguir" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -8223,11 +8276,11 @@ msgstr "" "Déixeo en branco se non quere a funcionalidade de seguimento das consultas " "de SQL; valor suxerido: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Táboa de seguimento de consultas de SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -8235,11 +8288,11 @@ msgstr "" "Se o mecanismo de seguimento crea automaticamente versións das táboas e as " "vistas." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Crear versions automaticamente" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -8251,37 +8304,37 @@ msgstr "" "Déixeo en branco se non quere almacenar as preferencias na base de datos; " "suxerido: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Empregar a táboa de almacenamento das preferencias" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Usar as táboas" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Empregar a táboa Host" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -8293,15 +8346,15 @@ msgstr "" "Déixeo en branco se non quere almacenar as preferencias na base de datos; " "suxerido: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Usuario para config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -8309,11 +8362,11 @@ msgstr "" "Unha descrición lexíbel deste servidor. Déixea en branco para que no seu " "canto apareza o nome da máquina." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nome longo deste servidor" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." @@ -8321,11 +8374,11 @@ msgstr "" "Se se lle desexa mostrar un botón \"mostrar todos (os rexistros)\" ao " "usuario" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permitir que se mostren todas as fileiras" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -8342,15 +8395,15 @@ msgstr "" "configuración; isto non limita a capacidade de executar a mesma orde " "directamente" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostrar o formulario para mudar de contrasinal" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostrar o formulario para crear bases de datos" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -8359,13 +8412,13 @@ msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Comentarios da táboa" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -8374,11 +8427,11 @@ msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostrar marca temporal de creación" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -8388,11 +8441,11 @@ msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "actualización de todas as táboas" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostrar a última actualización da marca temporal" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -8402,11 +8455,11 @@ msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "comprobación de todas as táboas" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostrar a última revisión da marca temporal" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -8418,31 +8471,31 @@ msgstr "" "Define se os campos tipo deben ser mostrados inicialmente no modo editar/" "inserir" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mostrar os tipos de campo" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Mostrar os campos de función no modo editar/inserir" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostrar os campos de función" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "Mostrar axudas ou non" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Mostrar consellos" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8454,15 +8507,15 @@ msgstr "" "Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Mostrar a ligazón a phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada do servidor de MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8470,11 +8523,11 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Define se se deben mostrar as consultas de SQL xeradas polo phpMyAdmin" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostrar as consultas de SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -8484,11 +8537,11 @@ msgstr "" "Define se a caixa de consultas debe permanecer en pantalla despois da súa " "execución" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Reter a caixa de consultas" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -8496,11 +8549,11 @@ msgstr "" "Permitir que se mostren as estatísticas das bases de datos e das táboas (p." "ex. o uso do espazo)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostrar as estatísticas" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8510,11 +8563,11 @@ msgstr "" "Marcar as táboas empregadas e permitir que se mostren as bases de datos con " "táboas bloqueadas" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ignorar as táboas bloqueadas" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -8523,11 +8576,11 @@ msgid "" msgstr "" "Na pantalla principal aparece unha advertencia se o Suhosin for detectado." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Aviso de Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -8540,13 +8593,13 @@ msgstr "" "Desactivar o aviso que por omisión se mostra na páxina da estrutura da base " "de datos se os nomes de columna dunha táboa son palabras reservadas do MySQL" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Validez das cookies de rexistro" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -8559,11 +8612,11 @@ msgstr "" "enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de " "consultas (*.1,25)" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Columnas da área de texto" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -8576,39 +8629,39 @@ msgstr "" "enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de " "consultas (*.1,25)" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Fileiras da área de texto" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Título da xanela do navegador cando a base de datos estea seleccionada" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "Título da xanela do navegador cando non haxa nada escollido" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Título por omisión" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Título da xanela do navegador cando un servidor estea seleccionado" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "Título da xanela do navegador cando unha táboa estea seleccionada" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8626,32 +8679,32 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente do proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies de confianza para permiso/denegación de IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "" "Directorio do servidor ao que se poden enviar os ficheiros que importar" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Directorio de envíos" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Permitir buscar na base de datos completa" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Empregar buscas na base de datos" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 #, fuzzy #| msgid "" #| "When disabled, users cannot set any of the options below, regardless of " @@ -8663,29 +8716,29 @@ msgstr "" "Se está desactivado os usuarios non poden establecer ningunha das opcións " "que hai debaixo, independentemente da caixa da dereita" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Activar a lapela de desenvolvemento na configuración" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Comprobar cal é a última versión" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Activar a comprobación da última versión na páxina principal do phpMyAdmin" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Comprobación da versión" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -8703,11 +8756,11 @@ msgstr "" "instalado o phpMyAdmin non ten acceso á Internet. O formato é: " "«nome_do_servidor:número_do_porto»" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8718,23 +8771,23 @@ msgstr "" "Autenticación Básica. De momento non se admite ningún outro tipo de " "autenticación." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Nome de usuario" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "O contrasinal para identificarse diante do proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Contrasinal" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8746,61 +8799,61 @@ msgstr "" "Activar a compresión [a@http://gl.wikipedia.org/wiki/ZIP_(formato de " "ficheiro)]ZIP[/a] nas operacións de importación e exportación" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service" msgid "Enter your public key for your domain reCaptcha service." msgstr "" "Introduza a súa chave pública para o servizo de reCaptcha do seu dominio" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Chave pública do reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service" msgid "Enter your private key for your domain reCaptcha service." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Chave privada do reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Porto do servidor" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Consultas executadas" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8828,47 +8881,78 @@ msgstr "Autenticación mediante HTTP" msgid "Signon authentication" msgstr "Autenticación mediante Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV empregando LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Folla de cálculo de OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalizada" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcións de exportación da base de datos" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV (para datos de MS Excel)" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texto de OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Non se indicou unha consulta de SQL para obter os datos." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Na táboa que se quere debuxar non existe ningunha columna numérica." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Non hai datos que mostrar" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Alterouse a táboa %1$s sen problemas." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Finalizouse o fío %s." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Engadiuse a relación interna" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8883,12 +8967,12 @@ msgstr "posible ataque tipo deep recursion" msgid "No change" msgstr "Sen cambios" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8942,6 +9026,7 @@ msgid "Create database" msgstr "Crear unha base de datos" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Crear" @@ -8955,7 +9040,7 @@ msgid "No Privileges" msgstr "Sen privilexios" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crear unha táboa" @@ -8968,50 +9053,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Non foi posíbel cargar os engadidos de exportación. Comprobe a instalación!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "A exportar bases de datos desde o servidor actual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "A exportar táboas desde a base de datos «%s»" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "A exportar filas desde a táboa «%s»" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Método de exportación:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipo de exportación" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Modelo do nome de ficheiro:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nome da táboa" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Modelo do nome de ficheiro:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Taxa de temporais no disco" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualizada" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Escoller táboas" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Método de exportación" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rápido - mostrar só as opcións mínimas" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalizada - mostrar todas as opcións posíbeis" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de datos:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Táboa(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opcións específicas do formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -9019,52 +9148,52 @@ msgstr "" "Baixe para encher as opcións do formato escollido e ignore as opcións do " "resto dos formatos." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversión de codificación:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Fila(s):" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Envorcar algunha(s) fila(s)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Comezar na columna:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Envorcar todas as fileiras" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Saída:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Gardar no servidor no directorio %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Modelo do nome de ficheiro:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@será o nome do servidor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ será o nome da base de datos" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ será o nome da táboa" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -9076,86 +9205,86 @@ msgstr "" "consecuencia: %3$s. O resto do texto ficará como está. Vexa as %4$sFAQ%5$s " "para máis detalles." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "usar isto en futuras exportacións" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Conxunto de caracteres do ficheiro:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compresión:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "comprimido no formato «zip»" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "comprimido no formato «gzip»" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ver a saída como texto" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views" msgid "Export databases as separate files" msgstr "Exportar as vistas" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportar os cabezallos das táboas" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Gardar a saída nun ficheiro" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Escoller táboas" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Escoller táboas" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "nome da base de datos" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Sen táboas" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Copiar nome da columna" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9714,7 +9843,7 @@ msgid "Dump has been saved to file %s." msgstr "Gardouse o envorcado no ficheiro %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "O MySQL retornou un conxunto baleiro (isto é, cero fileiras)." @@ -9797,7 +9926,7 @@ msgstr "Agochar" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Función" @@ -9875,7 +10004,7 @@ msgstr "" "combinada cunha frecha para moverse a calquera sitio" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10341,7 +10470,7 @@ msgstr "Novo" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vistas" @@ -10640,230 +10769,241 @@ msgstr "" msgid "Rename database to" msgstr "Renomear a base de datos como:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Non ten dereitos suficientes para estar aquí agora!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Modificar os privilexios" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "A base de datos %s foi eliminada." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Eliminar base de datos" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Eliminar a base de datos (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Só a estrutura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Estrutura e datos" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Só os datos" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copiar a base de datos a:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE antes de copiar" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Engadir limitacións" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Cambiar á base de datos copiada" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Ordenar a táboa por" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "a refacer logo de insercións e destrucións (shingly)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Mover a táboa a (base_de_datos.táboa):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Mudar o nome da táboa para" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentarios da táboa" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcións da táboa" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motor de almacenamento" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copiar a táboa a (base_de_datos.táboa):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Ir á táboa copiada" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Táboa de mantemento" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizar a táboa" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Comprobar a táboa" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Comprobar a táboa" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Táboa de desfragmentación" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Borrouse a táboa %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Borrar a táboa («FLUSH»)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizar a táboa" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparar a táboa" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Eliminar datos ou táboa" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Baleirar a táboa (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Eliminar a táboa (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizar" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Comprobar" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimizar" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstruír" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Arranxar" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Fechar" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Mantemento de particións" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partición %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Eliminar particións" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Comprobar a integridade das referencias:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Non se pode mover unha táboa sobre si mesma!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Non se pode copiar unha táboa sobre si mesma!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Moveuse a táboa %s para %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Copiouse a táboa %s para %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Moveuse a táboa %s para %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Copiouse a táboa %s para %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "O nome da táboa está baleiro!" @@ -11063,7 +11203,7 @@ msgstr "Acontecemento" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definición" @@ -12123,22 +12263,28 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Recordar a ordenación da táboa" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Este tipo de exportación non é válido" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Pasos rápidos para configurar as funcionalidades avanzadas:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." msgid "Create the needed tables with the %screate_tables.sql." msgstr "Cree as táboas necesarias con exemplos/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Cree un usuario usuario pma e déalle acceso a estas táboas." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -12147,24 +12293,24 @@ msgstr "" "(config.inc.php) comezando, por exemplo con config.sample." "inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Entre de novo no phpMyAdmin para cargar o ficheiro de configuración " "actualizado." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "sen descrición" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -12172,14 +12318,14 @@ msgid "" "configuration storage there." msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -12376,6 +12522,7 @@ msgstr "Nome de usuario:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nome do usuario" @@ -12551,10 +12698,10 @@ msgid "Master server changed successfully to %s." msgstr "O servidor principal mudouse con éxito a %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12575,7 +12722,7 @@ msgstr "O acontecemento %1$s foi modificado." msgid "Event %1$s has been created." msgstr "O acontecemento %1$s foi creado." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -12587,7 +12734,8 @@ msgstr "Producíronse un ou máis erros ao procesar a petición:" msgid "Edit event" msgstr "Editar o acontecemento" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalles" @@ -12601,7 +12749,7 @@ msgid "Event type" msgstr "Tipo de acontecemento" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Cambiar a %s" @@ -12629,13 +12777,13 @@ msgid "On completion preserve" msgstr "Preservar ao completar" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definidor" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -12665,9 +12813,9 @@ msgid "You must provide an event definition." msgstr "Debe indicar unha definición do acontecemento." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Produciuse un erro ao procesar a petición:" @@ -12704,92 +12852,98 @@ msgstr "" "problemas." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "O tipo de rutina non é válido: «%s»" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Sentímolo, non foi posíbel restaurar a rutina eliminada." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "A rutina %1$s foi modificada." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "A rutina %1$s foi modificada." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "A rutina %1$s foi creada." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Editar a rutina" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nome da rutina" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parámetros" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Dirección" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Engadir un parámetro" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Eliminar o último parámetro" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipo de devolución" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Devolver tamaños/valores" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Devolver opcións" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "É determinista" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipo de seguranza" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Acceso de datos SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "Debe indicar un nome á rutina" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "O parámetro «%s» recibiu unha dirección incorrecta." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12797,24 +12951,24 @@ msgstr "" "Ten que fornecer tamaños/valores para os parámetros das rutinas de tipo " "ENUM, SET, VARCHAR e VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Ten que fornecer un nome e un tipo para cada parámetro da rutina." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Ten que fornecer un tipo de devolución válida para a rutina." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Debe indicar unha definición da rutina." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Resultados da execución da rutina %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12825,13 +12979,13 @@ msgstr[0] "" msgstr[1] "" "%d fileiras afectadas pola última instrución de dentro do procedemento" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Executar a rutina" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parámetros da rutina" @@ -13403,12 +13557,16 @@ msgid "You have revoked the privileges for %s." msgstr "Revogou os privilexios de %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Engadir un usuario" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Base de datos para o usuario" #: libraries/server_privileges.lib.php:1946 @@ -13436,9 +13594,7 @@ msgid "User has been added." msgstr "O usuario foi engadido." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13520,11 +13676,15 @@ msgstr "" "despois." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Modificar a información de acceso (login) / Copiar o usuario" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Crear un usuario novo cos mesmos privilexios e…" #: libraries/server_privileges.lib.php:3036 @@ -13548,7 +13708,9 @@ msgid "Add privileges on the following table:" msgstr "Engadir privilexios para esta táboa:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Eliminar os usuarios seleccionados" #: libraries/server_privileges.lib.php:3376 @@ -13585,40 +13747,50 @@ msgstr "Acaba de actualizar os privilexios de %s." msgid "Deleting %s" msgstr "A eliminar %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Non houbo problemas ao recargar os privilexios." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Xa existe o usuario %s!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilexios para %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Novo" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Modificar os privilexios:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Usuarios" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Vista xeral dos usuarios" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13631,11 +13803,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Engadiu un usuario novo." @@ -14998,7 +15170,7 @@ msgstr "O identificador non é válido" msgid "Unknown Punctuation String" msgstr "Hai unha secuencia de puntuación que resulta descoñecida" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Baleirouse a táboa %s." @@ -15011,14 +15183,14 @@ msgstr "O seguimento está activado." msgid "Tracking is not active." msgstr "O seguimento non está activado." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Deixouse a vista %s" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -15250,43 +15422,38 @@ msgstr "Uso do espazo" msgid "Effective" msgstr "Efectivo" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Alterouse a táboa %1$s sen problemas." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Alterouse a táboa %1$s sen problemas." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Hai un erro na consulta" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Movéronse as columnas satisfactoriamente." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "Engadir esta serie" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Mostrar as consultas de SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15768,18 +15935,6 @@ msgstr "Non existe ningunha versión estábel máis recente" msgid "Wrong data" msgstr "Os datos son incorrectos" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Non hai datos que mostrar" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Non se indicou unha consulta de SQL para obter os datos." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Na táboa que se quere debuxar non existe ningunha columna numérica." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15790,7 +15945,7 @@ msgstr "Non existe a base de datos «%s»." msgid "Table %s already exists!" msgstr "Xa existe a táboa %s!!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Ver o esquema do envorcado da táboa" @@ -15798,24 +15953,12 @@ msgstr "Ver o esquema do envorcado da táboa" msgid "Invalid table name" msgstr "O nome de táboa non é correcto" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Engadiuse a relación interna" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Finalizouse o fío %s." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -15823,7 +15966,7 @@ msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "O nome de columna «%s» é unha palabra chave reservada do MySQL." msgstr[1] "O nome de columna «%s» é unha palabra chave reservada do MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Non seleccionou ningunha columna." @@ -16031,7 +16174,7 @@ msgid "subquery" msgstr "subconsulta" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crear unha relación" @@ -16107,13 +16250,13 @@ msgstr "Novo nome" msgid "Delete pages" msgstr "Escoller unha páxina" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Recargar" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Axuda" @@ -16371,39 +16514,39 @@ msgstr "Título da gráfica" msgid "X-Axis:" msgstr "Eixo X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Series:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Etiqueta do eixo X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valores X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Eixo Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Dentro da columna:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Valores para a columna %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17864,6 +18007,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert está definido como 0" +#~ msgid "Add user" +#~ msgstr "Engadir un usuario" + +#~ msgid "Export Method:" +#~ msgstr "Método de exportación:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Non se atoparon datos para a visualización de GIS." @@ -18113,11 +18262,6 @@ msgstr "concurrent_insert está definido como 0" #~ msgid "pdf export page" #~ msgstr "Este tipo de exportación non é válido" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Este tipo de exportación non é válido" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/he.po b/po/he.po index a295568512..15760e95b7 100644 --- a/po/he.po +++ b/po/he.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-30 15:48+0200\n" "Last-Translator: Yaron Shahrabani \n" -"Language-Team: Hebrew " -"\n" +"Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,9 +91,9 @@ msgstr "עמודה" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "קישורים אל" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "הערות" msgid "Primary" msgstr "ראשי" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "ראשי" msgid "No" msgstr "לא" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "לא" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "לא נמצאו טבלאות במסד הנתונים." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "טבלאות" @@ -248,11 +248,11 @@ msgstr "טבלאות" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,12 +264,12 @@ msgid "Structure" msgstr "מבנה" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "נתונים" @@ -280,23 +280,23 @@ msgstr "נתונים" msgid "Select all" msgstr "בחירת הכול" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "שם מסד הנתונים ריק!" -#: db_operations.php:139 +#: db_operations.php:140 #, fuzzy, php-format #| msgid "Database %1$s has been renamed to %2$s." msgid "Database %1$s has been renamed to %2$s." msgstr "שם מסד הנתונים %1$s הוחלף בשם %2$s" -#: db_operations.php:151 +#: db_operations.php:152 #, fuzzy, php-format #| msgid "Database %1$s has been copied to %2$s." msgid "Database %1$s has been copied to %2$s." msgstr "מסד הנתונים %1$s הועתק אל %2$s" -#: db_operations.php:272 +#: db_operations.php:273 #, fuzzy, php-format #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " @@ -346,14 +346,14 @@ msgid "Tracked tables" msgstr "טבלאות במעקב" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -371,7 +371,7 @@ msgstr "מועד היצירה" msgid "Updated" msgstr "עודכנה" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -500,23 +500,23 @@ msgid "Point:" msgstr "נקודה:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "נקודה %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "הוספת נקודה" @@ -538,7 +538,7 @@ msgstr "טבעת פנימית %d:" msgid "Add a linestring" msgstr "הוספת מחרוזת שורה" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "הוספת טבעת פנימית" @@ -555,32 +555,32 @@ msgstr "הוספת מצולע" msgid "Add geometry" msgstr "הוספת פני שטח" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -608,7 +608,7 @@ msgstr "" msgid "Succeeded" msgstr "הצליח" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "נכשל" @@ -716,7 +716,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -814,7 +814,7 @@ msgstr "מידע גרסאות:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1202,7 +1202,7 @@ msgid "SQL query:" msgstr "שאילתת SQL" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "ערך" @@ -1228,38 +1228,59 @@ msgstr "הססמאות אינן זהות!" msgid "Removing Selected Users" msgstr "הסרת המשתמש הנבחרים" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "סגירה" +#: js/messages.php:129 +#, fuzzy +msgid "Template was created." +msgstr "טבלה %s נמחקה" + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "הפרופיל עודכן בהצלחה." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "השורה נמחקה" + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "אחר" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "חיבורים / תהליכים" -#: js/messages.php:138 +#: js/messages.php:144 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Local monitor configuration incompatible!" msgstr "תצורת מעקב מקומית אינה נתמכת" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1267,167 +1288,167 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy msgid "Query cache efficiency" msgstr "סוג שאילתה" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "זיכרון מטמון בשימוש" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "שאילתות מטמון בשימוש" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "שימוש במערכת ה-CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "זיכרון מערכת" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "טעינה בממוצע" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "סה\"כ זיכרון" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "זיכרון פנוי" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "זיכרון בשימוש" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "סה\"כ" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "דפים חופשיים" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "בתים נשלחו" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "התקבל" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "חיבורים" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "תהליכים" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s טבלאות" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Persian" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "תעבורה" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "אנא הוסף לפחות משתנה אחד לסידרה" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1439,47 +1460,47 @@ msgstr "אנא הוסף לפחות משתנה אחד לסידרה" msgid "None" msgstr "ללא" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output מוגדר ל-TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1487,153 +1508,153 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "שמירה כקובץ" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "מופעל" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "מבוטל" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "שאילתה לקחה %01.4f שניות" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "קבצי ייבוא" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "מקומי" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy msgid "Cancel request" msgstr "בקשות כתיבה" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "אין מאגרי נתונים" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "אין מאגרי נתונים" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "הסברת SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1643,102 +1664,102 @@ msgstr "הסברת SQL" msgid "Time" msgstr "זמן" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "סה\"כ" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "תוצאת SQL" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "טבלה" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "קידוד" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "אפשרויות טבלה" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "מספר שדות" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "סה\"כ" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "מקומי" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1746,67 +1767,67 @@ msgstr "" msgid "Import" msgstr "ייצוא" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Import monitor configuration" msgstr "תצורת מעקב מקומית אינה נתמכת" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "עדכון שאילתה" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "תיעוד" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "תיעוד" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1817,64 +1838,64 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "מקומי" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "תהליכים" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "אף מאגר נתונים לא נבחר." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1883,75 +1904,75 @@ msgstr "" msgid "OK" msgstr "אישור" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "שינוי שם מאגר נתונים אל" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "העתקת מאגר נתונים אל" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "קידוד" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "חיפוש" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "שאילתת SQL" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "שאילתת SQL" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "עיון" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "מוחק %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1961,62 +1982,62 @@ msgstr "" msgid "Export" msgstr "יצוא" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "מספר שדות" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "הוספת משתמש חדש" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "שאילתת SQL" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "שאילתת SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "עריכה" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2024,96 +2045,96 @@ msgstr "עריכה" msgid "Delete" msgstr "מחיקה" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "משתנה" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "לא נבחרו שורות" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "חיפוש במסד הנתונים" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "זיכרון פנוי" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "תורם" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "מפתח ראשי נוסף אל %s" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "דוח המעקב" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2121,89 +2142,89 @@ msgstr "" msgid "End of step" msgstr "בסוף טבלה" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "ללא" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "אף מאגר נתונים לא נבחר." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "הוספת הראשאות לטבלה הבאה" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "אף מאגר נתונים לא נבחר." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2212,461 +2233,461 @@ msgstr "אף מאגר נתונים לא נבחר." msgid "Save" msgstr "שמירה" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "שאילתת SQL" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "שאילתת SQL" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "חיפוש" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "שמות עמודה" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "שמות עמודה" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "שאילתת SQL" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "שאילתת SQL" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "הוספת/מחיקת עמודות שדה" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "תוכן עניניים" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "התעלמות" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "העתקה" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "נקודה" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "מחרוזת שורה" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "מצולע" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "פני השטח" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "טבעת פנימית" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "טבעת חיצונית" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "בחירת שדה להצגה" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "מספר דף:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "בחירת הכל" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "בחירת הכל" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "דפים חופשיים" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "בחירת הכל" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "אנא בחר עמוד לעריכה" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "עריכה או יצוא של תבנית יחסית" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "שינויים נשמרו" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "ערך עבור העמודה „%s“" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "שליחה" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "שמות עמודה" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "הצגת הכול" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "מיקום מקורי" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "בוטל" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "קבצי ייבוא" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "בחירת טבלאות" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "אין מאגרי נתונים" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "שמות עמודה" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "ייצור סיסמא" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "ייצור" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "שינוי סיסמא" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "יום שני" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "הצגת הכול" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "הוספת שדה חדש" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "הראה רשת" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "אפשרויות ייצוא מאגר נתונים" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "אפשרויות ייצוא מאגר נתונים" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "טבלאות" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "תצוגה" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "תהליכים" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "נשלח" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "פונקציה" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "המשתמש שנבחר לא נמצא בטבלת ההרשאות." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2674,135 +2695,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "אין מאגרי נתונים" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "גרסת שרת" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "קוד שרת (ID)" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "ראיית טבלאות" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "התעלמות" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "הראה את שאילתה כאן שוב" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "האם אכן ברצונך להפעיל את „%s”?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "שאילתת SQL" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "הערות לטבלה" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "שאילתת SQL" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "הקודם" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2810,96 +2831,96 @@ msgid "Next" msgstr "הבא" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "סה\"כ" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "בינארי" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "מרץ" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "אפריל" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "מאי" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "יוני" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "יולי" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "אוגוסט" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "אוקטובר" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ינואר" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "פברואר" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "מרץ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "אפריל" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2907,78 +2928,78 @@ msgid "May" msgstr "מאי" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "יוני" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "יולי" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "אוגוסט" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ספטמבר" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "אוקטובר" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "נובמבר" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "דצמבר" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "יום ראשון" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "יום שני" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "יום שלישי" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "יום שישי" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2986,226 +3007,226 @@ msgid "Sun" msgstr "יום ראשון" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "יום שני" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "יום שלישי" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "יום רביעי" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "יום חמישי" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "יום שישי" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "שבת" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "יום ראשון" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "יום שני" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "יום שלישי" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "יום רביעי" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "יום חמישי" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "יום שישי" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "שבת" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "ללא" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "בשימוש" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "לשנייה" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "השתמש בשדה טקסט" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d הוא לא מספר שורה תקין." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "שגיאה" @@ -3273,16 +3294,16 @@ msgstr "לשעה" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3303,7 +3324,7 @@ msgid "Requery" msgstr "בשאילתה" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3312,7 +3333,7 @@ msgstr "בשאילתה" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3400,7 +3421,7 @@ msgid "History" msgstr "היסטוריית SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3423,7 +3444,7 @@ msgstr "היסטוריית SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3521,7 +3542,7 @@ msgid "Count:" msgstr "עמודה" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3586,10 +3607,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "מעבר לטבלה שהועתקה" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3597,10 +3618,10 @@ msgstr "מעבר לטבלה שהועתקה" msgid "Ascending" msgstr "עולה" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3839,31 +3860,31 @@ msgstr "ביטול הבחירה הכללית" msgid "Inside column:" msgstr "בתוך העמודה:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "תיקיית בית של נתונים" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "הוספת/מחיקת עמודות שדה" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "שדות" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "חיפוש במסד הנתונים" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3871,7 +3892,7 @@ msgctxt "First page" msgid "Begin" msgstr "התחלה" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3880,7 +3901,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "הקודם" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3889,7 +3910,7 @@ msgctxt "Next page" msgid "Next" msgstr "הבא" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3897,135 +3918,136 @@ msgctxt "Last page" msgid "End" msgstr "סיום" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "הכל" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "מספר שדות" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "טקסטים חלקיים" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "טקסטים מלאים" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "תצוגת יחסים" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy msgid "Relational display column" msgstr "תצוגת יחסים" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy msgid "Hide browser transformation" msgstr "שינויי צורה זמינים" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "השורה נמחקה" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "יכול להיות הערכה. ראה [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "שאילתת ה־SQL שלך בוצעה בהצלחה" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "לתצוגה זו יש לפחות מספר כזה של שורות. נא לפנות ל%sתיעוד%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "מראה שורות" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "סה\"כ" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "שאילתה לקחה %01.4f שניות" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "עם הנבחרים:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4034,26 +4056,26 @@ msgstr "עם הנבחרים:" msgid "Check All" msgstr "סימון הכול" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "תצוגת הדפסה" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display chart" msgstr "מציג הערות עמודה" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4182,7 +4204,7 @@ msgstr "מספור" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4192,7 +4214,7 @@ msgid "Collation" msgstr "איסוף" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4208,7 +4230,7 @@ msgid "Index %s has been dropped." msgstr "אינדקס %s הוסר." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4224,7 +4246,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "שרת" @@ -4241,7 +4263,7 @@ msgstr "תצוגה" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4272,7 +4294,7 @@ msgstr "הכנסה" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "הרשאות" @@ -4337,17 +4359,17 @@ msgid "Central columns" msgstr "הוספת/מחיקת עמודות שדה" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "מאגרי נתונים" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "משתמש" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4430,7 +4452,7 @@ msgid "Could not save favorite table!" msgstr "תיעוד" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4460,7 +4482,7 @@ msgid "Recent" msgstr "איפוס" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5050,16 +5072,16 @@ msgstr "מירבי: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL אמר: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "הסברת SQL" @@ -5076,7 +5098,7 @@ msgstr "" msgid "Without PHP Code" msgstr "ללא קוד PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "ייצור קוד PHP" @@ -5171,6 +5193,12 @@ msgstr "עדכון אחרון" msgid "Last check" msgstr "נבדק לאחרונה" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "משתמש" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "חיפוש:" @@ -5267,8 +5295,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5276,7 +5304,7 @@ msgstr "שם" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "אורך/ערכים*" @@ -5580,7 +5608,7 @@ msgid "Not a valid port number!" msgstr "%d הוא לא מספר שורה תקין." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5591,37 +5619,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "משתנה" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5636,7 +5664,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6047,7 +6075,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6057,7 +6085,7 @@ msgstr "משפטים" msgid "Save as file" msgstr "שמירה כקובץ" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "חבילת הקידוד של הקובץ:" @@ -6074,8 +6102,8 @@ msgstr "דחיסה" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6085,16 +6113,16 @@ msgstr "דחיסה" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "שדות מוקפים ע\"י" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6104,8 +6132,8 @@ msgstr "הורדת שדות עם" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6115,15 +6143,15 @@ msgstr "החלפת NULL ע\"י" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "שורות מסתיימות ע\"י" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6152,8 +6180,8 @@ msgid "Table name template" msgstr "תבנית שם קובץ" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6183,14 +6211,14 @@ msgid "Label key" msgstr "מפתח תווית" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "סוג MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "יחסים" @@ -6200,624 +6228,630 @@ msgstr "יחסים" msgid "Export method" msgstr "סוג ייצוא" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "מאוזן (headers מסובבים)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "תבנית שם קובץ" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "צירוף תוי ציטוט (backquotes) אל שמות טבלאות ושדות" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "יצירת/עדכון/בדיקת תאריכים" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "השתמש בהכנסות מעוכבות" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "יצירת טבלה חדשה על מאגר נתונים %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "הוספת %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "השתמש בהעלמות מהכנסות" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "סוג ייצוא" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "סוג ייצוא" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "הוספת הגבלות" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "ייצור" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "קבצי ייבוא" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "שרת" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "הוספת שדה חדש" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "מספר דף:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "תיעוד" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "תיעוד" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Server connection collation" msgid "Enter server connection parameters." msgstr "איסוף חיבור שרת" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "מצב" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "מאגרי נתונים" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "מאגרי נתונים" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "טבלה" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "הצגת תרשים PDF" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "גודל דף" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "השתמש בשדה טקסט" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Column names" msgid "Column names in first row" msgstr "שמות עמודה" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6825,1187 +6859,1199 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy msgid "Maximum items on first level" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "גבולות משאבים" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "כותרת טבלה" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "ראיית טבלאות" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "התחברויות מאז הרענון האחרון" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "ראיית תהליכים" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "ניתוח טבלה" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "שינוי סדר הטבלה לפי" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "כותרת טבלה" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "שינוי שם טבלה אל" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "מפתח ראשי נוסף אל %s" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy msgid "Relational display" msgstr "תצוגת יחסים" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "תיקיית בית של נתונים" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "ערך זמן חיבור (Session)" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "תיעוד" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "נכשל בכניסה לשרת MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "חיבורים" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "כל שרת מארח" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "כל שרת מארח" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "אין מאגרי נתונים" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "בחירת שרת" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "יצירת טבלה חדשה על מאגר נתונים %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "הוספת/מחיקת עמודות שדה" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "אל תשנה את הסיסמא" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "מאגר נתונים" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "קוד שרת (ID)" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "ניתוח טבלה" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "משתנים" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "תיקון טבלה" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "בחירת שרת" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "%s מובטל על שרת MySQL זה." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "מציג הערות עמודה" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "איחוי טבלה" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "משפטים" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "גרסת שרת" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "שימוש בטבלאות" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "הערות לטבלה" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "ראיית מידע PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "ראיית טבלאות" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "הראה שאילתות שלמות" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "סטטיסטיקת שורה" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "הוספת/מחיקת עמודות שדה" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ברירת מחדל" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8013,52 +8059,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8066,85 +8112,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "שם משתמש:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "סיסמא" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "קוד שרת (ID)" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Enable Zero Configuration mode" @@ -8170,51 +8216,81 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "תיעוד" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV עבור MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "תיעוד" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "אין מאגרי נתונים" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "יחסים פנימיים" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8229,12 +8305,12 @@ msgstr "" msgid "No change" msgstr "ללא שינוי" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8294,6 +8370,7 @@ msgid "Create database" msgstr "יצירת מאגר נתונים חדש" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "יצירה" @@ -8309,7 +8386,7 @@ msgid "No Privileges" msgstr "ללא הרשאות" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "יצירת עמוד חדש" @@ -8324,119 +8401,161 @@ msgstr "מספר שדות" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Exporting databases from the current server" msgstr "נכשל בכניסה לשרת MySQL" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "יצירת טבלה חדשה על מאגר נתונים %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "יצירת טבלה חדשה על מאגר נתונים %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "סוג ייצוא" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "תבנית שם קובץ" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "שם משתמש" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "תבנית שם קובץ" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s טבלאות" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "עדכון שאילתה" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "בחירת טבלאות" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "סוג ייצוא" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "מאגרי נתונים" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "טבלאות" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "תבנית" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy msgid "Format-specific options:" msgstr "לתבנית זאת אין אפשרויות" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "שורות" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "שמירת שרת בתוך תיקיית %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "תבנית שם קובץ" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8444,96 +8563,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "חבילת הקידוד של הקובץ:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "דחיסה" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipped\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzipped\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "שמירה כקובץ" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "יצירת טבלה חדשה על מאגר נתונים %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "מאוזן (headers מסובבים)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "שמירה כקובץ" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "בחירת טבלאות" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "בחירת טבלאות" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "מאגר נתונים" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "אין טבלאות" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "שמות עמודה" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9029,7 +9148,7 @@ msgid "Dump has been saved to file %s." msgstr "השליפה נשמרה אל הקובץ %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות)." @@ -9106,7 +9225,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "פונקציה" @@ -9185,7 +9304,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9654,7 +9773,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9950,241 +10069,252 @@ msgstr "" msgid "Rename database to" msgstr "שינוי שם מסד הנתונים לשם" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "אין לך הרשאות מספיקות להיות כאן כרגע!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "עריכת הרשאות" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "מסד הנתונים %s הושמט." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "הסרת מסד הנתונים" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "השמטת מסד הנתונים (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "מבנה בלבד" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "מבנה ונתונים" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "נתונים בלבד" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "העתקת מסד הנתונים אל" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE לפני העתקה" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "הוספת הגבלות" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "מעבר למסד הנתונים שהועתק" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "שינוי סדר הטבלה לפי" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(בודד)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "העברת טבלה אל (מסד נתונים.טבלה)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "שינוי שם טבלה אל" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "הערות לטבלה" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "אפשרויות טבלה" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "מנוע אחסון" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "העתקת טבלה אל (מסד נתונים.טבלה)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "מעבר לטבלה שהועתקה" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "אחזקת טבלה" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "ניתוח טבלה" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "בדיקת טבלה" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "בדיקת טבלה" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "איחוי טבלה" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "הטבלה %s אופסה." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "ריקון טבלה (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "ייעול טבלה" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "תיקון טבלה" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "הוצאת מידע עבור טבלה" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "אין מאגרי נתונים" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "צ'יכית" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "תיקון טבלה" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "סגירה" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "אחזקת טבלה" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 #, fuzzy msgid "Can't move table to same one!" msgstr "לא ניתן להעתיק טבלה אל אותה אחת!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "לא ניתן להעתיק טבלה אל אותה אחת!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "הטבלה %s הועברה ל- %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "טבלה %s הועתקה אל %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "הטבלה %s הועברה ל- %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "טבלה %s הועתקה אל %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "שם הטבלה ריק!" @@ -10394,7 +10524,7 @@ msgstr "נשלח" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11378,54 +11508,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "שינוי שם טבלה אל" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "סוג הייצוא שגוי" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ללא תיאור" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11607,6 +11743,7 @@ msgstr "שם משתמש" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "שם משתמש" @@ -11773,10 +11910,10 @@ msgid "Master server changed successfully to %s." msgstr "ההרשאות נטענו מחדש בהצלחה." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11798,7 +11935,7 @@ msgstr "טבלה %s נמחקה" msgid "Event %1$s has been created." msgstr "טבלה %s נמחקה" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11808,7 +11945,8 @@ msgstr "" msgid "Edit event" msgstr "נשלח" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11824,7 +11962,7 @@ msgid "Event type" msgstr "סוג אירוע" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11860,13 +11998,13 @@ msgid "On completion preserve" msgstr "השלם הכנסות" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11892,9 +12030,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11931,141 +12069,147 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "טבלה %s נמחקה" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "טבלה %s נמחקה" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "טבלה %s נמחקה" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "שמות עמודה" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "יצירה" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "הוספת שדה חדש" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "שינוי שם מאגר נתונים אל" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "אורך/ערכים*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "אפשרויות טבלה" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "סוג שאילתה" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format msgid "Execution results of routine %s" msgstr "מאפשר יצירת שגרות מאוחסנות." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12650,13 +12794,17 @@ msgid "You have revoked the privileges for %s." msgstr "אתה שללת הרשאות עבור %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "הוספת משתמש" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "אפשרויות ייצוא מאגר נתונים" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12683,9 +12831,7 @@ msgid "User has been added." msgstr "שדה %s נמחק" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12766,11 +12912,15 @@ msgid "" msgstr "… מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "שינוי מידע כניסה / העתקת משתמש" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "יצירת משתמש חדש עם אותן ההרשאות וגם …" #: libraries/server_privileges.lib.php:3036 @@ -12794,7 +12944,9 @@ msgid "Add privileges on the following table:" msgstr "הוספת הראשאות לטבלה הבאה" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "הסרת משתמשים שנבחרו" #: libraries/server_privileges.lib.php:3376 @@ -12830,45 +12982,51 @@ msgstr "אתה עדכנת הרשאות עבור %s." msgid "Deleting %s" msgstr "מוחק %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "ההרשאות נטענו מחדש בהצלחה." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "שם המשתמש %s כבר קיים!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "הרשאות" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "עריכת הרשאות" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "משתמש" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "סקירת משתמשים" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12880,11 +13038,11 @@ msgstr "" "הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן " "ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "המשתמש שנבחר לא נמצא בטבלת ההרשאות." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "משתמש חדש נוסף." @@ -14095,7 +14253,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "הטבלה %s רוקנה." @@ -14108,14 +14266,14 @@ msgstr "המעקב פעיל." msgid "Tracking is not active." msgstr "המעקב אינו פעיל." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "התצוגה %s נשמטה" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14363,44 +14521,39 @@ msgstr "שימוש מקום" msgid "Effective" msgstr "יעיל" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "הטבלה %s הועברה ל- %s." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "סוג שאילתה" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy msgid "The columns have been moved successfully." msgstr "%s מסדי נתונים נמחקו בהצלחה." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "הוספת משתמש חדש" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "הראה שאילתות שלמות" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14863,20 +15016,6 @@ msgstr "" msgid "Wrong data" msgstr "אין מאגרי נתונים" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "אין מאגרי נתונים" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14887,7 +15026,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "שם המשתמש %s כבר קיים!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "ראיית הוצאה (תבנית) של טבלה" @@ -14895,28 +15034,19 @@ msgstr "ראיית הוצאה (תבנית) של טבלה" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "יחסים פנימיים" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15139,7 +15269,7 @@ msgid "subquery" msgstr "בשאילתה" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15223,13 +15353,13 @@ msgstr "שם משתמש" msgid "Delete pages" msgstr "בחירת הכל" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15521,42 +15651,42 @@ msgstr "קבצי ייבוא" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "שאילתת SQL" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "ערך" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "בתוך העמודה:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "מספר שדות" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16821,6 +16951,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "הוספת משתמש" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "סוג ייצוא" + #~ msgid "Print view (with full texts)" #~ msgstr "תצוגת הדפסה (עם טקסטים מלאים)" @@ -17032,11 +17170,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "סוג הייצוא שגוי" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "סוג הייצוא שגוי" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -17098,10 +17231,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "עריכה או יצוא של תבנית יחסית" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "טבלה %s נמחקה" - #, fuzzy #~ msgid "Page creation has failed!" #~ msgstr "קידוד חיבור MySQL" @@ -17765,10 +17894,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "הכנסה" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "עדכון שאילתה" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "מחיקה" diff --git a/po/hi.po b/po/hi.po index 62933cac84..3e663f3561 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-02-04 18:16+0200\n" "Last-Translator: Nisarg Jhaveri \n" "Language-Team: Hindi सेटिंग्स मेन्यू में जाकर इसे पुनः डिफ़ॉल्ट पर रिसेट करें।" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "क्वॅरी कैश की कार्यक्षमता" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "क्वॅरी कैश प्रयोग" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "काम में ली गई क्वॅरी कैश" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "मशीन सीपीयू उपयोग" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "सिस्टम मेमोरी" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "सिस्टम स्वॅप" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "औसत दबाव" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "कुल मॅमरी" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "गुप्त एकत्र (cached) मॅमरी" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "बफ़र स्मृति" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "मुक्त स्मृति" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "प्रयुक्त स्मृति" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "कुल स्वॅप" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "एकत्र (cached) स्वॅप" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "प्रयुक्त स्वॅप" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "मुक्त स्वॅप" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "बाइट भेजे गए" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "बाइट प्राप्त हुए" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "कनेक्शन" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "प्रक्रियाएँ" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "बिट्स" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "किलोबाइट" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "मेगाबाइट" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "गीगाबाइट" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "टॅराबाइट" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "पॅटाबाइट" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "अॅग्जाबाइट" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d टेबल" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "प्रश्न" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "व्यस्तता" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "सेटिंग्स" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "चार्ट को जाली (grid) पर लगाएँ" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "कृपया, श्रृंखला में कम से कम एक चर (variable) ज़रूर जोड़ें" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1428,51 +1450,51 @@ msgstr "कृपया, श्रृंखला में कम से कम msgid "None" msgstr "कुछ नहीं" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "देखभाल व्यवस्था को पुनः शुरू करें" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "देखभाल व्यवस्था को एक बार यथास्थिति (pause) रोकें" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" "सामान्य पञ्जिका (general_log) तथा धीमी क्वॅरी पञ्जिका (slow_query_log) समर्थ किये " "गए।" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "सामान्य पञ्जिका (general_log) को समर्थ किया गया।" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "धीमी क्वॅरी पञ्जिका (slow_query_log) को समर्थ किया गया है।" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" "धीमी क्वॅरी पञ्जिका (slow_query_log) तथा सामान्य पञ्जिका (general_log) को निष्क्रिय " "किया गया।" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "टेबल पर पंजिका परिणाम (log_output) सेट नहीं है।" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "टेबल पंजिका परिणाम (log_output) के साथ सेट है।" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1483,12 +1505,12 @@ msgstr "" "में सूचीबद्ध करता है जो %d सेकण्ड्स से ज्यादा समय लेती हैं। अतः आपको सलाह दी जाती है कि " "सिस्टम के अनुरूप अधिक_क्वॅरी_समय (long_query_time) को 0-2 सेकण्ड्स पर सेट कर लें।" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "अधिक_क्वॅरी_समय (long_query_time) को %d सेकण्ड्स पर सेट किया गया।" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1497,31 +1519,31 @@ msgstr "" "डिफ़ॉल्ट पर सेट हो जाएँगी:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "पंजिका परिणाम (log_output) को %s पर सेट करें" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s समर्थ करें" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s निष्क्रिय करें" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "अधिक_समय_क्वॅरी (long_query_time) को %ds पर सेट करें" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1529,57 +1551,57 @@ msgstr "" "आप इन चरों (variables) को बदलने की स्थिति में नहीं है। कृपया मूल (root) प्रयोक्ता के " "बतौर लोग इन करें या अपने डॅटाबेस प्रबंधक से संपर्क करें।" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "सेटिंग्स बदलें" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "वर्तमान सेटिंग्स" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "चार्ट शीर्षक" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "अवकलित" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s से विभाजित" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "इकाई" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "धीमी पंजिका (slow log) से" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "सामान्य पंजिका (general_log) से" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "पंजिका (log) छान-बीन ज़ारी" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "पंजिका की छान-बीन और लोडिंग हो रही है। इसमें थोड़ा वक्त लग सकता है।" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "अनुरोध रद्द करें" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1589,7 +1611,7 @@ msgstr "" "का मापदण्ड इनका SQL पाठ्य ही है अतः क्वॅरीज के अन्य गुणधर्म जैसे शुरुआत का समय आदि भिन्न " "मान लिए हो सकते हैं।" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1599,35 +1621,35 @@ msgstr "" "गयी INSERT क्वॅरीज को भी एकत्रित (group) किया गया है। टेबल में डाले (insert) गए डॅटा " "से इसका कोई सम्बन्ध नहीं है।" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "पंजिका जानकारी लोड हो चुकी है। क्वॅरीज क्रियान्वन में लगा समय:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "सीधे पंजिका टेबल (log table) पर जाएँ" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "कोई डॅटा नहीं पाया गया" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "पंजिका (log) की छान-बीन की गयी, परन्तु इस समय अन्तराल विशेष में कोई डॅटा नहीं पाया " "गया।" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "विश्लेषण" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "परिणाम को समझाएँ" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1637,61 +1659,61 @@ msgstr "परिणाम को समझाएँ" msgid "Time" msgstr "समय" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "कुल समय:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "परिणाम का रूपरेखा बन रही है" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "टेबल" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "चार्ट" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "पंजिका (log) टेबल फ़िल्टर विकल्प" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "फ़िल्टर" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "क्वॅरीज को शब्द / रेग्युलर एक्सप्रेशन के जरिये फ़िल्टर करें:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "WHERE कथन में चर (variable) डॅटा को बिना शामिल किये, क्वॅरीज को एकत्र (group) करें" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "एकत्र (group) पंक्तियों का योग:" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "कुल" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "पंजिका (log) को लोड किया जा रह है" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "देख-रेख तंत्र असफल रहा" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1701,89 +1723,89 @@ msgstr "" "समाप्त हो गयी हो। समाधान के लिए पेज रीलोड करें और अपने परिचय सम्बन्धी जानकारी फिर से " "डालकर देखें।" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "पृष्ठ पुनः लोड करें" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "प्रभावित पंक्तियाँ:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "कॉन्फिग फ़ाईल की को पढ़ पाने असमर्थ। ऐसा प्रतीत होता है कि इसमें मानक JSON कोड नहीं है।" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "आयात करें" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "देख-रेख (import) विन्यास (configuration) आयात करें" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "जिस फाईल को आयात करना चाहते हैं, उसे चुनें" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "क्वॅरी का विश्लेष्ण करें" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "परामर्श व्यवस्था" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "कार्यक्षमता के सन्दर्भ में संभावित मुद्दे" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "मसला" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "अनुशंसायें" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "नियमों का विवरण" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "औचित्यकरण" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "प्रयुक्त चर (variable) / सूत्र (formula)" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "जाँच" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1794,61 +1816,61 @@ msgstr "" msgid "Cancel" msgstr "रद्द" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "सेटिंग्स बदलें" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "लोड हो रहा है…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "अनुरोध क्रियान्वित हो रहा है" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "अनुरोध क्रियान्वन में दिक्कत" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "कोइ डाटाबेस नहीं चुना गया है।" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "कॉलम को हटाया जाना" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "प्राथमिक कुञ्जी जोड़ना" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1857,65 +1879,65 @@ msgstr "प्राथमिक कुञ्जी जोड़ना" msgid "OK" msgstr "ठीक है" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "इस सूचना को खारिज़ करने के लिए क्लिक करें" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "डॅटाबेसों का पुनर्नामकारण" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "डॅटाबेस प्रतिलिपिकरण" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "वर्ण समूह बदलाव" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "हेडर को लाने में विफल" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "ख़ोज" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "खोज परिणाम छिपाएँ" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "खोज परिणाम दिखाएँ" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "ब्राउज़िंग" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "मिटाना" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "एक संगृहीत फंक्शन की परिभाषा (definition) में RETURN कथन होना आवश्यक है!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1925,61 +1947,61 @@ msgstr "एक संगृहीत फंक्शन की परिभा msgid "Export" msgstr "निर्यात" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s स्तंभ के लिए मूल्य" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "नए स्तंभ के लिए मूल्य" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "हर एक मान अलग क्षेत्र में दर्ज करें" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d मान जोड़ें" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "सूचना: यदि फ़ाईल में एक से अधिक टेबलें हैं तो वे एक में ही संगठित की जाएँगी।" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "क्वॅरी बॉक्स छिपाएँ" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "क्वॅरी बॉक्स दिखाएँ" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "सम्पादन" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1987,96 +2009,96 @@ msgstr "सम्पादन" msgid "Delete" msgstr "मिटाएँ" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d एक वैध पंक्ति संख्या नहीं है।" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "विदेशी मूल्य ब्राउस करें" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "स्थिति" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "कोई पंक्ति चयनित नहीं" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "डाटाबेस में खोजें" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "मुक्त स्मृति" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "योगदान" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "प्राथमिक कुंजी जोड़ें" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "%s पर एक प्राईमरी की जड़ी गयी है" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "ट्रैकिंग रिपोर्ट" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2084,89 +2106,89 @@ msgstr "" msgid "End of step" msgstr "लाइन के अंत" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "हो गया" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "कोइ डाटाबेस नहीं चुना गया है।" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "निम्नलिखित क्वरीों क्रियान्वित किया गया है" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "इन टेबल के लिये विशेषाधिकार जोडें" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "कोइ डाटाबेस नहीं चुना गया है।" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2175,165 +2197,165 @@ msgstr "कोइ डाटाबेस नहीं चुना गया ह msgid "Save" msgstr "सुरक्षित करें" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "ख़ोज मापदंड छिपाएँ" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "खोज मापदंड दिखाएँ" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "ढूंढें" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "कोलम नाम" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "कोलम नाम" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "अधिकतम सारणी" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "अधिकतम सारणी" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "ख़ोज मापदंड छिपाएँ" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "खोज मापदंड दिखाएँ" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "प्रत्येक बिन्दु एक डॅटा पंक्ति को बताता है।" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "लेबल देखने के लिए कर्सर बिन्दु के ऊपर लेकर जाएँ।" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "और बारीकी से देखने के लिए पुरे क्षेत्र का कोई भाग माउस से सेलेक्ट करें।" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "पंक्ति को देखने और संभावित सम्पादन के लिए डॅटा बिन्दु पर क्लिक करें।" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "दायीं तरफ नीचे के कोने के साथ पॉइंटर घसीटने पर क्षेत्र के अकार को बदला जा सकता है।" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "दो कॉलम चुने" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "दो भिन्न कॉलम चुनें" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "डॅटा बिन्दु सामग्री" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "उपेक्षा करें" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "प्रतिलिपि करें" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "बिन्दु" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "लाईन समाप्त होता है" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "बहुभुज" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "ज्यामिति" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "आंतरिक वृत्त" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "बाहरी वृत्त" -#: js/messages.php:438 +#: js/messages.php:444 #, fuzzy #| msgid "Do you want to import remaining settings?" msgid "Do you want to copy encryption key?" msgstr "क्या आप शेष सेटिंग्स आयात करना चाहते हैं?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "संदर्भ कुंजी का चयन करें" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "परदेशी कुंजी का चयन करें" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "कृपया प्राथमिक कुंजी या एक अद्वितीय कुंजी का चयन करें" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "प्रदर्शित करने के लिए काँलम चुनें" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2341,98 +2363,98 @@ msgstr "" "आपने प्रदर्शन में बदलावों को सुरक्षित नहीं किया है। ये बदलाव खो जायेंगे यदि आपने सुरक्षित नहीं " "किया। क्या आप ज़ारी रखना चाहेंगे?" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "पृष्ठ नाम:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "पेज चुनिये" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "पेज चुनिये" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "मुक्त पृष्ठों" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "पेज चुनिये" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "इकाई" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "एडिट करने के लिये पेज़ चुने" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "संबंधपरक स्कीमा को संपादित या निर्यात करें" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "संशोधनों को बचाया गया है" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "कॉलम के लिए एक विकल्प जोड़ें " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "सबमिट" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "सम्पादन को रद्द करने के लिए एस्केप दबाएँ" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2440,49 +2462,49 @@ msgstr "" "आपने कुछ डॅटा को सम्पादित किया है पर सुरक्षित नहीं किया है। क्या आप उन्हें बिना सुरक्षित " "किये आगे बढ़ना चाहेंगे?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "पुनः व्यवस्थित करने के लिए घसीटें" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "चिन्हित / अचिन्हित करने के लिए क्लिक करें" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "कोलम के नाम" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "कॉलम को दिखने / छुपाने के लिए
ड्रॉप-डाउन तीर पर क्लिक करें" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "सभी दिखाएँ" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2490,167 +2512,167 @@ msgstr "" "इस टेबल में कोई भी विशिष्ट (unique) कॉलम नहीं है। इस बात कि सम्भावना है कि ग्रिड " "सम्पादन, टिक-बॉक्स, सम्पादन, प्रतिलिपि एवं मिटाने के लिंक से जुडी सुविधाएँ काम न करें।" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "मूल स्थिति" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "रद्द" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "रद्द" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "आयात" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "टेबल चुनिये" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "लिंक पर जाएँ" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "कोलम के नाम" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "नया पासवर्ड उत्पन्न करें" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "उत्पन्न करें" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "पासवर्ड बदलें" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "अधिक" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "सभी दिखाएँ" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add index" msgid "Hide Panel" msgstr "अनुक्रमणिका जोड़" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "बाईं फ्रेम में लोगो देखियें" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "मुख्य फ्रेम को अनुकूलित करें" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "मुख्य फ्रेम को अनुकूलित करें" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "टेबल" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "दृश्य" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "प्रक्रियाओं" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "घटना" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Connections" msgid "functions" msgstr "कनेक्शन" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2659,282 +2681,282 @@ msgstr "" "phpMyAdmin का नवीन संस्करण उपलब्ध है। नया संस्करण %s है जो कि %s को प्रकाशित हुआ है।" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "नवीनतम स्थिर संस्करण:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "अद्यतन" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "दृश्य बनाइये" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "सर्वर" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "सेटिंग्स बदलें" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "खुला टेबल शो" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "उपेक्षा करें" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "यह query वापस यहीं दिखायें" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "क्या आप सचमुच \"%s\" निष्पादित चाहते है?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "टेबल की टिप्पणी" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "खोज परिणाम छिपाएँ" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "पिछला" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "अगला" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "आज" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "जनवरी" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "फरवरी" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "मार्च" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "अप्रैल" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "मई" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "जून" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "जुलाई" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "अगस्त" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "सितम्बर" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "अक्तूबर" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "नवम्बर" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "दिसम्बर" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "जनवरी" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "फरवरी" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "मार्च" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "अप्रैल" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "मई" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "जून" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "जुलाई" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "अगस्त" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "सितम्बर" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "अक्तूबर" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "नवम्बर" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "दिसमबर" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "रविवार" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "सोमवार" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "मंगलवार" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "बुधवार" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "गुरूवार" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "शुक्रवार" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "शनिवार" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2942,206 +2964,206 @@ msgid "Sun" msgstr "रविवार" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "सोमवार" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "मंगलवार" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "बुधवार" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "गुरुवार" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "शुक्रवार" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "शनिवार" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "रवि" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "सोम" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "मंगल" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "बुध" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "गुरु" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "शुक्र" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "शनि" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "सप्ताह" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "कैलेण्डर-माह-वर्ष" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "कुछ नहीं" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "घंटा" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "मिनट" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "सेकण्ड" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Text fields" msgid "Please fix this field" msgstr "पाठ फ़ील्ड" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "वैध पोर्ट नहीं एक" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "त्रुटि" @@ -3210,16 +3232,16 @@ msgstr "प्रति घंटा" msgid "per day" msgstr "प्रतिदिन" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "फ़ॉन्ट का आकार" @@ -3240,7 +3262,7 @@ msgid "Requery" msgstr "उप-क्वरी" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3249,7 +3271,7 @@ msgstr "उप-क्वरी" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3342,7 +3364,7 @@ msgid "History" msgstr "SQL- इतिहास" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3365,7 +3387,7 @@ msgstr "SQL- इतिहास" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "विकल्प" @@ -3462,7 +3484,7 @@ msgid "Count:" msgstr "स्तम्भ" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3528,10 +3550,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "नकल की टेबल पर स्विच करें" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3539,10 +3561,10 @@ msgstr "नकल की टेबल पर स्विच करें" msgid "Ascending" msgstr "आरोही" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3781,33 +3803,33 @@ msgstr "सभी को रद्द करें" msgid "Inside column:" msgstr "काँलम के अंदर:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "निर्देशिका बचाना" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Textarea columns" msgid "Restore column order" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "फ़िल्टर" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "डाटाबेस में खोजें" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3815,7 +3837,7 @@ msgctxt "First page" msgid "Begin" msgstr "प्रारंभ" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3824,7 +3846,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "पिछला" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3833,7 +3855,7 @@ msgctxt "Next page" msgid "Next" msgstr "अगला" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3841,128 +3863,129 @@ msgctxt "Last page" msgid "End" msgstr "आखरी" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "सभी" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "पंक्तियोंकी की संख्या:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "कुंजी सॉर्ट" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "आंशिक पाठ" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "पूर्ण पाठ" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "कुंजी संबंधपरक" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "संबंधपरक प्रदर्शन स्तंभ" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "द्विआधारी सामग्री दिखाने" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB सामग्री दिखाने" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "सामग्री दिखाने" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "रौ को डिलीट कर दिया" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "शायद अनुमानित हैं. [doc@faq3-11]FAQ 3.11[/doc] देखें" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "आपकी SQL कुएरी सफलता के साथ पूरी की गई है" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "इस द्रश्य में कम से कम इतनी रो हैं. और जानने के लिए %s दस्तावेज़%s पढ़ें." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "रौ देखिये" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "कुल" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "क्वरी को %01.4f सेकेंड का समय लगा" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "चुने हुओं को:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3971,26 +3994,26 @@ msgstr "चुने हुओं को:" msgid "Check All" msgstr "सभी को चेक करें" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "छपाई द्रश्य" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display Features" msgid "Display chart" msgstr "फीचरस दिखाओ" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4124,7 +4147,7 @@ msgstr "प्रमुखता" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4134,7 +4157,7 @@ msgid "Collation" msgstr "क्रम में करें" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "टिप्पणी" @@ -4149,7 +4172,7 @@ msgid "Index %s has been dropped." msgstr "सूचकांक %s गिरा दिया गया है." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4165,7 +4188,7 @@ msgid "" msgstr "सूचकांक %1$s और %2$s बराबर लगने के कारन उनमें से संभवतः हटाया जा सकता है." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "सर्वर" @@ -4182,7 +4205,7 @@ msgstr "दृश्य" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4213,7 +4236,7 @@ msgstr "इनसर्ट" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "प्रिविलेज" @@ -4278,17 +4301,17 @@ msgid "Central columns" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "डाटाबेस" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "यूसर" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4370,7 +4393,7 @@ msgid "Could not save favorite table!" msgstr "विन्यास सहेज नहीं सकते" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4401,7 +4424,7 @@ msgid "Recent" msgstr "रीसेट" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4999,16 +5022,16 @@ msgstr "अधिकतम: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL ने कहा: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL की व्याख्या" @@ -5025,7 +5048,7 @@ msgstr "" msgid "Without PHP Code" msgstr "php कोड के बिना" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP Code बनाओ" @@ -5124,6 +5147,12 @@ msgstr "पिछला नवीनीकरण" msgid "Last check" msgstr "पिछली जाँच" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "यूसर" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "खोज करे:" @@ -5218,8 +5247,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5227,7 +5256,7 @@ msgstr "नाम" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "लंबाई/अर्थ*" @@ -5534,7 +5563,7 @@ msgid "Not a valid port number!" msgstr "वैध पोर्ट नहीं एक" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5548,37 +5577,37 @@ msgstr "गलत मान" msgid "Value must be equal or lower than %s!" msgstr "मान %s के बराबर या कम" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s के लिए डेटा लापता" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "अनुपलब्ध" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" को %s विस्तार की आवश्यकता है" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "आयात काम नहीं करेगा, function (%s) लापता" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "निर्यात काम नहीं करेगा, function (%s) लापता" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "अधिकतम %s" @@ -5593,7 +5622,7 @@ msgid "Set value: %s" msgstr "मान निर्धारित: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "मूलभूत मान को बहाल" @@ -6066,7 +6095,7 @@ msgstr "एक स्क्रिप्ट को चलने की अवध msgid "Maximum execution time" msgstr "अधिकतम निष्पादन समय" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add constraints" msgid "Use %s statement" @@ -6076,7 +6105,7 @@ msgstr "शर्तें जोडें" msgid "Save as file" msgstr "फ़ाइल के रूप में सहेजें" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "फ़ाइल का चरित्र सेट" @@ -6092,8 +6121,8 @@ msgstr "संक्षिप्तीकरण" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6103,16 +6132,16 @@ msgstr "संक्षिप्तीकरण" msgid "Put columns names in the first row" msgstr "काँलम नाम प्रथम रो में" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Column names" msgid "Columns enclosed with" msgstr "कोलम के नाम" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Column names" @@ -6122,8 +6151,8 @@ msgstr "कोलम के नाम" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6133,15 +6162,15 @@ msgstr "शून्य की जगह पर" msgid "Remove CRLF characters within columns" msgstr "CRLF चरित्र को कोलम से हटायें" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "काँलम समाप्त होता है" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6165,8 +6194,8 @@ msgid "Table name template" msgstr "टेबल नाम टेम्पलेट" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6194,14 +6223,14 @@ msgid "Label key" msgstr "लेबल कुंजी" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME प्रकार" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "संबंध" @@ -6209,116 +6238,122 @@ msgstr "संबंध" msgid "Export method" msgstr "निर्यात प्रकार" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "सर्वर पर सेव करें" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "मौजूदा फ़ाइल अधिलेखित करें" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export as %s" +msgid "Export as separate files" +msgstr "%s के रूप में निर्यात" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "टेम्पलेट फ़ाइल नाम याद रखें" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT मूल्य जोडें" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "टेबल और फील्ड के नाम को backquotes से बंद करें" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL संगतता मोड" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "निर्माण/अद्यतन/जाँच दिनांक" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "विलंबित इनसर्टस" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "\"%s\" डेटाबेस से रो निर्यात" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s जोडें" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB के लिए hexadecimal का प्रयोग करें" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "आवेषण उपेक्षा का प्रयोग करें" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "डेटा दल्तें समय वाक्यविन्यास का उपयोग करें" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "क्वेरी के अधिकतम लंबाई" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "निर्यात प्रकार" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "एक सौदे में बंद निर्यात" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "UTC में निर्यात समय" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin का प्रयोग करते समय सुरक्षित कनेक्शन रखें" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL कनेक्शन रखें" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6330,196 +6365,196 @@ msgstr "" "एक विदेशी कुंजी ड्रॉपडाउन बॉक्स में आइटम्स के लिए सॉर्ट क्रम; सामग्री संदर्भित डेटा, आईडी है " "महत्वपूर्ण मूल्य है" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "विदेशी कुंजी ड्रॉपडाउन क्रम" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "अगर कम आइटम मौजूद हैं एक ड्रॉपडाउन का उपयोग किया जाएगा" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "विदेशी कुंजी सीमा" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "ब्राउज़ करें" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "ब्राउज़ मोड अनुकूलित" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "डिफ़ॉल्ट विकल्प अनुकूलित" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "डेवलपर" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin डेवलपर के लिए सेटिंग्स" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "संपादन मोड" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "संपादन मोड अनुकूलित" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "निर्यात डिफ़ॉल्ट" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "डिफ़ॉल्ट निर्यात विकल्पों को अनुकूलित करें" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "विशेषताएँ" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "सामान्य" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "कुछ सामान्यतः प्रयोग किया जाता विकल्प सेट" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "आयात" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "डिफ़ॉल्ट आयात विकल्पों को अनुकूलित करें" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "आयात / निर्यात" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "आयात और निर्यात निर्देशिका और संपीड़न विकल्प सेट करें" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "डेटाबेस प्रदर्शन विकल्प" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "नेविगेशन फ्रेम" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "नेविगेशन फ्रेम की दिखावट को अनुकूलित करें" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "नेविगेशन फ्रेम" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "नेविगेशन फ्रेम को अनुकूलित करें" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "सर्वर" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "सर्वर प्रदर्शन विकल्प" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "टेबल प्रदर्शन विकल्प" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "मुख्य फ्रेम" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "माइक्रोसॉफ्ट ऑफिस" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "अन्य मुख्य सेटिंग्स" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "सेटिंग्स जो कहीं भी फिट नहीं थी" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "पृष्ठ शीर्षक" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6532,11 +6567,11 @@ msgstr "" "निर्दिष्ट ब्राउज़र की शीर्षक पट्टी पाठ. [doc@cfg_TitleTable]documentation[/doc] " "जादू स्ट्रिंग को विशेष मान पाने के लिए इस्तेमाल किया जा सकता है." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "सुरक्षा" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6547,25 +6582,25 @@ msgid "" msgstr "" "कृपया याद रखें phpMyAdmin एक अंतरफलक है और इसकी विशेषताओं MySQL को सीमित नहीं करती" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "मूल सेटिंग्स" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "प्रमाणीकरण" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "प्रमाणीकरण सेटिंग्स" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "सर्वर विन्यास" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6575,17 +6610,17 @@ msgid "" "what they are for." msgstr "उन्नत सर्वर विन्यास,अगर आप इनके बारे मैं नहीं जानते तो इन्हें मत बदलें" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "सर्वर कनेक्शन पैरामीटर दाखिल करें" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "विन्यास भंडारण" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6599,142 +6634,142 @@ msgstr "" "phpMyAdmin विन्यास भंडारण अतिरिक्त सुविधाओं तक पहुँच हासिल करने के लिए कॉन्फ़िगर करें, " "ज्यादा जानकारी के लिए [doc@linked-tables]phpMyAdmin configuration storage[/doc]" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "परिवर्तन ट्रैकिंग" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "डेटाबेस ट्रैकिंग में किए गए परिवर्तन. phpMyAdmin विन्यास भंडारण की आवश्यकता होती है." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "निर्यात विकल्पों को अनुकूलित करें" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "आयात विकल्पों को अनुकूलित करें" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "नेविगेशन फ्रेम को अनुकूलित करें" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "मुख्य फ्रेम को अनुकूलित करें" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL क्वरी" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL क्वरी बॉक्स" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL क्वरी बॉक्स में दिखाए गए लिंक्स को अनुकूलित करें" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL क्वेरी सेटिंग्स" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "स्टार्टअप" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "स्टार्टअप पेज अनुकूलित करें" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "यूसर के लिए डेटाबेस" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "यूसर के लिए डेटाबेस" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "टैब्स" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "चुनें कि आप टैब्स काम करना चाहते हैं" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "PDF स्कीमा दिखाओ" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "पेपर आकार" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "पाठ फ़ील्ड" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "टेक्स्ट फ़ील्ड जानकारी को अनुकूलित करें" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! टेक्स्ट" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "डिफ़ॉल्ट विकल्प अनुकूलित" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "चेतावनी" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin द्वारा दिखाए चेतावनी निष्क्रिय करें" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6746,15 +6781,15 @@ msgstr "" "आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a]" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv के लिए अतिरिक्त पैरामीटर" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6765,11 +6800,11 @@ msgid "" msgstr "" "अगर सक्रिय है, phpMyAdmin एकाधिक बयान प्रश्नों कंप्यूटिंग जारी भले ही एक प्रश्न का असफल" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "कई बयान त्रुटियों उपेक्षा" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6778,25 +6813,25 @@ msgstr "" "मामले लिपि में आयात की अनुमति दें अंतरायन का पता लगाता है यह समय सीमा के करीब है. यह " "अच्छा करने के लिए बड़ी फ़ाइलों आयात तरीका हो, लेकिन यह लेनदेन तोड़ सकते हो सकता है." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "आंशिक आयात दखल की अनुमति" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "इन्सर्ट त्रुटी मैं मत छोड़ों" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6808,62 +6843,62 @@ msgstr "" "डिफ़ॉल्ट स्वरूप; पता होना चाहिए कि इस सूची में स्थान (डेटाबेस, तालिका) पर निर्भर करता है " "और केवल SQL हमेशा उपलब्ध है" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "आयात की गई फ़ाइल का प्रारूप" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "कीवर्ड LOCAL का प्रयोग" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "कोलम के नाम पहली रो में" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "खाली रोयाँ आयात नहीं" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "आयात मुद्राओं ($5.00 से 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "प्रतिशत को उचित दशमलव के रूप में आयात करें" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "प्रश्नों की संख्या शुरू से ही छोड़ने के लिए" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "आंशिक आयात: क्वरीों को छोड़" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "शुन्य मूल्य के लिए AUTO_INCREMENT का प्रयोग न करें" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "स्लाइडर्स के लिए प्रारंभिक अवस्था" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "एक समय पर कितनी पक्न्तियों को डाला जा सकता है" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "डाली गयी पक्न्तियों" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6873,11 +6908,11 @@ msgid "" msgstr "" "किसी भी गैर सांख्यिक स्तंभ में दिखाया गया है अक्षरों की अधिकतम संख्या पर विचार ब्राउज़" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "काँलम वर्ण सीमा" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6886,11 +6921,11 @@ msgstr "" "अगर TRUE, लोगौत सभी सर्वर की कुकी हटा देगा| अगर FALSE, लोगौत सिर्फ वर्तमान सर्वर से " "होगा| इसे FALSE रखने से सर्वर लोगौत भूल सकते हैं, जब आप ज्यादा सर्वर से कनेक्ट हों।" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "लॉगआउट पर सभी कुकीज़ हटाना" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6901,11 +6936,11 @@ msgid "" msgstr "" "परिभाषित करें कि पिछले लॉगइन या याद किया जाना चाहिए कुकी प्रमाणीकरण मोड में या नहीं" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "याद यूसर नाम" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6916,78 +6951,78 @@ msgstr "" "चाहिए. 0 मतलब का मूलभूत है कि यह केवल मौजूदा सत्र के लिए रखा जाएगा, और जैसे ही आप " "ब्राउज़र विंडो को बंद हटा दिया जाएगा. इस गैर विश्वसनीय वातावरण के लिए सिफारिश की है." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "लॉगिन कुकी भंडार" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "परिभाषित करें की एक लोगिन कुकी कितने समय थक मान्य है" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "लॉगिन कुकी वैधता" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT काँलम के लिए textarea का आकर दुगना करें" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEST के लिए बड़ा आकर" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL प्रदर्शित अधिकतम अक्षर" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "SQL प्रदर्शित अधिकतम लम्बाई" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "यूसरओं एक उच्च मूल्य निर्धारित नहीं कर सकते" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "डेटाबेस की अधिकतम संख्या" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "अस्थायी सोर्ट फ़ाइलों के लिए अधिकतम आकार" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6995,21 +7030,21 @@ msgstr "" "परिणाम सेट में से प्रदर्शित रों की संख्या, अगर सेट में ज्यादा रो हैं तो \"पिछले\" और \"अगला" "\" लिंक दिखाएँ जायेंगे।" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "प्रदर्शित रो की अधिकतम संख्या" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "अधिकतम सारणी" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7020,75 +7055,75 @@ msgid "" msgstr "" "एक लिपि को कितने बाइट्स दिए जायेंगे, eg. [kbd]32M[/kbd], [kbd]0[/kbd] मतलब असीमित" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "स्मृति सीमा" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "बाईं फ्रेम में लोगो देखियें" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "लोगो प्रदर्शन करें" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "नेविगेशन फ्रेम में URL यहाँ इंगित" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "लोगो लिंक URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "लोगो लिंक लक्ष्य" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "बाएं फ्रेम के शीर्ष पर सर्वर विकल्प" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "सर्वर चयन प्रदशित करें" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -7096,19 +7131,19 @@ msgid "" "display a filter box." msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7119,199 +7154,199 @@ msgid "" msgstr "" "केवल प्रकाश संस्करण, एक पेड़ में प्रदर्शित डेटाबेस (नीचे परिभाषित विभाजक द्वारा निर्धारित)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "स्ट्रिंग जो डेटाबेस को अलग स्तरों में बांटती है" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "डेटाबेस स्तर अलगानेवाला" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "स्ट्रिंग जो टेबल को अलग स्तरों में बांटती है" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "टेबल स्तर अलगानेवाला" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "अधिकतम टेबल स्तर गहराई" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "कर्सर के तहत सर्वर पर प्रकाश डाला" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "उजागर सक्षम" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "प्रतिष्ठित नेविगेशन पट्टी" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "टेबल दिखाओ" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "संस्करण दिखाएँ" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "प्रोसेस दिखाओ" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "संस्करण दिखाएँ" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "लापता टेबलएं" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Inline edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "ये हैं संपादित करें, इनलाइन संपादन, प्रतिलिपि बनाएँ और हटाएँ लिंक" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "टेबल और डेटाबेस नाम सॉर्ट करने के लिए प्राकृतिक व्यवस्था का उपयोग" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "प्राकृतिक आदेश" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "उपयोग चिह्न, पाठ या दोनों" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "प्रतिष्ठित नेविगेशन पट्टी" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "तेज HTTPट्रान्सफर के लिए GZip आउटपुट बफरिंग का उपयोग करें" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip आउटपुट बफरिंग" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL के लिए लगातार कनेक्शन का उपयोग" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "के लिए" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7325,11 +7360,11 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7339,11 +7374,11 @@ msgid "" "MySQL library and server is detected." msgstr "अगर mcrypt कुकी प्रमाणीकरण अक्षम है डिफ़ॉल्ट चेतावनी रदर्शित होता अक्षम है" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7356,82 +7391,82 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "सभी रोयों को प्रदर्शित करने की अनुमति" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB और BINARY काँलम को एडिट नहीं किया जा सकता" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "बाइनरी काँलम की रक्षा" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "स्थायी क्वरी इतिहास" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "इतिहास में कितने क्वरी रखने है" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "क्वरी इतिहास लंबाई" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "चरित्र रूपांतरण के लिए functions चुने" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "टेबल का नाम बदलें" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7439,110 +7474,110 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "हर सेल्स बाद हेडर दोहराना, [kbd]0[/kbd] इस सुविधा को निष्क्रिय करें" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "हेडर दोहराना" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "संबंधपरक प्रदर्शन स्तंभ" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "सर्वर प्रदर्शन विकल्प" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "निर्देशिका जहां निर्यात सर्वर पर सहेजा जा सकता है" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "निर्देशिका बचाना" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "इस्तेमाल नहीं तो खाली छोड़ें" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "होस्ट प्राधिकरण आदेश" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "डिफ़ॉल्ट के लिए खाली छोड़ें" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "होस्ट प्राधिकरण नियम" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "पासवर्ड के बिना प्रवेश की अनुमति" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "रूट लॉगिन की अनुमति" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "सत्र मूल्य" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "http दायरे" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey config फाइल" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "प्रमाणीकरण विधि उपयोग करने के लिए" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "प्रमाणीकरण पद्धति का उपयोग" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7553,11 +7588,11 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "बुकमार्क टेबल" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7568,35 +7603,35 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "काँलम जानकारी टेबल" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL सर्वर कनेक्शन संक्षिप्त करना" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "कनेक्शन संक्षिप्त करना" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "सर्वर से कैसे कनेक्ट करें, [kbd]tcp[/kbd] रखें अगर अनिश्चित" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "कनेक्शन के प्रकार" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "यूसर पासवर्ड नियंत्रण" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7609,54 +7644,54 @@ msgstr "" "एक विशेष MySQL सर्वर सीमित अनुमति के साथ, ज्यादा जानकारी के लिए [a@http://wiki." "phpmyadmin.net/pma/controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "नियंत्रण यूसर" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "नियंत्रण यूसर" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "नियंत्रण यूसर" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA का उपयोग असमर्थ करें" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "डेटाबेस छिपाना" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7668,41 +7703,41 @@ msgstr "" "अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL इतिहास क्वेरी टेबल" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "होस्ट नाम जहाँ MySQL सर्वर चल रहा है" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "सर्वर होस्ट नाम" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "लॉगआउट URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7712,13 +7747,29 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "\"%s\" डेटाबेस से रो निर्यात" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7728,38 +7779,38 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "पासवर्ड के बिना कनेक्ट करने का प्रयास" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "पासवर्ड के बिना कनेक्ट करें" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "केवल सूचीबद्ध डेटाबेस दिखाएँ" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "अगर विन्यास प्राधिकरण का उपयोग नहीं तो खाली छोड़ दें" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "विन्यास प्राधिकरण के लिए पासवर्ड" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7768,33 +7819,33 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF स्कीमा: पृष्ठों टेबल" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "डेटाबेस नाम" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL सर्वर किस port पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "सर्वर" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7804,13 +7855,13 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "याद यूसर नाम" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7820,13 +7871,13 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "प्रक्रियां" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7836,45 +7887,45 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "संबंध टेबल" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "signon सत्र नाम" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL किस गर्तिका पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "सर्वर गर्तिका" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "MySQL कनेक्शन के लिए SSL सक्षम करने" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL का उपयोग" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7884,11 +7935,11 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7898,11 +7949,11 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "काँलम टेबल दिखाएँ" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" @@ -7911,33 +7962,33 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "User preferences storage table" msgid "UI preferences table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "ड्रॉप डेटाबेस जोड़ें" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "ड्रॉप टेबल जोड़ें" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7945,19 +7996,19 @@ msgstr "" "क्या DROP VIEW IF EXISTS बयान पहली लाइन की तरह जोड़े जायेगा, जब एक दृश्य का लोग बन " "रहा है।" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW जोडें" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "बयान ट्रैक करने के लिए" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7969,21 +8020,21 @@ msgstr "" "अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL क्वरी ट्रैकिंग टेबल" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "स्वतः संस्करण बनाना" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7993,37 +8044,37 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "टेबल का उपयोग करो" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "होस्ट टेबल का उपयोग करें" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -8033,132 +8084,132 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "विन्यास प्राधिकरण के लिए यूसर" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "इस सर्वर का विवरण, होस्ट नाम दिखने के लिए खाली छोडें।" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "इस सर्वर का वाचाल नाम" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "क्या एक उसेर को \"show all (rows)\" बटन दिखाना है" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "सभी रोयों को प्रदर्शित करने की अनुमति" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "पासवर्ड बदलने के फार्म" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "डेटाबेस बनाने का फार्म" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "टेबल की टिप्पणी" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "अधिक क्रियाएँ दिखाओ" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "मास्टर अवस्था" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "फ़ील्ड प्रकार दिखाएँ" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "ग्रिड दिखाओ" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() लिंक दिखाएँ" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "विस्तृत mysql सर्वर जानकारी" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8166,41 +8217,41 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "क्या phpMyAdmin द्वारा उत्पन SQL प्रशन प्रदर्शित करनी है" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL प्रशन दिखाएँ" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "क्वरी बॉक्स छुपा" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "डेटाबेस और टेबल आँकड़े प्रदर्शित करने की अनुमति दें" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "आँकड़े दिखाएँ" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "बंद टेबलओं को छोड़" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -8208,11 +8259,11 @@ msgid "" "detected." msgstr "अगर Suhosin का पता चलता है तो चेतावनी दी जाएगी" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin चेतावनी" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8226,61 +8277,61 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "लॉगिन कुकी वैधता" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "क्षेत्र रोयाँ" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब एक डेटाबेस का चयन किया" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी डेटाबेस का चयन नहीं किया है" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "डिफ़ॉल्ट शीर्षक" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब एक सर्वर का चयन किया" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी सर्वर का चयन नहीं किया है" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8288,58 +8339,58 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "विश्वसनीय proxies की सूची IP अनुमति / इनकार के लिए" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "सर्वर पर निर्देशिका जहाँ आप आयात करने के लिए फाइल अपलोड कर सकते हैं" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "अपलोड निर्देशिका" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "संपूर्ण डेटाबेस के अंदर तलाश करने के लिए अनुमति" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "डेटाबेस खोज का प्रयोग" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "सेटिंग्स में डेवलपर टैब को सक्रिय करें" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "नवीनतम संस्करण के लिए जाँच" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin के मुख्य पृष्ठ पर नवीनतम संस्करण के लिए जाँच की अनुमति" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "संस्करण की जांच" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8347,34 +8398,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "यूसर नाम" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "पासवर्ड" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8386,53 +8437,53 @@ msgstr "" "आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a]" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "सर्वर" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8460,51 +8511,84 @@ msgstr "HTTP प्रमाणीकरण" msgid "Signon authentication" msgstr "signon प्रमाणीकरण" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "दस्तावेज़ खोलें" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "तुरंत" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "कस्टम" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "डेटाबेस निर्यात विकल्प" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV for MX Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "दस्तावेज़ खोलें" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "कोइ डाटाबेस नहिं" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Thread %s को सफलता से मारा गया।" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "आंतरिक संबंध जोड़ा." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8519,12 +8603,12 @@ msgstr "" msgid "No change" msgstr "कोइ बदलाव नहीं" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8582,6 +8666,7 @@ msgid "Create database" msgstr "नया डाटाबेस बनाओ" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "बनाइये" @@ -8597,7 +8682,7 @@ msgid "No Privileges" msgstr "कोइ प्रिविलेज नहीं" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "टेबल बनायें" @@ -8609,101 +8694,146 @@ msgstr "काँलम की संख्या" msgid "Could not load export plugins, please check your installation!" msgstr "निर्यात plugins लोड नहीं कर सका, अपने अधिष्ठापन को जांचें!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "वर्तमान सर्वर से डेटाबेस का निर्यात" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "%s डेटाबेस से टेबल निर्यात" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" डेटाबेस से रो निर्यात" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "निर्यात विधि:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "निर्यात प्रकार" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "फ़ाइल नाम टेम्पलेट:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "टेबल का नाम" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "फ़ाइल नाम टेम्पलेट:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr " %s टेबलें" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "अद्यतन" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "टेबल चुनिये" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "निर्यात प्रकार" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "जल्दी - कॉन्फ़िगर करने के लिए केवल न्यूनतम विकल्पों को प्रदर्शित करें" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "कस्टम - कॉन्फ़िगर करने के लिए सभी विकल्पों को प्रदर्शित करें" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "डाटाबेस(s):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "टेबल(s) :" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "प्रारूप:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "प्रारूप निर्दिष्ट विकल्प:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "एन्कोडिंग रूपांतरण:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "पंक्तियाँ:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "कुछ रो डंप" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "पंक्ति पर शुरू करने के लिए:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "सभी रोयों को डंप" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "उत्पादन:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "सर्वर पर %sनिर्देशिका में सहेजते" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "फ़ाइल नाम टेम्पलेट:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@सर्वर@ सर्वर का नाम बन जायेगा" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @डेटाबेस@ डेटाबेस का नाम बन जायेगा" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @टेबल@ टेबल का नाम बन जायेगा" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8711,86 +8841,86 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "भविष्य के निर्यात के लिए इस का उपयोग करें" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "फ़ाइल का चरित्र सेट:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "संपीड़न:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "फ़ाइल के रूप में उत्पादन देख" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "\"%s\" डेटाबेस से रो निर्यात" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export as %s" msgid "Export tables as separate files" msgstr "%s के रूप में निर्यात" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "उत्पादन को फाईल मे सेव करें" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "टेबल चुनिये" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "टेबल चुनिये" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "डेटाबेस नाम" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "नया पेज के नाम" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "कोलम के नाम" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9289,7 +9419,7 @@ msgid "Dump has been saved to file %s." msgstr "डंप को %s फाइल में सेव किया गया है." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ने एक खाली परिणाम सेट लोताया।" @@ -9376,7 +9506,7 @@ msgstr "छिपाना" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -9454,7 +9584,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9927,7 +10057,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10229,233 +10359,244 @@ msgstr "" msgid "Rename database to" msgstr "डेटाबेस का नाम इसमें पुनर्नामकरण करें" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "आपके पास यहाँ उपस्थित होने के अधिकार नहीं हैं!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "प्रिविलेज एडिट करें" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "डाटाबेस %s को ड्रोप कर दिया गया है।" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "डेटाबेस को हटा दे" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "डेटाबेस को ड्रप करे" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "केवल संरचना" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "संरचना और डाटा" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "केवल डाटा" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "डेटाबेस को ______ में कॉपी करें" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "डेटाबेस कॉपी करने से पहले डेटाबेस का निर्माण करें" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "शर्तें जोडें" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "नक़ल किये गए डाटाबेस पर जायें" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "टेबल क्रमांक को बदलिये" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(अकेले)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "टेबल को (database.table) में मूव करें:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "टेबल का नाम बदलें" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "टेबल की टिप्पणी" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "टेबल विकल्प" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "(database.table) में टेबल को कापी करें:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "नकल की टेबल पर स्विच करें" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "टेबल रख-रखाव" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "टेबल का विश्लेषण करें" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "टेबल को चेक करें" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "टेबल को चेक करें" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "देफ्रागमेंट टेबल" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "टेबल %s को ताज़ा किया गया ।" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "टेबल को Flush करें (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "टेबल को अनुकूलित करें" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "टेबल को मरम्मत करें" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "टेबल या डेटा हटाएँ" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "टेबल को खाली करें" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "डेटाबेस को ______ छोड़ें" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "विश्लेषण" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "चेक" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "सुधारना" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "फिर से बनाना" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "मरम्मत" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "बंद" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "विभाजन रखरखाव" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "विभाजन %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "विभाजन हटायें" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "सम्बन्ध की अखंडता की जाँच करें:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "एक ही टेबल में स्थानांतरित नहीं कर सकते!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 #, fuzzy msgid "Can't copy table to same one!" msgstr "एक ही टेबल में प्रतिलिपि नहीं कर सकते!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s टेबल को %s में मूव कर दिया." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s टेबल को %s में कापी कर दिया." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s टेबल को %s में मूव कर दिया." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s टेबल को %s में कापी कर दिया." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "टेबल का नाम खाली है!" @@ -10661,7 +10802,7 @@ msgstr "घटना" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11656,41 +11797,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "टेबल का नाम बदलें" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "अमान्य निर्यात प्रकार" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "सेटअप करने के लिए त्वरित कदम उन्नत सुविधाओं" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "कोई विवरण नहीं" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11698,14 +11845,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11887,6 +12034,7 @@ msgstr "यूसर नेम" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "यूसर नेम" @@ -12056,10 +12204,10 @@ msgid "Master server changed successfully to %s." msgstr "मास्टर सर्वर सफलतापूर्वक परिवर्तित %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -12083,7 +12231,7 @@ msgstr "टेबल %s को रद्द किया गया है." msgid "Event %1$s has been created." msgstr "%1$s टेबल बना दिया गया है" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12094,7 +12242,8 @@ msgstr "" msgid "Edit event" msgstr "सर्वर को संपादित करें" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12112,7 +12261,7 @@ msgid "Event type" msgstr "इवेंट प्रकार" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12147,13 +12296,13 @@ msgid "On completion preserve" msgstr "पूरा इनसर्टस" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12181,9 +12330,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -12220,148 +12369,154 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "अवैध सर्वर सूचकांक: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "टेबल %s को रद्द किया गया है." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified." msgstr "टेबल %s को रद्द किया गया है." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s टेबल बना दिया गया है" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "संपादन मोड" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "नियमित कार्य" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "सीधे संपर्क" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add index" msgid "Add parameter" msgstr "अनुक्रमणिका जोड़" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "डेटाबेस को हटा दे" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "रिटर्न प्रकार" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "लंबाई/अर्थ*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "टेबल विकल्प" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "सुरक्षा" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "अवैध टेबल नाम" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "संग्रहीत दिनचर्या को क्रियान्वित करने की अनुमति देता है" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -12968,12 +13123,16 @@ msgid "You have revoked the privileges for %s." msgstr "आपने %s के privileges वापस ले लिया." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "नया प्रयोक्ता जोड़ें" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "यूसर के लिए डेटाबेस" #: libraries/server_privileges.lib.php:1946 @@ -13002,9 +13161,7 @@ msgid "User has been added." msgstr "द्रश्य %s रद्द दिया गया है." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13085,11 +13242,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -13113,7 +13270,9 @@ msgid "Add privileges on the following table:" msgstr "इन टेबल के लिये विशेषाधिकार जोडें" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "चयनित यूसर हटायें" #: libraries/server_privileges.lib.php:3376 @@ -13148,45 +13307,51 @@ msgstr "आपने %s के प्रिविलेज अपडेट क msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "चयनित यूसर को सफलतापूर्वक हटा दिया गया है।" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "उपयोगकर्ता %s पहले से मौजूद है!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "प्रिविलेज" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "प्रिविलेज एडिट करें" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "यूसर" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "यूसर सिंहावलोकन" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13195,11 +13360,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "आपने नया यूसर बना लिया।" @@ -14439,7 +14604,7 @@ msgstr "अवैध पहचानकर्ता" msgid "Unknown Punctuation String" msgstr "अज्ञात विराम स्ट्रिंग" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "टेबल %s को खाली किया गया है." @@ -14452,14 +14617,14 @@ msgstr "ट्रैकिंग सक्रिय है।" msgid "Tracking is not active." msgstr "ट्रैकिंग सक्रिय नहीं है." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "द्रश्य %s रद्द किया गया है." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14702,47 +14867,42 @@ msgstr "स्थान उपयोग" msgid "Effective" msgstr "वास्तविक" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Gather errors" msgid "Query error" msgstr "त्रुटियों को इकट्ठा करें" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Table %1$s has been altered successfully." msgid "The columns have been moved successfully." msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "एक नया सर्वर जोडें" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "प्रिय सूची भरी हुई है!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "SQL प्रशन दिखाएँ" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15217,20 +15377,6 @@ msgstr "कोई नए स्थिर संस्करण उपलब् msgid "Wrong data" msgstr "कोइ डाटाबेस नहिं" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "कोइ डाटाबेस नहिं" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15241,7 +15387,7 @@ msgstr "'%s' डेटाबेस मौजूद नहीं है।" msgid "Table %s already exists!" msgstr "टेबल %s पहले से मौजूद है!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "टेबल डंप दृश्य" @@ -15249,31 +15395,19 @@ msgstr "टेबल डंप दृश्य" msgid "Invalid table name" msgstr "अवैध टेबल नाम" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "आंतरिक संबंध जोड़ा." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Thread %s को सफलता से मारा गया।" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15488,7 +15622,7 @@ msgid "subquery" msgstr "उप-क्वरी" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "संबंध बनायें" @@ -15574,13 +15708,13 @@ msgstr "नया नेम" msgid "Delete pages" msgstr "पेज चुनिये" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "पुनः लोड" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "मदद" @@ -15883,47 +16017,47 @@ msgstr "डिफ़ॉल्ट शीर्षक" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL क्वरी" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 #, fuzzy #| msgid "X Axis label" msgid "X-Axis label:" msgstr "X Axis लेबल" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "मूल्य" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 #, fuzzy #| msgid "Y Axis label" msgid "Y-Axis label:" msgstr "Y Axis लेबल" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "काँलम के अंदर:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s स्तंभ के लिए मूल्य" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17261,6 +17395,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 0 पर सेट है" +#~ msgid "Add user" +#~ msgstr "नया प्रयोक्ता जोड़ें" + +#~ msgid "Export Method:" +#~ msgstr "निर्यात विधि:" + #, fuzzy #~| msgid "No data found for the chart." #~ msgid "No data found for GIS visualization." @@ -17507,11 +17647,6 @@ msgstr "concurrent_insert 0 पर सेट है" #~ msgid "pdf export page" #~ msgstr "अमान्य निर्यात प्रकार" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "अमान्य निर्यात प्रकार" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" @@ -17587,9 +17722,6 @@ msgstr "concurrent_insert 0 पर सेट है" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "संबंधपरक स्कीमा को संपादित या निर्यात करें" -#~ msgid "Page has been created." -#~ msgstr "पेज बना दिया गया है" - #, fuzzy #~| msgid "Page creation failed" #~ msgid "Page creation has failed!" diff --git a/po/hr.po b/po/hr.po index 187d1c5b9d..dc456331f4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-28 11:02+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Croatian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Pohrana upita" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Pohrana upita" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Pohrana upita" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Korištenje CPU-a" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistemska memorija" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Prosječno učitavanje" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Najveći broj datoteka zapisnika" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Keširana memorija" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Međuspremnik" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Slobodna memorija" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Zauzeta memorija" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Ukupno" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Slobodne stranice" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Veze" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "kB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s tablica" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Perzijski" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Promet" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Opće osobine relacija" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Poravnaj s mrežom" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1497,47 +1519,47 @@ msgstr "" msgid "None" msgstr "bez kompresije" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log je omogućen." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log je omogućen." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log and general_log su onemogućeni." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1545,156 +1567,156 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Spremi kao datoteku" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Omogućeno" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Onemogućeno" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Upit je trajao %01.4f sek" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Opće osobine relacija" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Opće osobine relacija" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Naslov izvještaja" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencijalni" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Jedinica" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Lokalno" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Pročitaj zahtjeve" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Nema baza podataka" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Nema baza podataka" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Analiziraj" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Objasni SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1704,172 +1726,172 @@ msgstr "Objasni SQL" msgid "Time" msgstr "Vrijeme" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Ukupno" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Izrada profila" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tablica" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Tablica znakova" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Opcije izvoza baze podataka" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 #, fuzzy msgid "Filter" msgstr "Datoteke" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy msgid "Sum of grouped rows:" msgstr "Broj presloženih redaka." -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Ukupno" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Lokalno" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Osvježi" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Uvoz" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Odaberite primarni ključ ili jedinstveni ključ" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ažuriraj upit" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentacija" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Detalji…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentacija" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1880,64 +1902,64 @@ msgstr "" msgid "Cancel" msgstr "Odustani" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Opće osobine relacija" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Lokalno" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Procesi" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Greška pri procesiranju zahtjeva" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nema odabrane baze podataka." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Brisanje stupca" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Dodavanje primarnog ključa" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1946,78 +1968,78 @@ msgstr "Dodavanje primarnog ključa" msgid "OK" msgstr "U redu" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Preimenuj bazu podataka u" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Kopiraj bazu podataka u" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Tablica znakova" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Onemogući provjere stranih znakova" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Zapisivanje datoteke na disk nije uspjelo." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Traži" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL upit" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL upit" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Pretraživanje" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Brisanje %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2027,63 +2049,63 @@ msgstr "" msgid "Export" msgstr "Izvoz" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET uređivač" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Vrijednosti za stupac %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Vrijednosti za novi stupac" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Unesite svaku vrijednost u drugo polje" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Dodaj novog korisnika" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL upit" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL upit" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Uređivanje" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2091,96 +2113,96 @@ msgstr "Uređivanje" msgid "Delete" msgstr "Izbriši" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nije valjani broj retka." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Pretraži strane vrijednosti" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Varijabla" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Nema odabranih redova" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Traži u bazi podataka" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Slobodna memorija" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atributi" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Dodaj primarni ključ" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Primarni ključ je dodan na %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Izvještaj o praćenju" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2188,88 +2210,88 @@ msgstr "" msgid "End of step" msgstr "Pri završetku tablice" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy msgid "Done" msgstr "Podaci" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Nema odabrane baze podataka." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Dodaj privilegije za sljedeću tablicu" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Nema odabrane baze podataka." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2278,475 +2300,475 @@ msgstr "Nema odabrane baze podataka." msgid "Save" msgstr "Spremi" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL upit" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL upit" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Traži" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Nazivi stupaca" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Nazivi stupaca" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy msgid "Maximum value:" msgstr "Nema baza podataka" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL upit" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL upit" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Ako zadržite pokazivača miša iznad točke biti će prikazan natpis." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Dodaj/Izbriši stupce polja" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Odaberite dva različita stupca" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Veličina pokazatelja podataka" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoriraj" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiraj" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Točka" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linija teksta" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrija" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Unutarnji Prsten" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Vanjski Prsten" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Odaberite referentni ključ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Odaberite strani ključ" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Odaberite primarni ključ ili jedinstveni ključ" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Odaberi polje za prikaz" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Broj stranice:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Odaberite tablice" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Odaberite tablice" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Slobodne stranice" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Odaberite tablice" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Jedinica" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Odaberite tablicu za uređivanje" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Netočan broj porta" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Uredi ili izvozi relacijske šeme" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Izmjene su spremljene" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "Dodaj opciju stupcu " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Podnesi" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Nazivi stupaca" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Prikaži sve" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Izvorni položaj" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Odustani" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Prekinuto" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Uvezi datoteke" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Najveća veličina datoteke zapisnika" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Odaberite tablice" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Nema baza podataka" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Nazivi stupaca" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generiraj lozinku" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generiraj" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promijeni lozinku" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Prikaži sve" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Indeksi" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Prikaži logo u lijevom okviru" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Postavi glavni okvir" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Postavi glavni okvir" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tablice" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Prikaz" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Postupci" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Događaj" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funkcije" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Odabrani korisnik nije pronađen u tablici privilegija." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2756,137 +2778,137 @@ msgstr "" "Najnovija verzija je %s objavljena na %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy msgid ", latest stable version:" msgstr "Izradi relaciju" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Nema baza podataka" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Izradi relaciju" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "ID poslužitelja" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Opće osobine relacija" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Prikaži otvorene tablice" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignoriraj" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Ovaj upit ponovno prikaži ovdje" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Želite li zaista " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL upit" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentari tablice" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL upit" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodni" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2894,96 +2916,96 @@ msgid "Next" msgstr "Sljedeće" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarno" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Veljača" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Ožu" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Tra" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Svi" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Lip" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Srp" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Kol" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Rujan" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Lis" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Studeno" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Prosinac" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Sij" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Velj" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Ožu" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2991,78 +3013,78 @@ msgid "May" msgstr "Svi" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Srp" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Kol" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Ruj" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Pro" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Srijeda" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "ČEtvrtak" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Subota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3070,86 +3092,86 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3158,140 +3180,140 @@ msgstr "Wiki" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "bez kompresije" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Sat" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "u upotrebi" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "po sekundi" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Upotrijebi tekstualno polje" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Netočan broj porta" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Netočan broj porta" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Netočan broj porta" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Netočan broj porta" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Netočan broj porta" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Netočan broj porta" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Netočan broj porta" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Netočan broj porta" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Netočan broj porta" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Netočan broj porta" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Netočan broj porta" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Netočan broj porta" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Netočan broj porta" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Netočan broj porta" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Pogreška" @@ -3360,16 +3382,16 @@ msgstr "po satu" msgid "per day" msgstr "po danu" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Veličina fonta" @@ -3390,7 +3412,7 @@ msgid "Requery" msgstr "unutar upita" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3399,7 +3421,7 @@ msgstr "unutar upita" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3491,7 +3513,7 @@ msgid "History" msgstr "SQL povijest" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3514,7 +3536,7 @@ msgstr "SQL povijest" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opcije" @@ -3611,7 +3633,7 @@ msgid "Count:" msgstr "Stupac" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3678,10 +3700,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Prebaci se na kopiranu tablicu" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3689,10 +3711,10 @@ msgstr "Prebaci se na kopiranu tablicu" msgid "Ascending" msgstr "Uzlazno" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3936,31 +3958,31 @@ msgstr "Ukloni sav odabir" msgid "Inside column:" msgstr "Unutar polja:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "Osnovna mapa podataka" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Dodaj/Izbriši stupce polja" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Datoteke" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Traži u bazi podataka" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3968,7 +3990,7 @@ msgctxt "First page" msgid "Begin" msgstr "Na vrh stranice" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3977,7 +3999,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Prethodni" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3986,7 +4008,7 @@ msgctxt "Next page" msgid "Next" msgstr "Sljedeće" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3994,97 +4016,98 @@ msgctxt "Last page" msgid "End" msgstr "Završetak" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Sve" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Broj polja" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Presloži po ključu" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Djelomični tekstovi" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Potpuni tekstovi" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relacijski ključ" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Polje za prikaz relacija" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Pretvaranje preglednika" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Redak je izbrisan" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Eliminiraj" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Može biti približno. Pogledajte [doc@faq3-11]ČPP 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Vaš SQL upit uspješno je izvršen" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4092,39 +4115,39 @@ msgid "" msgstr "" "Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Prikazivanje redaka" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "ukupno" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sek" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "S odabirom:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4133,26 +4156,26 @@ msgstr "S odabirom:" msgid "Check All" msgstr "Označi sve" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Prikaz ispisa" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operacije rezultata upita" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Prikaži PDF shemu" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4290,7 +4313,7 @@ msgstr "Najvažnije" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4300,7 +4323,7 @@ msgid "Collation" msgstr "Uspoređivanje" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentar" @@ -4315,7 +4338,7 @@ msgid "Index %s has been dropped." msgstr "Index %s je odbačen." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4332,7 +4355,7 @@ msgstr "" "Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Poslužitelj" @@ -4349,7 +4372,7 @@ msgstr "Prikaz" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4380,7 +4403,7 @@ msgstr "Umetni" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegije" @@ -4445,17 +4468,17 @@ msgid "Central columns" msgstr "Dodaj/Izbriši stupce polja" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Baze podataka" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Korisnik" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4540,7 +4563,7 @@ msgid "Could not save favorite table!" msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4568,7 +4591,7 @@ msgid "Recent" msgstr "Povrat" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5167,16 +5190,16 @@ msgstr "Najv: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL je poručio: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Objasni SQL" @@ -5193,7 +5216,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Bez PHP koda" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Izradi PHP kod" @@ -5290,6 +5313,12 @@ msgstr "Posljednje ažuriranje" msgid "Last check" msgstr "Posljednja provjera" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Korisnik" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Pretraživanje:" @@ -5387,8 +5416,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5396,7 +5425,7 @@ msgstr "Naziv" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Duljina/Vrijednosti" @@ -5717,7 +5746,7 @@ msgid "Not a valid port number!" msgstr "Netočan broj porta" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5730,37 +5759,37 @@ msgstr "Netočna vrijednost" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Varijabla" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5775,7 +5804,7 @@ msgid "Set value: %s" msgstr "Postavi vrijednost %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Vrati zadanu vrijednost" @@ -6193,7 +6222,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6203,7 +6232,7 @@ msgstr "Izjave" msgid "Save as file" msgstr "Spremi kao datoteku" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Tablica znakova za datoteku:" @@ -6220,8 +6249,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6233,16 +6262,16 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Nazive polja stavi u prvi red" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Polja obuhvaćena po" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6252,8 +6281,8 @@ msgstr "Polja izostavljena po" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6263,15 +6292,15 @@ msgstr "NULL zamijeni s" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Redovi završeni s" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6300,8 +6329,8 @@ msgid "Table name template" msgstr "Predložak naziva datoteka" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6331,14 +6360,14 @@ msgid "Label key" msgstr "Ključ oznake" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME vrsta" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacije" @@ -6348,516 +6377,522 @@ msgstr "Relacije" msgid "Export method" msgstr "Vrsta izvoza" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Spremi na server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće datoteke" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "vodoravno (okrenuta zaglavlja)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Predložak naziva datoteka" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj vrijednost AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Unesi nazive tablica i polja sa stražnjim navodnicima" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Način rada SQL kompatibilnosti" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Izrada/Ažuriranje/Provjera datuma" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Upotrijebi odgođena umetanja" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Onemogući provjere stranih znakova" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Izradi novu tablicu u bazi podataka %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Dodaj %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Za BLOB upotrijebi heksadecimalno" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Upotrijebi ignoriranje umetaka" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Najveća duljina izrađenog upita" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Vrsta izvoza" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Izvoz uključi u transakciju" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Vrsta izvoza" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Onemogući provjere stranih znakova" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Rad s automatskim povratom" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 #, fuzzy msgid "Export defaults" msgstr "Uvezi datoteke" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Mogućnosti" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generiraj" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Uvezi datoteke" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Uvoz / izvoz" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize main frame" msgid "Customize appearance of the navigation panel." msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Customize main frame" msgid "Navigation tree" msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize main frame" msgid "Customize the navigation tree." msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Poslužitelji" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Glavni okvir" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Ostale postavke jezgre" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Broj stranice:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sigurnost" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Osnovne postavke" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentacija" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy msgid "Authentication settings." msgstr "Replikacija" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfiguracija servera" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL uspoređivanje veza" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Pohrana konfiguracije" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 #, fuzzy msgid "Customize import defaults" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize main frame" msgid "Customize navigation panel" msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL upit" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL upit" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Stanje" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize main frame" msgid "Customize startup page." msgstr "Postavi glavni okvir" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza podataka za korisnika" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Baza podataka za korisnika" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Tablica" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Shema relacija" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Veličina papira" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Upotrijebi tekstualno polje" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Upozorenja" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -6868,119 +6903,119 @@ msgstr "" "ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može " "prekinuti transakcije." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Oblikovanje uvezene datoteke" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Upotrijebi lokalnu ključnu riječ" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Nazive polja stavi u prvi red" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Broj zapisa (upita) koje je potrebno preskočiti od početka" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dodaj vrijednost AUTO_INCREMENT" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 #, fuzzy msgid "Number of inserted rows" msgstr "Broj presloženih redaka." -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Izbriši svve kolačiće na odlasku" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6988,51 +7023,51 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 #, fuzzy msgid "Maximum databases" msgstr "Nema baza podataka" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7040,13 +7075,13 @@ msgid "" "the navigation tree." msgstr "Broj spojeva koji su izveli potpuno pretraživanje prve tablice." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Najveća veličina datoteke za privremeno preslagivanje" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7054,102 +7089,102 @@ msgid "" "tree." msgstr "Broj spojeva koji su izveli potpuno pretraživanje prve tablice." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Ograničenja resursa" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Prikaži logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -7157,1048 +7192,1060 @@ msgid "" "display a filter box." msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 #, fuzzy msgid "Database tree separator" msgstr "Predložak naziva datoteka" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Naslov tablice" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Prikaži tablice" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Veze od zadnjeg osvježavanja" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prikaži procese" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Broj otvorenih tablica." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy msgid "Recently used tables" msgstr "Provjeri tablicu" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Izmijeni rasporede tablice po" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Naslov tablice" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Persistent connections" msgid "Use persistent connections to MySQL databases." msgstr "Stalne veze" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Stalne veze" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Preimenuj tablicu u" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Primarni ključ je dodan na %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Popravi grane" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Polje za prikaz relacija" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "Osnovna mapa podataka" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Vrijednost sesije" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy msgid "Authentication method to use." msgstr "Replikacija" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tip autentifikacije" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Zabilježi tablicu" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Compress connection to MySQL server." msgstr "Neuspješno spajanje na MySQL server" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimiraj vezu" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Veze" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Kontroliraj korisničke lozinke" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Bilo koje računalo" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Bilo koje računalo" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Nema baza podataka" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "naziv poslužitelja" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Izradi novu tablicu u bazi podataka %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Dodaj/Izbriši stupce polja" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Connect without password" msgid "Try to connect without password." msgstr "Spoji se bez lozinke" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Spoji se bez lozinke" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "naziv baze podataka" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "ID poslužitelja" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiziraj tablicu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Varijable" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Popravi tablicu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Odabir poslužitelja" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Neuspješno spajanje na MySQL server" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Koristi SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Prikazivanje stupca komentara" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmentiraj tablicu" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Izjave" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Rad s automatskim povratom" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Upotrijebi tablice" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Upotrijebi tablicu poslužitelja" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentari tablice" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži PHP podatke" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Prikaži stanje potčinjenog" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Prikaži otvorene tablice" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Prikaži phpinfo() link" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Prikaži detaljne informacije o MySQL serveru" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži pune upite" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Statistike redova" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 #, fuzzy msgid "Skip locked tables" msgstr "Prikaži otvorene tablice" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dodaj/Izbriši stupce polja" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy msgid "Default title" msgstr "Preimenuj bazu podataka u" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8206,53 +8253,53 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 #, fuzzy msgid "Upload directory" msgstr "Osnovna mapa podataka" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8260,85 +8307,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Korisničko ime:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "ID poslužitelja" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL upit" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8364,53 +8411,86 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV upotrebom LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Otvori izračunsku tablicu dokumenta" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Brzo" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Prilagođena boja" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Otvori tekst dokumenta" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Nema baza podataka" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tablica %1$s uspješno je izmijenjena." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Grana %s uspješno je prekinuta." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Dodane interne relacije" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8425,12 +8505,12 @@ msgstr "" msgid "No change" msgstr "Bez izmjena" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8490,6 +8570,7 @@ msgid "Create database" msgstr "Izradi novu bazu podataka" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Izradi" @@ -8505,7 +8586,7 @@ msgid "No Privileges" msgstr "Bez privilegija" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Izradi tablicu" @@ -8519,122 +8600,163 @@ msgstr "Broj polja" msgid "Could not load export plugins, please check your installation!" msgstr "Nije moguće učitati dodatke za izvoz. Provjerite svoju instalaciju!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Dopušta zaključavanje tablica u trenutnoj grani." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Izradi novu tablicu u bazi podataka %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Izradi novu tablicu u bazi podataka %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Vrsta izvoza" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Predložak naziva datoteka" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Naziv tablice" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Predložak naziva datoteka" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tablica" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Ažurirano" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Odaberite tablice" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Vrsta izvoza" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy msgid "Custom - display all possible options" msgstr "Opcije izvoza baze podataka" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Baze podataka" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tablice" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Oblikovanje" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Opcije preoblikovanja" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy msgid "Encoding Conversion:" msgstr "MySQL verzija klijenta" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Redaka" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Spremi na poslužitelju u mapi %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Predložak naziva datoteka" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8649,96 +8771,96 @@ msgstr "" "naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća " "preoblikovanja: \"%3$s\". Ostatak teksta bit će zadržan u izvornom obliku." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Tablica znakova za datoteku:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Kompresija" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipano\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzipano\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Spremi kao datoteku" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Izradi novu tablicu u bazi podataka %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "vodoravno (okrenuta zaglavlja)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Spremi kao datoteku" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Odaberite tablice" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Odaberite tablice" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "naziv baze podataka" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Nema tablica" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Nazivi stupaca" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9298,7 +9420,7 @@ msgid "Dump has been saved to file %s." msgstr "Izbacivanje je spremljeno u datoteku %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan komplet rezultata (npr. nula redova)." @@ -9376,7 +9498,7 @@ msgstr "Sakrij" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -9461,7 +9583,7 @@ msgstr "" "odnosno s tipkama CTRL+Strelice za premještanje bilo kamo" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9949,7 +10071,7 @@ msgstr "Novo" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10252,237 +10374,248 @@ msgstr "" msgid "Rename database to" msgstr "Preimenuj bazu podataka u" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nemate dovoljno privilegija da boravite ovdje!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Uredi privilegije" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza podataka %s je odbačena." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Ukloni bazu podataka" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Ukloni bazu podataka" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Samo strukturu" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Strukturu i podatke" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Samo podatke" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kopiraj bazu podataka u" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Prije kopiranja izradi bazu podataka (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Dodaj prisile" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu podataka" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Izmijeni rasporede tablice po" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(pojedinačno)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Premjesti tablicu u (bazapodataka.tablica):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Preimenuj tablicu u" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentari tablice" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcije tablice" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Pogon pohrane" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiraj tablicu u (bazapodataka.tablica):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Prebaci se na kopiranu tablicu" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Održavanje tablice" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analiziraj tablicu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Provjeri tablicu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Provjeri tablicu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentiraj tablicu" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tablica %s je ispražnjena." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Isprazni tablicu (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiziraj tablicu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Popravi tablicu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Izbacivanje podataka za tablicu" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Isprazni tablicu (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Nema baza podataka" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analiziraj" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Provjeri" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimiziraj" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Ponovno izgradi" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Popravi" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Zatvori" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Održavanje particije" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Particija %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Ukloni particioniranje" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Provjeri referencijalan integritet:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Premještanje u istu tablicu nije moguće!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Kopiranje u istu tablicu nije moguće!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tablica %s premještena je u %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tablica %s kopirana je u %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tablica %s premještena je u %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tablica %s kopirana je u %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Naziv tablice je prazan!" @@ -10695,7 +10828,7 @@ msgstr "Događaj" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11784,54 +11917,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Preimenuj tablicu u" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Pogrešna vrsta izvoza" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "bez opisa" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -12014,6 +12153,7 @@ msgstr "Korisničko ime" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Korisničko ime" @@ -12180,10 +12320,10 @@ msgid "Master server changed successfully to %s." msgstr "Privilegije su uspješno učitane." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12206,7 +12346,7 @@ msgstr "Tablica %s je odbačen" msgid "Event %1$s has been created." msgstr "Tablica %1$s je izrađena." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -12221,7 +12361,8 @@ msgstr "" msgid "Edit event" msgstr "Web poslužitelj" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12239,7 +12380,7 @@ msgid "Event type" msgstr "Vrsta događaja" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12275,13 +12416,13 @@ msgid "On completion preserve" msgstr "Dovrši umetanja" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12309,9 +12450,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12348,132 +12489,138 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Neispravan indeks poslužitelja: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tablica %s je odbačen" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Tablica %s je odbačen" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tablica %1$s je izrađena." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy msgid "Edit routine" msgstr "Web poslužitelj" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Rutine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametri" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Izravne veze" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Dodaj parametar" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Preimenuj bazu podataka u" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Vrsta povratka" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Duljina/Vrijednosti" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Opcije tablice" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Vrsta upita" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Neispravan naziv tablice" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Dopušta pokretanje pohranjenih rutina." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12481,13 +12628,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13100,12 +13247,16 @@ msgid "You have revoked the privileges for %s." msgstr "Opozvali ste privilegije za %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Dodaj korisnika" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Baza podataka za korisnika" #: libraries/server_privileges.lib.php:1946 @@ -13134,9 +13285,7 @@ msgid "User has been added." msgstr "Index %s je ispušten" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13217,11 +13366,15 @@ msgstr "" "… izbriši starog iz korisničkih tablica i potom ponovo učitaj privilegije." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Promjena podataka prijave / Kopiranje korisnika" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Izradi novog korisnika s istim privilegijama i…" #: libraries/server_privileges.lib.php:3036 @@ -13247,7 +13400,9 @@ msgid "Add privileges on the following table:" msgstr "Dodaj privilegije za sljedeću tablicu" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Ukloni odabrane korisnike" #: libraries/server_privileges.lib.php:3376 @@ -13282,47 +13437,53 @@ msgstr "Ažurirali ste privilegije za %s." msgid "Deleting %s" msgstr "Brisanje %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspješno učitane." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "Novo" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Uredi privilegije" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Korisnik" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Pregled korisnika" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13335,11 +13496,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -14697,7 +14858,7 @@ msgstr "Neispravna ID oznaka" msgid "Unknown Punctuation String" msgstr "Nepoznat niz interpunkcija" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tablica %s je očišćena." @@ -14710,14 +14871,14 @@ msgstr "Praćenje je aktivno." msgid "Tracking is not active." msgstr "Praćenje nije aktivno." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Index %s je ispušten" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14962,45 +15123,40 @@ msgstr "Iskorištenost prostora" msgid "Effective" msgstr "Na snazi" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tablica %1$s uspješno je izmijenjena." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tablica %1$s uspješno je izmijenjena." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Vrsta upita" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Odabrani korisnici uspješno su izbrisani." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Dodaj novog korisnika" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Prikaži pune upite" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15474,20 +15630,6 @@ msgstr "" msgid "Wrong data" msgstr "Nema baza podataka" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Nema baza podataka" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15498,7 +15640,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Tablica %s već postoji!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Prikaži ispis (shemu) tablice" @@ -15506,24 +15648,12 @@ msgstr "Prikaži ispis (shemu) tablice" msgid "Invalid table name" msgstr "Neispravan naziv tablice" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Dodane interne relacije" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Grana %s uspješno je prekinuta." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15531,7 +15661,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15763,7 +15893,7 @@ msgid "subquery" msgstr "unutar upita" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Izradi relaciju" @@ -15848,13 +15978,13 @@ msgstr "Korisničko ime" msgid "Delete pages" msgstr "Odaberite tablice" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Osvježi" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pomoć" @@ -16152,42 +16282,42 @@ msgstr "Naslov izvještaja" msgid "X-Axis:" msgstr "X-os:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL upit" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Oznaka X-osi:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Vrijednost" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Unutar polja:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Vrijednosti za stupac %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17524,6 +17654,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "najv. uzastopnih veza" +#~ msgid "Add user" +#~ msgstr "Dodaj korisnika" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Vrsta izvoza" + #~ msgid "Print view (with full texts)" #~ msgstr "Prikaz ispisa (s potpunim tekstovima)" @@ -17769,11 +17907,6 @@ msgstr "najv. uzastopnih veza" #~ msgid "pdf export page" #~ msgstr "Pogrešna vrsta izvoza" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Pogrešna vrsta izvoza" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/hu.po b/po/hu.po index 47ee9bc438..658a9e7530 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" -"PO-Revision-Date: 2015-06-28 23:09+0200\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" +"PO-Revision-Date: 2015-07-08 22:13+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian " "\n" @@ -91,9 +91,9 @@ msgstr "Oszlop" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Hivatkozás" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Megjegyzések" msgid "Primary" msgstr "Elsődleges" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Elsődleges" msgid "No" msgstr "Nem" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "Nem" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "Nem található tábla az adatbázisban." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tábla" @@ -248,11 +248,11 @@ msgstr "Tábla" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Szerkezet" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Adatok" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Minden kijelölése" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Üres az adatbázis neve!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "A(z) %1$s adatbázis átnevezése %2$s névre megtörtént." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "A(z) %1$s adatbázis másolása a(z) %2$s adatbázisba megtörtént." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -336,14 +335,14 @@ msgid "Tracked tables" msgstr "Nyomon követett táblák" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -361,7 +360,7 @@ msgstr "Létrehozva" msgid "Updated" msgstr "Frissítve" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -490,23 +489,23 @@ msgid "Point:" msgstr "Pont:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "%d. pont" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Pont hozzáadása" @@ -528,7 +527,7 @@ msgstr "Belső gyűrű %d:" msgid "Add a linestring" msgstr "Új sorvég hozzáadása" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Belső gyűrű hozzáadása" @@ -545,32 +544,32 @@ msgstr "Sokszög hozzáadása" msgid "Add geometry" msgstr "Geometria hozzáadása" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -599,7 +598,7 @@ msgstr "" msgid "Succeeded" msgstr "Sikerült" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Nem sikerült" @@ -705,7 +704,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Nem sikerült betölteni az importálás folyamatát." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -803,7 +802,7 @@ msgstr "Verziószám:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1163,7 +1162,7 @@ msgid "SQL query:" msgstr "SQL lekérdezés:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y érték" @@ -1189,36 +1188,55 @@ msgstr "Nem egyeznek a jelszavak!" msgid "Removing Selected Users" msgstr "A kijelölt felhasználók törlése" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Bezárás" +#: js/messages.php:129 +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "A sablon létre lett hozva." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "A sablon be lett töltve." + +#: js/messages.php:131 +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "A sablon frissítve lett." + +#: js/messages.php:132 +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "A sablon törölve lett." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Egyéb" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Kapcsolatok / Folyamatok" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "A helyi megfigyelés beállításai nem kompatibilisek!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1230,154 +1248,154 @@ msgstr "" "nem működik többé. Állítsa vissza az alapértelmezést a Beállítások " "menüben." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Lekérdezési gyorsítótár hatékonysága" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Lekérdezési gyorsítótár használat" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Lekérdezési gyorsítótárat használatban" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Rendszer CPU használat" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Rendszermemória" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Rendszer lapozófájl" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Átlagos terhelés" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Teljes memória" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Gyorsítótárazott memória" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Puffer memória" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Szabad memória" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Használt memória" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Teljes lapozófájl" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Gyorsítótárazott lapozófájl" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Használt lapozófájl" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Szabad lapozófájl" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Elküldött bájtok" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Fogadott bájtok" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Kapcsolatok" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Folyamatok" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tábla" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Kérdések" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Forgalom" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Beállítások" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Diagram hozzáadása" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Legalább egy változót adjon meg a sorozathoz!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1389,47 +1407,47 @@ msgstr "Legalább egy változót adjon meg a sorozathoz!" msgid "None" msgstr "Nincs" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Megfigyelés visszakapcsolása" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Megfigyelés megállítása" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Automatikus frissítés indítása" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Automatikus frissítés leállítása" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "A general_log és a slow_query_log engedélyezve vannak." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "A general_log engedélyezve van." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "A slow_query_log engedélyezve van." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "A slow_query_log és a general_log titlva vannak." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nincs beállítva a TÁBLÁHOZ." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output be van állítva a TÁBLÁHOZ." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1440,12 +1458,12 @@ msgstr "" "lekérdezéseket naplózza, amelyek %d másodpercnél hosszabb ideig tartanak. " "Ajánlott a long_query_time beállítása 0-2 másodpercre a rendszertől függően." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "A long_query_time %d másodpercre van beállítva." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1454,30 +1472,30 @@ msgstr "" "alapértelmezettre a kiszolgáló újraindításakor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "A log_output beállítása ehhez: %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s engedélyezése" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s letiltása" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "A long_query_time beállítása %d másodpercre." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1486,58 +1504,58 @@ msgstr "" "rendszergazdaként vagy vegye fel a kapcsolatot az adatbázis " "adminisztrátorával." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Beállítások megváltoztatása" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Jelenlegi beállítások" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagramcím" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Megkülönböztető" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Osztva %s -el" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Egység" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "a slow naplóból" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "az általános naplóból" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Az adatbázis neve nem ismert ennél a lekérdezésnél a kiszolgáló naplójában." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Naplók elemzése" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Elemzés és naplók betöltése. Ez eltarthat egy ideig." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Kérés elvetése" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1548,7 +1566,7 @@ msgstr "" "rendezési kritériumként, ezért a lekérdezések más tulajdonságai, mint " "például a lekérdezés kezdete, eltérőek lehetnek." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1558,31 +1576,31 @@ msgstr "" "történt INSERT lekérdezések is egy csoportba kerültek, tekintet nélkül a " "beszúrt adatokra." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "A naplóadatok betöltve. Végrehajtott lekérdezések ebben az időszakban:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Ugrás a naplótáblához" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nincs adat" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "A napló megvizsgálva, de nincs adat az adott időszakban." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Elemzés…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "A kimenet magyarázata" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1592,60 +1610,60 @@ msgstr "A kimenet magyarázata" msgid "Time" msgstr "Idő" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Teljes idő:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Eredmények elemzése" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tábla" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagram" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Naplótábla szűrőbeállításai" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Szűrő" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Lekérdezések szűrése szó/reguláris kifejezés alapján:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Lekérdezések csoportosítása, változóadat figyelmen kívül hagyása a WHERE " "feltételben" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "A csoportosított sorok összege:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Összesen:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Naplók betöltése" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "A megfigyelés frissítése sikertelen" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1655,89 +1673,89 @@ msgstr "" "Valószínűleg a munkamenet lejárt. Az oldal újratöltése, és a belépési adatok " "újbóli megadása segíthet." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Oldal újratöltése" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Érintett sorok:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "A beállítófájl feldolgozása nem sikerült. Nem tűnik érvényes JSON kódnak." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "A grafikon felépítése az importált beállításokkal sikertelen. Eredet " "beállítások visszaállítása…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importálás" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Megfigyelési beállítások importálása" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Válassza ki a fájlt, amelyet importálni szeretne." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Nincs elérhető fájl a kiszolgálón az importáláshoz!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Lekérdezés elemzése" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Tanácsadó rendszer" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Lehetséges teljesítmény problémák" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Kiadás" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Javaslat" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Szabály részletek" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Indoklás" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Használt változó / képlet" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Teszt" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "SQL formázása…" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1748,59 +1766,59 @@ msgstr "SQL formázása…" msgid "Cancel" msgstr "Mégse" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Oldallal kapcsolatos beállítások" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Alkalmaz" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Betöltés…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Kérés megszakítva!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Kérés feldolgozása" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "A kérés sikertelen!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Hiba a kérés feldolgozásában" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Hibakód: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Hibaüzenet: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nincs kiválasztott adatbázis." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Oszlop törlése" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Elsődleges kulcs hozzáadása" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1809,62 +1827,62 @@ msgstr "Elsődleges kulcs hozzáadása" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kattintson az értesítés elutasításához" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Adatbázis(ok) átnevezése" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Adatbázis másolása" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Karakterkészlet változtatása" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Idegen kulcsok ellenőrzésének engedélyezése" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "A valódi sorok számának lekérése sikertelen." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Keresés" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Keresési eredmények elrejtése" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Keresési eredmények megjelenítése" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Böngészés" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Törlés" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "A tárolt függvény meghatározásának tqartalmaznia kell VISSZATÉRÉSI utasítást!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1874,60 +1892,60 @@ msgstr "" msgid "Export" msgstr "Exportálás" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET szerkesztő" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "„%s” oszlop értékei" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Az új oszlop értékei" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Minden értéket külön mezőben adjon meg." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d érték hozzáadása" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Megjegyzés: Ha a fájl több táblát tartalmaz, akkor azok egyesítve lesznek." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "SQL-lekérdezési panelek elrejtése" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Lekérdezési doboz megjelenítése" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Módosítás" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1935,40 +1953,40 @@ msgstr "Módosítás" msgid "Delete" msgstr "Törlés" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "A(z) %d érvénytelen sorszám." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Az idegen kulcsok böngészése" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Nincs automatikusan mentett lekérdezés" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "%d. változó:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Kiválasztás" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Oszlopkiválasztó" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Keresés a listában" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1978,15 +1996,15 @@ msgstr "" "adatbázis központi oszlopainak listája tartalmaz-e olyan oszlopokat, amelyek " "nincsenek a jelenlegi táblában." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Több megtekintése" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Biztos benne?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1994,52 +2012,52 @@ msgstr "" "Ez a művelet megváltoztathatja néhány oszlop meghatározását.
Biztosan " "folytatni szeretné?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Folytatás" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Elsődleges kulcs hozzáadása" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Elsődleges kulcs hozzáadva." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Átvitel a következő lépésre…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "A normalizálás első lépése befejeződött a következő táblánál: „%s”." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Lépés vége" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "A normalizálás második lépése (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Kész" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Részleges függőségek megerősítése" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "A kijelölt részleges függőségek a következők:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2047,21 +2065,21 @@ msgstr "" "Megjegyzés: a, b -> d,f azt jelenti, hogy az „a” és „b” oszlopok értékei " "együtt meghatározzák a „d” és „f” oszlopok értékét." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nincsenek részleges függőségek kiválasztva!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Mutassa meg a táblában lévő adatok alapján a lehetséges részleges " "függőségeket" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Részleges függőségek listájának elrejtése" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2069,40 +2087,40 @@ msgstr "" "Maradjon ülve! Az adatok méretétől és a tábla oszlopszámától függően " "eltarthat néhány másodpercig." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Lépés" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "A következő műveletek lesznek végrehajtva:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "%s oszlopok ELDOBÁSA a következő táblából: %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "A következő tábla létrehozása" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "A normalizálás harmadik lépése (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Tranzitív függőségek megerősítése" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "A kijelölt függőségek a következők:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nincsenek függőségek kiválasztva!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2111,126 +2129,126 @@ msgstr "Nincsenek függőségek kiválasztva!" msgid "Save" msgstr "Mentés" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Keresési kritériumok elrejtése" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Keresési kritériumok megjelenítése" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Tartomány keresés" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Oszlop maximum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Oszlop minimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Legkisebb érték:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Legnagyobb érték:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Keresési és csere kritériumok elrejtése" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Keresési és csere kritériumok megjelenítése" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Minden pont egy adatsort ábrázol." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Egy pont fölé mutatás megjeleníti annak címkéjét." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "A nagyításhoz jelöljön ki egy területet az egérrel." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Kattints a nagyítás visszaállítása gombra, hogy visszatérj az eredeti " "állapotra." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Kattintson az adat területére a megjelenítéshez és a rekord esetleges " "szerkesztéséhez." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "A terület a jobb alsó sarok húzásával átméretezhető." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Válasszon két oszlopot" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Válasszon két különböző oszlopot" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Adatmutató tartalma" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Kihagyás" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Másolás" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Pont" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Karakterlánc" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Sokszög" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Belső gyűrű" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Külső gyűrű" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Szeretné másolni a titkosítási kulcsot?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Titkosítási kulcs" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2238,24 +2256,24 @@ msgstr "" "Azt jelzi, hogy módosításokat végzett ezen az oldalon; megerősítést fog " "kérni a módosítások elhagyása előtt" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Válassza ki a hivatkozott kulcsot" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Idegen kulcs kiválasztása" -#: js/messages.php:450 +#: js/messages.php:456 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:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Válassza ki a megjelenítendő oszlopot" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2263,77 +2281,77 @@ msgstr "" "Nem mentette a változtatásokat az elrendezésben. Mentés nélkül ezek el " "fognak veszni. Így is folytatni szeretné?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Oldal neve" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Oldal mentése" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Oldal mentése másként" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Oldal megnyitása" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Oldal törlése" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Névtelen" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Válasszon egy oldalt a folytatáshoz" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Adjon meg egy érvényes oszlopnevet" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Szeretné menteni a jelenlegi oldal módosításait?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Az oldal sikeresen törölve" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Kapcsolati séma exportálása" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "A módosítások mentése megtörtént" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Lehetőség hozzáadása a következő oszlophoz: „%s”." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objektum létrehozva." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Indítás" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Nyomja meg az Escape billentyűt a szerkesztés megszakításához." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2341,15 +2359,15 @@ msgstr "" "Egy vagy több adat szerkesztve lett de nem lett még elmentve. Biztos benne, " "hogy mentés nélkül kívánja elhagyni az oldalt?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Húzza az elemeket az újrarendezéshez." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Kattintson az eredmények rendezéséhez ezen oszlop szerint." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2359,28 +2377,28 @@ msgstr "" "DESC váltogatása.
- Oszlop eltávolítása az ORDER BY kikötésből Ctrl" "+kattintás vagy Alt+kattintás (Mac: Shift+Option+kattintás) használatával" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Kattintson a kijelöléshez / kijelölés megszüntetéséhez." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Az oszlopnév másolásához kattintson duplán." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Kattintson a legördülő nyílra
az oszlop láthatóságának ki/" "bekapcsolásához." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Összes megjelenítése" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2389,13 +2407,13 @@ msgstr "" "rendelt funkciók mint Szerkesztés, Másolás és Törlés nem feltétlenül lesznek " "elérhetők mentés után." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Adjon meg egy érvényes hexadecimális szöveget. Az érvényes karakterek: 0-9, " "A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2403,130 +2421,130 @@ msgstr "" "Valóban meg szeretné nézni az összes sort? Egy nagy tábla esetén ez " "összeomlaszthatja a böngészőt." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Eredeti hossz" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "mégse" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Megszakítva" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sikerült" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importálás állapota" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Ejtse ide a fájlokat" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Először válasszon adatbázist" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "Az elemek nagy része szerkeszthetővé válik
dupla kattintással." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Az elem szerkeszthetővé
válik kattintással." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Ugrás a hivatkozáshoz:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Oszlopnév másolása." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "A vágólapra való másoláshoz kattintson jobb egérgombbal az oszlop nevére." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Jelszó generálása" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generálás" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Jelszó megváltoztatása" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Több" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Panel megjelenítése" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Panel elrejtése" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Rejtett navigációs faszerkezet elemeinek megjelenítése." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Hozzákapcsolás a fő panelhez" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Eltávolítás a fő panelről" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "A kiszolgálón lévő összes adatbázis szűréséhez nyomja meg azt Entert a " "keresési kifejezés után" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Az adatbázisban lévő összes %s szűréséhez nyomja meg azt Entert a keresési " "kifejezés után" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "táblák" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "nézetek" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "eljárások" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "események" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "függvények" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "A kért oldal nem található az Előzményekben, talán már lejárt." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2536,42 +2554,42 @@ msgstr "" "%s, kiadás dátuma: %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", utolsó stabil verzió:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "friss" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Nézet létrehozása" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Hibajelentés küldése" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Hibajelentés beküldése" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Végzetes JavaScript hiba történt. Szeretne hibajelentést küldeni?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Jelentés beállítások megváltoztatása" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Jelentés részleteinek megjelenítése" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2579,7 +2597,7 @@ msgstr "" "Az exportálás nem teljes a PHP szinten lévő alacsony végrehajtási időkorlát " "miatt!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2589,59 +2607,59 @@ msgstr "" "Elküldéskor a mezők egy része mellőzve lehet a PHP max_input_vars beállítása " "miatt." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Hibák észlelhetők a kiszolgálón!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Nézze meg ennek az ablaknak az alját." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Összes mellőzése" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "A beállítások szerint jelenleg elküldés alatt vannak, legyen türelemmel." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Végrehajtja ismét ezt a lekérdezést?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Valóban törölni szeretné ezt a könyvjelzőt?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "Hibák történtek az SQL hibakeresési információk lekérése közben." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s kérés került végrehajtásra %s alkalommal %s másodperc alatt." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s argumentum került átadásra" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Argumentumok megjelenítése" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Argumentumok elrejtése" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Felhasznált idő:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2652,334 +2670,334 @@ msgstr "" "működni. Safari böngészőben a „Privát módú böngészés” okoz gyakran ilyen " "problémát." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Előző" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Következő" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Ma" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Január" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Február" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Március" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Április" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Május" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Június" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Július" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Augusztus" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Szeptember" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Október" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Már" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Ápr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sze" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Vasárnap" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Hétfő" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Kedd" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Szerda" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Csütörtök" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Péntek" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Szombat" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Vas" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Hét" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ked" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Sze" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Csü" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pén" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Szo" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Va" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Hé" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Sze" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Cs" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pé" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Szo" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Hét" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "nincs" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Óra" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Perc" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "másodperc" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Ez a mező kötelező" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Javítsa ezt a mezőt" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Adjon meg egy érvényes e-mail címet" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Adjon meg egy érvényes URL-t" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Adjon meg egy érvényes dátumot" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Adjon meg egy érvényes dátumot (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Adjon meg egy érvényes számot" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Adjon meg egy érvényes hitelkártya számot" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Csak számjegyeket adjon meg" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Adja meg ismét ugyanazt az értéket" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Ne adjon meg {0} karakternél többet" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Adjon meg legalább {0} karaktert" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Adjon meg egy {0} és {1} közé eső karakterszámú értéket" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Adjon meg egy értéket {0} és {1} között" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Adjon meg értéket, amely kisebb vagy egyenlő mint {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Adjon meg értéket, amely nagyobb vagy egyenlő mint {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Adjon meg egy érvényes dátumot vagy időt" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Adjon meg egy érvényes HEX bemenetet" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Hiba" @@ -3051,16 +3069,16 @@ msgstr "óránként" msgid "per day" msgstr "naponta" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "A konfigurációs fájl helytelen írási engedéllyel rendelkezik!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Betűméret" @@ -3079,7 +3097,7 @@ msgid "Requery" msgstr "Újra lekérdezés" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3088,7 +3106,7 @@ msgstr "Újra lekérdezés" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3163,7 +3181,7 @@ msgid "History" msgstr "Előzmények" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3186,7 +3204,7 @@ msgstr "Előzmények" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Beállítások" @@ -3257,7 +3275,7 @@ msgid "Count:" msgstr "Darabszám:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3311,10 +3329,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Átváltás sötét témára" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3322,10 +3340,10 @@ msgstr "Átváltás sötét témára" msgid "Ascending" msgstr "Növekvő" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3541,125 +3559,126 @@ msgstr "Minden kijelölés törlése" msgid "Inside column:" msgstr "Mezőben:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "A módosított adatok mentése" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Oszlopsorrend visszaállítása" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Sorok szűrése" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Keresés a táblában" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Kezdet" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Előző" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Következő" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Vége" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Mind" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Sorok száma:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Kulcs szerinti rendezés" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Részleges szövegek" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Teljes szövegek" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relációs kulcs" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relációs megjelenítési oszlop" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Bináris tartalom megjelenítése" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB-tartalom megjelenítése" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Böngészőátalakítás elrejtése" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Jól ismert szöveg" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Jól ismert bináris" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "A sor törlése megtörtént." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Leállít" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Becsült érték lehet. Lásd [doc@faq3-11]GyIK 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Az SQL-lekérdezés végrehajtása sikerült." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3668,36 +3687,36 @@ 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." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Sorok megjelenítése %1s-%2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d összesen, %2$d a lekérdezésben" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "összesen %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "A lekérdezés %01.4f másodpercig tartott." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "A kijelöltekkel végzendő művelet:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3706,24 +3725,24 @@ msgstr "A kijelöltekkel végzendő művelet:" msgid "Check All" msgstr "Mind kijelölése" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Nyomtatási nézet" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Műveletek a lekérdezési eredménnyel" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Diagram megjelenítése" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "GIS data megjelenítése" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Nem található a hivatkozás!" @@ -3849,7 +3868,7 @@ msgstr "Számosság" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3859,7 +3878,7 @@ msgid "Collation" msgstr "Illesztés" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Megjegyzés" @@ -3874,7 +3893,7 @@ msgid "Index %s has been dropped." msgstr "A(z) %s index eldobása megtörtént." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3892,7 +3911,7 @@ msgstr "" "eltávolítható." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Kiszolgáló" @@ -3909,7 +3928,7 @@ msgstr "Nézet" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3940,7 +3959,7 @@ msgstr "Beszúrás" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Jogok" @@ -4003,16 +4022,17 @@ msgid "Central columns" msgstr "Központi oszlopok" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Adatbázisok" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Felhasználók" +#: libraries/Menu.class.php:567 +#| msgid "User groups" +msgid "User accounts" +msgstr "Felhasználói fiókok" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4087,7 +4107,7 @@ msgid "Could not save favorite table!" msgstr "Nem sikerült elmenteni a kedvenc táblát!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Eltávolítás a kedvencek közül" @@ -4108,7 +4128,7 @@ msgid "Recent" msgstr "Legutóbbi" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Kedvenc táblák" @@ -4730,16 +4750,16 @@ msgstr "Max: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "A MySQL mondta: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Az SQL magyarázata" @@ -4756,7 +4776,7 @@ msgstr "Magyarázat elemzése itt: %s" msgid "Without PHP Code" msgstr "PHP kód nélkül" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-kód létrehozása" @@ -4847,6 +4867,10 @@ msgstr "Utolsó frissítés" msgid "Last check" msgstr "Utolsó ellenőrzés" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Felhasználók" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Keresés:" @@ -4942,8 +4966,8 @@ msgstr "NEM" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4951,7 +4975,7 @@ msgstr "Név" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Hossz/Értékek" @@ -5228,7 +5252,7 @@ msgid "Not a valid port number!" msgstr "Nem érvényes portszám!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Helytelen érték!" @@ -5239,35 +5263,35 @@ msgstr "Helytelen érték!" msgid "Value must be equal or lower than %s!" msgstr "Az értéknek egyenlőnek vagy kevesebbnek kell lennie mint %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s adatai hiányoznak" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "nem elérhető" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" követelménye a(z) %s bővítmény" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Tömörített importálás nem fog működni, mert hiányzik a funkció: %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Tömörített exportálás nem fog működni, mert hiányzik a funkció: %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -5283,7 +5307,7 @@ msgid "Set value: %s" msgstr "Adja meg az értéket: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Alapértelmezett érték visszaállítása" @@ -5766,7 +5790,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Végrehajtási idő legfeljebb" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "%s utasítás használata" @@ -5775,7 +5799,7 @@ msgstr "%s utasítás használata" msgid "Save as file" msgstr "Mentés fájlként" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "A fájl karakterkészlete" @@ -5791,8 +5815,8 @@ msgstr "Tömörítés" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5802,14 +5826,14 @@ msgstr "Tömörítés" msgid "Put columns names in the first row" msgstr "A mezőneveket tegye az első sorba" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Oszlopok körbezárása ezzel" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Oszlopok escape-elése ezzel" @@ -5817,8 +5841,8 @@ msgstr "Oszlopok escape-elése ezzel" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL cseréje ezzel" @@ -5826,13 +5850,13 @@ msgstr "NULL cseréje ezzel" msgid "Remove CRLF characters within columns" msgstr "A mezőkben lévő CRLF karakterek eltávolítása" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Oszlopok végződése ezzel" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Sorok végződése ezzel" @@ -5854,8 +5878,8 @@ msgid "Table name template" msgstr "Táblanév sablon" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5883,14 +5907,14 @@ msgid "Label key" msgstr "Feliratkulcs" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-típus" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Kapcsolatok" @@ -5898,108 +5922,113 @@ msgstr "Kapcsolatok" msgid "Export method" msgstr "Exportálás módja" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Mentés a kiszolgálón" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "A létező fájl(ok) felülírása" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Exportálás különálló fájlokként" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "A fájlnévsablon megjegyzése" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT érték hozzáadása" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Idézőjelek használata a tábla- és mezőneveknél" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL kompatibilitási mód" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE beállítások:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Létrehozás/módosítás/ellenőrzés dátuma" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Késleltetett beszúrások használata" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Az idegen kulcsok ellenőrzésének letiltása" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Nézetek exportálása táblaként" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Kapcsolódó metaadatok exportálása a phpMyAdmin beállítástárolóból" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s hozzáadása" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Hexadecimális értékek használata a BINARY és BLOB értékekhez" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Mellőző beszúrások használata" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Adat beillesztésére vonatkozó szintaxis" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "A létrehozott lekérdezés hossza legfeljebb" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Exportálás típusa" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Az exportálás befoglalása egy tranzakcióban" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportálás időzónája UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Biztonságos kapcsolat kényszerítése a phpMyAdmin használata során." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL kapcsolat kényszerítése" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6007,164 +6036,162 @@ msgstr "" "Az elemek rendezési sorrendje egy idegen kulcs legördülő panelban; " "[kbd]tartalom[/kbd]: hivatkozott adat, [kbd]id[/kbd]: a kulcs értéke." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Az idegen kulcs legördülő sorrendje" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Legördülő lesz használatban, ha kevesebb elem van jelen." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Idegen kulcs korlátozása" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Alapértelmezett érték az idegen kulcs ellenőrzések jelölőnégyzethez néhány " "lekérdezésnél." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Idegen kulcs ellenőrzések" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Tallózó mód" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "A böngésző mód testreszabása." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Alapértelmezett beállítások testreszabása." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Fejlesztő" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Beállítások phpMyAdmin fejlesztőknek." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Szerkesztő mód" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "A szerkesztő mód testreszabása." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportálás alapértelmezései" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Az exportálás alapértelmezett beállításainak testreszabása." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funkciók" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Általános" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Néhány gyakran használt lehetőség beállítása." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importálás alapértelmezései" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Az importálás alapértelmezett, gyakori beállításainak testreszabása." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importálás / exportálás" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Az importálás és exportálás könyvtárainak, illetve a tömörítési lehetőségek " "beállítása." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Az adatbázisok megjelenítésének beállításai." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigációs keret" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "A navigációs keret megjelenésének testreszabása." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Navigációs fa" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "A navigációs fa testreszabása." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Kiszolgálók" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "A kiszolgálók megjelenítésének beállításai." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "A táblák megjelenítésének beállításai." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Fő keret" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Egyéb alapbeállítások" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "A sehova sem illő beállítások." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Oldalcímek" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6173,11 +6200,11 @@ msgstr "" "[doc@faq6-27]dokumentációra[/doc] a mágikus parancsok végett, amiket " "speciális értékek megjelenítésére használhat." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Biztonság" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6185,23 +6212,23 @@ msgstr "" "Ne feledje, hogy a phpMyAdmin csak egy felhasználói kezelőfelület, és " "funkciói nem korlátozzák a MySQL-t." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Alapbeállítások" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Hitelesítés típusa" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Hitelesítés beállításai." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Kiszolgáló beállítások" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6209,15 +6236,15 @@ msgstr "" "Speciális kiszolgáló beállítások, amelyeket ne módosítson, ha nem tudja, " "hogy mire valók." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Adja meg a kiszolgáló csatlakozási paramétereit." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Beállítástároló" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6227,123 +6254,123 @@ msgstr "" "hozzáférést, nézze meg a [doc@linked-tables]phpMyadmin beállítástárolók[/" "doc] fejezetet a dokumentációban." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Változások követése" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Változások követése az adatbázisban. A phpMyAdmin beállítástárolóját igényli." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Exportálás beállításainak testreszabása" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Importálás alapértelmezéseinek testreszabása" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "A navigációs keret testreszabása" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "A fő keret testreszabása" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-lekérdezések" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL-lekérdezési panelek" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" "Az SQL-lekérdezési dobozokban megjelenített hivatkozások testreszabása." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL-lekérdezések beállításai." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Indítás" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "A kezdőlap testreszabása." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Adatbázis-szerkezet" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Válassza ki, melyik részletek jelenjenek meg az adatbázis szerkezetben " "(táblák listája)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Táblaszerkezet" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Beállítások a táblaszerkezethez (oszlopok listája)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Fülek" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Válassza ki, hogyan kívánja használni a lapokat." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Kapcsolati séma megjelenítése" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papírméret" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Szöveges mezők" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Szöveges beviteli mezők testreszabása." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! szöveg" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Alapértelmezett beállítások testreszabása" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Figyelmeztetések" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Egyes phpMyAdmin által megjelenített figyelmeztetések letiltása." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6351,15 +6378,15 @@ msgstr "" "A [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] tömörítés engedélyezése az " "importálási és az exportálási műveletekhez." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Az iconv funkció extra paraméterei" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6367,11 +6394,11 @@ msgstr "" "Ha engedélyezve van, akkor a phpMyAdmin folytatja a több utasításból álló " "lekérdezések kiszámítását, ha nem sikerült az egyik lekérdezés." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Több utasítás hibáinak figyelmen kívül hagyása" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6381,25 +6408,25 @@ msgstr "" "szerint közel van az időkorláthoz. Ez a nagy fájlok importálásának lehet jó " "módja, azonban megszakíthatja a tranzakciókat." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Részleges importálás: a megszakítás engedélyezése" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Ne legyen megszakítás INSERT hiba esetén" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE hozzáadása" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Adatok frissítése, ha kettőzött kulcsok találhatók importáláskor" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6407,70 +6434,70 @@ msgstr "" "Alapértelmezett formátum. Tartsa szem előtt, hogy ez a lista függ a helytől " "(adatbázis, tábla) és csak az SQL érhető el mindig." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Az importált fájl formátuma" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL kulcsszó használata" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "A mezőnevek az első sorban" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ne importálja az üres sorokat" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Valuták importálása ($5.00 helyett 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Százalékos értékek importálása pontos tizedestörtként (12.00% helyett .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Az elejétől kihagyandó lekérdezések száma." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Részleges importálás: lekérdezések kihagyása" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne használja az AUTO_INCREMENT-et nulla értékekhez" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Csúszkák kezdeti állapota" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Hány sor szúrható be egyszerre." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "A beszúrt sorok száma" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "A megjelenített karakterek legnagyobb száma nem numerikus oszlop esetén a " "böngésző nézetben." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Mező-karakterek korlátozása" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6481,11 +6508,11 @@ msgstr "" "kiszolgáló használata esetén könnyen megfeledkezhet a másik kiszolgálóról " "való kijelentkezésről." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Kijelentkezéskor az összes cookie törlése" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6493,11 +6520,11 @@ msgstr "" "Meghatározza, hogy az előző bejelentkezést kell-e újrahívni vagy sem a " "[kbd]cookie[/kbd] hitelesítési módban." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "A felhasználónév újrahívása" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6509,50 +6536,50 @@ msgstr "" "munkamenetekhez kerül megtartásra, vagyis a böngésző ablakának bezárásakor " "azonnal törlésre kerül. Ez nem megbízható környezetek esetén ajánlott." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "A bejelentkezési cookie tárolása" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Meghatározza, hogy meddig érvényes (másodpercben) egy bejelentkezési süti." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "A bejelentkezési cookie érvényessége" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "A szövegdoboz méretének duplázása LONGTEXT oszlopoknál." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Nagyobb LONGTEXT szövegbeviteli mezők" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Egy SQL-lekérdezés megjelenítésekor használt karakterek legnagyobb száma." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "A SQL kijelzett hossza legfeljebb" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "A felhasználók nem adhatnak meg nagyobb értéket" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Az adatbázis-listában megjelenített adatbázisok legnagyobb száma." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Az adatbázisok száma" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6560,21 +6587,21 @@ msgstr "" "A navigációs faszerkezet első szintjének egyes oldalain megjeleníthető " "elemek száma." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Az első szinten lévő legtöbb elem" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "A navigációs faszerkezet egyes oldalain megjeleníthető elemek száma." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Ág maximális elemeinek száma" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6583,19 +6610,19 @@ msgstr "" "eredményhalmaz több sort tartalmaz, akkor az \"Előző\" és a \"Következő\" " "hivatkozás lesz látható." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "A megjelenítendő sorok száma" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "A táblalistában megjelenített táblák legnagyobb száma." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "A táblák száma" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6603,40 +6630,40 @@ msgstr "" "Egy parancsfájl számára a lefoglaláshoz engedélyezett bájtok száma, például " "[kbd]32M[/kbd] (korlátlan: [kbd]0[/kbd])." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "A memória korlátozása" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "A navigációs panelen lecseréli az adatbázisfát egy kiválasztóra" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Adatbázisok navigációjának megjelenítése faszerkezetként" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Összekapcsolás a fő panellel a jelenlegi adatbázis vagy tábla kiemelésével." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Logó megjelenítése a navigációs panelen." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "A logó megjelenítése" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "Az URL, ahová a navigációs panelen lévő logó mutatni fog." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "A logó hivatkozásának URL-címe" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6644,41 +6671,41 @@ msgstr "" "A hivatkozott oldal megnyitása a főablakban ([kbd]main[/kbd]) vagy egy újban " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "A logó hivatkozásának célja" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "A választható kiszolgálók megjelenítése a navigációs panel tetején." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Kiszolgálók kiválasztásának megjelenítése" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "A gyors hozzáférés ikon célja" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "A második gyors hozzáférés ikon célja" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "A szűrődoboz megjelenítéséhez szükséges táblák minimális száma." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "A szűrődoboz megjelenítéséhez szükséges elemek minimális száma" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "A szűrődoboz megjelenítéséhez szükséges minimális adatbázisok száma" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6686,155 +6713,145 @@ msgstr "" "Elemek csoportosítása a navigációs faszerkezetben (a fenti Adatbázisok és " "táblák lapon megadott elválasztó által meghatározva)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Elemek csoportosítása a fában" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Az adatbázisokat különféle fa szintekre elválasztó karakterlánc." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Az adatbázisfa elválasztója" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "A táblákat különféle fa szintekre tagoló karakterlánc." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Táblafa elválasztó" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "A táblafa mélysége legfeljebb" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Kiszolgáló kiemelése az egérmutató alatt." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "A szövegkiemelés engedélyezése" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Ajánlja-e fel a fa kiterjesztésének lehetőségét a navigációs panelen." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Navigációs fa kiterjesztés engedélyezése" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Táblák megjelenítése a fában" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "Jelenítse-e meg a táblákat az adatbázis alatt a navigációs fában" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Nézetek megjelenítése a fában" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Jelenítse-e meg a nézeteket az adatbázis alatt a navigációs fában" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Függvények megjelenítése a fában" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "Jelenítse-e meg a függvényeket az adatbázis alatt a navigációs fában" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Eljárások megjelenítése a fában" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "Jelenítse-e meg az eljárásokat az adatbázis alatt a navigációs fában" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Események megjelenítése a fában" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "Jelenítse-e meg az eseményeket az adatbázis alatt a navigációs fában" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Az utoljára használt táblák legnagyobb száma; állítsa 0-ra a tiltáshoz." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "A kedvenc táblák legnagyobb száma; állítsa 0-ra a tiltáshoz." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Utoljára használt táblák" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Ezek a Szerkesztés, Másolás és Törlés hivatkozások." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Hol legyenek a táblasor linkek" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "Jelenjenek-e meg sorhivatkozások az egyedi kulcs hiányában is." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Sorhivatkozások megjelenítése mindenképp" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Természetes sorrend használata a tábla- és adatbázisnevek rendezésénél." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Természetes rendezés" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Csak ikonok, csak szöveg vagy mindkettő használata." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Navigációs sáv" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "A GZip-kimenet pufferelésének használata a HTTP-átvitelek sebességének " "növeléséhez." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip-kimenet pufferelése" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6842,19 +6859,19 @@ msgstr "" "[kbd]SMART[/kbd] - azaz a TIME, DATE, DATETIME és TIMESTAMP típusú oszlopok " "sorrendje csökkenő, egyéb esetben növekvő." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Alapértelmezett rendezési mód" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Állandó kapcsolatok használata a MySQL adatbázisokhoz." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Állandó kapcsolatok" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6864,11 +6881,11 @@ msgstr "" "Szerkezet oldalon jelenik meg, ha a phpMyAdmin beállítástároló táblák " "valamelyike nem található." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Hiányzó phpMyAdmin beállítástároló táblák" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6876,11 +6893,11 @@ msgstr "" "Alapértelmezett figyelmeztetés kikapcsolása, ha különbség észlelhető a MySQL " "könyvtár és a kiszolgáló között." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Kiszolgáló/programkönyvtár eltérés figyelmeztetés" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6888,27 +6905,27 @@ msgstr "" "A Szerkezet oldalon megjelenített alapértelmezett figyelmeztetés letiltása, " "ha a táblában lévő oszlopnevek a MySQL által fenntartott szavak." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL fenntartott kifejezés figyelmeztetés" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Menü fülek megjelenítésének módja" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Hogy jelenjenek meg a különböző műveletek linkjei" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "A BLOB és BINARY oszlopok módosításának tiltása." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "A bináris mezők védelme" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6919,110 +6936,110 @@ msgstr "" "eljárásokat használ fel a lekérdezési előzmények megjelenítéséhez (az ablak " "bezárásakor elvesznek)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Állandó lekérdezési előzmények" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Hány lekérdezés legyen megtartva az előzményekben." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "A lekérdezési előzmények hossza" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Válassza ki, hogy mely függvények legyenek a karakterkészlet átalakításához " "használva." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Átkódoló motor" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "A táblák böngészése során az egyes táblák rendezése megmarad." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Emlékezzen a tábla elrendezésére" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" "Alapértelmezett rendezési sorrend az elsődleges kulccsal rendelkező " "tábláknál." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Elsődleges kulcs alapértelmezett rendezési sorrendje" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "A fejlécek ismétlése minden X cellánként, a [kbd]0[/kbd] kikapcsolja ezt a " "lehetőséget." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Fejlécek ismétlése" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Rács szerkesztés: eseményindító művelet" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relációs megjelenítés" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "A beállítások megjelenítéséhez" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Rács szerkesztés: minden szerkesztett cella mentése egyszerre" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "A könyvtár, melybe az exportálások menthetők a kiszolgálón." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Mentési könyvtár" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Hagyja üresen, ha nem használja." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Az állomás hitelesítési sorrendje" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Hagyja üresen az alapértelmezésekhez." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Az állomás hitelesítési szabályai" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "A jelszó nélküli bejelentkezés engedélyezése" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "A root bejelentkezés engedélyezése" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Munkamenet időzóna" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7030,15 +7047,15 @@ msgstr "" "Beállítja a tényleges időzónát, valószínűleg eltér az adatbázis-kiszolgáló " "időzónájától" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "A megjelenítendő HTTP Basic Auth Realm neve HTTP hitelesítés közben." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP-tartomány" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7048,19 +7065,19 @@ msgstr "" "elérési útja (nem a dokumentum gyökerében található; javaslat: /etc/swekey." "conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey konfigurációs fájl" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "A használandó hitelesítési mód." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Hitelesítés típusa" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7068,11 +7085,11 @@ msgstr "" "Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/" "bookmark]könyvjelző[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Könyvjelzők táblája" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7080,33 +7097,33 @@ msgstr "" "Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, ajánlott: " "[kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Oszlopinformációs tábla" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "A MySQL-kiszolgálóhoz való kapcsolat tömörítése." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Kapcsolat tömörítése" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Hogyan kapcsolódjon a kiszolgálóhoz, hagyja meg a [kbd]tcp[/kbd] értéket, ha " "bizonytalan." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Csatlakozás típusa" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "A kontrollfelhasználó jelszava" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7115,11 +7132,11 @@ msgstr "" "információk érhetők el a [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/" "a] oldalon." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrollfelhasználó" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7127,11 +7144,11 @@ msgstr "" "Egy alternatív gép a beállítástároló kezeléséhez; hagyja üresen a már " "megadott gép használatához." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrollgép" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7141,15 +7158,15 @@ msgstr "" "hagyja üresen az alapértelmezett port használatához, vagy a már definiált " "port, ha a kontrollgép és a gép ugyanaz." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontroll port" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "A (PCRE) reguláris kifejezésre illeszkedő adatbázisok elrejtése." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7158,15 +7175,15 @@ msgstr "" "hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL " "hibabejelentőben[/a] olvashat róla" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Az INFORMATION_SCHEMA használatának letiltása" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Adatbázisok elrejtése" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7174,23 +7191,23 @@ msgstr "" "Hagyja üresen, ha nincs szükség az SQL-lekérdezések előzményeinek " "támogatására, ajánlott: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL-lekérdezések előzményeinek táblája" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "A gépnév, ahol a MySQL-kiszolgáló fut." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "A kiszolgáló gépneve" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Kijelentkezési URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7198,15 +7215,15 @@ msgstr "" "Korlátozza a táblabeállítások számát, amelyek adatbázisban tárolódnak, a " "legrégebbi rekordok automatikusan törlődnek." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "A tárolandó táblabeállítások legnagyobb száma" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE mentett keresések táblája" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7214,11 +7231,27 @@ msgstr "" "Hagyja üresen, ha nem szeretne QBE mentett keresések támogatást, ajánlott: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Sablonok táblájának exportálása" + +#: libraries/config/messages.inc.php:657 +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Hagyja üresen, ha nem szeretne sablonexportálás támogatást, ajánlott: " +"[kbd]pma__exporttemplates[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Központi oszlopok táblája" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7226,15 +7259,15 @@ msgstr "" "Hagyja üresen, ha nincs szükség központi oszlopok támogatására, ajánlott: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Kapcsolódási kísérlet jelszó nélkül." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Kapcsolódás jelszó nélkül" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7244,30 +7277,30 @@ msgstr "" "literális formájukat használná, pl. használja a [kbd]'my\\_db'[/kbd] alakot, " "s ne a [kbd]'my_db'[/kbd] alakot." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Csak a kilistázott adatbázisok megjelenítése" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Hagyja üresen, ha nem konfigurációs hitelesítést használ." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "A konfigurációs hitelesítés jelszava" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Hagyja üresen, ha nem szeretne PDF-séma támogatást, ajánlott: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-séma: pages table" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7278,22 +7311,22 @@ msgstr "" "oldalon. Hagyja üresen, ha nincs szükség a támogatására. Ajánlott: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Adatbázis neve" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "A port, melyen a MySQL-kiszolgáló figyel, hagyja üresen az " "alapértelmezetthez." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "A kiszolgáló portja" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7301,11 +7334,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség a legutóbb használt táblák „állandó” " "tárolására a munkamenetek között, ajánlott: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Utoljára használt tábla" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7313,11 +7346,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség a kedvenc táblák „állandó” tárolására a " "munkamenetek között, ajánlott: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Kedvencek tábla" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7325,11 +7358,11 @@ msgstr "" "Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs " "hivatkozás[/a] támogatás, ajánlott: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Kapcsolat tábla" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7337,33 +7370,33 @@ msgstr "" "Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési " "típusok[/a] példáját." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon munkamenet neve" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Signon URL-címe" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "A szoftvercsatorna, melyen a MySQL-kiszolgáló figyel, hagyja üresen az " "alapértelmezetthez." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "A kiszolgáló szoftvercsatornája" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "SSL engedélyezése a MySQL-kiszolgálóhoz való kapcsolathoz." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL használata" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7371,11 +7404,11 @@ msgstr "" "Hagyja üresen, ha nincs PDF-séma támogatás, ajánlott: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Tervező és PDF-séma: table coordinates" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7383,11 +7416,11 @@ msgstr "" "Tábla a megjelenített oszlopok leírásához, hagyja üresen, ha nem kíván " "megadni leírást; ajánlott: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Oszlopok tábla megjelenítése" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7395,11 +7428,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség az „állandó” táblák UI beállításaira a " "munkamenetek között, ajánlott: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Felhasználói felület beállítások tábla" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7407,11 +7440,11 @@ msgstr "" "DROP DATABASE IF EXISTS utasítás hozzá lesz adva a napló első sora ként az " "adatbázis létrehozása során." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hozzáadása" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7419,11 +7452,11 @@ msgstr "" "DROP TABLE IF EXISTS utasítás hozzá lesz adva a napló első sora ként a tábla " "létrehozása során." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE hozzáadása" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7431,20 +7464,20 @@ msgstr "" "A DROP VIEW IF EXISTS utasítás hozzá legyen-e adva a napló első soraként a " "nézet létrehozása során." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW hozzáadása" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Állítások listájának definiálása az új verziójú automata-létrehozások során." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Utasítások követésre" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7452,11 +7485,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség az SQL-lekérdezések követésének " "támogatására, ajánlott: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL-lekérdezések követésének táblája" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7464,11 +7497,11 @@ msgstr "" "A követési mechanizmus automatikusan készítsen-e verziót a táblákhoz és a " "nézetekhez." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Verziók automatikus létrehozása" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7476,11 +7509,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség a felhasználói beállítások tárolására az " "adatbázisban, ajánlott: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Felhasználók beállításainak tárolótáblája" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7490,11 +7523,11 @@ msgstr "" "menük szolgáltatás engedélyezéséhez. Az egyikük üresen hagyása le fogja " "tiltani ezt a szolgáltatást, ajánlott: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Felhasználók tábla" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7504,11 +7537,11 @@ msgstr "" "szolgáltatás engedélyezéséhez. Az egyikük üresen hagyása le fogja tiltani " "ezt a szolgáltatást, ajánlott: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Felhasználói csoport tábla" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7516,15 +7549,15 @@ msgstr "" "Hagyja üresen, ha nincs szükség a navigációs elemek megjelenítése/elrejtése " "lehetőségre, ajánlott: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Rejtett navigációs elemek tábla" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "A konfigurációs hitelesítés felhasználóneve" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7532,21 +7565,21 @@ msgstr "" "A kiszolgáló felhasználóbarát leírása. Hagyja üresen az állomásnév " "megjelenítéséhez." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "A kiszolgáló részletes neve" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Meg kell-e jeleníteni egy felhasználó számára az \"összes (sor) megjelenítése" "\" gombot." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Az összes sor megjelenítésének engedélyezése" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7556,57 +7589,57 @@ msgstr "" "hitelesítési módra, mert a jelszót a konfigurációs fájl tartalmazza, ami " "közvetlenül nem korlátozza ugyanazon parancs végrehajtásának a lehetőségét." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "A jelszómódosító űrlap megjelenítése" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Az adatbázis létrehozása űrlap megjelenítése" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "A megjegyzéseket megjelenítő oszlop megjelenítése vagy elrejtése minden " "táblánál." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Tábla megjegyzéseinek megjelenítése" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "A létrehozás időbélyegét megjelenítő oszlop megjelenítése vagy elrejtése " "minden táblánál." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Létrehozás időbélyegének megjelenítése" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "A legutóbbi frissítés időbélyegét megjelenítő oszlop megjelenítése vagy " "elrejtése minden táblánál." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Legutóbbi változás időbélyegének megjelenítése" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "A legutóbbi ellenőrzés időbélyegét megjelenítő oszlop megjelenítése vagy " "elrejtése minden táblánál." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Utolsó ellenőrzés időbélyegének megjelenítése" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7614,27 +7647,27 @@ msgstr "" "Megadja, hogy a típusmezők kezdetben megjelenjenek-e a szerkesztés/beszúró " "módban." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mezőtípusok megjelenítése" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "A függvénymezők megjelenítése szerkesztés/beszúrás módban." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "A függvénymezők megjelenítése" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Jelenjen-e meg javaslat vagy sem." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Segítség megjelenítése" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7642,58 +7675,58 @@ msgstr "" "Megjeleníti a [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "kimenetre mutató hivatkozást." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "A phpinfo() hivatkozás megjelenítése" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Részletes MySQL kiszolgáló információk megjelenítése" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Meghatározza, hogy meg kell-e jeleníteni a phpMyAdmin által előállított SQL-" "lekérdezéseket." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Az SQL-lekérdezések megjelenítése" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Meghatározza, hogy a lekérdezés doboz a képernyőn maradjon-e az űrlap " "elküldése után." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Lekérdezési doboz megőrzése" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Adatbázis- és táblastatisztika megjelenítésének engedélyezése (például " "tárhelyhasználat)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "A statisztika megjelenítése" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "A használt táblák megjelölése, és a zárolt táblákat tartalmazó adatbázisok " "megjelenítésének lehetővé tétele." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "A zárolt táblák kihagyása" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7701,11 +7734,11 @@ msgstr "" "Az alapértelmezett figyelmeztetés letiltása, amely a főoldalon jelenik meg, " "ha Suhosin észlelhető." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin figyelmeztetés" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7715,11 +7748,11 @@ msgstr "" "session.gc_maxlifetime PHP beállítás értéke kisebb a „LoginCookieValidity” " "értékénél." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Bejelentkezési cookie érvényesség figyelmeztetés" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7727,11 +7760,11 @@ msgstr "" "Szövegdoboz méret (oszlop) szerkesztés módban, ez az érték lesz kiemelve az " "SQL-lekérdezés szövegdobozainál (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Szövegdoboz oszlopai" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7739,31 +7772,31 @@ msgstr "" "Szövegdoboz méret (sor) szerkesztés módban, ez az érték lesz kiemelve az SQL-" "lekérdezés szövegdobozainál (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Szövegdoboz sorai" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "A böngészőablak címe, amikor egy adatbázis ki van választva." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "A böngészőablak címe, amikor semmi sincs kiválasztva." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Alapértelmezett cím" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "A böngészőablak címe, amikor egy kiszolgáló ki van választva." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "A böngészőablak címe, amikor egy tábla ki van választva." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7775,28 +7808,28 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) fejlécben:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "A megbízható proxyk listája az IP engedélyezéshez/elutasításhoz" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "A kiszolgálón lévő könyvtár, ahová fájlokat tölthet fel az importáláshoz." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Feltöltési könyvtár" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "A teljes adatbázison belüli keresés engedélyezése." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Adatbázis-kereső használata" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7804,26 +7837,26 @@ msgstr "" "Ha le van tiltva, a felhasználók semmit nem állíthatnak be az alábbi " "lehetőségek közül, függetlenül a jobboldalon lévő jelölőnégyzettől." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Fejlesztő fül engedélyezése a beállításokban" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Új verzió ellenőrzése" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "A legújabb verzió ellenőrzését engedélyezi a phpMyAdmin főoldalán." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Verzió-ellenőrzés" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7835,11 +7868,11 @@ msgstr "" "telepítést tartalmazó kiszolgálónak nincs közvetlen internetelérése. A " "formátum: „gépnév:portszám”." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy URL" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7849,19 +7882,19 @@ msgstr "" "nincs hitelesítés. Ha egy felhasználónév adott, alapfokú hitelesítés " "történik. Jelenleg nincs más típusú hitelesítés támogatva." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxy felhasználónév" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "A jelszó a proxyval való hitelesítéshez." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxy jelszó" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7869,36 +7902,36 @@ msgstr "" "A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tömörítés " "engedélyezése az importálás és exportálás műveletekhez." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Adja meg a nyilvános kulcsát a tartomány reCaptcha szolgáltatásához." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "reCaptcha nyilvános kulcsa" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "reCaptcha privát kulcsa" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" "Válassza ki az alapértelmezett műveletet, amikor hibajelentéseket küld." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Hibajelentések küldése" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7906,11 +7939,11 @@ msgstr "" "A lekérdezések az Enter lenyomásával (a Ctrl+Enter helyett) lesznek " "végrehajtva. Új sorok a Shift+Enter használatával kerülnek beszúrásra." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Az Enter a parancssorban hajtja végre a lekérdezéseket" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7918,7 +7951,7 @@ msgstr "" "Zéró beállítási mód engedélyezése, amely lehetővé teszi a phpMyAdmin " "beállítástároló táblák automatikus beállítását." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Zéró beállítási mód engedélyezése" @@ -7943,47 +7976,74 @@ msgstr "HTTP hitelesítés" msgid "Signon authentication" msgstr "Signon hitelesítés" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV a LOAD DATA használatával" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Open Document munkafüzet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Gyors" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Egyedi" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Adatbázis exportálási beállításai" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel CSV adat" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Open Document szöveges dokumentum" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Nem lett SQL lekérdezés beállítva az adatok megjelenítéséhez." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Nem tartalmaz számoszlopot a táblázat." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Nincs megjelenítendő adat" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "A(z) %1$s tábla módosítása sikerült." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "A megjelenített oszlop sikeresen frissítve." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "A belső kapcsolatok sikeresen frissítve." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7998,12 +8058,12 @@ msgstr "lehetséges mély rekurziós támadás" msgid "No change" msgstr "Nincs változás" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "További információkért nézze meg a %sdokumentációnkat%s." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8055,6 +8115,7 @@ msgid "Create database" msgstr "Adatbázis létrehozása" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Létrehozás" @@ -8068,7 +8129,7 @@ msgid "No Privileges" msgstr "Nincs jog" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Tábla létrehozása" @@ -8082,50 +8143,86 @@ msgstr "" "Nem lehetett betölteni az exportáló beépülő modulokat. Kérjük, ellenőrizze a " "telepítését!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Adatbázisok exportálása a jelenlegi kiszolgálóról" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Táblák exportálása a \"%s\" adatbázisból" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Sorok exportálása a \"%s\" táblából" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Exportálás módszere:" +#: libraries/display_export.lib.php:203 +#| msgid "Export type" +msgid "Export templates:" +msgstr "Sablonok exportálása:" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#| msgid "File name template:" +msgid "New template:" +msgstr "Új sablon:" + +#: libraries/display_export.lib.php:211 +#| msgid "Table name" +msgid "Template name" +msgstr "Sablon neve" + +#: libraries/display_export.lib.php:220 +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Meglévő sablonok:" + +#: libraries/display_export.lib.php:221 +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Sablon:" + +#: libraries/display_export.lib.php:226 +#| msgid "Updated" +msgid "Update" +msgstr "Frissítés" + +#: libraries/display_export.lib.php:248 +#| msgid "Select a table" +msgid "Select a template" +msgstr "Válasszon egy sablont" + +#: libraries/display_export.lib.php:294 +#| msgid "Export method" +msgid "Export method:" +msgstr "Exportálás módja:" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Gyors - csak minimális opció megjelenítése" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Egyedi - minden lehetséges opció megjelenítése" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Adatbázis(ok):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Táblá(k):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formátum:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formátum specifikus opciók:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8133,52 +8230,52 @@ msgstr "" "Görgessen lefelé, hogy kitöltse a kijelölt formátumhoz tartozó beállításokat " "és hogy figyelmen kívül hagyja a más formátumokhoz tartozó beállításokat." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Karakterkódolás-átalakítás:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Sorok:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Néhány sor kiírása" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Ettől a sortól kezdve:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Összes sor kiírása" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Kimenet:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Mentés a kiszolgáló %s könyvtárába" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Fájlnévsablon:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ lesz a kiszolgáló neve" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ lesz az adatbázis neve" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ lesz a tábla neve" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8190,74 +8287,72 @@ msgstr "" "átalakításokra kerül sor: %3$s. Más szöveg eredeti állapotában kerül " "megtartásra. Tekintse meg a %4$sFAQ%5$s oldalt a részletekért." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "használja ezt a későbbi exportálásokhoz" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "A fájl karakterkészlete:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Tömörítés:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip-elve" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip-elve" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "A kimenet megtekintése szövegként" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Adatbázisok exportálása különálló fájlokként" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Táblák exportálása különálló fájlokként" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Az exportált adatbázisok / táblák / oszlopok átnevezése" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "A kimenet mentése fájlként" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Táblák kihagyása, amelyek nagyobbak mint" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Adatbázis kiválasztása" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Tábla kiválasztása" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Új adatbázis neve" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Új tábla neve" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Régi oszlopnév" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Új oszlopnév" @@ -8812,7 +8907,7 @@ msgid "Dump has been saved to file %s." msgstr "A kiíratás mentése a(z) %s fájlba megtörtént." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok)." @@ -8893,7 +8988,7 @@ msgstr "Elrejtés" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Függvény" @@ -8969,7 +9064,7 @@ msgstr "" "léphet" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9232,7 +9327,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Hiba történt a navigációs képernyő betöltése közben" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Csoportok:" @@ -9400,7 +9494,7 @@ msgstr "új" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Nézetek" @@ -9727,226 +9821,238 @@ msgstr "Nem található részleges függőség!" msgid "Rename database to" msgstr "Adatbázis átnevezése:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" +"Nincs elegendő jogosultsága a művelet végrehajtásához. További részletekért " +"nézze meg a dokumentációt" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Jogosultságok módosítása" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "A(z) %s adatbázis eldobása megtörtént." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Adatbázis eltávolítása" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Adatbázis eldobása (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Csak a szerkezet" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Szerkezet és adatok" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Csak az adatok" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Adatbázis másolása ide:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE másolás előtt" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Megszorítás hozzáadása" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "A másolt adatbázisra váltás" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Tábla rendezésének módosítása e szerint" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(egyenként)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Tábla áthelyezése (adatbázis.tábla):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Tábla átnevezése" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tábla megjegyzése" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tábla beállításai" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Tárolómotor" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Minden oszlopillesztés módosítása" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Tábla másolása (adatbázis.tábla):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "A másolt táblára váltás" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tábla karbantartása" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Tábla elemzése" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Tábla ellenőrzése" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Tábla ellenőrzőösszege" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Tábla töredezettségmentesítése" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "A(z) %s tábla kiírása megtörtént." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Tábla kiöblítése (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Tábla optimalizálása" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Tábla javítása" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Adat vagy tábla törlése" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tábla kiürítése (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Tábla törlése (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Elemzés" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Ellenőrzés" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimalizálás" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Újraépítés" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Javítás" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Kiürítés" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Összefonás" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Partíció karbantartása" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "%s partíció" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Particionálás eltávolítása" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Hivatkozási sértetlenség ellenőrzése:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nem helyezhető át ugyanabba a tábla!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nem másolható ugyanabba a tábla!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" "A(z) %s tábla áthelyezésre került ide: %s. A jogosultságok módosítása " "megtörtént." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" "A(z) %s tábla átmásolásra került ide: %s. A jogosultságok módosítása " "megtörtént." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "A(z) %s tábla áthelyezése a(z) %s adatbázisba kész." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "A(z) %s tábla másolása %s néven megtörtént." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Üres a tábla neve!" @@ -10141,7 +10247,7 @@ msgstr "Esemény" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Meghatározás" @@ -11116,26 +11222,30 @@ msgid "Managing Central list of columns" msgstr "Oszlopok központi listájának kezelése" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Emlékezzen a tervező beállításaira" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Exportsablonok mentése" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Gyors lépések a haladó funkciók beállításához:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Hozza létre a szükséges táblákat a %screate_tables.sql fájllal." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" "Hozzon létre egy pma felhasználót és adjon hozzáférést ezekhez a táblákhoz." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11143,16 +11253,16 @@ msgstr "" "Engedélyezze a haladó funkciókat a beállító fájlban (config.inc.php), például induljon ki a config.sample.inc.php fájlból." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "nincs leírás" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11162,7 +11272,7 @@ msgstr "" "adatbázis létrehozásához. El kellene mennie bármelyik adatbázis „Műveletek” " "lapjára, hogy ott beállítsa a phpMyAdmin beállítástárolóját." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11171,13 +11281,13 @@ msgstr "" "%sHozzon létre%s egy „phpmyadmin” nevű adatbázist, és állítsa be ott a " "phpMyAdmin beállítástárolóját." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "A phpMyAdmin beállítástároló %slétrehozása%s a jelenlegi adatbázisban." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "Hiányzó phpMyAdmin beállítástároló táblák %slétrehozása%s." @@ -11369,6 +11479,7 @@ msgstr "Felhasználónév:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Felhasználónév" @@ -11526,10 +11637,10 @@ msgid "Master server changed successfully to %s." msgstr "A mesterkiszolgáló sikeresen módosítva erre: %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11550,7 +11661,7 @@ msgstr "A(z) %1$s esemény módosult." msgid "Event %1$s has been created." msgstr "A(z) %1$s esemény létrejött." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Egy vagy több hiba történt a kérés feldolgozása közben:" @@ -11559,7 +11670,8 @@ msgstr "Egy vagy több hiba történt a kérés feldolgozása közben:" msgid "Edit event" msgstr "Esemény módosítása" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Részletek" @@ -11573,7 +11685,7 @@ msgid "Event type" msgstr "Esemény típusa" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Módosítás erre: %s" @@ -11601,13 +11713,13 @@ msgid "On completion preserve" msgstr "befejezés során megőrzés" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Meghatározó" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "A meghatározónak „felhasznalonev@gepnev” formátumban kell lennie!" @@ -11633,9 +11745,9 @@ msgid "You must provide an event definition." msgstr "Meg kell adnia egy eseménymeghatározást." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Hiba a kérés feldolgozásában:" @@ -11672,90 +11784,98 @@ msgstr "" "kiterjesztést a problémák elkerülése érdekében." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Érvénytelen eljárástípus: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Elnézést, nem sikerült visszaállítani az eldobott eljárást." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" "A(z) %1$s eljárás módosítása megtörtént. A jogosultságok módosítva lettek." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "A(z) %1$s eljárás módosítása megtörtént." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "A(z) %1$s eljárás létrejött." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Eljárás szerkesztése" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Eljárás neve" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Paraméterek" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Irány" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Paraméter hozzáadása" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Utolsó paraméter eltávolítása" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Típus visszaadása" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Hossz/Értékek visszaadása" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Visszatérés beállításai" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Determinisztikus" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" +"Nincs elegendő jogosultsága a művelet végrehajtásához. További részletekért " +"nézze meg a dokumentációt" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Biztonság típusa" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL-adathozzáférés" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Meg kell adnia egy eljárásnevet!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Érvénytelen rendezés lett a paraméternek adva: \"%s\"." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11763,37 +11883,37 @@ msgstr "" "Meg kell adnia hosszat/értékeket az ENUM, SET, VARCHAR és VARBINARY rutin " "paramétereihez." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Meg kell adnia egy nevet és egy típust minden rutin paraméterhez." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Meg kell adnia egy érvényes visszatérési típust a rutinhoz." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Meg kell adnia a rutin leírását." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "A(z) %s eljárás végrehajtási eredményei" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "Az eljáráson belüli utolsó utasítás %d sort érintett." msgstr[1] "Az eljáráson belüli utolsó utasítás %d sort érintett." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Eljárás végrehajtása" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Eljárás paraméterei" @@ -12358,13 +12478,15 @@ msgid "You have revoked the privileges for %s." msgstr "%s jogainak visszavonása megtörtént." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Felhasználó hozzáadása" +#: libraries/server_privileges.lib.php:4063 +#| msgid "Add user group" +msgid "Add user account" +msgstr "Felhasználói fiók hozzáadása" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "Adatbázis a felhasználó számára" +#| msgid "Database for user" +msgid "Database for user account" +msgstr "Adatbázis a felhasználói fiók számára" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12391,9 +12513,7 @@ msgid "User has been added." msgstr "A felhasználó hozzáadása megtörtént." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12468,12 +12588,14 @@ msgid "" 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:2728 -msgid "Change Login Information / Copy User" -msgstr "Bejelentkezési adatok módosítása / Felhasználó másolása" +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" +msgstr "Bejelentkezési adatok módosítása / Felhasználói fiók másolása" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" -msgstr "Új felhasználó létrehozása ezekkel a jogokkal, és …" +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" +msgstr "Új felhasználói fiók létrehozása ezekkel a jogokkal, és …" #: libraries/server_privileges.lib.php:3036 msgid "Column-specific privileges" @@ -12494,8 +12616,9 @@ msgid "Add privileges on the following table:" msgstr "Jogok hozzáadása a következő táblán:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "A kijelölt felhasználók törlése" +#| msgid "Remove selected users" +msgid "Remove selected user accounts" +msgstr "A kijelölt felhasználói fiókok eltávolítása" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12529,30 +12652,36 @@ msgstr "Ön frissítette %s jogait." msgid "Deleting %s" msgstr "%s törlése" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "A jogok újratöltése sikerült." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s felhasználó már létezik!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s jogosultságai" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "új" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Jogok szerkesztése:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#| msgid "User group" +msgid "User account" +msgstr "Felhasználói fiók" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12560,11 +12689,12 @@ msgstr "" "Megjegyzés: annak a felhasználónak a jogosultságait próbálja szerkeszteni, " "amellyel jelenleg be van lépve." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" -msgstr "Felhasználók áttekintése" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#| msgid "Users overview" +msgid "User accounts overview" +msgstr "Felhasználói fiókok áttekintése" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12577,11 +12707,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Az új felhasználó hozzáadása megtörtént." @@ -13895,7 +14025,7 @@ msgstr "Érvénytelen azonosító" msgid "Unknown Punctuation String" msgstr "Ismeretlen írásjeleket tartalmazó karakterlánc" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "A(z) %s tábla kiürítése megtörtént." @@ -13908,13 +14038,13 @@ msgstr "Nyomkövetés aktív." msgid "Tracking is not active." msgstr "Nyomkövetés inaktív." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "A(z) %s nézet el lett dobva." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "A(z) %s tábla el lett dobva." @@ -14126,7 +14256,7 @@ msgstr "Területhasználat" msgid "Effective" msgstr "Hatásos" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." @@ -14134,32 +14264,27 @@ msgstr "" "A(z) %1$s tábla sikeresen módosítva lett. A jogosultságok módosítása " "megtörtént." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "A(z) %1$s tábla módosítása sikerült." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Lekérdezési hiba" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Az oszlop mozgatása sikeresen megtörtént." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Hozzáadás a kedvencekhez" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "A kedvencek listája tele van!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Létrehozás lekérdezések megjelenítése" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Kapcsolati nézet" @@ -14629,18 +14754,6 @@ msgstr "Nem jelent meg újabb stabil verzió" msgid "Wrong data" msgstr "Hibás adat" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Nincs megjelenítendő adat" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Nem lett SQL lekérdezés beállítva az adatok megjelenítéséhez." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Nem tartalmaz számoszlopot a táblázat." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14651,7 +14764,7 @@ msgstr "Nem létezik '%s' nevű adatbázis." msgid "Table %s already exists!" msgstr "Már létezik %s nevű tábla!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Tábla kiírás (vázlat) megtekintése" @@ -14659,27 +14772,19 @@ msgstr "Tábla kiírás (vázlat) megtekintése" msgid "Invalid table name" msgstr "Érvénytelen táblanév" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "A belső kapcsolatok sikeresen frissítve." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "A megjelenített oszlop sikeresen frissítve." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Sor: %1$s, oszlop: %2$s, hiba: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "A(z) „%s” név a MySQL számára fenntartott kulcsszó." msgstr[1] "A(z) „%s” nevek a MySQL számára fenntartott kulcsszavak." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nem jelölt ki sort." @@ -14860,7 +14965,7 @@ msgid "subquery" msgstr "allekérdezés" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Kapcsolat létrehozása" @@ -14924,13 +15029,13 @@ msgstr "Új oldal" msgid "Delete pages" msgstr "Oldalak törlése" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Újratöltés" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Súgó" @@ -15178,35 +15283,35 @@ msgstr "Diagramcím" msgid "X-Axis:" msgstr "X tengely:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Adatsorok:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X tengely címkéje:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X értékek" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y tengely címkéje:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Az adatsorok nevei egy oszlopban vannak" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Adatsorok oszlopa:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Érték oszlopa:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Diagram mentése képként" @@ -16617,6 +16722,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "A concurrent_insert 0-ra van állítva" +#~ msgid "Add user" +#~ msgstr "Felhasználó hozzáadása" + +#~ msgid "Export Method:" +#~ msgstr "Exportálás módszere:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nem található adat a GIS megjelenítőhöz." @@ -16857,11 +16968,6 @@ msgstr "A concurrent_insert 0-ra van állítva" #~ msgid "pdf export page" #~ msgstr "Érvénytelen export típus" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Érvénytelen export típus" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/hy.po b/po/hy.po index 0f28c66121..1d277a06f9 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-14 19:09+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Armenian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1349,47 +1367,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1397,136 +1415,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1536,144 +1554,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1684,61 +1702,61 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Replication" msgid "Page-related settings" msgstr "Վերարադրում" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1747,61 +1765,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1811,59 +1829,59 @@ msgstr "" msgid "Export" msgstr "Արտահանում" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1871,167 +1889,167 @@ msgstr "" msgid "Delete" msgstr "Հեռացնել" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Որոնումը տվյալների բազայում" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Column" msgid "Continue" msgstr "Սյուն" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2040,411 +2058,411 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column" msgid "Column maximum:" msgstr "Սյուն" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column" msgid "Column minimum:" msgstr "Սյուն" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Delete" msgid "Delete page" msgstr "Հեռացնել" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Ցույց տալ բոլորը" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "Նշել բոլորը" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Ցուցադրել վահանակը" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Inside tables:" msgid "Show hidden navigation tree items." msgstr "Աղյուսակներ՝" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "Աղյուսակ" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Ներկայացում" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Action" msgid "functions" msgstr "Գործողություն" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2452,444 +2470,444 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Աղյուսակի մեկնաբանությունը" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "Նշել բոլորը" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2957,16 +2975,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2985,7 +3003,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2994,7 +3012,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3073,7 +3091,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3096,7 +3114,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3183,7 +3201,7 @@ msgid "Count:" msgstr "Սյուն" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3247,10 +3265,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Անցնել պատճենված տվյալների բազային" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3258,10 +3276,10 @@ msgstr "Անցնել պատճենված տվյալների բազային" msgid "Ascending" msgstr "Աճման կարգով" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3495,165 +3513,166 @@ msgstr "Հանել նշումը" msgid "Inside column:" msgstr "Սյուներ՝" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Որոնումը տվյալների բազայում" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Table %s has been emptied." msgid "The row has been deleted." msgstr "%s աղյուսակն դատարկված է" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Նշվածները՝" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3662,24 +3681,24 @@ msgstr "Նշվածները՝" msgid "Check All" msgstr "Նշել բոլորը" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -3803,7 +3822,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3813,7 +3832,7 @@ msgid "Collation" msgstr "Համեմատումը" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3828,7 +3847,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3844,7 +3863,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3861,7 +3880,7 @@ msgstr "Ներկայացում" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3892,7 +3911,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3955,15 +3974,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4039,7 +4058,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -4060,7 +4079,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Inside tables:" msgid "Favorite tables" @@ -4630,16 +4649,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4656,7 +4675,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4747,6 +4766,10 @@ msgstr "Վերջին թարմացումը" msgid "Last check" msgstr "Վերջին ստուգումը" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -4839,8 +4862,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4848,7 +4871,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5133,7 +5156,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5144,35 +5167,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5187,7 +5210,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5582,7 +5605,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5591,7 +5614,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5607,8 +5630,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5618,14 +5641,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5633,8 +5656,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5642,13 +5665,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5670,8 +5693,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5699,14 +5722,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5714,576 +5737,580 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Ավելացնել AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Ավելացնել %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "Ավելացնել սահմանափակում" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "Տվյալների բազայի մեկնաբանությունը՝ " -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table comments" msgid "Navigation tree" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Inside tables:" msgid "Customize the navigation tree." msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table comments" msgid "Tables display options." msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6291,1128 +6318,1138 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Inside tables:" msgid "Show databases navigation as tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table comments" msgid "Show logo in navigation panel." msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table comments" msgid "Enable navigation tree expansion" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Inside tables:" msgid "Show tables in tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Inside tables:" msgid "Whether to show tables under database in the navigation tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Inside tables:" msgid "Show views in tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Inside tables:" msgid "Whether to show views under database in the navigation tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Inside tables:" msgid "Show events in tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Inside tables:" msgid "Whether to show events under database in the navigation tree" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table comments" msgid "Table navigation bar" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Table comments" msgid "For display Options" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Inside tables:" msgid "Favorites table" msgstr "Աղյուսակներ՝" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Օգտագործել աղյուսակներ" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7420,52 +7457,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7473,80 +7510,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7570,47 +7607,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Table %s has been emptied." +msgid "Internal relations were successfully updated." +msgstr "%s աղյուսակն դատարկված է" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7625,12 +7691,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7680,6 +7746,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7695,7 +7762,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7707,101 +7774,139 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "Արտահանում" + +#: libraries/display_export.lib.php:208 +msgid "New template:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "Տվյալների բազայի անունն նշված չէ" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Թարմացված է" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Նշել բոլորը" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "Արտահանում" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7809,80 +7914,80 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "Նշել բոլորը" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "Նշել բոլորը" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "Տվյալների բազայի անունն նշված չէ" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Inside tables:" msgid "New table name" msgstr "Աղյուսակներ՝" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8368,7 +8473,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8443,7 +8548,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8517,7 +8622,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8966,7 +9071,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9251,226 +9356,235 @@ msgstr "" msgid "Rename database to" msgstr "Վերնվանել տվյալների բազան" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s տվյալների բազան հեռացված է։" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Հեռացնել տվյալների բազան" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Հեռացնել տվյալների բազան (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Միայն կառուղվածքը" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Կառուցվածքն ու տվյալները" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Միայն տվյալները" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Պատճենել տվյալների բազան" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Պատճենելուց առաջ ստեղծել տվյալների բազա (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Ավելացնել սահմանափակում" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Անցնել պատճենված տվյալների բազային" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Վերլուծել աղյուսակը" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Ստուգել աղյուսակը" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Ստուգել աղյուսակը" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Օպտիմիզացնել աղյուսակը" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Վերականգնել աղյուսակը" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9657,7 +9771,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10584,54 +10698,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Delete" +msgid "Saving export templates" +msgstr "Հեռացնել" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10803,6 +10923,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10955,10 +11076,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10979,7 +11100,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10988,7 +11109,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11002,7 +11124,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11030,13 +11152,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11062,9 +11184,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11097,124 +11219,130 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11752,13 +11880,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Inside column:" +msgid "Add user account" +msgstr "Սյուներ՝" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "Տվյալների բազայի մեկնաբանությունը՝ " #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11784,9 +11916,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11861,11 +11991,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11885,8 +12015,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "With selected:" +msgid "Remove selected user accounts" +msgstr "Նշվածները՝" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -11920,40 +12052,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11962,11 +12098,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13112,7 +13248,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s աղյուսակն դատարկված է" @@ -13125,14 +13261,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "%s ներկայացումն հեռացված է" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -13349,38 +13485,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Replication" msgid "Relation view" @@ -13826,18 +13957,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13848,7 +13967,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13856,29 +13975,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Table %s has been emptied." -msgid "Internal relations were successfully updated." -msgstr "%s աղյուսակն դատարկված է" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14057,7 +14166,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14125,13 +14234,13 @@ msgstr "" msgid "Delete pages" msgstr "Հեռացնել" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14382,39 +14491,39 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Սյուներ՝" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Inside column:" msgid "Value Column:" msgstr "Սյուներ՝" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15613,11 +15722,6 @@ msgstr "" #~ msgid "after" #~ msgstr "Վիճակը" -#, fuzzy -#~| msgid "Delete" -#~ msgid "Dia export page" -#~ msgstr "Հեռացնել" - #, fuzzy #~| msgid "Delete" #~ msgid "EPS export page" diff --git a/po/ia.po b/po/ia.po index 1ac2f976bf..8ada1e6e82 100644 --- a/po/ia.po +++ b/po/ia.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-28 19:26+0200\n" "Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua " -"\n" +"Language-Team: Interlingua \n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -95,9 +95,9 @@ msgstr "Columna" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -155,7 +155,7 @@ msgid "Links to" msgstr "Ligamines a" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -174,7 +174,7 @@ msgstr "Commentos" msgid "Primary" msgstr "Primari" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -197,7 +197,7 @@ msgstr "Primari" msgid "No" msgstr "No" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -220,7 +220,7 @@ msgstr "No" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -238,11 +238,11 @@ msgstr "Il non ha tabulas in le base de datos." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabellas" @@ -252,11 +252,11 @@ msgstr "Tabellas" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -268,36 +268,35 @@ msgid "Structure" msgstr "Structura" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Datos" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Selige toto" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Le nomine del base de datos es vacue!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "Le base de datos %1$s ha essite renominate como %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "Le base de datos %1$s ha essite copiate como %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -342,14 +341,14 @@ msgid "Tracked tables" msgstr "Tabulas traciate" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -367,7 +366,7 @@ msgstr "Create" msgid "Updated" msgstr "Actualisate" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -500,23 +499,23 @@ msgid "Point:" msgstr "Puncto:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Puncto %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Adde un puncto" @@ -538,7 +537,7 @@ msgstr "Circulo interne %d:" msgid "Add a linestring" msgstr "Adde un linestring" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Adde un circulo interne" @@ -555,32 +554,32 @@ msgstr "Adde un polygono" msgid "Add geometry" msgstr "Adde un geometria" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -609,7 +608,7 @@ msgstr "" msgid "Succeeded" msgstr "Ha havite successo" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Fallite" @@ -714,7 +713,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Il non pote incargar le progression del importation." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -813,7 +812,7 @@ msgstr "Information de version:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1167,7 +1166,7 @@ msgid "SQL query:" msgstr "Query SQL:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Valores pro le axis Y" @@ -1193,36 +1192,56 @@ msgstr "Le contrasignos non es le mesme!" msgid "Removing Selected Users" msgstr "Removente usatores selectionate" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Claude" +#: js/messages.php:129 +#, fuzzy +#| msgid "Page has been created." +msgid "Template was created." +msgstr "Pagina ha essite create." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +msgid "Template was updated." +msgstr "" + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Le rango ha essite delite." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Altere" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Connexiones/Processos" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Configuration local del monitor incompatibile!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1235,154 +1254,154 @@ msgstr "" "plus. Pro favor tu fixa le configuration al valores predefinite in le menu " "de Preferentias." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efficientia del cache de query" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Usage del cache de query" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache de query usate" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Usage de CPU de systema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memoria de systema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Swap de systema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Cargo medie" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memoria total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memoria in cache" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memoria de buffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memoria libere" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memoria usate" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap in cache" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap usate" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap libere" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes inviate" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Buytes recipite" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Connexiones" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabella/s" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Demandas" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Traffico" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Preferentias" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "adde graphico a grillia" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Pro favor tu adde al minus un variabile al series!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1394,47 +1413,47 @@ msgstr "Pro favor tu adde al minus un variabile al series!" msgid "None" msgstr "Necun" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Reprende monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausa monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Initia auto refrescamento" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Stoppa auto refrescamento" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query es habilitate." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log es habilitate." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query es habilitate." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query e general_log es dishabilitate." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output non es fixate a TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output es fixate a TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1445,12 +1464,12 @@ msgstr "" "prende plus que %d secundas. Il es consiliabile fixar long_query_time a 0-2 " "secundas, secundo tu systema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time es fixate a %d secunda(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1459,30 +1478,30 @@ msgstr "" "predefinite quando on reinitia le servitor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Fixa log_output a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Habilita %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Dishabilita %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Fixa long_query_time a %d secundas." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1490,61 +1509,61 @@ msgstr "" "Tu non pote modificar iste variabiles. Pro favor accede como root o continge " "tu administrator del base de datos." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Modifica preferentias" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Preferentias currente" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titulo del graphico" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differential" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividite per %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unitate" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Ex slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Ex registro general" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Le nomine del base de datos non es cognoscite pro iste query in le registros " "de servitor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analysante registros" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" "Analysante e cargante registros. Iste operation poterea prender alcun " "tempore." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancella requesta" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1555,7 +1574,7 @@ msgstr "" "de gruppar, assi que le altere attributos de query, tal como le tempore de " "initio, pote differer." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1564,34 +1583,34 @@ msgstr "" "Proque le option de gruppar le querys de INSERT ha essite seligite, on " "gruppara iste querys sur le mesme tabella, per ignorar le datos insertate." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Datos de registro cargate. Query executate in iste intervallo de tempore:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Vade a tabella de registro" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Il non trovava alcun dato" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Le registro (log) ha essite analysate, ma necun dato ha essite trovate pro " "iste intervallo de tempore." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analysante…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explica le exito" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1601,58 +1620,58 @@ msgstr "Explica le exito" msgid "Time" msgstr "Tempore" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tempore total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Exitos del profiling" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabella (Tabula)" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Graphico" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Optiones de filtro per le registro de tabellas" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtra" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtra query per parola/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Gruppa query per ignorar datos variabile in propositiones de WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Summa del rangos gruppate:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Cargante registros" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Il falleva actualisar monitor" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1662,90 +1681,90 @@ msgstr "" "invalide. Isto poterea esser perque tu session expirava. Si on recarga le " "pagina e reinserta tu datos de accesso, il poterea esser te utile." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Recarga pagina" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Rangos implicate:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Le analysis de syntaxe del file falleva. Il sembla non esser un codice JSON " "valide." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Il falleva construer grillia de graphico con le configuration importate. On " "refixa al configuration predefinite…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importa" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importa configuration de monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Pro favor selige le file que tu vole importar." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Nulle files disponibile sur le servitor pro importar!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analysa query" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Systema de advisor" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possibile problemas de prestationes" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problema" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recommendation" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalios de regula" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justification" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variabile/formula utilisate" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Essaya" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formatante SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1756,59 +1775,59 @@ msgstr "Formatante SQL..." msgid "Cancel" msgstr "Cancella" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Preferentias referite al pagina" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Applica" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Cargar…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Requesta abortate!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Requesta de tractamento" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Requesta fallite!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Error in le requesta de tractamento" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Codice de error: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texto de error: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Necun base de datos seligite." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Depone columna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Adde clave primari" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1817,63 +1836,63 @@ msgstr "Adde clave primari" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Pulsa pro dimitter iste notification" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Renominar base de datos" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copiante base de datos" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Modificante insimul de characteres" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Habilita le verificationes sur le clave estranie" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Il falleva obtener ver computo de rango." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Cercante" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Cela exitos de cerca" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Monstra exitos de cerca" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Navigar" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Delente" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Le definition del function immagasinate debe continer un declaration de " "RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1883,61 +1902,61 @@ msgstr "" msgid "Export" msgstr "Exporta" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor de ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valores pro le columna %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valores pro un nove columna" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Inserta cata valor in un campo separate." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Adde %d valor(es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Nota: si le file contine plus que un tabella, le datos essera fusionate in " "un tabella unic." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Cela quadro de query" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Monstra quadro de query" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Modifica" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1945,40 +1964,40 @@ msgstr "Modifica" msgid "Delete" msgstr "Dele" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d non es un valide numero de rangos." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Naviga inter valores externe" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Nulle query auto-salveguardate" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabile %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Prende" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selector de columnas" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Cerca in iste lista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1988,15 +2007,15 @@ msgstr "" "central per le base de datos %s ha columnas non presente in le columna " "currente." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Vide cosas ulterior" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Tu es secur?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2004,52 +2023,52 @@ msgstr "" "Iste action pote modificar alcun definition de columnas.
Tu es secur que " "tu vole continuar?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continua" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Adde clave primari" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Clave primari addite." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Ducente te al proxime passo…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Le prime passo pro normalisar es complete pro tabella '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fin del passo" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Secunde passo de normalisation (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Facite" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirma dependentias partial" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Dependentias partial seligite es como il seque:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2057,20 +2076,20 @@ msgstr "" "Nota: a, b -> d,f implica que valore de columnas a e b combinate insimul " "pte determinar valores de columna d e columna f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Necun dependentias partial seligite!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Monstra me le possibile dependentias partial basate sur datos in le tabella" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Cela lista de dependentias partial" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2078,40 +2097,40 @@ msgstr "" "Mantene te firme! Il poterea prender alcun secundas in dependentia del " "grandor de datos e del computo de columna sur le tabella." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Passo" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Le sequente actiones essera executate:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP (abandona) columnas %s ab le tabella %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Crea le sequente tabella" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tertie passo de normalisation (2NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirma dependentias transitive" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Dependentias seligite es como il seque:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Necun dependentias seligite!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2120,127 +2139,127 @@ msgstr "Necun dependentias seligite!" msgid "Save" msgstr "Salveguarda" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Cela criterios de cerca" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Monstra criterios de cerca" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Extension de cerca" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maximo de columna:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Minimo de columna:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minime valor:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maxime valor:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Cela criterios de cercar e de reimplaciar" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Monstra criterios de cercar e de reimplaciar" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cata puncto representa un rango de datos." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Si on flotta sur un puncto, il monstrara su etiquetta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" "Pro aggrandir per le zoom, selige un section del area del graphico con le " "mus." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Pulsa le button de refixar le zoom pro reverter al stato original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Pulsa sur un puncto de datos pro vider e forsan modificar le rango de datos." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Le area de graphico pote esser redimensionate per traher lo verso le angulo " "in basso a dextera." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Selige duo columnas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Selige duo columnas differente" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Contento del puncto de datos" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copia" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Puncto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linestring (catena de linea)" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Circulo interne" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Circulo externe" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Tu vole copiar le clave de cryptation?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Clave de cryptation" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2248,24 +2267,24 @@ msgstr "" "Indicante que tu ha facite modificationes a iste pagina; tu essera demandate " "de confirmar ante abandonar modificationes" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Selige clave de referentia" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Selige clave estranie" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Pro favor selige le clave primari o un clave unic!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Selige columna de monstrar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2273,77 +2292,77 @@ msgstr "" "Tu non ha salveguardate le modificationes in le disposition (layout). Istos " "essera perdite si tu non salveguarda los. Tu vole continuar?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nomine de pagina" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Salveguarda pagina" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Salveguarda pagina como" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Aperi pagina" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Dele pagina" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Untitled (Sin titulo)" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Pro favor selige un pagina pro continuar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Pro favor inserta un nomine valide de pagina" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Tu vole salveguardar le modificationes del pagina currente?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "On ha delite successosemente le pagina" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exporta le schema relational" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modificationes ha essite salveguardate" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Adde un option pro le columna \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objecto(s) create." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Invia" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Pressa le clave de escape pro cancellar le modification." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2351,15 +2370,15 @@ msgstr "" "Tu ha modificate alcun datos e illos non ha essite salveguardate. Tu es " "secur que tu vole abandonar iste pagina ante salveguardar le datos?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Trahe pro reordinar." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Pulsa pro ordinar exitos per iste columna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2369,28 +2388,28 @@ msgstr "" "per) o pro commutar inter ASC/DESC.
- Ctrl+Clickr o Alt+Click (Mac: " "Shift+Option+Click) pro remover columna ab le clausula de ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Pulsa pro seliger/deseliger." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Duple pulsa pro copiar le nomine de columna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Pulsa sur le flecha de disrolar
pro commutar le visibilitate del " "columna." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Monstra omnes" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2399,13 +2418,13 @@ msgstr "" "modificar, copiar, marcar, deler le grillia poterea non functionar post " "salveguardar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Pro favor, tu inserta in valide catena hexadecimal. Characteres valide es " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2413,136 +2432,136 @@ msgstr "" "Vermente tu vole vider omne rangos? Pro un grande tabella isto poterea vader " "in crash le navigator." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Fortia original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "cancella" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abortate" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Successo" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importa stato" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Depone files hic" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Prime selige un base de datos" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Tu pote anque modificar plure de valores
per duple pulsar directemente " "super illos." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Tu anque pote modificar plure de valores
per pulsar directemente super " "illos." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Vade al ligamine:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copia nomine de columna." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Pulsa a dextere le nomine de columna pro copiar lo in tu tabuliero de " "systema." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Genera contrasigno" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Genera" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Cambia contrasigno" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Altere" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Monstra pannello" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Cela pannello" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Monstra elementos de arbore de navigation celate." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Ligamine con pannello principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Leva ligamine ex pannello principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Pro filtrar omne base de datos sur le servitor, pressa Enter postea un " "termino de cerca" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Pro filtrar omne %s base de datos, pressa Enter postea un termino de cerca" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabellas" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "vistas" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "proceduras" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "eventos" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "functiones" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Il non trovava le pagina requirite in le chronologia, il poterea esser " "expirate." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2552,28 +2571,28 @@ msgstr "" "actualisation. Le version plus nove e %s, liverate le %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", ultime version stabile:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "actualisate" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Crea vista" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Invia reporto de error" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Submitte reporto de error" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2581,15 +2600,15 @@ msgstr "" "Un error fatal de JavaScript ha occurrite. Tu vole inviar un reporto de " "error?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Modifica preferentias de reporto" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Monstra detalios de reporto" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2597,7 +2616,7 @@ msgstr "" "Tu exportation es incomplete, debite a un basse limite de tempore de " "execution al nivello de PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2607,60 +2626,60 @@ msgstr "" "alcun del campos poterea esser ignorate, debite al configuration de " "max_input_vars de PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Alcun errores ha essite relevate sur le servitor!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Pro favor tu al basso de iste fenestra." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignora Omne" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "A proposito de tu preferentias, illos es preste pro esser submittite " "currentemente, pro favor tu es patiente." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Executa novemente iste query?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Tu es vermente secur que tu vole deler iste marcator de libro?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s queries executate %s vices in %s secundas." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Monstra argumentos" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Cela argumentos" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2671,334 +2690,334 @@ msgstr "" "propriemente pro te. In Safari, tal problema es communmente causate per " "\"Private Mode Browsing (Modo de navigation private)\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Mense previe" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Mense proxime" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hodie" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Januario" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februario" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Martio" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maio" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Junio" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Julio" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Augusto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Septembre" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Octobre" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembre" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Decembre" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Dominica" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lunedi" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Martedi" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Mercuridi" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Jovedi" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Venerdi" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sabbato" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Jov" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Jo" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sept" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendario-mense-anno" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "necun" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuta" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Secunda" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Iste campo es requirite" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Pro favor corrige iste campo" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Pro favor inserta un valide adresse de e-posta" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Pro favor inserta un valide URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Pro favor inserta un valide data" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Pro favor inserta un nomine valide data (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Pro favor inserta un numero valide" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Pro favor inserta un numero valide de carta de credito" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Pro favor inserta solmente digitos" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Pro favor inserta novemente le mesme valor" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Pro favor inserta plus que {0} characteres" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Pro favor inserta al minus {0} characteres" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Pro favor inserta un valor de longor de characteres inter {0} e {1}" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Pro favor inserta un valor inter {0} e {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Pro favor inserta un valor minor o equal a {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Pro favor inserta un major o equal a {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Pro favor inserta un data o tempore valide" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Pro favor inserta un valide ingresso HEX" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Error" @@ -3070,18 +3089,18 @@ msgstr "per hora" msgid "per day" msgstr "per die" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Le file de configuration existente (%s) non es legibile." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Permissiones incorrecte sur le file de configuration, il non deberea esser " "scribibile per omnes!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Grandor de font" @@ -3100,7 +3119,7 @@ msgid "Requery" msgstr "Repite Query" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3109,7 +3128,7 @@ msgstr "Repite Query" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3184,7 +3203,7 @@ msgid "History" msgstr "Chronologia" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3207,7 +3226,7 @@ msgstr "Chronologia" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Optiones" @@ -3278,7 +3297,7 @@ msgid "Count:" msgstr "Computo:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3332,10 +3351,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Commuta a thema obscur" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3343,10 +3362,10 @@ msgstr "Commuta a thema obscur" msgid "Ascending" msgstr "Ascendente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3563,125 +3582,126 @@ msgstr "Deselige toto" msgid "Inside column:" msgstr "Intra columna:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Salveguarda datos modificate" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restabili ordine de columna" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtra rangos" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Cerca in iste tabella" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Initio" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Previe" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Proxime" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Ultime" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Omnes" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Numero de rangos:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordina per clave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos partial" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos complete" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Clave relational" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Columna de monstra relational" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Monstra contentos binari" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Monstra contentos BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Cela transformation de navigator" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Well Known Text (Texto ben cognoscite)" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Le rango ha essite delite." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Remove" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Il pote esser approximate. Vide[doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Le demanda (query) SQL ha essite executate con successo." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3690,36 +3710,36 @@ msgstr "" "Iste vista ha al minus iste numero de rangos. Pro favor refere a " "%sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Monstrante rangos %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d total, %2$d in query" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Query prendeva %01.4f secundas." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Si seligite:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3728,24 +3748,24 @@ msgstr "Si seligite:" msgid "Check All" msgstr "Marca omnes" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Vista pro imprimer" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operationes super exitos de query" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Monstra graphico" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Monstra datos de GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Ligamine non trovate!" @@ -3869,7 +3889,7 @@ msgstr "Cardinalitate" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3879,7 +3899,7 @@ msgid "Collation" msgstr "Collation" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Commento" @@ -3894,7 +3914,7 @@ msgid "Index %s has been dropped." msgstr "Indice %s ha essite delite." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3912,7 +3932,7 @@ msgstr "" "removite." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servitor" @@ -3929,7 +3949,7 @@ msgstr "Vista" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3960,7 +3980,7 @@ msgstr "Inserta" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Permissiones" @@ -4023,16 +4043,18 @@ msgid "Central columns" msgstr "Columnas central" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Base de datos" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Usatores" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User group" +msgid "User accounts" +msgstr "Gruppo de Usator" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4107,7 +4129,7 @@ msgid "Could not save favorite table!" msgstr "Il non pote salveguardar le tabella favorite!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Remove ex favoritos" @@ -4128,7 +4150,7 @@ msgid "Recent" msgstr "Recente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabellas favorite" @@ -4763,16 +4785,16 @@ msgstr "Dimension maxime: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Message de MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explica SQL" @@ -4789,7 +4811,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sin codice PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Crea codice PHP" @@ -4883,6 +4905,10 @@ msgstr "Ultime actualisation" msgid "Last check" msgstr "Ultime controlo" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Usatores" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Cerca:" @@ -4977,8 +5003,8 @@ msgstr "NO" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4986,7 +5012,7 @@ msgstr "Nomine" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Longitudine/Valores" @@ -5266,7 +5292,7 @@ msgid "Not a valid port number!" msgstr "Illo non es un valide numero de porto!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valor incorrecte!" @@ -5277,38 +5303,38 @@ msgstr "Valor incorrecte!" msgid "Value must be equal or lower than %s!" msgstr "Le valor debe esser equal o minor que %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Datos mancante pro %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "non disponibile" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" non require le extension %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "Le importation de datos comprimite non functionara debite al function " "mancante %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "Le exportation comprimite non functionara debite al function mancante %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maxime %s" @@ -5325,7 +5351,7 @@ msgid "Set value: %s" msgstr "Fixa valor: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restabili valor predefinite" @@ -5805,7 +5831,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maxime tempore de execution" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Usa le instruction %s" @@ -5814,7 +5840,7 @@ msgstr "Usa le instruction %s" msgid "Save as file" msgstr "Salveguarda como file" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Insimul de characteres del file" @@ -5830,8 +5856,8 @@ msgstr "Compression" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5841,14 +5867,14 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Mitte nomines de columnas in le prime rango" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Columnas includite per" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Columnas prefixate per" @@ -5856,8 +5882,8 @@ msgstr "Columnas prefixate per" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Reimplacia NULL con" @@ -5865,13 +5891,13 @@ msgstr "Reimplacia NULL con" msgid "Remove CRLF characters within columns" msgstr "Remove characteres de CRLF intra columnas" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Columnas terminate per" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Rangos terminate per" @@ -5893,8 +5919,8 @@ msgid "Table name template" msgstr "Patrono de nomine de tabella" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5922,14 +5948,14 @@ msgid "Label key" msgstr "Clave de etiquetta" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Typo MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relationes" @@ -5937,109 +5963,115 @@ msgstr "Relationes" msgid "Export method" msgstr "Methodo de exportation" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Salveguarda sur le servitor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Superscribe file(s) existente" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Exporta tabellas como files separate" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Memora patrono de nomine de file" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Adde valor de AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Include nomines de tabellas e columnas con virgulettas" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modo de compatibilitate de SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "optiones de CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Creation/Actualisation/Controlo datos" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Usa insertiones retardate" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Dishabilita le verificationes sur le clave estranie" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exporta vistas como tabellas" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporta metadata referite ex immagazinage de configuration de phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Adde %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usa hexadecimal pro BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Usa ignore inserts (ignora insertiones)" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntaxe de usar quando on inserta datos" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Longitude maxime de un query create" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Typo de exportation" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Include exportation in un transaction" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exporta tempore in UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Fortia connexion secur quando on usa phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Fortia connexion SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6047,160 +6079,158 @@ msgstr "" "Ordina elementos in le menu a rolar del claves externe, [kbd]content[/kbd] " "es le datos de referentia,[kbd]id[/kbd] es le valor del clave." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordine del clave externe del menu a rolar" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Un menu a rolar essera usate si on ha minus elementos presente." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limite de clave externe" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Verificationes de clave externe" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modo de navigation" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personalisa modo de navigation." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personalisa optiones predefinite." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Disveloppator" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Preferentias pro disveloppatores de phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modo de modificar" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personalisa le modo de modificar." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exporta le valores predefinite" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personalisa le optiones de exportar predefinite." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Characteristicas" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "General" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Fixa alcun optiones usate communemente." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importa valores predefinite" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personalisa le optiones commun de importar predefinite." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importa / exporta" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Fixa le optiones de compression e le dossiers de importar e exportar." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Optiones pro monstrar base de datos." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Pannello de navigation" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalisa apparentia del pannello de navigation." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Arbore de navigation" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Personalisa le arbore de navigation." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servitores" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Optiones pro monstrar servitores." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Optiones pro monstrar tabellas." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Pannello principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Altere preferentias principal" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Altere preferentias que on non pote poner in altere loco." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titulos de pagina" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6209,11 +6239,11 @@ msgstr "" "[doc@faq6-27]documentation[/doc] pro vider catenas que on pote utilisar pro " "obtener valores special (magic strings)." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Securitate" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6221,23 +6251,23 @@ msgstr "" "Pro favor tu nota que phpMyAdmin es solo un interfacie e su characteristicas " "non limita MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Preferentias basic" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Authentication" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Preferentias de authentication." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuration del servitor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6245,15 +6275,15 @@ msgstr "" "Configuration avantiate de servitor, non modificar iste optiones a minus que " "tu sape lo que illos face." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Inserta parametros de connexion del servitor." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Immagazinage de configuration" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6263,11 +6293,11 @@ msgstr "" "characteristicas additional, tu vide [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] in documentation." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Traciamento de modificationes" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6275,111 +6305,111 @@ msgstr "" "Traciamento de modificationes facite in le base de datos. Isto require " "immagazinage de configuration de phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalisa optiones de exportar" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalisa optiones predefinite de importar" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalisa pannello de navigation" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalisa pannello principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Queries de SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Quadro de Query de SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Personalisa ligamines monstrate in le quadros de Query de SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Preferentias de queries de SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Initiar" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Personalisa le pagina de initiar." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Structura de base de datos" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Selige qual detalios monstrar in le structura de base de datos (lista de " "tabellas)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Structura de tabella" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Preferentias del structura de tabella (lista de columnas)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Schedas" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Selige como tu vole que le schedas functiona." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Monstra le schema relational" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Grandor de papiro" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campos de texto" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personalisa le campos de ingresso de texto." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! texto" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalisa optiones predefinite" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avisos" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Dishabilita alcun avisos monstrate per phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6387,15 +6417,15 @@ msgstr "" "Il habilita le compression [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " "per operationes de importation e exportation." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parametros extra pro iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6403,11 +6433,11 @@ msgstr "" "Si habilitate, phpMyAdmin continua computar queries de instruction-multiple " "anque si un query es fallente." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignora errores de instruction multiple" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6417,25 +6447,25 @@ msgstr "" "al limite de tempore. Isto poterea esser un bon modo pro importar files " "grande, totevia il pote interrumper transactiones." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importation partial: permitte interruption" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Non aborta quando on ha un error de INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6443,69 +6473,69 @@ msgstr "" "Formato predefinite, tu nota que iste lista depende del location (base de " "datos, tabella) e solmente SQL es sempre disponibile." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato del file importate" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Usa parola clave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nomines de columna in le prime rango" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Non importa rangos vacue" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa numerarios ($5.00 a 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentages como proprie decimales (2.00% a .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Numero de queries de saltar ab initio." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importation partial: salta queries" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usa AUTO_INCREMENT pro le valor zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Stato initial pro glissatores" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Quante rangos on debe insertar in un vice." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Numero de rangos insertate" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Numero maxime de characteres monstrate in omne columna non numeric sur le " "vista de navigar." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limita characteres de columna" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6516,11 +6546,11 @@ msgstr "" "servitor currente, Si on fixa isto a FALSE il es facile oblidar de abandonar " "(logout) altere servitores quando on connecte a servitores multiple." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Dele omne cookies quando on exi (logout)" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6528,11 +6558,11 @@ msgstr "" "Defini si le previe session de authentication deberea esser restaurate o non " "quando in modo de authentication de [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Recorda nomine de usator" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6544,50 +6574,50 @@ msgstr "" "essera delite quando tu claude le fenestra del navigator. Isto es " "recommendate pro ambiente non digne de fide." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Memora cookie de authentication" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Defini quanto il debe esser longe (in secundas) le validitate de un cookie " "de authentication." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validitate de cookie de authentication de accesso" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Duple grandor de textarea (area de texto) pro columnas de LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Un area de texto plus grande pro LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maxime numero de characteres usate quando on monstra un query de SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maxime longor monstrate de SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Usatores non pote fixar un valor major" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maxime numero de base de datos monstrate in le lista de base de datos." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maxime numero de base de datos" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6595,11 +6625,11 @@ msgstr "" "Le numero de elementos que on pote monstrar sur cata pagina super le prime " "nivello del arbore de navigation." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maxime elementos sur le prime nivello" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6607,11 +6637,11 @@ msgstr "" "Le numero de elementos que on pote monstrar sur cata pagina del arbore de " "navigation." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maxime elementos in un ramo" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6620,19 +6650,19 @@ msgstr "" "le insimul de exito contine plure rangos, ligamine de \"Previe\" e \"proxime" "\" essera monstrate." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Le maxime numero de rangos de monstrar" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maxime numero de tabellas monstrate in le lista de tabella." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maxime numero de tabellas" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6640,43 +6670,43 @@ msgstr "" "Fixa le numero de bytes pro le qual un script es permittite allocar " "[kbd]32M[/kbd] ([kbd]0[/kbd] pro nulle limite)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limite de memoria" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "In le pannello de navigation, reimplacia le arbore de base de datos con un " "selector" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "monstra navigation de base de datos como arbore" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Ligamine con le pannello principal pro evidentiar le base de datos o tabella " "currente." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Monstra logo in le pannello de navigation." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Monstra logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL ubi le logo in le pannello de navigation punctara." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL del ligamine de logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6684,28 +6714,28 @@ msgstr "" "Aperi le pagina de ligamine in le fenestra principal ([kbd]main[/kbd]) o in " "un nove ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Objectivo de ligamine de logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" "Selection de servitor de monstrator al culmine del pannello de navigation." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Monstra selection d servitores" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Objectivo pro icone de accesso rapide" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Objectivo pro icone de secunde accesso rapide" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6713,17 +6743,17 @@ msgstr "" "Define le minime numero de elementos (tabellas, vistas, routines e eventos) " "de monstrar in le quadro de filtro." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minime numero de elementos de monstrar in le quadro de filtro" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Le numero minime de base de datos pro monstrar le quadro de filtrar base de " "datos" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6731,157 +6761,147 @@ msgstr "" "Elementos de gruppo in le arbore de navigation (determinate per le separator " "definite in le base de datos e schedas de tabellas de supra)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Elementos de gruppo in le arbore" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Catena que separa base de datos in nivellos differente de arbore." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separator de arbore de base de datos" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Catena que separa tabellas in differente nivellos de arbore." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separator de arbore de tabellas" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maxime profunditate de arbore de tabellas" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Evidentia servitor sub le cursor del mus." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Habilita evidentiar" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Si offerer le possibilitate de expansion de un arbore in le pannello de " "navigation." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Habilita expansion de navigation de arbore" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Monstra tabellas in le arbore" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "Si monstrar tabellas sub base de datos in le arbore de navigation" -#: libraries/config/messages.inc.php:490 -#| msgid "Group items in the tree" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Monstra vistas in le arbore" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Si monstrar vistas sub base de datos in le arbore de navigation" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Monstra functiones in arbore" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 -#| msgid "procedures" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Monstra proceduras in arbore" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 -#| msgid "Show hidden items" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Monstra eventos in arbore" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "Si monstrar eventos sub base de datos in le arbore de navigation" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maxime numero de tabellas usate de recente;pone 0 pro dishabilitar lo." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maxime numero de tabellas favorite; pone 0 pro dishabilitar lo." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabellas usate recentemente" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Istos es le ligamines pro Modificar, Copiar e Deler." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Ubi monstrar le ligamines de rango de tabellas" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Usa le ordine natural pro ordinar nomines de tabella e nomines de base de " "datos." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordine natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Usa solo icones, solmente texto o ambes." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navigation de tabella" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Usa buffering de exito de GZip pro augmentar le velocitate in transferentias " "de HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffering de exito de GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6889,19 +6909,19 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordine descendente pro columnas de typo TIME, DATE, " "DATETIME and TIMESTAMP, ordine ascendente in altere modo." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Modo de ordinar predefinite" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Usa connexiones persistente per base de datos de MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Connexiones persistente" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6911,11 +6931,11 @@ msgstr "" "de detalios de base de datos si alcun del tabella requirite pro le " "immagazinage de configuration de phpMyAdmin non poterea esser trovate." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabellas de immagazinage de configuration de phpMyAdmin es mancante" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6923,11 +6943,11 @@ msgstr "" "Dishabilita le aviso predefinite que es monstrate si un differentia es " "relevate inter le bibliotheca de MySQL e le servitor." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Aviso de differentia de Servitor/Bibliotheca" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6935,27 +6955,27 @@ msgstr "" "Dishabilita le aviso predefinite que es monstrate sur le pagina de Structura " "si le nomines de columna in un tabella es parolas reservate de MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Aviso de parola reservate de MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Como monstrar le schedas de menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Comom monstrar varie ligamines de action" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Leva le permission de columnas BLOB e BINARI pro esser modificate." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protege columnas binari" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6966,107 +6986,107 @@ msgstr "" "utilisa functiones JS pro monstrar le chronologia de query (perdite quando " "on claude le fenestra)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Historia permanente de query" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Quante queries es mantenite in historia." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Longitude de historia de query" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Selige qual function on debe usar pro le conversion del insimul de " "characteres." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor de recodificar" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Quando on naviga per tabellas, le ordine de cata tabella es memorate." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Memora ordine de tabellas" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Modo de ordinar predefinite pro tabellas con un clave primari." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Modo de ordinar predefinite per le clave primari" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repite le capites omne X cellas, [kbd]0[/kbd] deactiva iste characteristica." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repite capites" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Action discatenante modifica de grillia" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Monstra de modo relational" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Optiones pro monstrar" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Modification de grillia: salveguarda omne cellas modificate in un vice" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Directorio ubi exportationes pote esser salveguardate sur le servitor." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Salveguarda dossier" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Lassa vacue si non usate." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordine de autorisation o permission de hospite" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Lassa vacue pro definition." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regulas de autorisation o permission de hospite" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permitte accessos sin un contrasigno" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permitte accesso de nivello root (radice)" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Fuso horari de session" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7074,17 +7094,17 @@ msgstr "" "Fixa le effective fuso horari; possibilemente differente de lo que on ha " "sur tu servitor de base de datos" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nomine de HTTP Basic Auth Realm (Dominio de auyhorisation basic de Http) " "quando on face HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Sphera HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7094,19 +7114,19 @@ msgstr "" "hardware authentication[/a] (non locate in tu radice de documento; " "suggerite: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "File de configuration de SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Methodo de authentication de usar." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Typo de authentication" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7114,11 +7134,11 @@ msgstr "" "Lassa vacue pro nulle [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] supporto, suggerite: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabella de marcatores de libro" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7126,31 +7146,31 @@ msgstr "" "Lassa vacue pro nulle commentos/typos mime de columna, proponite: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabella de information de columna" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Comprime connexion a servitor MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Comprime connexion" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Como connecter al servitor, mantene [kbd]tcp[/kbd] si non secur." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Typo de connexion" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Contrasigno de usator de controlo" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7159,11 +7179,11 @@ msgstr "" "information disponibile sur [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Usator de controlo" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7171,11 +7191,11 @@ msgstr "" "Un hospite alternative pro mantener le configuration de immagazinage: lassa " "vacue pro usar un hopite ja definite." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Hospite de controlo" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7185,15 +7205,15 @@ msgstr "" "de configuration; lassa vacue pro usar le porto predefinite, o un porto ja " "definite, si le hospite de controlo equala se a le hospite." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Porto de controlo" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Cela base de datos coincidente con le expression regular (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7201,15 +7221,15 @@ msgstr "" "Altere information in [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Dishabilita uso de INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Cela base de datos" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7217,23 +7237,23 @@ msgstr "" "Lassa vacue pro nulle supporto de historia de query SQL, proponite: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabella de chronologia de query de SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nomine de hospite ubi le servitor de MySQL es executante." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nomine de hospite servitor" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de logout (abandono)" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7241,15 +7261,15 @@ msgstr "" "Il limita le numero de preferentias de tabella que es immagazinate in le " "base de datos, le registros plus vetere essera removite automaticamente." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maxime numero de preferentias de immagazinar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabella de cercas salveguardate de QBE" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7257,11 +7277,29 @@ msgstr "" "Lassa vacue pro nulle supporto de cercas QBE salveguardate, proponite: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exporta vistas como tabellas" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Lassa vacue pro nulle supporto de sche,a PDF, proponite: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabella central de columnas" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7269,15 +7307,15 @@ msgstr "" "Lassa vacue pro necun supporto central de columnas, proponite: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Essaya connecter sin contrasigno." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Connecte sin contrasigno" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7287,30 +7325,30 @@ msgstr "" "escape ante los si tu vole usar lor instantia litteral,i.e. usa [kbd]'my" "\\_db'[/kbd] e non [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Monstra solmente base de datos ab le lista" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Lassa vacue si non es usante config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Contrasigno pro config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lassa vacue pro nulle supporto de sche,a PDF, proponite: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Schema PDF: tabella de paginas" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7321,22 +7359,22 @@ msgstr "" "information complete. Lassa vacue pro nulle supporto. Suggerite: " "[kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nomine de base de datos" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porto sur le qual le servitor MySQL es ascoltante, lassa vacue pro le valor " "predefinite." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porto de servitor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7344,11 +7382,11 @@ msgstr "" "Lassa vacue pro necun \"persistente\" recentemente usava tabellas trans " "sessiones, proponite: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabella usate recentemente" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7356,11 +7394,11 @@ msgstr "" "Lassa vacue pro necun \"persistente\" tabellas favorite trans sessiones, " "proponite: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabellas favorite" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7368,11 +7406,11 @@ msgstr "" "Lassa vacue pro nulle [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] supporto, suggerite: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabella de relation" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7380,33 +7418,33 @@ msgstr "" "Vide [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typos de " "authentication[/a] pro un exemplo." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nomine de session de signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL de signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket sur le qual le servitor MySQL es ascoltante, lassa vacue pro le valor " "predefinite." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket del servitor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Habilita SSL pro le connexion a servitor MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Usa SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7414,11 +7452,11 @@ msgstr "" "Lassa vacue pro necun supporto de schema PDF, proponite: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Designator e Schema PDF: coordinatas de tabella" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7426,11 +7464,11 @@ msgstr "" "Tabella pro describer le columnas de monstrar, lassa vacue pro nulle " "supporto; suggerite: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Monstra tabella de columnas" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7438,11 +7476,11 @@ msgstr "" "Lassa vacue pro necun preferentias de UI de tabellas \"persistente\" trans " "sessiones, proponite: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabella de preferentias de UI (Interfacie usator)" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7450,11 +7488,11 @@ msgstr "" "Si on adde un declaration DROP DATABASE IF EXISTS sur le prime rango del " "registro quando on crea un base de datos." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Adde DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7462,11 +7500,11 @@ msgstr "" "Si on adde un declaration DROP TABLE IF EXISTS sur le prime rango del " "registro quando on crea un tabella." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Adde DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7474,21 +7512,21 @@ msgstr "" "Si on adde un declaration DROP VIEW IF EXISTS sur le prime rango del " "registro quando on crea un vista." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Adde DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Il defini le lista de declarationes que le auto-creation usa per nove " "versiones." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Declarationes de traciar" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7496,11 +7534,11 @@ msgstr "" "Lassa vacue pro necun supporto de traciar query SQL, proponite: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabella pro traciar le query SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7508,11 +7546,11 @@ msgstr "" "Si le mechanismo de traciar crea automaticamente versiones pro tabellas e " "vistas." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Crea automaticamente versiones" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7520,11 +7558,11 @@ msgstr "" "Lassa vacue pro necun preferentias de usator per immagazinage in le base de " "datos, proponite: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabella de immagazinage de preferentias de usator" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7535,11 +7573,11 @@ msgstr "" "on lassa un de lor vacue on dishabilitara iste characteristica, suggerite: " "[kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabula de usatores" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7550,11 +7588,11 @@ msgstr "" "on lassa un de lor vacue on dishabilitara iste characteristica, suggerite: " "[kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabella de gruppos de usator" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7562,15 +7600,15 @@ msgstr "" "Lassa vacue pro dishabilitar characteristica de celar e monstrar elementos " "de navigation, proponite: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabella de elementos de navigation celate" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Usator pro config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7578,21 +7616,21 @@ msgstr "" "Un description de uso facile pro le usator de iste servitor. Lassa vacue pro " "monstrar , in loco, le nomine de hospite." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nomine verbose de iste servitor" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si un usator deberea esser monstrate como un button de \"monstra omne " "(rangos)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permitte monstrar omne rangos" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7603,56 +7641,56 @@ msgstr "" "fortemente in le file de configuration; isto non limita le habilitate de " "executar directemente le mesme commando." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Monstra modulo de modification de contrasigno" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Monstra modulo pro crear base de datos" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Monstra o cela un columna monstrante le le commentos pro omne tabellas." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Monstra le commentos de tabella" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de creation pro " "omne tabellas." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Monstra marca de tempore de creation" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de ultime " "actualisation pro omne tabellas." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Monstra marca de tempore de ultime actualisation" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de ultime verifica " "pro omne tabellas." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Monstra marca de tempore de ultime verifica" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7660,27 +7698,27 @@ msgstr "" "Il defini si o non campos de typo deberea esser monstrate initialmente in le " "modo de modifica/inserta." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Monstra typos de campo" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Monstra le campos de function in le modo de modifica/inserta." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Monstra campos de function" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Si monstrar o celar adjutas." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Monstra adjuta" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7688,56 +7726,56 @@ msgstr "" "Monstra ligamine a exito [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a] ." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Monstra un ligamine a phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Monstra information detaliate del servitor MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Il defini si queries SQL generate per PhpMyAdmin deberea esser monstrate." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Monstra queries de SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Il defini si le quadro de query deberea star sur-schermo post su submission." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Cela quadro de query" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Permitte monstrar statisticas de base de datos e tabellas (pro exemplo uso " "de spatio)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Monstra statisticas" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marca tabellas usate e face possibile monstrar base de datos con tabellas " "blocate." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ignora tabellas blocate" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7745,11 +7783,11 @@ msgstr "" "Dishabilita le aviso predefinite que es monstrate sur le pagina principal " "si on releva Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Aviso de Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7759,11 +7797,11 @@ msgstr "" "le valor de le arrangiamento de PHP session.gc_maxlifetime es minor que le " "valor de `LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Avis de validitate de cookie de authentication de accesso" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7771,11 +7809,11 @@ msgstr "" "Grandor de area de texto (columnas) in modo de modifica, iste valor essera " "evidentiate per areas de texto (*2) de query SQL.." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Columnas de area de texto" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7783,31 +7821,31 @@ msgstr "" "Grandor de area de texto (rangos) in modo de modifica, iste valor essera " "evidentiate per areas de texto (*2) de query SQL." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Rangos de area de texto" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titulo de fenestra de navigation quando un base de datos es seligite." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titulo de fenestra de navigation quando nihil es seligite." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Titulo predefinite" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titulo del fenestra de navigation quando un servitor es seligite." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titulo de fenestra de navigation quando un tabella es seligite." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7819,27 +7857,27 @@ msgstr "" "(X-Forwarded-For) veniente ex le proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxy digne de fide pro filtrar IP, accepta/refusa" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Directorio sur le servitor ubi tu pote incargar files de importar." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Directorio de incargar" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permitte cerca intra le integre base de datos." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Usa cerca de base de datos" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7847,28 +7885,28 @@ msgstr "" "Quando illo es dishabilitate, usatores non pote fixar alcun optiones a " "basso, sin reguardo del quadrato de selection a dextera." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Habilita le scheda del Disveloppator in preferentias" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Verifica le ultime version" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilita le verifica del ultime version sur le pagina principal de " "phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Verifica de version" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7880,11 +7918,11 @@ msgstr "" "necessita illos si le servitor ubi phpMyAdmin es installate non ha accesso " "directe a internet. Le formato es: \"nomine_de_hospite:numero_de_porto\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Url de proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7895,19 +7933,19 @@ msgstr "" "le Authentication Basic. Necun altere typos de authentication nunc es " "supportate." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nomine de usator de proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Le contrasigno per authenticar se con le proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Contrasigno de proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7915,35 +7953,35 @@ msgstr "" "Il habilita le compression [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] per operationes de importation e exportation." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Inserta tu clave public pro le dominio servicio de reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Clave public pro reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Inserta tu clave private pro tu servicio de dominio reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Clave private pro reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Selige le action predefinite quando on invia reportos de error." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Invia reportos de errores" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7951,11 +7989,11 @@ msgstr "" "Queries es executate per pressar Enter (in loco de Ctrl+Enter). Nove lineas " "essera insertate con Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Inserta queries de executar in console" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7963,7 +8001,7 @@ msgstr "" "Habilita modo de Configuration Zero que te permitte configurar le " "configuration de tabellas de immagazinage de phpMyAdmin automaticamente." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Habilita modo de Configuration Zero" @@ -7989,47 +8027,74 @@ msgstr "Authentication via HTTP" msgid "Signon authentication" msgstr "Authentication via signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usante LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Folio de computo (SpreadSheet) de OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rapide" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalisate" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Optiones de exportation de base de datos" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV pro datos MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texto OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Relationes interne ha essite actualisate on successo." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8045,12 +8110,12 @@ msgstr "possibile attacco profunde de recursion" msgid "No change" msgstr "Necun modification" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Vide %snostre documentation%s pro altere information." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8104,6 +8169,7 @@ msgid "Create database" msgstr "Crea base de datos" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Crea" @@ -8117,7 +8183,7 @@ msgid "No Privileges" msgstr "Necun privilegios" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crea tabella" @@ -8130,50 +8196,92 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Il non pote cargar plugins de exportar, pro favor verifica tu installation!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportante base de datos ex le servitor currente" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportante tabellas ex le base de datos \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportante rangos ex tabella \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Methodo de exportation:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Typo de exportation" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Patrono de nomine de file:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nomine de tabella" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Patrono de nomine de file:" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualisate" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Selige un tabella" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Methodo de exportation" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rapide-monstra solo le optiones minime" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalisate-monstra omne optiones possibile" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de datos:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabella(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Optiones specific de formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8181,52 +8289,52 @@ msgstr "" "Rola a basso pro completar le optiones pro le formato seligite e ignorar le " "optiones pro altere formatos." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversion de codifica:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rangos:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Executa le dump de alicun rango(s)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Rango de initiar a:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Le dump de omne rangos" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Exito:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Salveguarda sur servitor in le directorio %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Patrono de nomine de file:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ devenira le nomine de servitor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ devenira le nomine de base de datos" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ devenira le nomine de tabella" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8238,74 +8346,72 @@ msgstr "" "sequente transformationes: %3$s. Altere texto essera mantenite assi como il " "es. Vide le %4$sFAQ%5$s pro detalios." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "usa isto pro exportationes futur" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Insimul de characteres de file:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compression:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "comprimite per zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "comprimite per gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Vide exito como texto" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Exporta base de datos como files separate" -#: libraries/display_export.lib.php:662 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Exporta tabellas como files separate" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Renomina base de datos/tabellas/columnas exportate" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Salveguarda exito in un file" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Salta tabellas plus grande que" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Selige un base de datos" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Selige tabella" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nomine de nove base de datos" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nomine de nove tabella" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Vetere nomine de columna" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nove nomine de columna" @@ -8862,7 +8968,7 @@ msgid "Dump has been saved to file %s." msgstr "Le discargamento (dump) ha essite salveguardate in file %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornava un insimul de exito vacue (i.e. zero rangos)." @@ -8941,7 +9047,7 @@ msgstr "Cela" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Function" @@ -9017,7 +9123,7 @@ msgstr "" "ubique" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9280,7 +9386,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Un error ha occurrite quando on incargava le monstrator de navigation" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Gruppos:" @@ -9452,7 +9557,7 @@ msgstr "Nove" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vistas" @@ -9768,222 +9873,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Adapta Permissiones" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copia base de datos in" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Move le tabella in (database.table)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Commentos de tabella" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Optiones de tabella" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Modifica omne collation de columna" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copia le tabella in (database.table)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Commuta a tabella copiate" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Mentenimento de tabella" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analysa tabella" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Verifica tabella" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Tabella de checksum" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiza tabella" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Dele datos o tabella" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Vacua le tabella (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Dele le tabella (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analysa" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Verifica" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimiza" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstrue" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Uni" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partition %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Remove partitionemento" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Verifica le integritate referential:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10171,7 +10285,7 @@ msgstr "Evento" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definition" @@ -11068,45 +11182,50 @@ msgid "Managing Central list of columns" msgstr "" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Memora preferentias de Designer" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Typo de exportar invalide" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Crea le tabella necessari con le %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11115,7 +11234,7 @@ msgstr "" "%sCreate%s un base de datos nominate 'phpmyadmin' e configura le " "configuration de immagazinage de phpMyAdmin ci." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11123,7 +11242,7 @@ msgstr "" "%sCrea%s le immagazinage de configuration de phpMyAdmin in le base de datos " "currente." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11297,6 +11416,7 @@ msgstr "Nomine de usator:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nomine de usator" @@ -11449,10 +11569,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11473,7 +11593,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Uno o plure errores ha occurrite quando on processava tu requesta:" @@ -11482,7 +11602,8 @@ msgstr "Uno o plure errores ha occurrite quando on processava tu requesta:" msgid "Edit event" msgstr "Modifica evento" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalios" @@ -11496,7 +11617,7 @@ msgid "Event type" msgstr "Typo de evento" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11524,13 +11645,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11556,9 +11677,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11591,125 +11712,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametros" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direction" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Typo de securitate" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12247,13 +12374,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Adde usator" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Adde gruppo de usator" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database operations" +msgid "Database for user account" +msgstr "Operationes de base de datos" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12279,9 +12410,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12356,11 +12485,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12380,8 +12509,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "Removente usatores selectionate" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12415,40 +12546,48 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nove" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" -msgstr "" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Adjust Privileges" +msgid "Edit privileges:" +msgstr "Adapta Permissiones" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Gruppo de Usator" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12457,11 +12596,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13592,7 +13731,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -13605,13 +13744,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Vista %s ha essite delite." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabella %s ha essite delite." @@ -13823,38 +13962,33 @@ msgstr "" msgid "Effective" msgstr "Effective" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Error de query" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Adde a Favoritos" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lista de favoritos es complete!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Vista relational" @@ -14296,18 +14430,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14318,7 +14440,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14326,27 +14448,19 @@ msgstr "" msgid "Invalid table name" msgstr "Nomine de tabella invalide" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Relationes interne ha essite actualisate on successo." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14517,7 +14631,7 @@ msgid "subquery" msgstr "subquery" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crea relation" @@ -14581,13 +14695,13 @@ msgstr "Nove pagina" msgid "Delete pages" msgstr "Dele paginas" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Recarga" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Adjuta" @@ -14832,35 +14946,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Series:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Columna de series:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Columna de valor:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Salveguarda diagramma como imagine" @@ -16024,6 +16138,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "Adde usator" + +#~ msgid "Export Method:" +#~ msgstr "Methodo de exportation:" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "Shift + Pulsa sur le nomine de function pro applicar a omne rangos." @@ -16186,11 +16306,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Typo de exportar invalide" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Typo de exportar invalide" - #~ msgid "Click to sort" #~ msgstr "Pulsa pro ordinar" @@ -16239,9 +16354,6 @@ msgstr "" #~ msgid "Designer table" #~ msgstr "Tabella de designator assistite" -#~ msgid "Page has been created." -#~ msgstr "Pagina ha essite create." - #~ msgid "Page creation has failed!" #~ msgstr "Il falleva crear pagina!" diff --git a/po/id.po b/po/id.po index 9970adc971..03dc338771 100644 --- a/po/id.po +++ b/po/id.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-17 06:05+0200\n" "Last-Translator: Tommy Surbakti \n" "Language-Team: Indonesian Pengaturan." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efisiensi singgahan kueri" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Pemakaian singgahan kueri" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Singgahan kueri terpakai" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Penggunaan CPU Sistem" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memori sistem" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Swap sistem" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Beban rata-rata" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memori total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memori singgahan" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memori tersangga" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memori bebas" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memori terpakai" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap Total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap Singgahan" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap Terpakai" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap Bebas" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bita dikirim" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bita diterima" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Koneksi" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Proses Aktif" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Perintah" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Lalu Lintas" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Pengaturan" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Tambahkan bagan pada grid" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Harap tambahkan paling tidak satu variabel ke dalam seri!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1381,47 +1402,47 @@ msgstr "Harap tambahkan paling tidak satu variabel ke dalam seri!" msgid "None" msgstr "Tidak ada" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Lanjutkan pemantauan" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Jeda pemantauan" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Mulai penyegaran otomatis" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Hentikan Penyegaran Otomatis" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log dan slow_query_log diaktifkan." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log diaktifkan." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log diaktifkan." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log dan general_log dinonaktifkan." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output tidak disetel menjadi TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output disetel menjadi TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1432,12 +1453,12 @@ msgstr "" "lama dari %d detil. Disarankan untuk menyetel long_query_time 0-2 detik, " "tergantung sistem Anda." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time disetel menjadi %d detik." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1446,30 +1467,30 @@ msgstr "" "sewaktu server dijalankan ulang:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Tetapkan log_output ke %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aktifkan %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Nonaktifkan %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Setel long_query_time menjadi %d detik." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1477,57 +1498,57 @@ msgstr "" "Anda tidak dapat mengubah variabel tersebut. Harap masuk sebagai root atau " "hubungi administrator basis data Anda." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Ubah pengaturan" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Pengaturan saat ini" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Judul Bagan" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferensial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dibagi oleh %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unit" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Dari log lambat" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Dari log umum" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Nama database tidak diketahui untuk query ini dalam log server." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Menganalisis log" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Menganalisis & memuat log. Mungkin perlu waktu." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Permintaan pembatalan" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1537,7 +1558,7 @@ msgstr "" "Namun, hanya kueri SQL yang digunakan sebagai kriteria pengelompokan. " "Atribut kueri lain, seperti waktu mulai, dapat berbeda." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1546,32 +1567,32 @@ msgstr "" "Sejak pengelompokan query INSERT telah dipilih, INSERT query ke dalam tabel " "yang sama juga sedang dikelompokkan bersama, mengabaikan data dimasukkan." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Data log dimuat. Query dieksekusi dalam rentang waktu ini:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Langsung ke tabel Log" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Data tidak ditemukan" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Log dianalisis, tetapi tidak ada data ditemukan dalam rentang waktu ini." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Menganalisis…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Jelaskan hasil" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1581,58 +1602,58 @@ msgstr "Jelaskan hasil" msgid "Time" msgstr "Waktu" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Total waktu:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profil Hasil" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Bagan" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opsi filter tabel log" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Saring query berdasarkan kata/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Pengelompokan queri, abakan variabel data dalan klausa WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Jumlah baris kelompok:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Memuat log" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Penyegaran layar gagal" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1642,88 +1663,88 @@ msgstr "" "kemungkinan besar karena sesi Anda berakhir. Muat ulang halaman dan masukkan " "ulang kredensial Anda akan membantu." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Muat ulang halaman" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Baris yang terpengaruh:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "Gagal mengurai berkas config.Ini mungkin kesalahan kode JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Gagal membangun Grafik kisi dengan mengimport config. Mengembalikan ke " "Setelan baku…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Impor" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Impor konfigurasi monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Silahkan pilih berkas yang ingin anda impor." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Tidak ada berkas tersedia untuk diimport!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analisis Kueri" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistem penasihat" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Isu kinerja yang mungkin" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Isu" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Rekomendasi" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detail aturan" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justifikasi" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variabel / formula terpakai" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Uji" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Memformat SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1734,61 +1755,61 @@ msgstr "Memformat SQL..." msgid "Cancel" msgstr "Batal" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Ubah pengaturan" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Terapkan" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Memproses…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Permintaan Dibatalkan!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Memproses Permintaan" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Permintaan gagal!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Galat sewaktu Memproses Permintaan" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Kode Kesalahan: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Pesan Kesalahan: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Basis data belum dipilih." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Menghapus Kolom" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Menambahkan Kunci Primer" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1797,63 +1818,63 @@ msgstr "Menambahkan Kunci Primer" msgid "OK" msgstr "Oke" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klik untuk menyingkirkan pemberitahuan" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Ubah nama basis data" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Menyalin Basis Data" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Mengganti Set Karakter" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Tanpa pemeriksaan kunci asing" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Gagal mengambil jumlah baris sebenarnya." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Pencarian" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Sembunyikan hasil pencarian" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Tampilkan hasil pencarian" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Menjelajahi" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Menghapus" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definisi fungsi disimpan harus mengandung pernyataan RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1863,61 +1884,61 @@ msgstr "Definisi fungsi disimpan harus mengandung pernyataan RETURN!" msgid "Export" msgstr "Ekspor" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Nilai untuk kolom %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Nilai untuk kolom baru" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Masukkan setiap nilai dalam kolom terpisah." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Tambahkan nilai %d" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Catatan: Jika berkas mengandung banyak tabel, mereka akan di gabungkan " "menjadi satu." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Sembunyikan kotak kueri" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Tampilkan kotak kueri" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Ubah" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1925,41 +1946,41 @@ msgstr "Ubah" msgid "Delete" msgstr "Hapus" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d bukanlah nomor baris yang berlaku." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Menjelajahi nilai luar" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "jangan otomatis simpan kueri" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variabel" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Pilih" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Pilih Kolom" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Cari daftar ini" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1968,15 +1989,15 @@ msgstr "" "Tidak ditemukan kolom pada daftar. Pastikan daftar kolom untuk database %s " "memiliki beberapa kolom yang tidak tertampilkan pada tabel saat ini." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Lebih banyak" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Anda yakin?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1984,52 +2005,52 @@ msgstr "" "Tindakan ini mungkin mengubah beberapa definisi kolom.
Anda yakin " "ingin melanjutkan?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Lanjutkan" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Tambahkan kunci primer" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Kunci primer telah ditambahkan." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Tunggu sebentar yach…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Langkah pertama normalisasi selesai untuk tabel '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Langkah terakhir" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Langkah kedua normalisasi (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Selesai" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Konfirmasi dependensi parsial" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Dependensi yang dipilih adalah:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2037,19 +2058,19 @@ msgstr "" "Catatan: a, b -> d, f menyiratkan bahwa nilai gabungan antara kolom a dan b " "dapat menentukan nilai dari kolom d dan kolom f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Tidak ada dependensi parsial yang dipilih!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Tunjukkan dependensi parsial yang ada pada data di dalam tabel" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Sembunykan daftar dependensi parsial" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2057,40 +2078,40 @@ msgstr "" "Santai! Mungkin diperlukan beberapa detik tergantung pada ukuran data dan " "jumlah kolom tabel." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Langkah" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Tindakan berikut akan dilakukan:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP kolom %s dari tabel %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Buat tabel" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tahap ketiga normalisasi (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Konfirmasi dependensi transitif" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Dependensi yang dipilih adalah sebagai berikut:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Dependensi belum dipilih!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2099,124 +2120,124 @@ msgstr "Dependensi belum dipilih!" msgid "Save" msgstr "Simpan" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Sembunyikan kriteria pencarian" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Tampilkan kriteria pencarian" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Jarak pencarian" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Jumlah kolom maksimal:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Jumlah kolom minimal:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Nilai minimal:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Nilai maksimum:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Sembunyikan kriteria pencarian dan penggantian" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Tampilkan kriteria pencarian dan penggantian" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Setiap titik mewakili sebaris data." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Melayang di atas titik akan menunjukkan labelnya." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Untuk memperbesar, pilih bagian dari plot dengan mouse." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Klik link reset Zoom untuk kembali ke keadaan semula." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Klik titik data untuk melihat dan mungkin mengedit baris data." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Plot dapat diubah ukurannya dengan menyeretnya di sepanjang sudut kanan " "bawah." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Pilih dua kolom" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Pilih dua kolom yang berbeda" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Isi titk data" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Abaikan" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Salin" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Titik" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Segmen garis" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Lingkar Dalam" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Lingkar Luar" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Apakah anda yakin untuk menyalin kunci enskripsi?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Kunci Enskripsi" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2224,24 +2245,24 @@ msgstr "" "Sebagai indikasi telah ada perubaha di halaman ini; konfirmasi akan " "ditampilkan untuk mengabaikan perubahan" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Pilih kunci rujukan" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Pilih Foreign Key" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Harap pilih kunci primer(primary key) atau kunci unik(unique key)!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Pilih kolom untuk ditampilkan" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2249,79 +2270,79 @@ msgstr "" "Anda belum menyimpan perubahan pada susunan. Mereka akan hilang jika Anda " "tidak menyimpannya. Apakah Anda ingin melanjutkan?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nama halaman" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Simpan halaman" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Pilih halaman" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Buka halaman" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Hapus halaman" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Belum ada nama" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Pilih halaman untuk lanjut" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Masukan halaman yang benar" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Apakah Anda ingin menyimpan perubahan ke halaman ini?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Halaman berhasil dihapus" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Ekspor skema relasi" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modifikasi telah disimpan" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Tambahkan opsi untuk kolom \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objek dibuat." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Kirim" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Tekan escape untuk membatalkan perubahan." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2329,15 +2350,15 @@ msgstr "" "Anda telah mengedit beberapa data dan belum di simpan. Apakah anda yakin " "akan meninggalkan halaman ini sebelum menyimpan data?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Seret untuk menyusun ulang." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "KIik untuk menyortir hasil dari kolom ini." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2347,26 +2368,26 @@ msgstr "" "DESC.
- Kontrol+Klik atau Alt+Click (Mac: Shift+Option+Click) untuk " "menghapus kolom dari ORDER BY clause" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klik untuk menambahkan/menghapus tanda." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Klik dua kali untuk menyalin nama kolom." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Klik tanda panah ke bawah
untuk beralih visibilitas kolom." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Tampilkan semua" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2375,11 +2396,11 @@ msgstr "" "grid, kotak centang, Edit, Copy dan Delete link mungkin tidak bekerja " "setelah disimpan." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Masukkan string yang benar. Karakter yang benar adalah 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2387,135 +2408,135 @@ msgstr "" "Apakah anda ingin melihat semua baris? Tabel ukuran besar bisa membuat " "peramban lambat." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "String asli" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Batal" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Batalkan" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sukses" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Impor status" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Letakkan berkas disini" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Pilih database dulu" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung " "konten." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Anda juga dapat mengedit sebagian nilai
dengan mengeklik langsung " "konten." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Pergi ke tautan:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Salin nama kolom." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Klik-kanan nama kolom untuk menyalinnya ke clipboard." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Buatkan kata sandi" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Buatkan" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Ubah Kata sandi" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Lainnya" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Tampilkan Panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Sembunyikan Panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Tampilkan navigasi pohon item tersembunyi." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Link ke panel utama" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Unlink dari panel utama" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Untuk membatasi semua database di server, tekan Enter setelah kata kunci" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "Untuk memfilter %s di database, tekan Enter setelah kata kunci" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabel" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "Tampilan" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "Prosedur" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "Kejadian" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "Fungsi" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Halaman yang diminta tidak ditemukan di riwayat, mungkin sudah kadaluarsa." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2525,28 +2546,28 @@ msgstr "" "untuk meng-upgrade. Versi terbaru adalah %s, dirilis pada %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", versi stabil terakhir:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "Mutakhir" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Buat tampilan" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Kirim laporan kesalahan" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Kiri Laporan Kesalahan" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2554,22 +2575,22 @@ msgstr "" "Kesalhaan fatal JavaScript telah terdeteksi. Anda ingin mengirimkan laporan " "kesalahan?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Ubah Pengaturan Pelaporan" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Tampilkan Detail Laporan" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Ekspor anda tidak lengkap, karena batas waktu yang rendah di tingkat PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2579,64 +2600,64 @@ msgstr "" "beberapa bidang mungkin dibatalkan, karena konfigurasi max_input_vars dari " "PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Kesalahan terdeteksi di server!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Silahkan lihat di bagian bawah jendela ini." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Abaikan" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Sesuai pengaturan Anda, mereka sedang diajukan saat ini, harap bersabar." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Jalankan kueri ini lagi?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Anda yakin akan menghapus penanda ini?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Kueri tereksekusi" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentar tabel" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Sembunyikan hasil pencarian" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2646,364 +2667,364 @@ msgstr "" "beberapa fitur mungkin tidak bekerja dengan sempurna. Di Safari, masalah ini " "terjadi karena \"Private Mode Browsing\" diaktifkan." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Sblm" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Brkt" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hari ini" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Januari" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februari" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Maret" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mei" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agustus" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Agu" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Des" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Minggu" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Senin" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Selasa" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Rabu" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Kamis" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Jumat" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sabtu" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Min" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Sen" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Kam" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Min" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Sn" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Sl" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Rb" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Km" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Jm" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Mingguan" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "Kalender-bulan-tahun" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Kosong" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Jam" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Menit" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Detik" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Gunakan text field" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid email address" msgstr "Masukan angka yang valid" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Tolong masukkan angka yang valid!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date" msgstr "Masukan angka yang valid" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date ( ISO )" msgstr "Masukan angka yang valid" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Tolong masukkan angka yang valid!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Tolong masukkan angka yang valid!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Masukan nilai panjang yang valid!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter the same value again" msgstr "Masukan angka yang valid" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy msgid "Please enter no more than {0} characters" msgstr "Silakan masukkan captcha yang benar!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy msgid "Please enter at least {0} characters" msgstr "Silakan masukkan captcha yang benar!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value between {0} and {1}" msgstr "Masukan angka yang valid" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Masukan nilai panjang yang valid!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value greater than or equal to {0}" msgstr "Masukan angka yang valid" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date or time" msgstr "Masukan angka yang valid" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Tolong masukkan angka yang valid!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Galat" @@ -3075,17 +3096,17 @@ msgstr "dalam sejam" msgid "per day" msgstr "per hari" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "File configuration yang ada (%s) tidak dapat di baca." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Ukuran huruf" @@ -3104,7 +3125,7 @@ msgid "Requery" msgstr "Kueri ulang" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3113,7 +3134,7 @@ msgstr "Kueri ulang" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3187,7 +3208,7 @@ msgid "History" msgstr "Riwayat" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3210,7 +3231,7 @@ msgstr "Riwayat" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opsi" @@ -3303,7 +3324,7 @@ msgid "Count:" msgstr "Jumlah" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3357,10 +3378,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pindah ke tabel salinan" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3368,10 +3389,10 @@ msgstr "Pindah ke tabel salinan" msgid "Ascending" msgstr "Menaik" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3585,125 +3606,126 @@ msgstr "Lepas Semua" msgid "Inside column:" msgstr "Dalam kolom:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Simpan data yang diedit" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Pulihkan urutan kolom" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Saring baris" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Cari di tabel ini" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Awal" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Sebelumnya" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Berikutnya" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Akhir" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Semua" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Jumlah baris:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Urut berdasarkan kunci" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Teks parsial" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Teks penuh" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Kunci relasi" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Kolom tampilan relasi" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Tampilkan konten biner" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Tampilkan konten BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Sembunyikan Transformasi Browser" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Teks Dikenali" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Biner Diketahui" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Baris telah dihapus." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Tutup" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Kueri SQL Anda berhasil dieksekusi." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3712,36 +3734,36 @@ msgstr "" "Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat " "%sdokumentasi%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Menampilkan baris %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "total %1$d, %2$d dalam kueri" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "total %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Pencarian dilakukan dalam %01.4f detik." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Dengan pilihan:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3750,24 +3772,24 @@ msgstr "Dengan pilihan:" msgid "Check All" msgstr "Pilih Semua" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Tampilan cetak" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operasi hasil kueri" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Tampilkan bagan" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisasi data GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Tautan tidak ditemukan!" @@ -3890,7 +3912,7 @@ msgstr "Kardinalitas" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3900,7 +3922,7 @@ msgid "Collation" msgstr "Penyortiran" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentar" @@ -3915,7 +3937,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s telah dihapus." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3933,7 +3955,7 @@ msgstr "" "untuk dibuang." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3950,7 +3972,7 @@ msgstr "Gambarkan" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3981,7 +4003,7 @@ msgstr "Tambahkan" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Hak Akses" @@ -4044,16 +4066,18 @@ msgid "Central columns" msgstr "Tengah kolom" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Basis data" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Pengguna" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Grup pengguna" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4131,7 +4155,7 @@ msgid "Could not save favorite table!" msgstr "Tidak dapat menyimpan tabel favorit!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Hapus dari favorit" @@ -4152,7 +4176,7 @@ msgid "Recent" msgstr "Terbaru" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabel favorit" @@ -4776,16 +4800,16 @@ msgstr "Batas ukuran: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL menyatakan: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Jelaskan SQL" @@ -4802,7 +4826,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Kode PHP tidak ditemukan" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Buat kode PHP" @@ -4895,6 +4919,10 @@ msgstr "Pembaruan terakhir" msgid "Last check" msgstr "Pemeriksaan terakhir" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Pengguna" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Cari:" @@ -4989,8 +5017,8 @@ msgstr "TIDAK" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4998,7 +5026,7 @@ msgstr "Nama" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Panjang/Nilai" @@ -5298,7 +5326,7 @@ msgid "Not a valid port number!" msgstr "Bukan angka port yang sah" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5312,35 +5340,35 @@ msgstr "Nilai yang salah" msgid "Value must be equal or lower than %s!" msgstr "Nilai harus sama dengan atau lebih kecil dari %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Data hilang untuk %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "tidak tersedia" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" memerlukan ekstensi %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "proses impor terkompres tidak akan berjalan karena fungsi %s hilang." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "proses ekspor terkompres tidak akan berjalan karena fungsi %s hilang." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5357,7 +5385,7 @@ msgid "Set value: %s" msgstr "Tetapkan nilai: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Kembalikan nilai bawaan" @@ -5863,7 +5891,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Waktu eksekusi maksimum" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5873,7 +5901,7 @@ msgstr "Tambahkan statement %s" msgid "Save as file" msgstr "Simpan sebagai berkas" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Set karakter berkas" @@ -5889,8 +5917,8 @@ msgstr "Kompresi" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5900,14 +5928,14 @@ msgstr "Kompresi" msgid "Put columns names in the first row" msgstr "Masukkan nama kolom pada baris pertama" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Kolom diapit oleh" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Kolom diloloskan oleh" @@ -5915,8 +5943,8 @@ msgstr "Kolom diloloskan oleh" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Ganti NULL dengan" @@ -5924,13 +5952,13 @@ msgstr "Ganti NULL dengan" msgid "Remove CRLF characters within columns" msgstr "Hapus karakter CRLF dalam kolom" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Kolom diakhiri oleh" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Baris diakhir dengan" @@ -5952,8 +5980,8 @@ msgid "Table name template" msgstr "Templat nama tabel" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5981,14 +6009,14 @@ msgid "Label key" msgstr "Kunci nama" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Jenis MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Tabel Relasi" @@ -5996,113 +6024,119 @@ msgstr "Tabel Relasi" msgid "Export method" msgstr "Metode ekspor" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Simpan di server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Timpa berkas yang ada" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horisontal (judul diputar)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Ingat templat nama berkas" # Imperative verb -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Tambahkan nilai AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Apit nama tabel dan kolom dengan tanda petik balik" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modus kompatibilitas SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Opsi CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Tanggal Pembuatan/Pembaruan/Pemeriksaan" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Gunakan perintah INSERT memperlambat" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Tanpa pemeriksaan kunci asing" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Mengekspor tampilan sebagai tabel" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Tambahkan %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Gunakan heksadesimal untuk BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Gunakan INSERT dengan IGNORE" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaks yang digunakan sewaktu menambahkan data" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Panjang maksimum kueri yang dibuat" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Jenis ekspor" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Jalankan ekspor dalam transaksi" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Ekspor waktu dalam UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Paksa koneksi aman sewaktu menggunakan phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Paksa koneksi SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6110,164 +6144,164 @@ msgstr "" "Urutkan agar item dalam kotak dropdown foreign-key, [kbd]konten[/kbd] adalah " "data direferensikan, [kbd]id[/kbd] adalah nilai kunci." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Urutan tarik turun foreign key" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Sebuah dropdown akan digunakan jika sedikit item yang ditampilkan." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Batas foreign key" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Pemeriksaan kunci asing:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modus jelajah" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Atur mode jelajah." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Sesuaikan opsi bawaan." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "Data CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Pengembang" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Pengaturan untuk para pengembang phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modus edit" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Atur mode edit." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Bawaan ekspor" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Atur opsi bawaan ekspor." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Fitur" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Umum" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Atur beberapa opsi yang umum dipakai." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Bawaan impor" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Atur opsi impor umum bawaan." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Impor / ekspor" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Tetapkan opsi kompresi dan direktori impor dan ekspor." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opsi tampilan basis data." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panel navigasi" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Atur tampilan panel navigasi." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Panel navigasi" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Atur panel navigasi" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Server" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opsi tampilan server." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opsi tampilan tabel." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panel utama" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Pengaturan utama lain" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Pengaturan yang tidak masuk di mana pun." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Judul halaman" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6281,11 +6315,11 @@ msgstr "" "untuk magic strings yang dapat digunakan untuk mendapatkan nilai-nilai " "khusus." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Keamanan" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6293,23 +6327,23 @@ msgstr "" "Sebagai catatan bahwa phpMyAdmin hanyalah antarmuka pengguna dan fitur-" "fiturnya tidak membatasi MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Pengaturan dasar" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentikasi" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Pengaturan otentikasi." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfigurasi server" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6317,15 +6351,15 @@ msgstr "" "Konfigurasi mahir server, jangan mengubah pilihan-pilihan berikut kecuali " "Anda tahu untuk apa penggunaannya." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Masukkan parameter untuk koneksi server." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Penyimpanan konfigurasi" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6335,11 +6369,11 @@ msgstr "" "akses ke berbagai fitur tambahan, lihat dokumentasi [doc@linked-" "tables]konfigurasi penyimpanan phpMyAdmin[/doc]." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Pelacakan perubahan" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6347,109 +6381,109 @@ msgstr "" "Pelacakan perubahan yang dilakukan dalam database. Membutuhkan penyimpanan " "konfigurasi phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Sesuaikan opsi ekspor" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Atur bawaan impor" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Atur panel navigasi" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Atur panel utama" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Kueri SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Kotak Kueri SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Atur tautan yang ditampilkan di kotak Kueri SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Pengaturan kueri SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Awal" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Atur halaman awal." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Stuktur basis data" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Pilih detail mana untuk menampilkan struktur database (daftar tabel)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Struktur tabel" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Pengaturan untuk struktur tabel (daftar kolom)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tab" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Pilih cara kerja tab yang Anda inginkan." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Tampilkan skema relasi" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Ukuran kertas" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Isian teks" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Sesuaikan isian masukan teks." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Teks Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Sesuaikan opsi bawaan" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Peringatan" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Nonaktifkan beberapa peringatan dari phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6457,15 +6491,15 @@ msgstr "" "Aktifkan kompresi [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] untuk " "operasi impor dan ekspor." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parameter tambahan untuk iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6473,11 +6507,11 @@ msgstr "" "Jika diaktifkan, phpMyAdmin terus menjalankan multi-statmen kueri bahkan " "jika salah satu query gagal." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Abaikan galat perintah jamak" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6487,25 +6521,25 @@ msgstr "" "ini cara yang baik ketika mengimpor file yang besar, sehingga transaksi " "dapat dibatalkan." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Impor parsial: izinkan interupsi" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Jangan gugurkan sewaktu galat INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6513,69 +6547,69 @@ msgstr "" "Format standar, sadari bahwa daftar ini tergantung pada lokasi (database, " "tabel) dan hanya ketika SQL tersedia." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format berkas impor" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Gunakan kata kunci LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nama kolom pada baris pertama" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Jangan impor baris kosong" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Impor mata uang ($5.00 menjadi 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Impor persentase menjadi nilai desimal (12.00% menjadi .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Jumlah kueri yang dilewati dari awal." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Impor parsial: lewati kueri" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Jangan gunakan AUTO_INCREMENT untuk nilai nol" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Kondisi awal slider" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Jumlah baris yang dapat ditambahkan dalam satu waktu." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Jumlah baris tambahan" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Jumlah maksimum karakter yang ditunjukkan pada kolom non-angka pada mode " "jelajah." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Batas karakter kolom" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6586,11 +6620,11 @@ msgstr "" "membuatnya mudah untuk melupakan log out dari server lain ketika terhubung " "ke beberapa server." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Hapus semua kuki sewaktu keluar" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6602,11 +6636,11 @@ msgstr "" "Tentukan apakah login sebelumnya harus diingat atau tidak dalam mode " "otentikasi cookie." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Ingat nama pengguna" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6618,48 +6652,48 @@ msgstr "" "dan akan dihapus segera setelah Anda menutup jendela browser. Hal ini " "direkomendasikan untuk lingkungan tak terpercaya." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Penyimpanan kuki masuk" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Tentukan berapa lama (dalam detik) cookie login valid." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validitas kuki masuk" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Ukuran Double textarea untuk kolom LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Textarea lebih besar untuk LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Jumlah maksimum karakter yang dipakai sewaktu menampilkan kueri SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Panjang SQL maksimum yang ditayangkan" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Pengguna tidak dapat menetapkan nilai yang lebih tinggi" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Jumlah maksimum database yang ditampilkan dalam daftar database." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Basis data maksimum" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6670,24 +6704,24 @@ msgid "" msgstr "" "Jumlah item yang dapat ditampilkan pada setiap halaman dari pohon navigasi." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "Item maksimal di cabang" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Jumlah item yang dapat ditampilkan pada setiap halaman dari pohon navigasi." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Item maksimal di cabang" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6695,19 +6729,19 @@ msgstr "" "Jumlah baris yang ditampilkan saat browsing hasil set. Jika hasil set berisi " "lebih dari satu baris, tautan \"Previous\" and \"Next\" akan ditampilkan." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Jumlah maksimum baris yang ditampilkan" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Jumlah maksimum tabel yang ditampilkan pada daftar tabel." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Tabel maksimum" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6715,44 +6749,44 @@ msgstr "" "Jumlah bytes script yang diperbolehkan untuk mengalokasikan, misalnya. " "[kbd]32M[/kbd] ([kbd]0[/kbd] untuk tak terbatas)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limit memori" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Tampilkan navigasi pohon item tersembunyi." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 #, fuzzy msgid "Link with main panel by highlighting the current database or table." msgstr "" "Menghubungkan dengan panel utama dengan menyorot database saat ini atau " "tabel." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Tampilkan logo di panel navigasi." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Tampilkan logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "Arahkan URL untuk logo pada panel navigasi." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL tautan logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6760,29 +6794,29 @@ msgstr "" "Buka halaman tertaut di jendela utama ([kbd]main[/kbd]) atau jendela baru " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Sasaran tautan logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Tampilkan pilihan server di bagian atas panel navigasi." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Tampilkan pilihan server" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Target ikon akses cepat" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Target ikon akses cepat" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6790,15 +6824,15 @@ msgstr "" "Tentukan jumlah minimum item (tabel, view, routines dan event) untuk " "menampilkan kotak filter." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Jumlah minimum item yang ditampilkan di kotak tabel filter" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Jumlah minimum database yang ditampilkan di kotak tabel filter" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6809,166 +6843,166 @@ msgid "" msgstr "" "Item Group di pohon navigasi (ditentukan oleh pemisah definisikan di bawah)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Item Group di pohon" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" "String yang memisahkan basis data ke dalam tingkat hierarki yang berbeda." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Pemisah hierarki basis data" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "String yang memisahkan tabel ke dalam tingkat hierarki yang berbeda." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Pemisah hierarki tabel" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Kedalaman hierarki tabel maksimum" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Sorot server yang dikenai kursor." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Aktifkan penyorotan" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Apakah akan menonaktifkan kemungkinan ekspansi database atau tidak." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Bar tabel navigasi" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "Menampilkan tabel" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy msgid "Whether to show tables under database in the navigation tree" msgstr "Apakah akan menonaktifkan kemungkinan ekspansi database atau tidak." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Tunjukkan Versi" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Tampilkan navigasi pohon item tersembunyi." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Tampilkan isian fungsi" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Tampilkan Proses" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Tunjukkan Versi" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Tampilkan navigasi pohon item tersembunyi." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Jumlah maksimum tabel yang terakhir digunakan; atur 0 untuk menonaktifkannya." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Jumlah maksimum tabel yang terakhir digunakan; atur 0 untuk menonaktifkannya." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabel yang terakhir digunakan" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Berikut ini adalah tautan Edit, Salin, dan Hapus." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Tempat menampilkan tautan baris tabel" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Gunakan urutan alami untuk pengurutan nama tabel dan basis data." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Urutan alami" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Gunakan hanya ikon, hanya teks, atau keduanya." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Bar tabel navigasi" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Gunakan gzip output buffering untuk meningkatkan kecepatan dalam transfer " "HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Penyanggaan keluaran GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6976,19 +7010,19 @@ msgstr "" "[kbd]SMART[/kbd] - yaitu urutan untuk kolom jenis TIME, DATE, DATETIME dan " "TIMESTAMP, urutan ascending dan sebaliknya." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Urutan bawaan" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Gunakan koneksi persisten ke basis data MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Koneksi persisten" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6998,11 +7032,11 @@ msgstr "" "jika kebutuhan tabel untuk penyimpanan konfigurasi phpMyAdmin tidak " "ditemukan." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -7010,11 +7044,11 @@ msgstr "" "Nonaktifkan peringatan bawaan yang ditampilkan ketika terdeteksi perbedaan " "antara pustaka MySQL dan server." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Server/library perbedaan peringatan" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -7022,27 +7056,27 @@ msgstr "" "Nonaktifkan peringatan bawaan yang ditampilkan sewaktu nama kolom dalam " "tabel tabel telah dipesan oleh MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Peringatan! kata telah digunakan MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Atur tampilan tab menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Bagaimana menampilkan berbagai link tindakan" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Nonaktifkan pengeditan kolom BLOB dan BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Lindungi kolom biner" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7052,129 +7086,129 @@ msgstr "" "konfigurasi phpMyAdmin). Jika dinonaktifkan, ini menggunakan JS-routines " "untuk menampilkan riwayat query(hilang ketika jendela ditutup)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Riwayat kueri permanen" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Jumlah query yang disimpan dalam riwayat." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Panjang riwayat kueri" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Pilih fungsi yang akan digunakan untuk konversi set karakter." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Mesin pengode ulang" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Saat browsing tabel, penyortiran setiap tabel akan diingat." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Ingat urutan tabel" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 #, fuzzy msgid "Default sort order for tables with a primary key." msgstr "Urutan default untuk tabel dengan primary key." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Urutan bawaan" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Ulangi header setiap X sel, [kbd]0[/kbd] menonaktifkan fitur ini." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Ulangi judul" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Pengeditan Grid: trigger action" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Kolom tampilan relasi" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Opsi tampilan server." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Pengeditan Grid: Simpan semua sel yang diedit sekaligus" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Direktori penyimpanan hasil ekspor di server." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Direktori penyimpanan" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Biarkan kosong jika tidak digunakan." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Urutan otorisasi inang" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Biarkan kosong untuk menggunakan bawaan." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Aturan otorisasi inang" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Izinkan masuk tanpa sandi" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Izinkan masuk root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Nilai sesi" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "nama HTTP Basic Auth Realm untuk ditampilkan ketika melakukan HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7184,19 +7218,19 @@ msgstr "" "SweKey [/a](tidak terletak di document root Anda, disarankan: /etc/swekey." "conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Berkas config SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Metode autentikasi yang dipakai." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Jenis autentikasi" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7204,11 +7238,11 @@ msgstr "" "Biarkan kosong untuk tanpa dukungan [a@http://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a], disarankan:[kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabel markah" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7216,32 +7250,32 @@ msgstr "" "Biarkan kosong untuk tanpa kolom komentar/mime type, saran: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabel informasi kolom" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Kompres koneksi ke server MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Pampatkan koneksi" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Bagaimana menghubungkan ke server, tetap [kbd]tcp[/kbd] bila tidak yakin." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Jenis koneksi" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Sandi pengguna pengendali" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7250,11 +7284,11 @@ msgstr "" "informasi lebih lanjut yang tersedia pada [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Pengguna pengendali" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7262,11 +7296,11 @@ msgstr "" "Sebuah host alternatif untuk memegang penyimpanan konfigurasi; biarkan " "kosong untuk menggunakan host yang telah ditetapkan." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Inang pengendali" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7276,15 +7310,15 @@ msgstr "" "biarkan kosong untuk menggunakan port bawaan, atau port yang telah " "ditentukan, jika controlhost adalah host yang sama." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Port kontrol" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Sembunyikan pencocokan ekspresi reguler database(PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7293,15 +7327,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] dan [a@http://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Noaktifkan penggunaan INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Sembunyikan basis data" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7309,23 +7343,23 @@ msgstr "" "Biarkan kosong untuk tanpa dukungan riwayat kueri SQL, saran: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabel riwayat kueri SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nama host yang menjalankan server MySQL." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nama inang server" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL keluar" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7333,17 +7367,17 @@ msgstr "" "Batas jumlah preferensi tabel yang disimpan dalam database, catatan terlama " "akan dihapus secara otomatis." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Jumlah maksimal preferensi tabel untuk menyimpan" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Lihat tabel status slave" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7355,13 +7389,31 @@ msgstr "" "Biarkan kosong agar tidak mendukung skema PDF, saran: [kbd]pma__pdf_pages[/" "kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Mengekspor tampilan sebagai tabel" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Biarkan kosong agar tidak mendukung skema PDF, saran: [kbd]pma__pdf_pages[/" +"kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Kolom textarea" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7373,15 +7425,15 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Coba koneksi tanpa sandi." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Tersambung tanpa sandi" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " @@ -7392,30 +7444,30 @@ msgstr "" "Anda ingin menggunakan contoh literal, yaitu gunakan [kbd]'my\\_db'[/kbd] " "dan bukan [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Tampilkan hanya basis data terdaftar" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Biarkan kosong jika tidak menggunakan config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Sandi untuk autentikasi config" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Biarkan kosong agar tidak mendukung skema PDF, saran: [kbd]pma__pdf_pages[/" "kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Skema PDF: tabel halaman" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7425,21 +7477,21 @@ msgstr "" "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] untuk informasi lengkap. Biarkan " "kosong agar tanpa dukungan tersebut. Disarankan: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nama basis data" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port yang server MySQL mendengarkan, biarkan kosong untuk default." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porta server" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7451,11 +7503,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabel yang baru digunakan" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7467,13 +7519,13 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Tabel favorit" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7485,11 +7537,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabel relasi" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7497,35 +7549,35 @@ msgstr "" "Untuk contoh lihat [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types[/a]." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nama sesi Signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL Signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Soket di mana server MySQL adalah mendengarkan, biarkan kosong untuk default." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket server" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Aktifkan SSL untuk koneksi ke server MySQL" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Gunakan SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7537,13 +7589,13 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "Skema PDF: koordinat tabel" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7555,11 +7607,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Tabel kolom tampilan" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7571,11 +7623,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabel preferensi UI" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 #, fuzzy msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " @@ -7584,11 +7636,11 @@ msgstr "" "Apakah DATABASE DROP JIKA ada pernyataan akan ditambahkan sebagai baris " "pertama untuk log saat membuat database." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Tambahkan DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 #, fuzzy msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " @@ -7597,11 +7649,11 @@ msgstr "" "Apakah TABLE DROP JIKA ada pernyataan akan ditambahkan sebagai baris pertama " "untuk log saat membuat tabel." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Tambahkan DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 #, fuzzy msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " @@ -7610,20 +7662,20 @@ msgstr "" "Apakah DROP sebuah VIEW JIKA ada pernyataan akan ditambahkan sebagai baris " "pertama untuk log saat membuat tampilan." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Tambahkan DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 #, fuzzy msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "Mendefinisikan daftar laporan auto-penciptaan menggunakan versi baru." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Statement untuk dilacak" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7635,11 +7687,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabel pelacakan kueri SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 #, fuzzy msgid "" "Whether the tracking mechanism creates versions for tables and views " @@ -7648,11 +7700,11 @@ msgstr "" "Apakah mekanisme pelacakan menciptakan versi untuk tabel dan tampilan secara " "otomatis." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Buat versi secara otomatis" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7664,11 +7716,11 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabel penyimpanan preferensi pengguna" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 #, fuzzy msgid "" "Both this table and the user groups table are required to enable the " @@ -7679,13 +7731,13 @@ msgstr "" "fitur menu dikonfigurasi; Meninggalkan salah satu dari mereka kosong akan " "menonaktifkan fitur ini, disarankan: [kbd] pma__users [/ kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Gunakan Tabel" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 #, fuzzy msgid "" "Both this table and the users table are required to enable the configurable " @@ -7696,13 +7748,13 @@ msgstr "" "dikonfigurasi; Meninggalkan salah satu dari mereka kosong akan menonaktifkan " "fitur ini, disarankan: [kbd] pma__usergroups [/ kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Gunakan Host Table" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7714,16 +7766,16 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 #, fuzzy msgid "Hidden navigation items table" msgstr "Tersembunyi tabel item navigasi" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Pengguna autentikasi config" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7731,21 +7783,21 @@ msgstr "" "Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama " "inang saja." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nama deskriptif server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Tampilkan tombol \"tampilkan semua (baris)\" kepada pengguna" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Izinkan tampilan semua baris" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7757,41 +7809,41 @@ msgstr "" "konfigurasi; ini tidak membatasi kemampuan untuk menjalankan perintah yang " "sama secara langsung." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Tampilkan formulir penggantian sandi" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Tampilkan formulir pembuatan basis data" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Menampilkan atau menyembunyikan kolom menampilkan timestamp Penciptaan untuk " "semua tabel." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentar tabel" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Menampilkan atau menyembunyikan kolom menampilkan timestamp Penciptaan untuk " "semua tabel." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "Tampilkan tindakan lain" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy msgid "" "Show or hide a column displaying the Last update timestamp for all tables." @@ -7799,12 +7851,12 @@ msgstr "" "Menampilkan atau menyembunyikan kolom menampilkan timestamp Terakhir " "diperbaharui untuk semua tabel." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 #, fuzzy msgid "Show Last update timestamp" msgstr "Tampilkan pembaruan timestamp terakhir" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy msgid "" "Show or hide a column displaying the Last check timestamp for all tables." @@ -7812,13 +7864,13 @@ msgstr "" "Menampilkan atau menyembunyikan kolom menampilkan cek timestamp terakhir " "untuk semua tabel." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Tampilkan status master" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy msgid "" "Defines whether or not type fields should be initially displayed in edit/" @@ -7827,31 +7879,31 @@ msgstr "" "Mendefinisikan apakah atau tidak ketik ladang harus awalnya ditampilkan " "dalam mode edit / insert." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Tampilkan jenis isian" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Menampilkan isian fungsi pada modus edit/tambahkan" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Tampilkan isian fungsi" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Tempat menampilkan tautan baris tabel" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Tampilkan petunjuk" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7863,15 +7915,15 @@ msgstr "" "Tampilkan tautan untuk melihat hasil [a@http://php.net/manual/function." "phpinfo.php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Tampilkan tautan phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Tampilkan informasi detail server MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." @@ -7879,11 +7931,11 @@ msgstr "" "Mendefinisikan apakah query SQL yang dihasilkan oleh phpMyAdmin harus " "ditampilkan." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Tampilkan kueri SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy msgid "" "Defines whether the query box should stay on-screen after its submission." @@ -7891,24 +7943,24 @@ msgstr "" "Mendefinisikan apakah kotak pertanyaan harus tinggal di layar setelah " "penyerahan." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Sembunyikan kotak kueri" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Memungkinkan untuk menampilkan database dan tabel statistik (misalnya. " "Penggunaan ruang)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Tampilkan statistik" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy msgid "" "Mark used tables and make it possible to show databases with locked tables." @@ -7916,11 +7968,11 @@ msgstr "" "Mark menggunakan tabel dan memungkinkan untuk menampilkan database dengan " "tabel terkunci." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Lewati tabel terkunci" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -7928,11 +7980,11 @@ msgid "" "detected." msgstr "Menampilkan peringatan pada halaman utama jika Suhosin terdeteksi" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Peringatan Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7945,13 +7997,13 @@ msgstr "" "Nonaktifkan peringatan bawaan yang ditampilkan sewaktu nama kolom dalam " "tabel tabel telah dipesan oleh MySQL." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Validitas kuki masuk" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " @@ -7960,11 +8012,11 @@ msgstr "" "Ukuran textarea (kolom) dalam mode edit, nilai ini akan ditekankan untuk " "dihapus saja query SQL (*2) dan untuk jendela query (*1,25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Kolom textarea" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7973,35 +8025,35 @@ msgstr "" "Ukuran textarea (baris) dalam mode edit, nilai ini akan ditekankan untuk " "dihapus saja query SQL (*2) dan untuk jendela query (*1,25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Baris textarea" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Judul jendela peramban sewaktu basis data dipilih" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "Judul jendela peramban sewaktu tidak ada yang dipilih" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Judul bawaan" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Judul jendela peramban sewaktu server dipilih." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Judul jendela peramban ketika tabel dipilih." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " @@ -8014,27 +8066,27 @@ msgstr "" "For) terpercaya, header datang dari proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Daftar proksi tepercaya untuk allow/deny IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Direktori server tempat mengunggah berkas ekspor." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Direktori unggahan" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Mengizinkan pencarian terhadap seluruh basis data." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Gunakan pencarian basis data" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -8042,26 +8094,26 @@ msgstr "" "Ketika dinonaktifkan, pengguna tidak dapat mengatur pilihan apapun di bawah " "ini, lepas centang kotak di sebelah kanan." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Aktifkan tab pengembang dalam pengaturan" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Periksa versi terbaru" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktifkan pemeriksaan versi terbaru pada halaman utama phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Pemeriksaan versi" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8073,11 +8125,11 @@ msgstr "" "jika server yang terinstal phpMyAdmin tidak memiliki akses langsung ke " "internet. Formatnya adalah: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Alamat proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8087,19 +8139,19 @@ msgstr "" "otentikasi yang dilakukan. Jika nama pengguna diberikan, otentikasi dasar " "akan dilakukan. Tidak ada jenis otentikasi lain yang didukung saat ini." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nama Pengguna Proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Password untuk otentikasi proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Password proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -8107,47 +8159,47 @@ msgstr "" "Aktifkan kompresi [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "untuk operasi impor dan ekspor." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Masukkan kunci publik Anda untuk layanan reCAPTCHA domain Anda." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Kunci publik untuk reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Masukkan kunci privat Anda untuk layanan reCAPTCHA domain Anda." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Kunci privat untuk reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Pilih aksi default saat mengirim laporan kesalahan." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Kirim laporan kesalahan" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Kueri tereksekusi" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 #, fuzzy msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " @@ -8156,7 +8208,7 @@ msgstr "" "Aktifkan mode Zero Configuration yang memungkinkan anda mengatur phpMyAdmin " "tabel penyimpanan konfigurasi otomatis." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8184,47 +8236,82 @@ msgstr "Autentikasi HTTP" msgid "Signon authentication" msgstr "Autentikasi signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV menggunakan LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Lembar sebar OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Cepat" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Kustom" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opsi ekspor basis data" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV untuk data MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Teks OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +#, fuzzy +msgid "No SQL query was set to fetch data." +msgstr "Tidak ada query SQL ditetapkan untuk mengambil data." + +#: libraries/controllers/TableChartController.class.php:150 +#, fuzzy +msgid "No numeric columns present in the table to plot." +msgstr "Tidak ada kolom numerik yang muncul dalam tabel untuk perencanaan." + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data" +msgid "No data to display" +msgstr "Tidak ada data" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabel %1$s berhasil diubah." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Sukses hentikan Thread %s." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Relasi internal ditambahkan" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8239,12 +8326,12 @@ msgstr "Memungkinkan serangan rekursi dalam" msgid "No change" msgstr "Tidak ada perubahan" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Lihat %sdokumentasi kami%s untuk informasi lebih lanjut." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8300,6 +8387,7 @@ msgid "Create database" msgstr "Buat basis data" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Buat" @@ -8313,7 +8401,7 @@ msgid "No Privileges" msgstr "Tidak Ada Hak Akses" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Buat tabel" @@ -8325,50 +8413,94 @@ msgstr "Jumlah kolom" msgid "Could not load export plugins, please check your installation!" msgstr "Tidak dapat memuat plugin export, harap periksa instalasi Anda!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Mengekspor basis data dari server saat ini" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Mengekspor tabel dari basis data \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Mengekspor baris dari tabel \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Metode Ekspor:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Jenis ekspor" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Templat nama berkas:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nama tabel" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Templat nama berkas:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Tingkat diska temporer" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Diperbarui" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Pilih tabel" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metode ekspor" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Cepat - menampilkan opsi minimum" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Kustom - menampilkan semua opsi" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Basis Data:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabel:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opsi khusus format:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8376,52 +8508,52 @@ msgstr "" "Gulir ke bawah untuk mengisi pilihan untuk format yang dipilih dan " "mengabaikan pilihan untuk format lain." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Konversi Pengodean:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Baris:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Dump beberapa baris" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Baris untuk memulai:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Dump semua row" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Hasil:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Simpan ke direktori %s di server" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Templat nama berkas:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ akan menjadi nama server" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ akan menjadi nama basis data" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ akan menjadi nama tabel" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8432,88 +8564,88 @@ msgstr "" "menggunakan format string waktu. Tambahan ditransformasi sehingga menjadi: " "%3$s. Teks lain akan disimpan seperti biasa. Lihat %4$sFAQ%5$s untuk rincian." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "gunakan ini untuk ekspor kedepannya" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Set karakter berkas:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresi:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "di-zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "di-gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Tampilkan hasil sebagai teks" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Mengekspor tampilan sebagai tabel" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horisontal (judul diputar)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 #, fuzzy msgid "Rename exported databases/tables/columns" msgstr "Ubah nama diekspor database / tabel / kolom" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Simpan hasil ke suatu berkas" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 #, fuzzy msgid "Skip tables larger than" msgstr "Lewati tabel lebih besar dari" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Pilih tabel" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Pilih tabel" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Nama basis data" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Nama halaman baru: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Salin Nama kolom" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9099,7 +9231,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump (Skema) disimpan pada berkas %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memberikan hasil kosong (atau nol baris)." @@ -9187,7 +9319,7 @@ msgstr "Sembunyikan" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Fungsi" @@ -9267,7 +9399,7 @@ msgstr "" "untuk maju kemana saja" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9753,7 +9885,7 @@ msgstr "Baru" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "View" @@ -10121,232 +10253,243 @@ msgstr "Tidak ada dependensi parsial ditemukan!" msgid "Rename database to" msgstr "Ubah nama basis data menjadi:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Hak Akses Anda untuk melanjut tidak cukup!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Edit Hak Akses" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Basis data %s telah dihapus." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Hapus basis data" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Hapus basis data (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Struktur saja" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur dan data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Data saja" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Salin basis data ke" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE sebelum menyalin" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Tambahkan batasan" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Pindah ke basis data hasil penyalinan" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Urutkan tabel berdasarkan" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(unik)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pindahkan tabel ke (basis data.tabel):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Ubah nama tabel menjadi" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentar tabel" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Pilihan untuk tabel" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Mesin Penyimpanan" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy msgid "Change all column collations" msgstr "Membuat semua kolom atom" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Salin tabel ke (basis data.nama tabel):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pindah ke tabel salinan" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Pemeliharaan tabel" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analisis tabel" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Periksa tabel" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Periksa tabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentasikan tabel" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, fuzzy, php-format msgid "Table %s has been flushed." msgstr "Tabel %s telah dibersihkan." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Bersihkan tabel (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimalkan tabel" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Perbaiki tabel" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Hapus data atau tabel" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Kosongkan tabel (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Hapus tabel (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analisis" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Periksa" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimalkan" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Bangun ulang" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Perbaiki" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Tutup" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Pemeliharaan partisi" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partisi %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Hapus partisi" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Cek integriti referensial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s telah dipindahkan ke %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s telah disalin ke %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s telah dipindahkan ke %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabel %s telah disalin ke %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Nama tabel kosong!" @@ -10550,7 +10693,7 @@ msgstr "Kejadian" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definisi" @@ -11635,22 +11778,28 @@ msgstr "Mengelola daftar Central kolom" msgid "Remembering Designer Settings" msgstr "Ingat urutan tabel" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Jenis ekspor invalid" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Langkah cepat untuk menyiapkan fitur lanjut:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Membuat tabel yang dibutuhkan dengan contoh/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 #, fuzzy msgid "Create a pma user and give access to these tables." msgstr "Membuat user pma dan memberikan akses ke tabel ini." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 #, fuzzy msgid "" "Enable advanced features in configuration file (config.inc.php config.inc.php), misalnya dengan memulai dari config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 #, fuzzy msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "Login ulang ke phpMyAdmin untuk memuat file konfigurasi yang baru." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "tidak ada deskripsi" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11683,14 +11832,14 @@ msgid "" "configuration storage there." msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11892,6 +12041,7 @@ msgstr "Nama pengguna" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nama pengguna" @@ -12072,10 +12222,10 @@ msgid "Master server changed successfully to %s." msgstr "Server master berhasil diubah menjadi %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -12096,7 +12246,7 @@ msgstr "Event %1$s telah diubah." msgid "Event %1$s has been created." msgstr "Event %1$s telah dibuat." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy msgid "One or more errors have occurred while processing your request:" @@ -12107,7 +12257,8 @@ msgstr "" msgid "Edit event" msgstr "Edit kejadian" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detail" @@ -12121,7 +12272,7 @@ msgid "Event type" msgstr "Jenis event" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Ubah menjadi %s" @@ -12149,14 +12300,14 @@ msgid "On completion preserve" msgstr "Sewaktu selesai pertahankan" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 #, fuzzy msgid "Definer" msgstr "Definer" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy msgid "The definer must be in the \"username@hostname\" format!" @@ -12185,9 +12336,9 @@ msgid "You must provide an event definition." msgstr "Anda harus memasukkan definisi event." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -12228,92 +12379,98 @@ msgstr "" "menghindari masalah." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Jenis routine invalid: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Maaf, kami gagal memulihkan routine yang dihapus." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Routine %1$s telah diubah." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Routine %1$s telah diubah." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Routine %1$s telah dibuat." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Edit rutinitas" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nama routine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parameter" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Arah" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Tambahkan parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Hapus parameter terakhir" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Jenis hasil" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Panjang/nilai hasil" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Opsi hasil" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Deterministik" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Jenis keamanan" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Akses data SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "Anda harus memasukkan nama routine" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, fuzzy, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Arah tidak valid \"%s\" diberikan untuk parameter." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12321,36 +12478,36 @@ msgstr "" "Anda harus memasukkan panjang/nilai untuk parameter routine bagi jenis ENUM, " "SET, VARCHAR, dan VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Anda harus memasukkan nama dan jenis setiap parameter routine." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Anda harus memasukkan jenis hasil yang valid untuk routine." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Anda harus memasukkan definisi routine." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Hasil eksekusi routine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d baris terpengaruh oleh pernyataan terakhir dalam prosedur." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Jalankan routine" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parameter routine" @@ -12934,12 +13091,16 @@ msgid "You have revoked the privileges for %s." msgstr "Anda telah mencabut hak akses untuk %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Tambahkan pengguna" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Tambah grup pengguna" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Basis data untuk pengguna" #: libraries/server_privileges.lib.php:1946 @@ -12966,9 +13127,7 @@ msgid "User has been added." msgstr "Pengguna %s telah ditambahkan." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13050,11 +13209,15 @@ msgstr "" "… hapuskan yang lama dari tabel pengguna, kemudian muat ulang hak akses." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Ubah Informasi Masuk / Salin Pengguna" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Buat pengguna baru dengan hak akses yang sama dan …" #: libraries/server_privileges.lib.php:3036 @@ -13080,7 +13243,9 @@ msgid "Add privileges on the following table:" msgstr "Tambahkan hak akses pada tabel berikut" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Hapus pengguna yang dipilih" #: libraries/server_privileges.lib.php:3376 @@ -13115,35 +13280,41 @@ msgstr "Anda telah memperbarui hak akses untuk %s." msgid "Deleting %s" msgstr "Menghapus %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Hak akses berhasil dimuat ulang." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Pengguna %s telah terdaftar!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Hak Akses untuk %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "Baru" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Edit Hak Akses" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grup pengguna" + +#: libraries/server_privileges.lib.php:4144 #, fuzzy msgid "" "Note: You are attempting to edit privileges of the user with which you are " @@ -13151,11 +13322,13 @@ msgid "" msgstr "" "Catatan: Anda mencoba untuk mengedit hak-hak user yang Anda sedang login." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Ikhtisar pengguna" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13169,11 +13342,11 @@ msgstr "" "diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum " "melanjut." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Pengguna baru telah ditambahkan." @@ -14638,7 +14811,7 @@ msgstr "Identifer tidak valid" msgid "Unknown Punctuation String" msgstr "Punctation String tidak dikenali" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabel %s telah dikosongkan." @@ -14651,14 +14824,14 @@ msgstr "Pelacakan aktif." msgid "Tracking is not active." msgstr "Pelacakan tidak aktif." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "View %s telah dihapus" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14896,43 +15069,38 @@ msgstr "Penggunaan ruang" msgid "Effective" msgstr "Efektif" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabel %1$s berhasil diubah." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabel %1$s berhasil diubah." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Galat kueri" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Sukses menghapus pengguna yang dipilih." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Tambahkan ke favorit" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Daftar favorit sudah penuh!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Tampilkan kueri SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15429,22 +15597,6 @@ msgstr "Tidak ada versi stabil baru yang tersedia" msgid "Wrong data" msgstr "Data salah" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data" -msgid "No data to display" -msgstr "Tidak ada data" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -#, fuzzy -msgid "No SQL query was set to fetch data." -msgstr "Tidak ada query SQL ditetapkan untuk mengambil data." - -#: tbl_chart.php:126 -#, fuzzy -msgid "No numeric columns present in the table to plot." -msgstr "Tidak ada kolom numerik yang muncul dalam tabel untuk perencanaan." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15455,7 +15607,7 @@ msgstr "Basis data '%s' tidak ditemukan." msgid "Table %s already exists!" msgstr "Tabel %s sudah ada!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Tampilkan Dump (Skema) dari tabel" @@ -15463,30 +15615,18 @@ msgstr "Tampilkan Dump (Skema) dari tabel" msgid "Invalid table name" msgstr "Nama tabel tidak valid" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Relasi internal ditambahkan" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Sukses hentikan Thread %s." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Baris: %1$s, Kolom: %2$s, Kesalahan: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Nama kolom '%s' adalah kata kunci pesanan MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Tidak ada kolom yang dipilih." @@ -15704,7 +15844,7 @@ msgid "subquery" msgstr "subkueri" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Buat relasi" @@ -15783,13 +15923,13 @@ msgstr "Nama baru" msgid "Delete pages" msgstr "Pilih halaman" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Muat ulang" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Bantuan" @@ -16064,40 +16204,40 @@ msgstr "Judul bagan" msgid "X-Axis:" msgstr "Sumbu-X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Seri:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Label Sumbu-X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Nilai X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Label Sumbu-Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 #, fuzzy msgid "Series names are in a column" msgstr "Nama seri dalam kolom" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Dalam kolom:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Nilai untuk kolom %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17663,6 +17803,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert diatur ke 0" +#~ msgid "Add user" +#~ msgstr "Tambahkan pengguna" + +#~ msgid "Export Method:" +#~ msgstr "Metode Ekspor:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Data untuk visualisasi GIS tidak ditemukan." @@ -17919,11 +18065,6 @@ msgstr "concurrent_insert diatur ke 0" #~ msgid "pdf export page" #~ msgstr "Jenis ekspor invalid" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Jenis ekspor invalid" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/it.po b/po/it.po index 0474186854..e1939eb191 100644 --- a/po/it.po +++ b/po/it.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-07-07 18:38+0200\n" "Last-Translator: Stefano Martinelli \n" -"Language-Team: Italian " -"\n" +"Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,9 +91,9 @@ msgstr "Colonna" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Collegamenti a" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Commenti" msgid "Primary" msgstr "Primaria" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Primaria" msgid "No" msgstr "No" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "No" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "Non ci sono tabelle nel database." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabelle" @@ -248,11 +248,11 @@ msgstr "Tabelle" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Struttura" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Dati" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Seleziona tutto" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Il nome del database è vuoto!" -#: db_operations.php:139 +#: db_operations.php:140 #, 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:151 +#: db_operations.php:152 #, 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:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -338,14 +337,14 @@ msgid "Tracked tables" msgstr "Tabelle monitorate" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -363,7 +362,7 @@ msgstr "Creato" msgid "Updated" msgstr "Aggiornato" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -494,23 +493,23 @@ msgid "Point:" msgstr "Punto:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Punto %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Aggiungi un punto" @@ -532,7 +531,7 @@ msgstr "Cerchio interno %d:" msgid "Add a linestring" msgstr "Aggiungi un linestring" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Aggiunge una cerchia interna" @@ -549,32 +548,32 @@ msgstr "Aggiungi un poligono" msgid "Add geometry" msgstr "Aggiungi una geometria" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -603,7 +602,7 @@ msgstr "" msgid "Succeeded" msgstr "Riuscito" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Fallito" @@ -710,7 +709,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Non è stato possibile caricare l'avanzamento dell'importazione." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -809,7 +808,7 @@ msgstr "Informazioni sulla versione:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1173,7 +1172,7 @@ msgid "SQL query:" msgstr "Query SQL:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Valori per asse Y" @@ -1199,36 +1198,58 @@ msgstr "La password non coincide!" msgid "Removing Selected Users" msgstr "Rimozione Utenti Selezionati" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Chiudi" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Il numero di pagine create." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Il profilo è stato aggiornato." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "La riga è stata eliminata." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Altre" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Connessioni / Processi" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Configurazione del monitor locale incompatibile!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1241,154 +1262,154 @@ msgstr "" "funzionino. Sei pregato di ripristinare queste impostazioni ai valori " "iniziali nel menù Settings." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efficienza della cache delle query" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Utilizzo della cache delle query" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache delle query utilizzata" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Utilizzo della CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memoria" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Carico medio" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memoria totale" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memoria cached" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memoria buffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memoria libera" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memoria utilizzata" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap totale" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap in cache" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap utilizzata" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap libera" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Byte inviati" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Byte ricevuti" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Connessioni" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabella/e" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Domande" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Traffico" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Impostazioni" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Aggiungi diagramma alla griglia" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Aggiungi almeno una variabile alla serie!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1400,47 +1421,47 @@ msgstr "Aggiungi almeno una variabile alla serie!" msgid "None" msgstr "Nessuno" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Avvia il monitoraggio" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Arresta il monitoraggio" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Avvia auto-refresh" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Blocca l'auto-refresh" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query_log sono abilitati." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log è abilitato." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log è abilitato." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log e general_log sono disabilitati." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output non è impostato su TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output è impostato su TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1451,12 +1472,12 @@ msgstr "" "più di %d secondi. É consigliato di impostare long_query_time a 0-2 seconds, " "a secondi del tipo di sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time é impostato a %d secondi." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1465,30 +1486,30 @@ msgstr "" "valori predefiniti durante il riavvio del server:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Imposta log_output a %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Abilita %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Disabilita %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Imposta long_query_time a %d secondi." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1496,59 +1517,59 @@ msgstr "" "Non puoi cambiare i valori di queste variabili. Prega effettua il login come " "root o contatta l'amministratore del database." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Modifica impostazioni" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Impostazioni attuali" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titolo del diagramma" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differenziali" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Diviso per %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unità" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Dallo slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Dal log generale" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Il nome del database non è noto per questa query nei log del server." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analisi dei log in corso" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" "L'analisi e il caricamento dei log in corso. Questa operazione potrebbe " "richiedere del tempo." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Annulla la richiesta" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1558,7 +1579,7 @@ msgstr "" "raggruppamento è fatto in base al testo che costituisce la query SQL, quindi " "altri attributi, come lo start time, potrebbero essere diversi." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1568,33 +1589,33 @@ msgstr "" "queste query effettuate sulla stessa tabella verranno raggruppate, ignorando " "i dati inseriti." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Dati di log caricati. Query eseguite in questo intervallo di tempo:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Vai alla tabella di Log" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nessun dato trovato" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Il log é stato analizzato, ma nessun dato è stato trovato per questo " "intervallo di tempo." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analisi in corso…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Spiega l'output" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1604,58 +1625,58 @@ msgstr "Spiega l'output" msgid "Time" msgstr "Tempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tempo totale:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Risultati del profiling" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabella" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafico" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opzioni di filtro per il log delle tabelle" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtra" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtra query per parola/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Raggruppa query ignorando dati variabili nelle condizioni del WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Somma delle righe raggruppate:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totale:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Caricamento dei log in corso" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "L'aggiornamento del monitor è fallito" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1665,90 +1686,90 @@ msgstr "" "invalida. Potrebbe essere accaduto a causa del termine della validità della " "tua sessione. Prova a ricaricare la pagina reinserendo i tuoi dati di login." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Ricarica la pagina" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Righe coinvolte:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "L'analisi del file di configurazione é fallita. Non sembra essere codice " "JSON valido." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Impossibile creare la tabella dei grafici con la configurazione importata. " "Ripristino alle impostazioni predefinite in corso…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importa" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importa la configurazione del monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Seleziona il file da importare." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Sul server non è disponibile nessun file da importare!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analizza la Query" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Advisor" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possibili problemi di prestazioni" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problema" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Avviso" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Dettagli della regola" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Giustificazione" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variabile / formula utilizzata" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Prova" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formatto SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1759,59 +1780,59 @@ msgstr "Formatto SQL..." msgid "Cancel" msgstr "Annulla" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Impostazioni pagina" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Applica" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Caricamento…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Richiesta interrotta!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Elaborazione Richiesta" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Richiesta Fallita!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Errore nel processare la richiesta" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Codice errore: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Messaggio errore: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nessun database selezionato." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Eliminazione Campo" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Creazione chiave primaria" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1820,63 +1841,63 @@ msgstr "Creazione chiave primaria" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Clicca per chiudere questa notifica" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Rinominazione dei Database" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Sto copiando il Database" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Sto cambiando il charset" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Abilita i controlli sulle chiavi esterne" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Il conteggio delle righe reali è fallito." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Ricerca in corso" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Nascondi i risultati della ricerca" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostra i risultati della ricerca" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Navigazione" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Cancellazione" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "La definizione delle funzioni memorizzate deve contenere un istruzione " "RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1886,61 +1907,61 @@ msgstr "" msgid "Export" msgstr "Esporta" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor di ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valori per il campo %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valori per un nuovo campo" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Inserisci i valori in campi separati." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Aggiungi %d valore/i" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Nota: Se il file contiene piú di una tabella, i dati saranno combinati in un " "unica tabella." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Nascondi riquadro query SQL" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostra riquadro query SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Modifica" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1948,40 +1969,40 @@ msgstr "Modifica" msgid "Delete" msgstr "Elimina" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d non è un numero valido di righe." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Naviga tra i valori esterni" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Nessuna query auto-memorizzata" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabile %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Seleziona" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selettore colonne" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Cerca nella lista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1990,15 +2011,15 @@ msgstr "" "Nessuna colonna nella lista centrale. Assicurati che la lista centrale per " "il database %s abbia colonne non presenti nella tabella corrente." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Vedi altri" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Sei sicuro?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2006,52 +2027,52 @@ msgstr "" "Questa azione potrebbe cambiare la definizione di alcune colonne.
Vuoi " "continuare?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continua" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Aggiungi chiave primaria" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Chiave primaria aggiunta." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Alla fase successiva…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "La prima fase di normalizzazione per la tabella '%s' è completa." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fase terminata" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Seconda fase di normalizzazione (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Fatto" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Conferma dipendenze parziali" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Le dipendenze parziali selezionate sono come segue:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2059,20 +2080,20 @@ msgstr "" "Nota: a, b -> d, f implica che i valori delle colonne a e b combinati " "possono determinare i valori delle colonne d ed f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nessuna dipendenza parziale selezionata!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Mostrami le possibili dipendenze parziali basandoti sui dati nella tabella" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Nascondi la lista delle dipendenze parziali" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2080,40 +2101,40 @@ msgstr "" "Stai pronto! Potrebbero volerci alcuni secondi, in base alla quantità di " "dati e al numero di colonne della tabella." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Fase" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Verranno eseguite le seguenti azioni:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "ELIMINA le colonne %s dalla tabella %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Crea la tabella seguente" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Terzo livello di normalizzazione (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Conferma le dipendenze transitive" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Le dipendenze selezionate sono come segue:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nessuna dipendenza selezionata!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2122,127 +2143,127 @@ msgstr "Nessuna dipendenza selezionata!" msgid "Save" msgstr "Salva" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Nascondi criteri di ricerca" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Mostra criteri di ricerca" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Ricerca nell'intervallo" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Numero massimo dei campi:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Numero minimo dei campi:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valore minimo:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valore massimo:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Nascondi i criteri di trova e sostituisci" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Mostra criteri di ricerca e sostituzione" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Ogni punto rappresenta una riga dei dati." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Passando il mouse su un punto mostrerà la sua etichetta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Per effettuare lo zoom, scegliere una sezione del plot con il mouse." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Fai clic sul bottone \"Ripristina zoom\" per tornare allo stato originale." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Clicca su un punto nel piano per visualizzare ed eventualmente modificare la " "riga di dati." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Il piano può essere ridimensionato trascinandolo dall'angolo in basso a " "destra." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Seleziona due campi" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Seleziona due campi diversi" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Contenuto del punto" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copia" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Stringa su più linee" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Cerchio Interno" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Cerchio Esterno" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Vuoi copiare la chiave di criptazione?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Chiave di criptazione" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2250,24 +2271,24 @@ msgstr "" "Indica che hai modificato questa pagina; ti verrà chiesta una conferma prima " "di abbandonare le modifiche" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Seleziona le chiavi referenziali" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Seleziona Foreign Key" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Seleziona la chiave primaria o una chiave univoca!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Scegli il campo da mostrare" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2275,77 +2296,77 @@ msgstr "" "Non hai salvato i cambiamenti della disposizione. Questi cambiamenti saranno " "persi se non li salvi. Vuoi procedere?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nome della pagina" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Salva pagina" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Salva pagina come" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Apri pagina" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Cancella pagina" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Senza titolo" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Scegli una pagina per continuare" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Inserisci un nome di pagina valido" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Vuoi salvare le modifiche apportate alla pagina corrente?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Pagina eliminata con sucesso" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Esporta schema relazionale" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Le modifiche sono state salvate" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Aggiungi un'opzione al campo \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d oggetto/i creato/i." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Invia" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Premi Esc per annullare la modifica." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2353,15 +2374,15 @@ msgstr "" "Hai modificato dei dati e non hai salvato. Sei sicuro di voler navigare via " "da questa pagina senza salvare i dati?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Trascina per riordinare." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Clicca per ordinare i risultati secondo questa colonna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2371,28 +2392,28 @@ msgstr "" "alternare ASC/DESC.
- Ctrl+Click o Alt+Click (Mac: Shift+Option+Click) " "per rimuovere la colonna dalla clausola ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Clicca per selezionare/deselezionare." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Doppio click per copiare il nome della colonna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Clicca sulla freccia
per cambiare lo stato di visualizzazzione dei " "campi." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostra tutti" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2401,13 +2422,13 @@ msgstr "" "modifica, copia ed eliminazione potrebbero non funzionare dopo il " "salvataggio." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Inserire una stringa esadecimale valida. I caratteri consentiti sono 0-9, A-" "F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2415,134 +2436,134 @@ msgstr "" "Vuoi davvero vedere tutte le righe? Con una tabella di grandi dimensioni, " "questa operazione potrebbe mandare il browser in crash." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Lunghezza originale" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Annulla" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Fallito" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Riuscito" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importa stato" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Rilascia i file qui" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Prima seleziona un database" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "È possibile modificare la maggior parte dei campi
cliccando due volte " "direttamente su essi." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "È possibile modificare la maggior parte dei valori
cliccando " "direttamente su essi." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Vai al link:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copia il nome del campo." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Click destro sul nome della colonna per copiarlo negli appunti." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Genera password" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Genera" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Cambia password" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Più" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Mostra pannello" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Nascondi pannello" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Mostra elementi nascosti dell'albero di navigazione." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Collega al pannello principale" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Scollega dal pannello principale" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Per filtrare tutti i database sul server, premi INVIO dopo un termine di " "ricerca" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Per filtrare tutti i %s nel database, premi INVIO dopo un termine di ricerca" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabelle" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "viste" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedure" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "eventi" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funzioni" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "La pagina richiesta non è stata trovata nella cronologia, potrebbe essere " "scaduta." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2552,28 +2573,28 @@ msgstr "" "l'aggiornamento. La versione più recente è la %s, rilasciata il %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", versione stabile piú recente:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aggiornata" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Crea vista" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Invia segnalazione di errore" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Invia segnalazione di errore" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2581,15 +2602,15 @@ msgstr "" "Un errore fatale di JavaScript si è verificato. Vuoi inviare una " "segnalazione?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Modifica le impostazioni delle segnalazioni" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Mostra i dettagli della segnalazione" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2597,7 +2618,7 @@ msgstr "" "L'esportazione non è stata completata, a causa di un limite di tempo troppo " "basso nell'esecuzione di script PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2607,62 +2628,62 @@ msgstr "" "alcuni campi saranno ignorati, a causa della configuazione max_input_vars di " "PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Sono stati rilevati alcuni errori sul server!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Guarda in fondo a questa finestra." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignora Tutto" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Secondo le impostazioni, sono in corso di presentazione, si prega di " "attendere." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Eseguire di nuovo questa query?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Sei sicuro di voler eliminare questo bookmark?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" "Ci sono stati alcuni errori durante il recupero delle informazioni di debug " "SQL." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s query eseguite %s volte in %s secondi." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s argomento(i) passati" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Mostra argomenti" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Nascondi argomenti" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Tempo utilizzato:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2673,334 +2694,334 @@ msgstr "" "essere disponibili. Nel browser Safari questo problema di solito è causato " "dalla modalità \"Navigazione Privata\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Prec" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Prossimo" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Oggi" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Gennaio" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Febbraio" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Marzo" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Aprile" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maggio" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Giugno" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Luglio" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agosto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Setttembre" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Ottobre" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembre" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dicembre" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mag" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Giu" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Lug" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Ott" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dic" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Domenica" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Lunedì" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Martedì" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Mercoledì" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Giovedì" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Venerdì" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sabato" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Gio" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Gi" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sett" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Nessuno" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Ora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuto" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Secondo" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Questo campo è obbligatorio" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Si prega di correggere questo campo" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Per favore inserisci un indirizzo email valido" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Si prega di inserire un URL valido" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Si prega di inserire una data valida" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Si prega di inserire una data valida ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Si prega di inserire un numero valido" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Si prega di inserire un numero di carta di credito valido" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Si prega di inserire solo cifre" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Si prega di inserire lo stesso valore di nuovo" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Si prega di inserire non più di {0} caratteri" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Si prega di inserire almeno {0} caratteri" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Per favore inserisci un valore tra {0} e {1} caratteri" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Immettere un valore compreso tra {0} e {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Per favore inserisci un valore minore o uguale a {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Immettere un valore maggiore o uguale a {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Si prega di inserire una data o un'ora valida" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Si prega di inserire un input HEX valido" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Errore" @@ -3071,18 +3092,18 @@ msgstr "all'ora" msgid "per day" msgstr "al giorno" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "File di configurazione esistente (%s) non è leggibile." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Dimensione font" @@ -3101,7 +3122,7 @@ msgid "Requery" msgstr "Re-query" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3110,7 +3131,7 @@ msgstr "Re-query" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3185,7 +3206,7 @@ msgid "History" msgstr "History" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3208,7 +3229,7 @@ msgstr "History" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opzioni" @@ -3279,7 +3300,7 @@ msgid "Count:" msgstr "Conteggio:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3333,10 +3354,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Passare al tema scuro" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3344,10 +3365,10 @@ msgstr "Passare al tema scuro" msgid "Ascending" msgstr "Crescente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3561,125 +3582,126 @@ msgstr "Deseleziona tutto" msgid "Inside column:" msgstr "All'interno del campo:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Salva i dati modificati" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Ripristina l'ordine dei campi" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtra righe" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Cerca nella tabella" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inizio" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Precedente" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Prossima" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Ultima" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Tutti" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Numero di righe:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordina per chiave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Testi parziali" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Testi completi" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Chiave relazionale" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Campo di visualizzazione relazionale" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostra contenuti binari" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Mostra contenuti BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Nascondi le trasformazioni del browser" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Well Known Text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "La riga è stata eliminata." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Rimuovi" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Può essere approssimativo. Vedi [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "La query SQL è stata eseguita con successo." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3688,36 +3710,36 @@ msgstr "" "Questa vista ha, come minimo, questo numero di righe. Per informazioni " "controlla la %sdocumentazione%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostro le righe %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d totali, %2$d nella query" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d del totale" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "La query ha impiegato %01.4f secondi." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Se selezionati:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3726,24 +3748,24 @@ msgstr "Se selezionati:" msgid "Check All" msgstr "Seleziona tutti" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Visualizza per stampa" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operazioni sui risultati della query" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Mostra diagramma" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualizzare dati GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link non trovato!" @@ -3865,7 +3887,7 @@ msgstr "Cardinalità" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3875,7 +3897,7 @@ msgid "Collation" msgstr "Codifica caratteri" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Commenti" @@ -3890,7 +3912,7 @@ msgid "Index %s has been dropped." msgstr "L'indice %s è stato eliminato." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3908,7 +3930,7 @@ msgstr "" "possibilmente, essere rimosso." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3925,7 +3947,7 @@ msgstr "Vista" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3956,7 +3978,7 @@ msgstr "Inserisci" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegi" @@ -4019,16 +4041,18 @@ msgid "Central columns" msgstr "Colonne centrali" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Database" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Utenti" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Gruppi utenti" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4103,7 +4127,7 @@ msgid "Could not save favorite table!" msgstr "Impossibile salvare la tabella dei preferiti!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Rimuovi dai preferiti" @@ -4124,7 +4148,7 @@ msgid "Recent" msgstr "Recente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabelle preferite" @@ -4759,16 +4783,16 @@ msgstr "Dimensione massima: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Messaggio di MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Spiega SQL" @@ -4785,7 +4809,7 @@ msgstr "Spiegazione Analisi a %s" msgid "Without PHP Code" msgstr "Senza codice PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Crea il codice PHP" @@ -4876,6 +4900,10 @@ msgstr "Ultimo cambiamento" msgid "Last check" msgstr "Ultimo controllo" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Utenti" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Cerca:" @@ -4969,8 +4997,8 @@ msgstr "NO" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4978,7 +5006,7 @@ msgstr "Nome" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Lunghezza/Valori" @@ -5256,7 +5284,7 @@ msgid "Not a valid port number!" msgstr "Numero della porta non valido!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valore non corretto!" @@ -5267,37 +5295,37 @@ msgstr "Valore non corretto!" msgid "Value must be equal or lower than %s!" msgstr "Il valore deve essere uguale o minore di %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Dati mancanti per %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "non disponibile" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" richiede l'estensione %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "L'importazione di dati compressi non funzionerà, funzione (%s) mancante." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "L'esportazione con compressione non funzionerà, funzione (%s) mancante." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "massimo %s" @@ -5314,7 +5342,7 @@ msgid "Set value: %s" msgstr "Imposta valore: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Ripristinare valori predefiniti" @@ -5793,7 +5821,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Massimo tempo di esecuzione" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Utilizzare l'istruzione di %s" @@ -5802,7 +5830,7 @@ msgstr "Utilizzare l'istruzione di %s" msgid "Save as file" msgstr "Salva con nome" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Codifica dei caratteri del file" @@ -5818,8 +5846,8 @@ msgstr "Compressione" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5829,14 +5857,14 @@ msgstr "Compressione" msgid "Put columns names in the first row" msgstr "Metti i nomi dei campi nel primo rigo" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Campi limitati da" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Campi prefissati con" @@ -5844,8 +5872,8 @@ msgstr "Campi prefissati con" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Sostituisci NULL con" @@ -5853,13 +5881,13 @@ msgstr "Sostituisci NULL con" msgid "Remove CRLF characters within columns" msgstr "Rimuovi i caratteri CRLF dai campi" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Campi terminati da" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linee terminate con" @@ -5881,8 +5909,8 @@ msgid "Table name template" msgstr "Modello per nomi delle tabelle" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5910,14 +5938,14 @@ msgid "Label key" msgstr "Chiave etichetta" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipo MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relazioni" @@ -5925,110 +5953,116 @@ msgstr "Relazioni" msgid "Export method" msgstr "Metodo di esportazione" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Salva sul server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Sovrascrivi file(s) esistente/i" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Esporta le tabelle come file separati" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Ricorda il modello per i nomi dei file" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Aggiungi valore AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Racchiudi i nomi di tabelle e di campi con virgolette" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modalità di compatibilità SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "opzioni di CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Creazione/Aggiornamento/Controllo dati" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Usa inserimenti ritardati" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Disabilita i controlli sulle chiavi straniere" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Esporta le viste come tabelle" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Esporta i metadati correlati prelevandoli dall'area di configurazione di " "phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Aggiungi %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usa notazione esadecimale per i BINARI e i BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Usa ignore inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintassi da utilizzare nell'inserimento dei dati" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Lunghezza massima di una query creata" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipo di esportazione" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Includi esportazione in una transazione" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Esporta l'orario in UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Forza una connessione sicura durante l'utilizzo di phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forza una connession SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6037,164 +6071,162 @@ msgstr "" "[kbd]content[/kbd] sono i dati di rifereimento, [kbd]id[/kbd] é il valore " "della chiave." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordinamento delle chiavi esterne nel menu a tendina" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Un menu a tendina verrá utilizzato in caso ci siano meno elementi." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limite di chiavi esterne" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valore di default per il checkbox dei controlli di chiave esterna per alcune " "query." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Controllo delle chiavi esterne" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modalitá di navigazione" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personalizza modalità di navigazione." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personalizza le opzioni predefinite." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Sviluppatore" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Impostazioni per gli sviluppatori di phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modalitá di modifica" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personalizza la modalitá di modifica." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Esporta i predefiniti" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personalizza le opzioni di esportazione predefinite." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Caratteristiche" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Generale" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Imposta delle opzioni utilizzate abitualmente." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importa i predefiniti" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personalizza le opzioni di importazione predefinite." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importa / esporta" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Imposta le opzioni di compressione e le cartelle per l'esportazione e " "l'importazione." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opzioni di visualizzazione dei database." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Pannello di navigazione" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalizza l'aspetto del pannello di navigazione." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Albero di navigazione" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Personalizza l'albero di navigazione." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Server" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opzioni di visualizzazione dei server." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opzioni di visualizzazione delle tabelle." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Pannello principale" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Altre opzioni principali" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Altre impostazioni." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titoli delle pagine" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6203,11 +6235,11 @@ msgstr "" "[doc@faq6-27]documentation[/doc] per vedere delle stringhe che possono " "essere utilizzate per ottenere dei valori speciali." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sicurezza" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6215,23 +6247,23 @@ msgstr "" "Si prega di notare che phpMyAdmin é solo un'interfaccia e le sue " "funzionalità non limitano MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Impostazioni di base" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autenticazione" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Impostazioni di autenticazione." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configurazione del server" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6239,15 +6271,15 @@ msgstr "" "Configurazione avanzata del server, non cambiare queste opzioni se non sai a " "cosa servono." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Inserisci i parametri di connessione al server." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Configurazione di memorizzazione" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6257,11 +6289,11 @@ msgstr "" "alle funzionalitá supplementari, vedi [doc@linked-tables]memorizzazione " "della configurazione di phpMyAdmin[/doc] nella documentazione." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Monitoriaggio dei cambiamenti" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6269,112 +6301,112 @@ msgstr "" "Monitoraggio dei cambiamenti effettuati al database. Richiede la " "memorizzazione della configurazione di phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalizza le opzioni di esportazione" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizza le opzioni predefinite di importazione" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizza pannello di navigazione" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizza pannello principale" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Query SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Riquadro per query SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizza i collegamenti mostrati nei riquadri per query SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Impostazioni query SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Avvio" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Personalizza la pagina benvenuto." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Struttura del database" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Seleziona quali dettagli mostrare nella struttura del database (lista delle " "tabelle)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Struttura della tabella" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Impostazioni per la struttura delle tabelle (lista delle colonne)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Schede" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Seleziona il funzionamento delle tabulazioni." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Visualizza lo schema relazionale" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Dimensioni carta" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campi di testo" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personalizza le opzioni dei campi di input." # I think "Texy" is a mistake because on KB "y" is close to "t" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Testo! testo" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalizza le opzioni predefinite" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avviso" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Disabilita alcuni degli avvisi mostrati da phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6382,15 +6414,15 @@ msgstr "" "Abilita compressione [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] per le " "operazioni di importazione ed esportazione." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parametri aggiuntivi per iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6398,11 +6430,11 @@ msgstr "" "Se impostato, phpMyAdmin continuerá a processare le query con istruzioni " "multiple anche se una di queste fallisce." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignore errori delle istruzioni multiple" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6413,27 +6445,27 @@ msgstr "" "buon modo di importare grandi file, tuttavia potrebbe interrompere le " "transazioni." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importazione parziale: consenti interruzione" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Non interrompere su errore durante un operazione di INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Aggiungi ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" "Aggiorna i dati quando vengono trovate chiavi duplicate durante " "l'importazione" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6441,69 +6473,69 @@ msgstr "" "Formato predefinito; notare che questa lista dipende dalla posizione " "(database, tabella) e solo SQL é sempre disponibile." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato del file importato" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Usa parola chiave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "I nomi dei campi sulla prima riga" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Non importare righe vuote" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa valute ($5.00 a 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentuali come valori decimali (12.00% a .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Numero di query da saltare dall'inizio." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importazione parziale: ignora query" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usare AUTO_INCREMENT per il valore zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Stato iniziale per i dispositivi di scorrimento" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Il numero massimo di righe che è possibile inserire in una volta." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Il numero di righe inserite" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Il numero massimo di caratteri mostrati in qualsiasi campo non-numerico " "nella vista di navigazione." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limita i caratteri dei campi" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6514,11 +6546,11 @@ msgstr "" "opzione é impostata a FALSE è facile dimenticare di uscire anche dagli altri " "server, quando si é connessi a multipli server." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Elimina tutti i cookie al logout" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6526,11 +6558,11 @@ msgstr "" "Stabilisci se il login precedente deve essere ricordato o meno, nel modo di " "autenticazione [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Ricorda nome utente" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6542,50 +6574,50 @@ msgstr "" "solo per la sessione esistente, e verrá rimorro al momento della chiusura " "della finestra del browser. Questo é consigliato per ambienti di sfiducia." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Store del cookie di login" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Stabilisce per quanto tempo (in secondi) un cookie di login è valido." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validitá per il cookie di login" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Raddoppia la dimensione dell'area di testo per campi LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Un area di testo piú grande per LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Il numero massimo di caratteri utilizzati per visalizzare una query SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Lunghezza massima per visualizzazione SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Gli utenti non possono impostare un valore maggiore" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" "Il numero massimo di database da visualizzare nella lista dei database." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Massimi numero dei database" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6593,11 +6625,11 @@ msgstr "" "Il numero di elementi che possono essere visualizzati in ogni pagina al " "primo livello dell'albero di navigazione." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Numero massimo di elementi al primo livello" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6605,11 +6637,11 @@ msgstr "" "Il numero di elementi che possono essere visualizzati in ogni pagina " "dell'albero di navigazione." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Numero massimo di elementi nel ramo" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6618,19 +6650,19 @@ msgstr "" "risultati contengono ulteriori righe i collegamenti \"Precedente\" e " "\"Seguente\" saranno mostrati." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Il massimo numero di righe da visualizzare" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Il numero massimo di tabelle da visualizzare nella lista di tabelle." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Il massimo numero di tabelle" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6638,43 +6670,43 @@ msgstr "" "Il numero massimo di byte che uno script può allocare, ad esempio [kbd]32M[/" "kbd] ([kbd]0[/kbd] per nessun limite)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limite memoria" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Nel pannello di navigazione, sostituisce l'albero del database con un " "selettore" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Mostra la navigazione tra i database in forma di albero" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Collegamento con il pannello principale evidenziando il database o la " "tabella correnti." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Mostra logo nel pannello di navigazione." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Visualizza logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL a cui punta il logo del logo nel pannello di navigazione." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL del collegamento per il logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6682,29 +6714,29 @@ msgstr "" "Apri i link nella finestra principale ([kbd]main[/kbd]) o in una finestra " "nuova ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Destinazione del collegamento per il logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" "Visualizza la scelta del server nella parte superiore del pannello di " "navigazione." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Visalizza la selezione dei server" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Destinazione per l'icona di accesso veloce" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Destinazione per la seconda icona di accesso veloce" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6712,17 +6744,17 @@ msgstr "" "Numero minimo di elementi (tabelle, viste, procedure ed eventi) per " "visualizzare il riquadro di filtraggio." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Numero minimo di elementi per visualizzare il riquadro di filtraggio" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Numero minimo di database per visualizzare il riquadro di filtraggio dei " "database" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6730,157 +6762,147 @@ msgstr "" "Raggruppa gli elementi nell'albero della navigazione (determinato dal " "separatore definito nella sezione Database e Tabelle qui sopra)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Raggruppa elementi nell'albero" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Stringa che separa i database in diversi livelli dell'albero." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separatore dell'albero database" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Stringa che separa le tabelle in diversi livelli dell'albero." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separatore dell'albero di tabelle" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Massima profonditá per l'albero delle tabelle" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Evidenzia il server sotto il cursore del mouse." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Abilita evidenziamento" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Se consentire la possibilità di espandere l'albero nel pannello di " "navigazione." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Abilita l'espansione dell'albero di navigazione" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Mostra le tabelle nell'albero" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "Se mostrare le tabelle sotto il database nell'albero di navigazione" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Mostra le view nell'albero" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Se mostrare le view sotto il database nell'albero di navigazione" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Mostra le funzioni nell'albero" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "Se mostrare le funzioni sotto il database nell'albero di navigazione" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Mostra le procedure nell'albero" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "Se mostrare le procedure sotto il database nell'albero di navigazione" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Mostra gli eventi nell'albero" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "Se mostrare gli eventi sotto il database nell'albero di navigazione" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Numero massimo di tabelle usate di recente; imposta 0 per disabilitare." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Numero massimo di tabelle preferite; imposta 0 per disabilitare." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabelle utilizzate recentemente" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Questi sono i collegamenti per Modifica, Copia ed Elimina." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Dove mostrare i collegamenti per le righe delle tabelle" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "Se visualizzare i link di riga anche in assenza di una chiave univoca." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Mostra comunque i link di riga" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Utilizza l'ordine naturale per ordinare i nomi delle tabelle e dei database." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordine naturale" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Usa solo icone, solo testo o entrambi." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra di navigazione delle tabelle" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Usa il buffer di uscita GZip per una maggiore velocità nei trasferimenti via " "HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "utilizza il buffer di uscita GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6888,19 +6910,19 @@ msgstr "" "[kbd]SMART[/kbd] - ad esempio ordine decrescente per i campi di tipo TIME, " "DATE, DATETIME e TIMESTAMP, ordine crescente altrimenti." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordinamento predefinito" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Usa connessioni persistenti per i database MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Connessione persistente" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6910,11 +6932,11 @@ msgstr "" "dettagli della Struttura dei database, se qualche tabella necessaria per " "memorizzare la configurazione di phpMyAdmin non viene trovata." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mancano le tabelle di configurazione di phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6922,11 +6944,11 @@ msgstr "" "Disabilita l'avviso predefinito che viene visualizzato se è rilevata una " "differenza tra la libreria MySQL e il server." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Avviso differenza Server/libreria" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6935,27 +6957,27 @@ msgstr "" "Struttura se una tabella contiene campi i cui nomi sono parole riservate in " "MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Avviso parola riservata in MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Come visualizzare le linguette dei menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Come visualizzare i collegamenti a diverse azioni" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Disabilita l'opzione di modifica dei campi BLOB e BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Proteggi campi binari" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6966,110 +6988,110 @@ msgstr "" "disabilitata, questa utilizzera funzioni JS per visualizzare la cronologia " "delle query (persa alla chiusura della finstra)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Cronologia delle query permanente" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Numero di query conservate in cronologia." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Lunghezza per la cronologia delle query" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Seleziona le funzioni che saranno usate per la conversione dell'insieme di " "caratteri." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motore di registrazione" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "L'ordine delle tabelle é memorizzato durante la navigazione delle tabelle." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Ricorda l'ordine delle tabelle" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" "Criterio di ordinamento predefinito per le tabelle con chiave primaria." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Ordinamento predefinito per la chiave primaria" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Ripeti le intestazioni ogni X celle, [kbd]0[/kbd] disattiva questa " "funzionalità." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Ripeti intestazioni" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Modifica griglia: azione di innesco" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Visualizzazione relazionale" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Per le Opzioni di visualizzazione" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Modifica griglia: salva all'istante tutte le celle modificate" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Cartella in cui le esportazioni possono essere salvate sul server." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Salva cartella" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Lasciare vuoto se non usato." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordine dei permessi del host" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Lasciare vuoto per i valori predefiniti." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regole dei permessi del host" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Consenti login senza la parola chiave" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Consenti login per utenti root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Timezone della sessione" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7077,16 +7099,16 @@ msgstr "" "Imposta la timezone effettiva, potrebbe essere diversa da quella del tuo " "server database" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Il nome del Basic Auth Realm da visualizzare quando si esegue HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Realm HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7096,19 +7118,19 @@ msgstr "" "com]autenticazione con hardware SweKey[/a] (non salvata nella cartella " "document root; percorso consigliato: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "File di configurazione SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Metodo di autenticazione da usare." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipo di autenticazione" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7116,11 +7138,11 @@ msgstr "" "Lascia vuoto per disattivare il supporto per i [a@http://wiki.phpmyadmin.net/" "pma/bookmark]segnalibri[/a], consigliato: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabella dei segnalibri" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7128,31 +7150,31 @@ msgstr "" "Lascia vuoto per disattivare i commenti/tipi mime per i campi, consigliato: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabella delle informazioni sui campi" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Comprimi la connessione al server MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Comprimi la connessione" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Come connettersi al server, lascia [kbd]tcp[/kbd] se non sei sicuro." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipo di connessione" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Parola chiave per l'utente di controllo" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7161,11 +7183,11 @@ msgstr "" "ulteriori informazioni disponibili nella [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Utente di controllo" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7173,11 +7195,11 @@ msgstr "" "Un host alternativo per memorizzare la configurazione; lasciare in bianco " "per utilizzare l'host già definito." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Host di controllo" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7187,15 +7209,15 @@ msgstr "" "configurazione; lasciare in bianco per usare la porta di default, ovvero la " "porta già definita, se controlhost è posto uguale a host." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Porta di controllo" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Nascondi i database corrispondenti all'espressione regolare (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7204,15 +7226,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] e [a@http://bugs.mysql.com/19588]MySQL Bugs[/" "a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Disabilita l'utilizzo di INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Nascondi i database" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7220,23 +7242,23 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per la cronologia delle query SQL, " "consigliato: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabella di cronologia delle query SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Il nome dell'host su cui è in esecuzione il server MySQL." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nome host del server" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Url di logout" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7244,15 +7266,15 @@ msgstr "" "Limita il numero delle preferenze di tabella che sono memorizzate nel " "database, i record più vecchi sono rimossi automaticamente." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Numero massimo di preferenze di tabella da memorizzare" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabella delle ricerche QBE (Query By Example) salvate" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7260,11 +7282,29 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per le ricerche QBE (Query By " "Example) salvate, consigliato: [kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Esporta le viste come tabelle" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Lascia vuoto disabilitare il supporto per PDF schema, consigliato: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabella dei campi centrali" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7272,15 +7312,15 @@ msgstr "" "Lascia vuoto per disabilitare il supporto dei campi centrali, consigliato: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Prova a connetterti senza password." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Effettua connessione senza la parola chiave" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7290,30 +7330,30 @@ msgstr "" "rovesciata '\\' se vuoi utilizzarli nel loro senso letterale, ad esempio " "[kbd]'my\\_db'[/kbd] e non [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Mostra solo i database dalla lista" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Lascia vuoto se non è utilizzato config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Parola chiave per config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lascia vuoto disabilitare il supporto per PDF schema, consigliato: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Schema PDF: tabella delle pagine" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7323,22 +7363,22 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per tutti dettagli. Lascia " "vuoto per disabilitarne il supporto. Consigliato: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nome del database" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta su cui il server MySQL è in ascolto, lascia vuoto per il valore " "predefinito." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porta del server" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7347,11 +7387,11 @@ msgstr "" "recente tra una sessione di lavoro e l'altra, consigliato: [kbd]pma__recent[/" "kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabella utilizzata recentemente" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7359,11 +7399,11 @@ msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle tabelle preferite tra " "una sessione di lavoro e l'altra, consigliato: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabelle preferite" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7371,11 +7411,11 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per [a@http://wiki.phpmyadmin.net/" "pma/relation]relation-links[/a], consigliato: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabella relazionale" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7383,33 +7423,33 @@ msgstr "" "Vedi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipi di " "autenticazione[/a] per un esempio." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nome della sessione di signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "L'URL di signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket sul quale il server MySQL è in ascolto, lascia vuoto per il valore " "predefinito." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket del server" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Abilita SSL per la connessione al server MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Utilizza SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7417,11 +7457,11 @@ msgstr "" "Lascia vuoto per disabilitare il supporto dello schema PDF, consigliato: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Designer e schema PDF: coordinate delle tabelle" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7429,11 +7469,11 @@ msgstr "" "Tabella che descrive i campi di visualizzazione, lascia vuoto per " "disabilitarne il supporto; consigliato: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Visualizza i campi della tabella" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7442,11 +7482,11 @@ msgstr "" "dell'interfaccia utenti tra le sessioni di lavoro, consigliato: " "[kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabella di memorizzazione delle preferenze dell'interfaccia utente" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7454,11 +7494,11 @@ msgstr "" "Se aggiungere un instruzione DROP DATABASE IF EXISTS sulla prima linea del " "log quando viene creato un database." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Aggiungi DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7466,11 +7506,11 @@ msgstr "" "Se aggiungere un instruzione DROP TABLE IF EXISTS sulla prima linea del log " "quando viene creato una tabella." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Aggiungi DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7478,21 +7518,21 @@ msgstr "" "Se aggiungere un instruzione DROP VIEW IF EXISTS sulla prima linea del log " "quando viene creata una vista." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Aggiungi DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definisce la lista delle istruzioni the l'auto-creazione utilizza per le " "nuove versioni." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Istruzioni da monitorare" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7500,11 +7540,11 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per il monitoraggio delle query " "SQL, consigliato: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabella de monitoraggio delle query SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7512,11 +7552,11 @@ msgstr "" "Se il meccanismo di monitoraggio crea versioni per tabelle e viste " "automaticamente." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Crea versioni automaticamente" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7524,11 +7564,11 @@ msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle preferenze degli " "utenti nel database, consigliato: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabella di memorizzazione delle preferenze degli utenti" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7538,11 +7578,11 @@ msgstr "" "abilitare la funzione menu configurabile; lasciando uno dei due vuoto si " "disattiva questa funzione, suggerito: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabella utenti" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7552,11 +7592,11 @@ msgstr "" "funzione menu configurabile; lasciando uno dei due vuoto si disattiva questa " "funzione, suggerito: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabella gruppi utenti" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7564,15 +7604,15 @@ msgstr "" "Lascia vuoto per disabilitare la possibilità di nascondere/mostrare gli " "elementi di navigazione, consigliato: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabella dei dati di navigazione nascosta" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Utente per il config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7580,19 +7620,19 @@ msgstr "" "Una descrizione di facile utilizzo di questo server. Lascia vuoto per " "visualizzare il nome host, invece." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nome completo di questo server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Se visualizzare all'utente un pulsante \"mostra tutte le (righe)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Consenti la visualizzazione di tutte le righe" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7603,56 +7643,56 @@ msgstr "" "codificata nel file di configurazione; questo non limita la possibilità di " "eseguire lo stesso comando direttamente." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostra il modulo di modifica della parola chiave" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostra il modulo di creazione dei database" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostra o nascondi un campo che visualizza i commenti per tutte le tabelle." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Mostra i commenti alla tabella" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Creazione per tutte le tabelle." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostra la marca temporale di Creazione" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Ultimo aggiornamento per tutte le tabelle." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostra la marcatura temporale (timestamp) dell'Ultimo aggiornamento" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Ultimo controllo per tutte le tabelle." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostra la marca temporale dell'ultimo controllo" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7660,28 +7700,28 @@ msgstr "" "Stabilisce se i tipi dei campi dovrebbero essere visualizzati inizialmente " "nella modalitá di inserimento/modifica." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mostra i tipi di campi" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" "Visualizza i campi delle funzioni nelle modalità di inserimento/modifica." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostra i campi delle funzioni" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Se mostrare il suggerimento o meno." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Mostra suggerimento" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7689,58 +7729,58 @@ msgstr "" "Mostra un collegamento all'output di [a@http://php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Mostra un collegamento a phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Mostra informazioni dettagliate del server MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Definisce se le query SQL generate da phpMyAdmin dovrebbero essere " "visualizzate." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostra query SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definisce se la finestra della query deve stare sullo schermo dopo la " "conferma." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Nascondi riquadro query SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Consenti la visualizzazione delle statistiche dei database e tabelle (ad " "esempio, lo spazio utilizzato)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostra statistiche" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Segna le tabelle utilizzate e consenti la visualizzazione dei database con " "tabelle bloccate." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ignora le tabelle bloccate" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7748,11 +7788,11 @@ msgstr "" "Disabilita l'avviso predefinito che è visualizzato sulla pagina principale " "se viene rilevato Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Avviso Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7762,11 +7802,11 @@ msgstr "" "principale se il valore del parametro PHP session.gc_maxlifetime è inferiore " "al valore di `LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Avviso validità per il cookie di login" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7774,11 +7814,11 @@ msgstr "" "Dimensione TextArea (colonne) in modalità di modifica, questo valore verrà " "sottolineato per SQL query textareas (* 2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Campi di aree di testo" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7786,31 +7826,31 @@ msgstr "" "Dimensione dell'area di testo (righe) in modalitá di modifica, questo valore " "viene incrementato per le aree di testo delle query SQL (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Righe nelle aree di testo" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titolo della finestra del browser quando un database è selezionato." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titolo della finestra del browser quando niente è selezionato." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Titolo Predefinito" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titolo della finestra del browser quando un server è selezionato." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titolo della finestra del browser quando una tabella è selezionata." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7822,28 +7862,28 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente dal proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista dei proxy di fiducia per l'accettazione/rifiuto degli IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "La cartella sul server dove è possibile caricare i file per l'importazione." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Cartella di upload" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Consenti la ricerca all'interno di un intero database." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Utilizza la ricerca dei database" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7851,28 +7891,28 @@ msgstr "" "Quando disabilitato, gli utenti non possono impostare nessuna delle opzioni " "sottostanti, indipendentemente dalla casella di controllo sulla destra." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Abilita la tabulazione per Sviluppatori nelle impostazioni" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Controlla l'ultima versione" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Abilita la verifica della versione più recente sulla pagina principale di " "phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Controllo versione" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7884,11 +7924,11 @@ msgstr "" "di questo se il server in cui è installato phpMyAdmin non ha accesso diretto " "a Internet. Il formato è: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Url Proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7899,19 +7939,19 @@ msgstr "" "utente, verrà eseguita l'autenticazione di base. Nessun altro tipo di " "autenticazione è attualmente supportato." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nome utente Proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "La password per l'autenticazione con il proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Password Proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7919,36 +7959,36 @@ msgstr "" "Abilita la compressione [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] per le operazioni di importazione ed esportazione." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Inserisci la tua chiave pubblica per il servizio di dominio reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Chiave pubblica per reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" "Immettere la propria chiave privata per il servizio di dominio reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Chiave privata per reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Scegli l'azione di default quando invii i rapporti d'errore." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Invia rapporti di errore" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7956,11 +7996,11 @@ msgstr "" "Le query verranno eseguite premendo Invio (invece di Ctrl+Invio). Le nuove " "linee saranno inserite con MAIUSC+INVIO." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "INVIO esegue query in console" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7968,7 +8008,7 @@ msgstr "" "Abilitare la modalità configurazione Zero che consente di configurare " "automaticamente tabelle di memorizzazione di phpMyAdmin." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Abilita la modalità Zero Configuration" @@ -7994,47 +8034,75 @@ msgstr "Autenticazione HTTP" msgid "Signon authentication" msgstr "Autenticazione via signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Foglio di calcolo OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Veloce" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalizzazato" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opzioni di esportazione per database" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV per dati MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Testo OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Nessuna query SQL era impostata per estrarre dati." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" +"Nella tabella non sono presenti campi numerici da visualizzare graficamente." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Nessun dato da visualizzare" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "La tabella %1$s è già stata modificata con successo." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Il campo display è stato aggiornato con successo." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Le relazioni interne sono state aggiornate con successo." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8049,12 +8117,12 @@ msgstr "possibile attacco di ricorsione in profondità" msgid "No change" msgstr "Nessun cambiamento" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Vedi %sour documentation%s per maggiori dettagli." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8108,6 +8176,7 @@ msgid "Create database" msgstr "Crea un nuovo database" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Crea" @@ -8121,7 +8190,7 @@ msgid "No Privileges" msgstr "Nessun Privilegio" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Crea tabelle" @@ -8135,50 +8204,94 @@ msgstr "" "Non è stato possibile di caricare i plugin di esportazione, controlla la tua " "installazione!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Esportazione dei database dal server corrente in corso" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Esportazione delle tabelle dal database \"%s\" in corso" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Esportazione delle righe dalla tabella \"%s\" in corso" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Metodo di esportazione:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipo di esportazione" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Modello per nomi dei file:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nome tabella" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Modello per nomi dei file:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Frequenza disco temporaneo" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Aggiornato" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Seleziona una tabella" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metodo di esportazione" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rapido - mostra solo le opzioni minime" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalizzato - mostra tutte le possibili opzioni" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Database:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabelle:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opzioni specifiche al formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8186,52 +8299,52 @@ msgstr "" "Scorri verso il basso per inserire le opzioni per il formato selezionato e " "ignora le opzioni per gli altri formati." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversione di Codifica:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Righe:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Esegui il dump di alcune righe" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Riga iniziale:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Dump di tutte le righe" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Output:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Salva sul server nella cartella %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Modello per nomi dei file:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ diventerá il nome del server" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ diventerá il nome del database" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ diventerá il nome della tabella" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8243,74 +8356,72 @@ msgstr "" "le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato. Vedi " "la %4$sFAQ%5$s per i dettagli." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "usa questo per esportazioni future" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Set di caratteri del file:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compressione:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "compresso con zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "compresso con gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Salva l'output come testo" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Esporta i database come file separati" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Esporta le tabelle come file separati" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Rinomina database/tabelle/campi esportati" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Salva l'output in un file" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Salta le tabelle più grandi di" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Seleziona database" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Seleziona tabella" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nome del nuovo database" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nome nuova tabella" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Vecchio nome campo" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nuovo nome campo" @@ -8868,7 +8979,7 @@ msgid "Dump has been saved to file %s." msgstr "Il dump è stato salvato nel file %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha restituito un insieme vuoto (i.e. zero righe)." @@ -8947,7 +9058,7 @@ msgstr "Nascondi" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funzione" @@ -9025,7 +9136,7 @@ msgstr "" "+frecce per spostarlo altrove" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9289,7 +9400,6 @@ msgstr "" "Si è verificato un errore durante il caricamento del display di navigazione" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Gruppi:" @@ -9457,7 +9567,7 @@ msgstr "Nuovo" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Viste" @@ -9786,222 +9896,233 @@ msgstr "Dipendenze parziali non trovate!" msgid "Rename database to" msgstr "Rinomina il database come" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Non hai i permessi per effettuare questa operazione!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Adatta Privilegi" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Il database %s è stato eliminato." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Elimina il database" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Cancella il database (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Solo struttura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struttura e dati" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Solo dati" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copia il database come" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE prima di copiare" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Aggiungi vincoli" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Passa al database copiato" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Altera tabella ordinata per" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(singolarmente)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Sposta la tabella in (database.tabella)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Rinomina la tabella in" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Commenti alla tabella" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opzioni della tabella" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motore di Memorizzazione" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Cambia tutte le collation dei campi" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copia la tabella in (database.tabella)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Passa alla tabella copiata" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Amministrazione tabella" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizza tabella" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Controlla tabella" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Checksum tabella" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Deframmenta la tabella" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "La tabella %s è stata inizializzata." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Ricarica la tabella (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Ottimizza tabella" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Ripara tabella" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Rimouvi la tabella o i dati" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Svuota la tabella (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Elimina la tabella (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizza" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Controlla" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Ottimizza" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Ricrea" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Ripara" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Tronca" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Fondi" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Manutenzione partizione" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partizione %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Rimuove partizionamento" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Controlla l'integrità delle referenze:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Impossibile spostare la tabella su se stessa!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Impossibile copiare la tabella su se stessa!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La tabella %s è stata spostata in %s. I privilegi sono stati adattati." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La tabella %s è stata copiata su %s. I privilegi sono stati adattati." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "La tabella %s è stata spostata in %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "La tabella %s è stata copiata su %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Il nome della tabella è vuoto!" @@ -10199,7 +10320,7 @@ msgstr "Evento" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definizione" @@ -11178,24 +11299,29 @@ msgid "Managing Central list of columns" msgstr "Gestione lista Centrale dei campi" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Ricordando le impostazioni del Designer" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Tipo di esportazione non valido" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Passi veloci per l'installazione delle funzionalità avanzate:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Crea le tabelle necessarie con %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Crea l'utente pma e dagli accesso a queste tabelle." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11203,17 +11329,17 @@ msgstr "" "Attiva funzionalità avanzate nel file di configuratione (config.inc." "php), per esempio partendo da config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Rieffettua il login in phpMyAdmin per caricare il file della configurazione " "aggiornato." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "nessuna descrizione" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11224,7 +11350,7 @@ msgstr "" "database per impostare in quel database la memorizzazione della " "configurazione di phpMyAdmin." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11233,14 +11359,14 @@ msgstr "" "%sCrea%s un database denominato 'phpmyadmin' e imposta la configurazione di " "storage phpMyAdmin lì." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" "%sCreate%s la configurazione salvata di phpMyAdmin nel database corrente." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11433,6 +11559,7 @@ msgstr "Nome utente:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nome utente" @@ -11591,10 +11718,10 @@ msgid "Master server changed successfully to %s." msgstr "Server master modificato con successo in %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11616,7 +11743,7 @@ msgstr "L'evento %1$s è stato modificato." msgid "Event %1$s has been created." msgstr "L'evento %1$s è stato creato." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11626,7 +11753,8 @@ msgstr "" msgid "Edit event" msgstr "Modifica evento" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Dettagli" @@ -11640,7 +11768,7 @@ msgid "Event type" msgstr "Tipo di evento" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Cambia a %s" @@ -11668,13 +11796,13 @@ msgid "On completion preserve" msgstr "Conserva dopo il completamento" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definer" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Il definer deve essere nel seguente formato: \"nomeutente@nomehost\"!" @@ -11700,9 +11828,9 @@ msgid "You must provide an event definition." msgstr "È necessario fornire una definizione per l'evento." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Errore nell'elaborazione della richiesta:" @@ -11739,91 +11867,97 @@ msgstr "" "per evitare eventuali problemi." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Tipo di routine non valido: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" "Ci dispiace, non siamo riusciti a ripristinare la routine che é stata " "rimossa." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "La routine %1$s é stata modificata. I privilegi sono stati adattati." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "La routine %1$s é stata modificata." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "La routine %1$s é stata creata." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Modifica routine" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nome della routine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametri" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direzione" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Aggiungi parametro" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Rimuovi l'ultimo parametro" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipo di risultato" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Lunghezza/valori del risultato" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Opzioni del risultato" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "É deterministica" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipo di sicurezza" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Tipo di accesso dati SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Devi fornire un nome di routine!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Direzione invalida \"%s\" é stata fornita per un parametro." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11831,25 +11965,25 @@ msgstr "" "È necessario fornire lunghezza o valori per parameteri della routine del " "tipo ENUM, SET, VARCHAR e VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" "È necessario fornire un nome ed un tipo per ogni parametro della routine." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "È necessario fornire un valido tipo del risultato." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "È necessario fornire una definizione per la routine." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Risultato di esecuzione della routine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11860,13 +11994,13 @@ msgstr[1] "" "%d righe influenzate dall'ultima istruzione eseguita all'interno della " "procedura." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Esegui routine" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametri della routine" @@ -12428,12 +12562,16 @@ msgid "You have revoked the privileges for %s." msgstr "Hai revocato i privilegi per %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Aggiungi utente" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Aggiungi gruppo utente" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Database per l'utente" #: libraries/server_privileges.lib.php:1946 @@ -12460,9 +12598,7 @@ msgid "User has been added." msgstr "L'utente é stato aggiunto." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12540,11 +12676,15 @@ msgstr "" "privilegi." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Cambia le Informazioni di Login / Copia Utente" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Crea un nuovo utente con gli stessi privilegi e …" #: libraries/server_privileges.lib.php:3036 @@ -12566,7 +12706,9 @@ msgid "Add privileges on the following table:" msgstr "Aggiungi privilegi sulla seguente tabella:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Rimuove gli utenti selezionati" #: libraries/server_privileges.lib.php:3376 @@ -12601,30 +12743,38 @@ msgstr "Hai aggiornato i permessi per %s." msgid "Deleting %s" msgstr "Cancellazione in corso di %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "I privilegi sono stati ricaricati con successo." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "L'utente %s esiste già!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegi per %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nuovo" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Modifica Privilegi:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Gruppo utenti" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12632,11 +12782,13 @@ msgstr "" "Nota: Stai cercando di modificare i privilegi dell'utente con cui sei " "collegato attualmente." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Vista d'insieme degli utenti" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12649,11 +12801,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Hai aggiunto un nuovo utente." @@ -13983,7 +14135,7 @@ msgstr "Identificatore Non Valido" msgid "Unknown Punctuation String" msgstr "Stringa di Punctuation Sconosciuta" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "La tabella %s è stata svuotata." @@ -13996,13 +14148,13 @@ msgstr "Il tracking è attivo." msgid "Tracking is not active." msgstr "Il tracking non è attivo." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "La vista %s è stata eliminata." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "La tabella %s è stata eliminata." @@ -14214,7 +14366,7 @@ msgstr "Spazio utilizzato" msgid "Effective" msgstr "Effettivo" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." @@ -14222,32 +14374,27 @@ msgstr "" "La tabella %1$s è già stata modificata con successo. I privilegi sono stati " "adattati." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "La tabella %1$s è già stata modificata con successo." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Errore nella query" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "I campi sono stati spostati con successo." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Aggiungi ai Preferiti" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "La lista dei preferiti è piena!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Mostra crea query" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Relazione vista" @@ -14721,19 +14868,6 @@ msgstr "Non é disponibile nessuna nuova versione stabile" msgid "Wrong data" msgstr "Dati errati" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Nessun dato da visualizzare" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Nessuna query SQL era impostata per estrarre dati." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" -"Nella tabella non sono presenti campi numerici da visualizzare graficamente." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14744,7 +14878,7 @@ msgstr "Database '%s' non esiste." msgid "Table %s already exists!" msgstr "La tabella %s esiste già!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Visualizza dump (schema) della tabella" @@ -14752,27 +14886,19 @@ msgstr "Visualizza dump (schema) della tabella" msgid "Invalid table name" msgstr "Nome tabella non valido" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Le relazioni interne sono state aggiornate con successo." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Il campo display è stato aggiornato con successo." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Riga: %1$s, Campo: %2$s, Errore: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Il nome '%s' è un termine riservato MySQL." msgstr[1] "I nomi '%s' sono termini riservati MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nessuna colonna selezionata." @@ -14953,7 +15079,7 @@ msgid "subquery" msgstr "subquery" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Crea relazioni" @@ -15017,13 +15143,13 @@ msgstr "Nuova pagina" msgid "Delete pages" msgstr "Elimina pagine" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Ricarica" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Aiuto" @@ -15268,35 +15394,35 @@ msgstr "Titolo del grafico" msgid "X-Axis:" msgstr "Asse X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serie:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Etichetta per l'asse X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valori per asse X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Etichetta per l'asse Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "I nomi delle serie sono i un campo" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Campo serie:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Campo Valore:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Salva il grafico come immagine" @@ -16735,6 +16861,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert è impostato a 0" +#~ msgid "Add user" +#~ msgstr "Aggiungi utente" + +#~ msgid "Export Method:" +#~ msgstr "Metodo di esportazione:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nessun data trovato per la visualizzazione GIS." @@ -16991,11 +17123,6 @@ msgstr "concurrent_insert è impostato a 0" #~ msgid "pdf export page" #~ msgstr "Tipo di esportazione non valido" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Tipo di esportazione non valido" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/ja.po b/po/ja.po index 1043615a24..76ccea32f8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-03-28 04:08+0200\n" "Last-Translator: Hiroshi Chiyokawa \n" "Language-Team: Japanese 設定項" "目よりモニタ環境設定をデフォルトに戻してください。" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "クエリキャッシュ効率" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "クエリキャッシュの使用状況" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "使用されているクエリキャッシュ" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "システム CPU の使用状況" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "システムメモリ" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "システムスワップ" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "平均負荷" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "総メモリ" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "キャッシュ割り当てメモリ" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "バッファ割り当てメモリ" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "空きメモリ" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "使用中メモリ" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "総スワップ領域" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "キャッシュ割り当てスワップ領域" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "使用中スワップ領域" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "空きスワップ領域" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "送信" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "受信" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "接続" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "プロセス" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "バイト" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d テーブル" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "問い合わせ" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "トラフィック" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "設定" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "モニタリンググラフを追加する" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "少なくとも1つの系列を追加してください" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1396,47 +1418,47 @@ msgstr "少なくとも1つの系列を追加してください" msgid "None" msgstr "なし" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "モニタ再開" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "モニタ一時中断" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log および slow_query_log は有効です。" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log は有効です。" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log は有効です。" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log および general_log は無効です。" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output はテーブルに設定されていません。" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output はテーブルに設定されています。" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1447,12 +1469,12 @@ msgstr "" "をログに記録します。お使いのシステムによっては、long_query_time を 0~2 秒に" "設定したほうがいいでしょう。" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time は %d 秒に設定されています。" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1461,31 +1483,31 @@ msgstr "" "されます。" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output に %s を設定する" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s を有効にする" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s を無効にする" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "long_query_time を %d 秒に設定する" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1493,58 +1515,58 @@ msgstr "" "これらの変数を変更することはできません。root でログインするか、データベース管" "理者に連絡してください。" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "設定の変更" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "現在の設定" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "グラフの題名" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "差分値" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "除数 %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "単位" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "スロークエリログより" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "一般クエリログより" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "ログの解析中" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" "ログの解析および読み込みを行っています。少し時間がかかることがあります。" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "キャンセル" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1554,7 +1576,7 @@ msgstr "" "クエリをグループの基準として使用しています。そのため、開始時刻いったような属" "性は、他クエリでは異なる場合があります。" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1564,31 +1586,31 @@ msgstr "" "INSERT クエリは挿入されたデータ部は同一のようにみなされて、グループ化が行われ" "ます。" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "ログデータを読み込みました。この期間に行われたクエリは以下の通りです。" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "ログの表に移動する" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "データが存在しません" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "ログの解析を行いましたが、この期間のデータは見つかりませんでした。" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "解析しています…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "EXPLAIN の結果" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1598,59 +1620,59 @@ msgstr "EXPLAIN の結果" msgid "Time" msgstr "時間" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "合計時間:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "プロファイリングの結果" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "表" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "グラフ" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "ログの表のフィルタオプション" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "フィルタ" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "単語/正規表現でクエリを絞る:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "WHERE 節内のデータ部(文字列や数値など)は同一として扱いクエリをまとめる" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "グループ後の行数:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "合計:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "ログの読み込み" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "モニタの再描画に失敗しました" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1660,88 +1682,88 @@ msgstr "" "期限切れであるなら、これは正常な動作です。ページを再読み込みしてください。認" "証はやり直す必要があるかもしれません。" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "ページの再読み込み" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "変更された行:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "設定ファイルの構文解析に失敗しました。有効な JSON コードではないようです。" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "インポートした設定でのグラフの配置に失敗しました。設定をデフォルトに戻します…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "インポート" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "モニタ環境設定のインポート" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "インポートするファイルを選択してください。" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "クエリを解析する" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "アドバイザ・システム" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "パフォーマンス的に検討が推奨される事象" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "事象" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "推奨設定" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "事象の詳細と判断理由" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "判断理由" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "判断値の算出方法" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "判断基準" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1752,63 +1774,63 @@ msgstr "" msgid "Cancel" msgstr "キャンセル" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "設定の変更" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "適用" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "読み込み中…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "リクエストを中止しました!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "要求を処理しています" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "リクエストを中止しました!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "要求処理中でのエラー" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "エラーコード:%s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "エラーテキスト:%s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "データベースが選択されていません。" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "カラムを削除しています" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "主キーを追加しています" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1817,65 +1839,65 @@ msgstr "主キーを追加しています" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "クリックすると、この通知を破棄します" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "データベースの名称を変更しています" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "データベースをコピーしています" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "文字セットを変更しています" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "外部キーのチェックを無効にする" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "ヘッダの取得に失敗しました。" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "検索しています" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "検索結果を隠す" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "検索結果を表示する" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "表示中" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "削除しています" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "ストアドファンクションの定義には、RETURN 文を含めなければなりません!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1885,63 +1907,63 @@ msgstr "ストアドファンクションの定義には、RETURN 文を含め msgid "Export" msgstr "エクスポート" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET エディタ" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "カラム %s に対しての値" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "新しいカラムに対しての値" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "個々の入力欄にそれぞれ値を入力してください" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "値 %d を追加する" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "注意:ファイルに複数のテーブルが含まれている場合、それらは1つに統合されま" "す。" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "クエリボックスを隠す" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "クエリボックスを表示" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "編集" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1949,96 +1971,96 @@ msgstr "編集" msgid "Delete" msgstr "削除" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d は不正な行番号です。" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "参照されている値を表示する" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "変数" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "カラムが選択されていません。" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "データベース内検索" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "空きメモリ" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "phpMyAdmin に協力するには" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "主キーを追加する" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "%s に主キーを追加しました" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "追跡レポート" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2046,89 +2068,89 @@ msgstr "" msgid "End of step" msgstr "改行コード" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "決定" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "データベースが選択されていません。" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "次のクエリが実行されます:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "テーブルに特権を追加" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "データベースが選択されていません。" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2137,157 +2159,157 @@ msgstr "データベースが選択されていません。" msgid "Save" msgstr "保存する" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "検索条件を隠す" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "検索条件を表示する" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "テーブル検索" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "カラム名: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "カラム名: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "テーブルの最大数" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "テーブルの最大数" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "検索と置換の条件を隠す" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "検索と置換の条件を表示" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "プロット点は、それぞれの行のデータを表します。" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "プロット点にマウスカーソルを重ねると、そのラベルが表示されます。" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "拡大するには、マウスでグラフ内を範囲選択してください。" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "「Reset zoom」ボタンをクリックすることで元の状態に戻せます。" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "プロット点をクリックすることで、行のデータの閲覧と編集が可能です。" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "グラフの右下をドラッグすることで、大きさの調整が行えます。" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "カラムを 2 つ選択してください" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "異なるカラムを 2 つ選択してください" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "プロット点におけるデータ内容" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "無視" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "コピー" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "座標" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "線分" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "ポリゴン" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "幾何データ" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "内輪" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "外輪" -#: js/messages.php:438 +#: js/messages.php:444 #, fuzzy #| msgid "Do you want to import remaining settings?" msgid "Do you want to copy encryption key?" msgstr "暗号化キーをコピーしますか?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "参照されているキーを選択" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "外部キーを選択してください" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "主キーまたはユニークキーを選択してください!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "表示するカラムの選択" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2295,94 +2317,94 @@ msgstr "" "レイアウトの変更を保存していません。保存しないと失われてしまいます。このまま" "続行しますか?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "ページ名" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "ページを選択してください" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "ページを選択してください" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "フリーページ数" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "ページを選択してください" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "単位" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "編集するページを選択してください" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "有効なポート番号ではありません" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "リレーショナルスキーマをエクスポートする" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "修正を保存しました" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "カラム「\"%s\"」に対するオプションを追加する。" -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%1$d row(s) affected." msgid "%d object(s) created." msgstr "%1$d 行変更しました。" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "実行する" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "ESC キーで編集キャンセル" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2390,49 +2412,49 @@ msgstr "" "データの一部を変更しましたが保存していません。データを保存せずにこのページか" "ら移動してもよろしいですか?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "ドラッグでカラムの入れ替え" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "クリックでカラムを反転/解除" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "ダブルクリックでカラム名をコピー。" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "クリックでカラムの表示/非表示
ができるドロップダウンを表示" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "すべて表示" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2441,159 +2463,159 @@ msgstr "" "ボックス、編集、コピー、削除のリンクに関連する機能は、保存後に動作しない場合" "があります。" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "元の位置" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "キャンセル" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "中断" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "インポートのデフォルト" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "ログファイルの閾値" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "最初にデータベースを選択してください" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "ほとんどの値は、直接ダブルクリック
することでも、編集できます。" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "ほとんどの値は、直接クリック
することでも、編集できます。" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "リンク先へ移動する:" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "カラム名のコピー。" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "右クリックでカラム名をクリップボードにコピーしてください。" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "パスワードを生成する" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "生成する" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "パスワードを変更する" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "その他" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "パネルを表示" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "パネルを隠す" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "左のフレーム内にロゴを表示します。" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "メインフレームの詳細設定" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "メインフレームの詳細設定" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "テーブル" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "ビュー" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "プロシージャ" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "イベント" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "関数" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "リクエストされたページが履歴にありません。おそらく有効期限切れです。" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2603,479 +2625,479 @@ msgstr "" "します。最新バージョンは %s で、%s にリリースされています。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", 最終安定バージョン:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "最新版" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "ビューを作成する" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "エラー報告を送信" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "エラー報告を送信" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "JavaScript の致命的なエラーが発生しました。エラー報告を送信しますか?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "報告の設定の変更" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "報告の詳細を表示" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "全て無視" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "このクエリをもう一度実行しますか?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "このブックマークを本当に削除しますか?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "実行されたクエリ" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "テーブルのコメント" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "検索結果を隠す" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "前月" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "翌月" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "今日" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "1 月" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "2 月" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "3 月" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "4 月" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "5 月" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "6 月" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "7 月" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "8 月" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "9 月" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "10 月" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "11 月" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "12 月" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "1 月" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "2 月" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "3 月" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "4 月" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "5 月" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "6 月" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "7 月" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "8 月" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "9 月" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "10 月" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "11 月" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "12 月" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "日" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "月" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "火" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "水" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "木" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "金" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "土" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "日" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "月" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "火" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "水" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "木" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "金" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "土" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "月" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "火" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "水" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "木" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "金" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "土" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "週" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-year-month" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "年" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "時" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "分" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "秒" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "テキスト入力項目の値を利用する" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "有効なポート番号ではありません" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "有効なポート番号を入力してください!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "有効なポート番号ではありません" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "有効なポート番号ではありません" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "有効なポート番号を入力してください!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "有効なポート番号を入力してください!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "正しい長さを入力してください!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "有効なポート番号ではありません" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "有効なポート番号ではありません" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "有効なポート番号ではありません" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "正しい長さを入力してください!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "有効なポート番号ではありません" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "有効なポート番号ではありません" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "有効なポート番号を入力してください!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "エラー" @@ -3144,18 +3166,18 @@ msgstr "/ 時" msgid "per day" msgstr "/ 日" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "設定ファイル (%s) は存在しますが、読み込むことができません。" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "設定ファイルのパーミッションが正しくありません。誰でも書き込み可能になってい" "ます!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "フォントサイズ" @@ -3176,7 +3198,7 @@ msgid "Requery" msgstr "サブクエリ" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3185,7 +3207,7 @@ msgstr "サブクエリ" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3275,7 +3297,7 @@ msgid "History" msgstr "SQL 履歴" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3298,7 +3320,7 @@ msgstr "SQL 履歴" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "オプション" @@ -3397,7 +3419,7 @@ msgid "Count:" msgstr "カラム" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3463,10 +3485,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "コピーしたテーブルに切り替える" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3474,10 +3496,10 @@ msgstr "コピーしたテーブルに切り替える" msgid "Ascending" msgstr "昇順" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3716,174 +3738,175 @@ msgstr "全選択解除" msgid "Inside column:" msgstr "検索するカラム:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "変更したデータを保存する" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "カラムの順番を元に戻す" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "フィルタ" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "データベース内検索" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "先頭" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "前へ" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "次へ" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "最後" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "全部" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "行数:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "キーでソート" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "部分テキスト" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "全文" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "リレーションキー" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "リレーション表示カラム" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "バイナリの内容を表示する" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB の内容を表示する" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "ブラウザ変換機能を隠す" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "空間データをテキストで表示" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "空間データをバイナリで表示" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "行を削除しました" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "停止" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "正確な数字とは限りません。[doc@faq3-11]FAQ 3.11[/doc] をご覧ください" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL は正常に実行されました" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "行の表示" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "合計" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "クエリの実行時間 %01.4f 秒" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "チェックしたものを:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3892,24 +3915,24 @@ msgstr "チェックしたものを:" msgid "Check All" msgstr "すべてチェックする" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "印刷用画面" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "クエリ結果操作" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "グラフで表示する" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "空間情報のデータを視覚化する" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4047,7 +4070,7 @@ msgstr "一意な値の数" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4057,7 +4080,7 @@ msgid "Collation" msgstr "照合順序" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "コメント" @@ -4072,7 +4095,7 @@ msgid "Index %s has been dropped." msgstr "インデックス %s を削除しました。" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4090,7 +4113,7 @@ msgstr "" "れません。" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "サーバ" @@ -4107,7 +4130,7 @@ msgstr "ビュー" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4138,7 +4161,7 @@ msgstr "挿入" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "特権" @@ -4203,16 +4226,18 @@ msgid "Central columns" msgstr "textarea の 1 行の文字数" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "データベース" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "ユーザ" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" +msgstr "ユーザグループ" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4288,7 +4313,7 @@ msgid "Could not save favorite table!" msgstr "最近使用したテーブルが保存できません" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4317,7 +4342,7 @@ msgid "Recent" msgstr "リセット" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4957,16 +4982,16 @@ msgstr "最長: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL のメッセージ: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "EXPLAIN で確認" @@ -4983,7 +5008,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP コードを省略" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP コードの作成" @@ -5078,6 +5103,10 @@ msgstr "最終更新" msgid "Last check" msgstr "最終検査" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "ユーザ" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "検索:" @@ -5172,8 +5201,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5181,7 +5210,7 @@ msgstr "名前" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "長さ/値" @@ -5485,7 +5514,7 @@ msgid "Not a valid port number!" msgstr "有効なポート番号ではありません" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5499,37 +5528,37 @@ msgstr "不正な値です" msgid "Value must be equal or lower than %s!" msgstr "値は %s 以下でなければいけません" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s ためのデータがありません" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "使えません" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" には %s 拡張が必要です" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "インポートが行えません。関数 %s がありません。" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "エクスポートが行えません。関数 %s がありません。" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -5544,7 +5573,7 @@ msgid "Set value: %s" msgstr "値「%s」を設定" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "デフォルト値に戻す" @@ -6104,7 +6133,7 @@ msgstr "" msgid "Maximum execution time" msgstr "最大実行時間" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -6114,7 +6143,7 @@ msgstr "%s コマンドを追加する" msgid "Save as file" msgstr "ファイルに保存する" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "ファイルの文字セット" @@ -6130,8 +6159,8 @@ msgstr "圧縮" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6141,16 +6170,16 @@ msgstr "圧縮" msgid "Put columns names in the first row" msgstr "1 行目にカラム名を追加する" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "カラム囲み記号:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped with:" @@ -6160,8 +6189,8 @@ msgstr "カラムのエスケープ記号:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL の代替文字列:" @@ -6169,13 +6198,13 @@ msgstr "NULL の代替文字列:" msgid "Remove CRLF characters within columns" msgstr "カラムに含まれている CRLF 文字を取り除く" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "カラムの終端記号" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated with:" @@ -6199,8 +6228,8 @@ msgid "Table name template" msgstr "テーブル名のテンプレート" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6228,14 +6257,14 @@ msgid "Label key" msgstr "ラベルキー" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME タイプ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "リレーション" @@ -6243,117 +6272,123 @@ msgstr "リレーション" msgid "Export method" msgstr "エクスポート方法" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "サーバ上に保存する" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "既存のファイルは上書きする" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "カラム名をエクスポートする" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "ファイル名のテンプレートを記憶しておく" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT 値を追加する" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "テーブル名やカラム名を逆クォートで囲む" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL 互換モード" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE オプション:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "作成/更新/検査日" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "遅延インサートを使用する" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "外部キーのチェックを無効にする" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "テーブル \"%s\" から行単位でデータをエクスポート" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin 環境保管領域用のテーブルが不明" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s を追加する" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB に 16 進数表記を利用する" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "INSERT IGNORE を使用する" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "データを挿入するときに使う構文" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "作成するクエリの最大長" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "エクスポート形式" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "エクスポートをトランザクションで囲む" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "エクスポート時間を UTC (協定世界時) にする" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "" "phpMyAdmin を使用している間、強制的にセキュリティで保護された接続をします。" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL 接続の推奨" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6365,187 +6400,187 @@ msgstr "" "外部キーのドロップダウンボックス内のソート順。[kbd]content[/kbd] は参照してい" "るデータ、[kbd]id[/kbd] はキー値を表しています。" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "外部キーのドロップダウンの順番" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "これより少ない項目数であれば、ドロップダウンが使用されます。" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "外部キー制限" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "外部キーのチェック:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "表示モード" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "表示モードの詳細設定" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "デフォルトオプションの詳細設定。" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "開発者向け" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 開発者用の設定" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "編集モード" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "編集モードの詳細設定." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "エクスポートのデフォルト" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "デフォルトのエクスポートオプション詳細設定。" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "機能" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "一般" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "共通に使われるオプションの設定" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "インポートのデフォルト" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "デフォルトの共通インポートオプションの詳細設定" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "インポート/エクスポート" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "" "インポートとエクスポートのディレクトリおよび圧縮オプションを設定してください" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "データベースの表示オプション" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "ナビゲーションパネル" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "ナビゲーションフレームの概観の詳細設定" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "ナビゲーションパネル" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "ナビゲーションフレームの詳細設定" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "サーバ" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "サーバの表示オプション" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "テーブル表示オプション." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "メインフレーム" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "他の中心的な設定" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "どこにも該当しない設定" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "ページタイトル" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6558,11 +6593,11 @@ msgstr "" "ブラウザのタイトルバーのテキストの指定を行います。使用可能な特別な埋め込み変" "数は[doc@cfg_TitleTable]ドキュメント[/doc]を参照してください。" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "セキュリティ" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6574,25 +6609,25 @@ msgstr "" "phpMyAdmin は、ユーザインタフェースだけであり、その機能は MySQL を制限するも" "のではないことをご了承ください。" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "基本設定" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "認証" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "認証設定" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "サーバ設定" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6604,17 +6639,17 @@ msgstr "" "高度なサーバ設定。これらのオプションは、よく知らないのであれば変更しないでく" "ださい。" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "サーバの接続パラメータを入力してください" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "環境保管領域" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6628,11 +6663,11 @@ msgstr "" "追加された機能にアクセスするには phpMyAdmin 環境保管領域を設定してください。" "ドキュメントの [doc@linked-tables]phpMyAdmin 環境保管領域[/doc]参照。" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "変更追跡機能" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6640,60 +6675,60 @@ msgstr "" "データベースで行われた変更の追跡機能です。これには、phpMyAdmin 環境保管領域が" "必要です。" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "エクスポートオプションの詳細設定" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "インポートデフォルトの詳細設定" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "ナビゲーションフレームの詳細設定" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "メインフレームの詳細設定" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL クエリ" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL クエリボックス" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL クエリボックスに表示されるリンクの詳細設定" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL クエリの設定" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "スタートアップ" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "スタートアップページの詳細設定。" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "データベースの構造" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 #, fuzzy #| msgid "" #| "Choose which details to show in the database structure (list of tables)" @@ -6701,67 +6736,67 @@ msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "データベースの構造 (テーブルの一覧) で詳細に表示させるかの選択" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "テーブルの構造" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 #, fuzzy #| msgid "Settings for the table structure (list of columns)" msgid "Settings for the table structure (list of columns)." msgstr "テーブルの構造 (カラムの一覧) における設定" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "タブ" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "タブの動作を選択してください" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "リレーショナルスキーマを表示する" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "用紙サイズ" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "テキスト入力項目" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "テキスト入力項目の詳細設定" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! テキスト" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "デフォルトオプションの詳細設定" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "警告" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin で表示される警告の抑制" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6773,15 +6808,15 @@ msgstr "" "インポートおよびエクスポートの操作に対して [a@http://ja.wikipedia.org/wiki/" "Gzip]gzip[/a] 圧縮を有効にします。" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv のための追加パラメータ" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6793,11 +6828,11 @@ msgstr "" "有効にした場合、クエリの 1 つが失敗しても phpMyAdmin はマルチクエリの実行を続" "けます。" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "マルチクエリのエラーを無視する" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6807,25 +6842,25 @@ msgstr "" "大きなファイルをインポートする場合には便利ですが、トランザクションが壊れるこ" "ともあります。" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "部分インポート(割り込みの許可)" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "INSERT エラーで中断しない" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6837,62 +6872,62 @@ msgstr "" "デフォルトの形式。このリストは対象(データベース、テーブル)に依存しているの" "で注意してください。SQL は常に利用可能です。" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "インポートするファイルの形式" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL キーワードを使用する" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "1 行目にカラム名を追加する" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "空の行はインポートしない" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "金額は単位を取り除く (例:$5.00 を 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "パーセントは適切な小数に変換する (例:12.00% を .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "先頭から数えたスキップするクエリの数" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "部分インポート(クエリのスキップ)" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "値がゼロのものに対して AUTO_INCREMENT を使用しない" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "折り畳みに対しての初期値" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "1 回で何行まとめて挿入できるか。" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "挿入する行数" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6901,11 +6936,11 @@ msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "表示ページにおいて数値でないカラムの表示文字の最大数" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "カラムの文字制限" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6916,11 +6951,11 @@ msgstr "" "を外すと、複数のサーバに接続している時、他のサーバからのログアウト作業を忘れ" "やすくなります。" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "ログアウト時にすべてのクッキーを削除する" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6932,11 +6967,11 @@ msgstr "" "クッキー認証モードの場合に、前回ログインしたときの状態に戻すかどうかを定義し" "ます。" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "ログインしたときの状態に戻す" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6948,56 +6983,56 @@ msgstr "" "のウィンドウが閉じられるとすぐに削除されます。これは、信頼されていない環境で" "使う場合に推奨します。" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "ログインクッキーの保存期間" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "ログインクッキーの有効期間 (秒数) を定義します。" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "ログインクッキーの有効期間" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT カラムに対して textarea を 2 倍にします。" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT に対しては大きな textarea を使う" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL クエリが表示されているときに使用される文字の最大数" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "表示できる SQL 文の最大の長さ" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "ユーザはこれより高い値を設定することはできません" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "テーブルのリストに表示されるテーブルの最大数" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "データベースの最大数" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7005,13 +7040,13 @@ msgid "" "the navigation tree." msgstr "最初のテーブルを全スキャンした結合の数。" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "入力項目の最大サイズ" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7019,11 +7054,11 @@ msgid "" "tree." msgstr "最初のテーブルを全スキャンした結合の数。" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7031,21 +7066,21 @@ msgstr "" "結果セットの表示行数。結果セットの行数の方が多い場合は「前へ/次へ」のリンク" "が表示されます。" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "行の最大表示数" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "テーブルのリストに表示されるテーブルの最大数" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "テーブルの最大数" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7057,43 +7092,43 @@ msgstr "" "割り当てが許可されているスクリプトのバイト数。例:[kbd]32M[/kbd] ([kbd]0[/" "kbd] で制限無し)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "メモリ制限" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "左のフレーム内にロゴを表示します。" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "ナビゲーションパネル内にロゴを表示します。" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "ロゴを表示する" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "ナビゲーションフレームのロゴが指す URL" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "ロゴのリンク URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -7101,31 +7136,31 @@ msgstr "" "リンク先のページをメインウィンドウ ([kbd]main[/kbd]) または新しいウィンドウ " "([kbd]new[/kbd]) で開く。" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "ロゴリンクのターゲット" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "左フレームの上部にサーバ選択を表示します。" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "サーバ選択を表示する" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "クイックアクセスアイコンのリンク先" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "クイックアクセスアイコンのリンク先" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -7133,17 +7168,17 @@ msgid "" "display a filter box." msgstr "テーブル表示数を絞るための入力欄が現れる最小のテーブル数" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "テーブル表示数を絞るための入力欄が現れる最小のテーブル数" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "データベース表示数を絞るための入力欄が現れる最小のデータベース数" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7154,177 +7189,177 @@ msgid "" msgstr "" "軽快モードのみ。下の項目で定義する区切りが合った場合、ツリー表示になります。" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "ツリーレベルにデータベースを区切るための文字列" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "データベースツリーの区切り" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "ツリーレベルにテーブルを区切るための文字列" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "テーブルツリーの区切り" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "テーブルツリーの最大の深さ" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "マウスカーソルの下のサーバ名を強調表示します。" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "強調表示を有効にする" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "ナビゲーションバーのアイコン" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "テーブルを表示しています" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "左のフレーム内にロゴを表示します。" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "世代を表示する" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "左のフレーム内にロゴを表示します。" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "関数項目を表示する" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "MySQL プロセスの表示" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "世代を表示する" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "左のフレーム内にロゴを表示します。" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最近使用したテーブルの最大数。0 で無効になります。" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "最近使用したテーブルの最大数。0 で無効になります。" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "最近使用したテーブル" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "編集、コピー、削除のリンクことです。" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "テーブルの行リンクを表示する場所" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "テーブルやデータベースの名前のソートを人間が行うような手法で行います。" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "自然順" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" "「アイコンのみ表示」または「テキストのみ表示」または「アイコン/テキスト両方表" "示」。" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "テーブルナビゲーションバー" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP 転送の高速化のために GZip の出力バッファリングを使用します。" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip の出力バッファリング" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7336,21 +7371,21 @@ msgstr "" "[kbd]SMART[/kbd] とは TIME、DATE、DATETIME、TIMESTAMP 型のカラムに対しては " "DESC、それ以外は ASC の並び順にします。" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "デフォルトの並び順" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL データベースへの永続的な接続を使用します。" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "永続的な接続" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7364,11 +7399,11 @@ msgstr "" "phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー" "タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin 環境保管領域用のテーブルが不明" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7380,11 +7415,11 @@ msgstr "" "cookie 認証で mcrypt 拡張がなかった場合、警告を表示します。チェックを入れると" "このメッセージは表示されません。" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7397,29 +7432,29 @@ msgstr "" "phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー" "タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "メニュータブの表示方法" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB および BINARY カラムへの編集を禁止します。" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "バイナリカラムの保護" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7429,49 +7464,49 @@ msgstr "" "環境保管領域の設定が必要です)。無効にした場合、クエリ履歴の表示に JavaScript " "を利用します (ウィンドウを閉じると履歴は消えます)。" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "永続的なクエリの履歴" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "履歴に残るクエリの件数" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "クエリ履歴の長さ" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "文字セットの変換に使用される関数を選択します。" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "コード変換エンジン" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "表示している各テーブルのソートが記憶されます。" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "テーブルのソートを記憶する" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "プライマリキーのデフォルトの並び順" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7480,93 +7515,93 @@ msgid "" msgstr "" "カラム名を何行おきに挿入するか。[kbd]0[/kbd] でこの機能は無効になります。" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "カラム名の差し込み間隔" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "リレーション表示カラム" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "サーバの表示オプション" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "編集したセルを一度にすべて保存する" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "エクスポートをサーバ上に保存できるディレクトリ" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "保存ディレクトリ" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "使用しない場合は空欄にします。" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "ホストの認証順番" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "デフォルトにする場合は空欄にします。" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "ホスト認証のルール" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "パスワードなしログインの許可" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "root ログインの許可" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "セッション値" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP 認証を行うときに表示される HTTP Basic 認証領域における名称" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP 領域" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7580,21 +7615,21 @@ msgstr "" "[a@http://swekey.com]SweKey ハードウェア認証[/a]用の設定ファイルのパス (ド" "キュメントルートには配置しないこと。/etc/swekey.conf がいいでしょう。)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey 設定ファイル" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "使用する認証方法" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "認証タイプ" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -7606,11 +7641,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]ブックマーク[/a]機能を使わない場合" "は空欄にします。[kbd]pma_bookmark[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "ブックマークテーブル" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7622,36 +7657,36 @@ msgstr "" "カラムのコメントと MIME タイプ機能を使わない場合は空欄にします。" "[kbd]pma_column_info[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "カラム情報テーブル" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL サーバと圧縮プロトコルで接続します。" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "圧縮通信を行う" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "サーバへの接続方法。確信がなければ [kbd]tcp[/kbd] のままにしてください。" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "接続方法" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "phpMyAdmin ユーザのパスワード" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7664,11 +7699,11 @@ msgstr "" "権限を制限して設定しておいた特別な MySQL ユーザを使います。詳細は [a@http://" "wiki.phpmyadmin.net/pma/controluser]wiki[/a] を参照してください。" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "phpMyAdmin ユーザ" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7680,11 +7715,11 @@ msgstr "" "環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま" "す。" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "環境保管領域ホスト" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7697,19 +7732,19 @@ msgstr "" "環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま" "す。" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "環境保管領域ホスト" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "正規表現 (PCRE) で一致するデータベースを非表示にします。" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7717,15 +7752,15 @@ msgstr "" "詳細は [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug tracker[/" "a] と [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]を" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA の使用を無効にする" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "非表示にするデータベース" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7737,25 +7772,25 @@ msgstr "" "SQL クエリの履歴機能を使わない場合は空欄にします。[kbd]pma_history[/kbd] とし" "ておくのがいいでしょう。" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL クエリ履歴テーブル" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "稼働している MySQL サーバのホスト名" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "サーバのホスト名" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "ログアウト URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7767,17 +7802,17 @@ msgstr "" "データベースに保管されるテーブル環境設定の上限。古いものから自動的に削除され" "ます。" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "テーブル環境設定の最大保管数" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "スレーブのステータステーブルを閲覧する" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7788,13 +7823,30 @@ msgstr "" "PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と" "しておくのがいいでしょう。" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "テーブル \"%s\" から行単位でデータをエクスポート" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と" +"しておくのがいいでしょう。" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "textarea の 1 行の文字数" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -7806,17 +7858,17 @@ msgstr "" "PDF スキーマを使用しない場合は空欄にします。[kbd]pma_table_coords[/kbd] とし" "ておくのがいいでしょう。" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "パスワードなしでの接続を試みます。" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "パスワードなしで接続する" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -7836,21 +7888,21 @@ msgstr "" "力していき、最後に [kbd]'*'[/kbd] とだけ入力しておきます。[kbd]'*'[/kbd] は" "残ったものをアルファベット順に並べて表示する働きをします。" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "リスト化したデータベースだけを表示する" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "config 認証を使用しない場合は空欄のままにします。" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "config 認証用のパスワード" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7860,11 +7912,11 @@ msgstr "" "PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と" "しておくのがいいでしょう。" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF スキーマ:ページテーブル" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7880,23 +7932,23 @@ msgstr "" "れらの機能を使わない場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのが" "いいでしょう。" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "データベース名" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL サーバで開いているポート。デフォルトにしたい場合は空欄のままにします。" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "サーバのポート" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7908,11 +7960,11 @@ msgstr "" "最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし" "ます。[kbd]pma_recent[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "最近使用したテーブル" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7924,13 +7976,13 @@ msgstr "" "最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし" "ます。[kbd]pma_recent[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "変数" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7942,11 +7994,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]リレーションリンク[/a]機能を使わな" "い場合は空欄にします。[kbd]pma_relation[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "リレーションテーブル" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7958,15 +8010,15 @@ msgstr "" "設定例は[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認証モード[/a]を" "参照してください。" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "サインオンセッション名" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "サインオン URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." @@ -7974,21 +8026,21 @@ msgstr "" "MySQL サーバで開いているソケット。デフォルトにしたい場合は空欄のままにしま" "す。" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "サーバのソケット" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "MySQL サーバへの接続において SSL を有効にします。" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL を使用する" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8000,13 +8052,13 @@ msgstr "" "PDF スキーマを使用しない場合は空欄にします。[kbd]pma_table_coords[/kbd] とし" "ておくのがいいでしょう。" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF スキーマ:テーブルの座標" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -8018,11 +8070,11 @@ msgstr "" "表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。" "[kbd]pma_table_info[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "表示するカラムためのテーブル" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -8034,11 +8086,11 @@ msgstr "" "テーブルに対する環境設定をセッションを跨いで「永続的に」記憶しない場合は空欄" "にします。[kbd]pma_table_uiprefs[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "テーブルに対する環境設定を保管するテーブル" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -8046,11 +8098,11 @@ msgstr "" "データベースを作成するときにログの最初の行に DROP DATABASE IF EXISTS 文を追加" "するかどうか。" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE を追加する" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -8058,11 +8110,11 @@ msgstr "" "テーブルを作成するときにログの最初の行に DROP TABLE IF EXISTS 文を追加するか" "どうか。" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE を追加する" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -8070,19 +8122,19 @@ msgstr "" "ビューを作成するときにログの最初の行に DROP VIEW IF EXISTS 文を追加するかどう" "か。" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW を追加する" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "新しい世代に対して自動生成使用するコマンドのリストを定義します。" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "追跡するコマンド" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -8094,11 +8146,11 @@ msgstr "" "SQL コマンドの追跡機能を使わない場合は空欄にします。[kbd]pma_tracking[/kbd] " "としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL コマンド追跡テーブル" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -8106,11 +8158,11 @@ msgstr "" "SQL コマンドの追跡機能が、テーブルやビューに対して自動的に世代を作成するかど" "うか。" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "世代の自動作成" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -8122,37 +8174,37 @@ msgstr "" "データベースにユーザ設定の保存しない場合は空欄にします。[kbd]pma_userconfig[/" "kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "ユーザ環境保管テーブル" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "利用するテーブル" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "ホストテーブルを使う" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -8164,15 +8216,15 @@ msgstr "" "データベースにユーザ設定の保存しない場合は空欄にします。[kbd]pma_userconfig[/" "kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "config 認証用のユーザ" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -8180,21 +8232,21 @@ msgstr "" "このサーバのわかりやすい説明。ホスト名をそのまま表示させる場合には、空欄のま" "まにします。" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "このサーバの詳細な名前" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "「(行を) すべて表示」ボタンを表示するかどうか。" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "すべての行の表示を許可する" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -8211,39 +8263,39 @@ msgstr "" "れはパスワード変更コマンドに対して直接実行する機能を制限するものではありませ" "ん。" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "パスワード変更フォームを表示する" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "「データベースを作成する」の部分を表示する" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the comments for all tables." msgstr "テーブル一覧において作成日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "テーブルのコメント" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "テーブル一覧において作成日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "作成日時を表示する" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -8251,11 +8303,11 @@ msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "テーブル一覧において最終更新日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "最終更新日時を表示する" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -8263,11 +8315,11 @@ msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "テーブル一覧において最終検査日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "最終検査日時を表示する" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -8277,31 +8329,31 @@ msgid "" "insert mode." msgstr "編集/挿入モードでデータ型項目を表示するかどうか定義します。" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "データ型項目を表示する" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "編集/挿入モードで関数項目を表示します。" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "関数項目を表示する" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "操作ヒントを表示するかどうか。" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "操作ヒントを表示する" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8313,15 +8365,15 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリンク" "を表示します。" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() リンクを表示する" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "詳細な MySQL サーバ情報を表示する" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8330,11 +8382,11 @@ msgid "" msgstr "" "phpMyAdmin によって生成される SQL クエリを表示するかどうかを定義します。" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL クエリを表示する" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -8342,21 +8394,21 @@ msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "送信後もクエリボックスを画面上に残しておくかどうかを定義します。" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "クエリボックスを保持する" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "データベースやテーブルの状態(領域の使用状況など)の表示を許可します。" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "統計を表示する" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8366,11 +8418,11 @@ msgstr "" "使われているテーブルには印をして、テーブルがロックされていても可能であれば" "データベースを閲覧します。" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "ロックされているテーブルをスキップする" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -8380,11 +8432,11 @@ msgstr "" "Suhosin が検出された場合、警告をメインページに表示します。チェックを入れると" "このメッセージは表示されません。" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin 警告" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8398,13 +8450,13 @@ msgstr "" "phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー" "タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "ログインクッキーの有効期間" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -8416,11 +8468,11 @@ msgstr "" "編集モードでの textarea の 1 行の文字数。SQL クエリ用のでは 2 倍、クエリウィ" "ンドウに対しては 1.25 倍になります。" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "textarea の 1 行の文字数" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -8432,39 +8484,39 @@ msgstr "" "編集モードでの textarea の行数。SQL クエリ用のでは 2 倍、クエリウィンドウに対" "しては 1.25 倍になります。" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "textarea の行数" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "データベース選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "何も選択していないときのブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "デフォルトタイトル" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "サーバ選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "テーブル選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8482,31 +8534,31 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) ヘッダを信頼するように指定することにな" "ります。[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "信頼されたプロキシのリスト(IP アドレスの許可/拒否)" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "インポート用ファイルをアップロードできるサーバ上のディレクトリ" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "アップロードディレクトリ" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "全てのデータベース内を検索することを許可します。" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "データベース検索を使用する" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 #, fuzzy #| msgid "" #| "When disabled, users cannot set any of the options below, regardless of " @@ -8518,28 +8570,28 @@ msgstr "" "無効にすると、右端のチェックボックスに関係なく、ユーザが以下のオプションを設" "定することはできません。" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "設定に開発者向けタブを追加する" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "バージョンアップの確認" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin のメインページ上で最終バージョンチェックを有効にします。" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "バージョンの確認" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8547,34 +8599,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "ユーザ名" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "パスワード" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8587,55 +8639,55 @@ msgstr "" "ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC" "%E3%83%9E%E3%83%83%E3%83%88%29]ZIP[/a] 圧縮を有効にします。" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "サーバのポート" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "実行されたクエリ" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8664,51 +8716,84 @@ msgstr "HTTP 認証" msgid "Signon authentication" msgstr "サインオン認証" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "LOAD DATA 文を使用した CSV の読み込み" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document スプレッドシート" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "簡易" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "詳細" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "データベースエクスポートオプション" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel 用の CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document テキスト" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "データが存在しません" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "テーブル %1$s は正常に変更されました。" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "スレッド %s は正常終了しました。" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "内部リレーションを追加しました" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8723,12 +8808,12 @@ msgstr "深い再帰的な攻撃を受けている可能性があります" msgid "No change" msgstr "変更なし" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8786,6 +8871,7 @@ msgid "Create database" msgstr "データベースを作成する" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "作成" @@ -8801,7 +8887,7 @@ msgid "No Privileges" msgstr "特権なし" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "テーブルを作成" @@ -8815,50 +8901,95 @@ msgstr "" "エクスポートプラグインをロードできません。正しくインストールされているか確認" "してください!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "現在のサーバからデータベースをエクスポート" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "データベース \"%s\" からテーブルをエクスポート" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "テーブル \"%s\" から行単位でデータをエクスポート" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "エクスポート方法:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "エクスポート形式" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "ファイル名のテンプレート:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "テーブル名" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "ファイル名のテンプレート:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "一時テーブルがディスク上に展開される割合" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "クエリを更新する" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "テーブルを選択してください" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "エクスポート方法" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "簡易 - 最小限のオプションだけ表示" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "詳細 - 可能なオプションをすべて表示" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "データベース:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "テーブル:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "フォーマット:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "フォーマット特有のオプション:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8866,52 +8997,52 @@ msgstr "" "下にスクロールして選択したフォーマットのオプションで必要事項を記入し、他の" "フォーマットのオプションは無視してください。" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "エンコーディングへの変換:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "行:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "ダンプする行" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "開始行:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "すべての行をダンプする" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "出力:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "サーバ上のディレクトリ %s に保存する" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "ファイル名のテンプレート:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ はサーバ名に" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "、@DATABASE@ はデータベース名に" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "、@TABLE@ はテーブル名に" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8923,86 +9054,86 @@ msgstr "" "す。)。その他のテキストはそのまま使われます。詳細については、%4$sFAQ%5$s を" "参照してください。" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "今後のエクスポートでこれを使用する" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ファイルの文字セット:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "圧縮:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip 形式" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip 形式" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "出力をテキストで表示する" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "テーブル \"%s\" から行単位でデータをエクスポート" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "カラム名をエクスポートする" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "出力をファイルに保存する" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "テーブルを選択してください" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "テーブルを選択してください" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "データベース名" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "新しいページの名前: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "カラム名のコピー" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9559,7 +9690,7 @@ msgid "Dump has been saved to file %s." msgstr "ダンプをファイル %s に保存しました。" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "返り値が空でした (行数 0)。" @@ -9643,7 +9774,7 @@ msgstr "隠す" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "関数" @@ -9723,7 +9854,7 @@ msgstr "" "由に移動できます" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10201,7 +10332,7 @@ msgstr "新規作成" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "ビュー" @@ -10503,232 +10634,243 @@ msgstr "" msgid "Rename database to" msgstr "データベース名の変更" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "特権不足でアクセスできません!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "特権を編集" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "データベース %s を削除しました。" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "データベースの削除" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "データベースを削除する (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "構造のみ" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "構造とデータ" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "データのみ" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "データベースのコピー先" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "コピーの前に CREATE DATABASE する" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "制約を追加する" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "コピーしたデータベースに切り替える" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "テーブルの並び順" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(1 回)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "テーブルを (データベース).(テーブル) へ移動する:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "変更後のテーブル名称" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "テーブルのコメント" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "テーブルオプション" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "ストレージエンジン" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "テーブルを (データベース).(テーブル) にコピーする:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "コピーしたテーブルに切り替える" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "テーブルメンテナンス" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "テーブルを分析する" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "テーブルをチェックする" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "テーブルをチェックする" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "テーブルのデフラグ" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "テーブル %s をフラッシュしました。" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "テーブルをフラッシュする (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "テーブルを最適化する" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "テーブルを修復する" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "データまたはテーブルの削除" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "テーブルを空にする (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "テーブルを削除する (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "分析" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "確認" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "最適化" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "再構築" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "修復" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "閉じる" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "パーティション管理" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "パーティション %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "パーティションを削除" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "参照整合性の確認:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "同じテーブルには移動できません!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "同じテーブルにはコピーできません!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "テーブル %s を %s に移動しました。" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "テーブル %s を %s にコピーしました。" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "テーブル %s を %s に移動しました。" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "テーブル %s を %s にコピーしました。" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "テーブル名が空です!" @@ -10927,7 +11069,7 @@ msgstr "イベント" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "定義" @@ -11993,22 +12135,28 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "テーブルのソートを記憶する" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "無効なエクスポート形式" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "高度な機能の設定する簡単な方法:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." msgid "Create the needed tables with the %screate_tables.sql." msgstr "examples/create_tables.sql で必要なテーブルを作成します。" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "作ったテーブルにアクセスできる pma ユーザを作成します。" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -12016,22 +12164,22 @@ msgstr "" "設定ファイル (config.inc.php) で高度な機能を有効にします。" "config.sample.inc.php にある設定例をコピーするといいでしょう。" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "更新した設定ファイルを読み込むために phpMyAdmin にログインし直します。" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "説明がありません" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -12039,14 +12187,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin 環境保管領域用のテーブルが不明" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin 環境保管領域用のテーブルが不明" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -12244,6 +12392,7 @@ msgstr "ユーザ名" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "ユーザ名" @@ -12424,10 +12573,10 @@ msgid "Master server changed successfully to %s." msgstr "マスタサーバを %s へ切り替えるのに成功しました。" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12448,7 +12597,7 @@ msgstr "イベント %1$s を変更しました。" msgid "Event %1$s has been created." msgstr "イベント %1$s を作成しました。" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -12460,7 +12609,8 @@ msgstr "リクエストの処理中に 1 つ以上のエラーが発生しま msgid "Edit event" msgstr "イベントを編集する" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "詳細" @@ -12474,7 +12624,7 @@ msgid "Event type" msgstr "イベント種別" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "%s に変更する" @@ -12502,13 +12652,13 @@ msgid "On completion preserve" msgstr "完了後もイベントを残す" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "定義者" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -12538,9 +12688,9 @@ msgid "You must provide an event definition." msgstr "イベントの定義は必須です。" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -12579,92 +12729,98 @@ msgstr "" "「mysqli」拡張を使用するようにしてください。" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "ルーチンタイプが不正です: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "申し訳ありませんが、削除されたルーチンの復元に失敗しました。" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "ルーチン %1$s を変更しました。" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "ルーチン %1$s を変更しました。" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "ルーチン %1$s を作成しました。" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "ルーチンを編集する" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "ルーチン名" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "パラメータ" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "入出力" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "パラメータを追加する" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "最後のパラメータを削除する" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "返り値の種類" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "返り値の長さ/値" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "返り値のオプション" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "DETERMINISTIC" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "SQL SECURITY" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "データ干渉方式" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "ルーチン名は必須です" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "パラメータに対して不正な入出力「%s」が与えられています。" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12672,24 +12828,24 @@ msgstr "" "ルーチンパラメータが ENUM、SET、VARCHAR、VARBINARY の場合、長さ/値は必須で" "す。" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "ルーチンの各パラメータに対して、名前とデータ型は必須です。" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "ルーチンに対して、有効な返り値の種類を指定してください。" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "ルーチンの定義は必須です。" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "ルーチン %s の実行結果" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12697,13 +12853,13 @@ msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "プロシージャ内の最後のステートメントは %d 行の変更を行いました" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "ルーチンを実行する" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "ルーチンのパラメータ" @@ -13268,12 +13424,16 @@ msgid "You have revoked the privileges for %s." msgstr "%s の特権を取り消しました。" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "ユーザを追加する" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "ユーザ専用データベース" #: libraries/server_privileges.lib.php:1946 @@ -13301,9 +13461,7 @@ msgid "User has been added." msgstr "ビュー %s を破棄しました。" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13382,11 +13540,15 @@ msgid "" msgstr "ユーザテーブルから元のユーザを削除し、特権の再読み込みをする。" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "ログイン情報の変更 / ユーザの複製" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "同じ特権を持つ新しいユーザを作る…" #: libraries/server_privileges.lib.php:3036 @@ -13412,7 +13574,9 @@ msgid "Add privileges on the following table:" msgstr "テーブルに特権を追加" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "選択したユーザを削除する" #: libraries/server_privileges.lib.php:3376 @@ -13447,44 +13611,52 @@ msgstr "%s の特権を更新しました。" msgid "Deleting %s" msgstr "%s を削除中です" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "特権を正常に再読み込みしました。" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "ユーザ %s は既に存在します!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s に対する特権" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "新規作成" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "特権を編集" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "ユーザグループ" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "ユーザ概略" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13497,11 +13669,11 @@ msgstr "" "特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権の再読み" "込み%s をしてください。" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "特権テーブルには選択したユーザがいません。" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "新しいユーザを追加しました。" @@ -14843,7 +15015,7 @@ msgstr "不正な識別子です" msgid "Unknown Punctuation String" msgstr "無効な句読点文字です" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "テーブル %s を空にしました。" @@ -14856,14 +15028,14 @@ msgstr "SQL コマンドの追跡はアクティブです。" msgid "Tracking is not active." msgstr "SQL コマンドの追跡は非アクティブです。" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "ビュー %s を破棄しました" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -15093,43 +15265,38 @@ msgstr "ディスク使用量" msgid "Effective" msgstr "有効" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "テーブル %1$s は正常に変更されました。" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "テーブル %1$s は正常に変更されました。" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "クエリエラー" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "カラムは正常に移動されました。" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "この系列を追加する" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "SQL クエリを表示する" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15616,20 +15783,6 @@ msgstr "入手可能な新しい安定バージョンはありません" msgid "Wrong data" msgstr "データが正しくありません" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "データが存在しません" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15640,7 +15793,7 @@ msgstr "データベース '%s' が存在しません。" msgid "Table %s already exists!" msgstr "テーブル %s は既に存在します!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "テーブルのダンプ (スキーマ) 表示" @@ -15648,30 +15801,18 @@ msgstr "テーブルのダンプ (スキーマ) 表示" msgid "Invalid table name" msgstr "テーブル名が不正です" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "内部リレーションを追加しました" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "スレッド %s は正常終了しました。" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "カラムが選択されていません。" @@ -15883,7 +16024,7 @@ msgid "subquery" msgstr "サブクエリ" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "リレーションを作成" @@ -15959,13 +16100,13 @@ msgstr "新しい名前" msgid "Delete pages" msgstr "ページを選択してください" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "再読み込み" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "ヘルプ" @@ -16238,39 +16379,39 @@ msgstr "グラフの題名" msgid "X-Axis:" msgstr "X 軸:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "系列:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X 軸のラベル:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X 軸の値" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y 軸のラベル:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "検索するカラム:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "カラム %s に対しての値" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17767,6 +17908,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert は 0 に設定されています" +#~ msgid "Add user" +#~ msgstr "ユーザを追加する" + +#~ msgid "Export Method:" +#~ msgstr "エクスポート方法:" + #~ msgid "No data found for GIS visualization." #~ msgstr "視覚化できる空間情報がありません。" @@ -18033,11 +18180,6 @@ msgstr "concurrent_insert は 0 に設定されています" #~ msgid "pdf export page" #~ msgstr "無効なエクスポート形式" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "無効なエクスポート形式" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " @@ -19575,10 +19717,6 @@ msgstr "concurrent_insert は 0 に設定されています" #~ msgid "Insert" #~ msgstr "挿入" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "クエリを更新する" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "削除" diff --git a/po/ka.po b/po/ka.po index 2aee7f782a..d39b5d348b 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-27 15:20+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Georgian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Query cache" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Query cache" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Query cache" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Log file count" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Buffer Pool" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "სულ" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Free pages" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "მიღებულია" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "კავშირები" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "პროცესები" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s table(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "სპარსული" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "ტრაფიკი" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "General relation features" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Snap to grid" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1490,47 +1511,47 @@ msgstr "" msgid "None" msgstr "არაა" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1538,157 +1559,157 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ფაილის სახის შენახვა" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "ჩართულია" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "გათიშვა" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "მოთხოვნას დასჭირდა %01.4f წმ" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Other core settings" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "Other core settings" msgid "Current settings" msgstr "Other core settings" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Report title" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Load" msgid "Analysing logs" msgstr "ჩატვირთვა" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "მოთხოვნების წაკითხვა" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Analyze" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL-ის ახსნა" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1698,172 +1719,172 @@ msgstr "SQL-ის ახსნა" msgid "Time" msgstr "დრო" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "სულ" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Profiling" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "ცხრილი" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy msgid "Chart" msgstr "სიმბოლოთა ნაკრებები" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "ცხრილების ჩვენების პარამეტრები" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 #, fuzzy msgid "Filter" msgstr "ფაილები" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "ჩასმული სტრიქონების რაოდენობა" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "სულ" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "ჩატვირთვა" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "გადატვირთვა" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "შემოტანა" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Could not load default configuration from: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "მოთხოვნის განახლება" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "დოკუმენტაცია" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "დეტალები…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Customization" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1874,65 +1895,65 @@ msgstr "" msgid "Cancel" msgstr "გაუქმება" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Other core settings" msgid "Page-related settings" msgstr "Other core settings" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Load" msgid "Loading…" msgstr "ჩატვირთვა" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "პროცესები" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1941,80 +1962,80 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Rename database to" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Copy database to" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "სიმბოლოთა ნაკრები" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Disable foreign key checks" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Failed to write file to disk." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "ძებნა" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL Query box" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL Query box" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "არჩევა" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s-ის წაშლა" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2024,64 +2045,64 @@ msgstr "" msgid "Export" msgstr "ექსპორტი" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "ველების რაოდენობა სვეტებისათვის %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "ახალი სერვერის დამატება" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL Query box" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL Query box" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "რედაქტირება" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2089,92 +2110,92 @@ msgstr "რედაქტირება" msgid "Delete" msgstr "წაშლა" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "ცვლადი" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Column names" msgid "Column selector" msgstr "სვეტების სახელები" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "მონაცემთა ბაზაში ძებნა" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "ატრიბუტები" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "შეცვლა" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2182,85 +2203,85 @@ msgstr "" msgid "End of step" msgstr "სტრიქონის დასასრული" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "შემოწირულობა" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "პრივილეგიების დამატება შემდეგი ცხრილისათვის" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2269,193 +2290,193 @@ msgstr "" msgid "Save" msgstr "შენახვა" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL Query box" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL Query box" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "ძებნა" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "სვეტების სახელები" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "სვეტების სახელები" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "SQL Query box" msgid "Hide find and replace criteria" msgstr "SQL Query box" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "SQL Query box" msgid "Show find and replace criteria" msgstr "SQL Query box" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "ველის სვეტების დამატება/წაშლა" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Data pointer size" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "იგნორირება" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "ასლი" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Lines terminated by" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "აირჩიეთ საჩვენებელი ველი" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "გვერდის ნომერი:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "ყველას მონიშნვა" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "ყველას მონიშნვა" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2463,281 +2484,281 @@ msgstr "ყველას მონიშნვა" msgid "Open page" msgstr "pages" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "ყველას მონიშნვა" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "გთხოვთ აირჩიოთ დასარედაქტირებელი გვერდი" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Relational schema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "ცვლილებები შენახულია" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Values for column %s" msgid "Add an option for column \"%s\"." msgstr "ველების რაოდენობა სვეტებისათვის %s" -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%1$d row(s) affected." msgid "%d object(s) created." msgstr "%1$d row(s) affected." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Submit" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "სვეტების სახელები" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "ყველაფრის ჩვენება" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "საწყისი მდებარეობა" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "გაუქმება" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "შეწყვეტილია" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import files" msgid "Import status" msgstr "ფაილების შემოტანა" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "ცხრილების არჩევა" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "სვეტების სახელები" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "პაროლის დაგენერირება" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "დაგენერირება" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "პაროლის შეცვლა" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "ორშ" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "ყველაფრის ჩვენება" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "ახალი ველის დამატება" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize export options" msgid "Link with main panel" msgstr "Customize export options" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize export options" msgid "Unlink from main panel" msgstr "Customize export options" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "ცხრილები" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "ხედო" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "პროცედურები" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "მოვლენა" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "ფუნქციები" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2745,139 +2766,139 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "უკანასკნელ ვერსიაზე შემოწმება" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Create relation" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "სერვერის პორტი" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Other core settings" msgid "Change Report Settings" msgstr "Other core settings" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Report title" msgid "Show Report Details" msgstr "Report title" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "იგნორირება" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy msgid "Execute this query again?" msgstr "SQL მოთხოვნები" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "ნამდვილად გსურთ " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "ცხრილის კომენტარები" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "SQL Query box" msgid "Hide arguments" msgstr "SQL Query box" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "წინა" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2885,96 +2906,96 @@ msgid "Next" msgstr "შემდეგი" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "სულ" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ბინარული" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "მარ" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "აპრ" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "მაი" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ივნ" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ივლ" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "აგვ" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ოქტ" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "იან" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "თებ" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "მარ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "აპრ" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2982,78 +3003,78 @@ msgid "May" msgstr "მაი" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ივნ" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ივლ" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "აგვ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "სექ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ოქტ" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "ნოე" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "დეკ" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "კვი" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "ორშ" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "სამ" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "პარ" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3061,86 +3082,86 @@ msgid "Sun" msgstr "კვი" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "ორშ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "სამ" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "ოთხ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "ხუთ" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "პარ" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "შაბ" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "კვი" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "ორშ" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "სამ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ოთხ" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "ხუთ" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "პარ" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "შაბ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3149,140 +3170,140 @@ msgstr "ვიკი" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "არაა" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "წამში" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "გამოიყენე ტექსტური ველი" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "პორტის ნომერი არასწორია" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "შეცდომა" @@ -3351,16 +3372,16 @@ msgstr "საათში" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "შრიფტის ზომა" @@ -3381,7 +3402,7 @@ msgid "Requery" msgstr "მოთხოვნაში" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3390,7 +3411,7 @@ msgstr "მოთხოვნაში" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3479,7 +3500,7 @@ msgid "History" msgstr "SQL history" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3502,7 +3523,7 @@ msgstr "SQL history" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "პარამეტრები" @@ -3597,7 +3618,7 @@ msgid "Count:" msgstr "სვეტები" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3662,10 +3683,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3673,10 +3694,10 @@ msgstr "" msgid "Ascending" msgstr "ზრდადობით" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3923,32 +3944,32 @@ msgstr "მონიშნვის მოხსნა" msgid "Inside column:" msgstr "სვეტში:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "დირექტორიის შენახვა" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "CHAR textarea columns" msgid "Restore column order" msgstr "CHAR textarea columns" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "ფაილები" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "მონაცემთა ბაზაში ძებნა" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3956,7 +3977,7 @@ msgctxt "First page" msgid "Begin" msgstr "დასაწყისი" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3965,7 +3986,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "წინა" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3974,7 +3995,7 @@ msgctxt "Next page" msgid "Next" msgstr "შემდეგი" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3982,135 +4003,136 @@ msgctxt "Last page" msgid "End" msgstr "დასასრული" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "ყველა" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "ველების რაოდენობა" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Partial Texts" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Full Texts" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Relational display field" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "ორობითი შიგთავსის ჩვენება" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "ინფორმაცია ბრაუზერის შესახებ" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "სტრიქონი წაიშალა" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "%s databases have been dropped successfully." msgid "Your SQL query has been executed successfully." msgstr "%s databases have been dropped successfully." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "სულ" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "მოთხოვნას დასჭირდა %01.4f წმ" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4119,26 +4141,26 @@ msgstr "" msgid "Check All" msgstr "ყველას შემოწმება" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "ხედის ამობეჭდვა" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF სქემის ჩვენება" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4268,7 +4290,7 @@ msgstr "Cardinality" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4278,7 +4300,7 @@ msgid "Collation" msgstr "კოლაცია" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "კომენტარი" @@ -4293,7 +4315,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4309,7 +4331,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "სერვერი" @@ -4326,7 +4348,7 @@ msgstr "ხედო" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4357,7 +4379,7 @@ msgstr "ჩასმა" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "პრივილეგიები" @@ -4422,17 +4444,17 @@ msgid "Central columns" msgstr "CHAR textarea columns" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "მონაცემთა ბაზები" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "მომხმარებელი" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4517,7 +4539,7 @@ msgid "Could not save favorite table!" msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4548,7 +4570,7 @@ msgid "Recent" msgstr "დაბრუნება" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5140,16 +5162,16 @@ msgstr "მაქს: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL-მა თქვა: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL-ის ახსნა" @@ -5166,7 +5188,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP კოდის გარეშე" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP კოდის შექმნა" @@ -5264,6 +5286,12 @@ msgstr "უკანასკნელი განახლება" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "მომხმარებელი" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5364,8 +5392,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5373,7 +5401,7 @@ msgstr "სახელი" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5686,7 +5714,7 @@ msgid "Not a valid port number!" msgstr "პორტის ნომერი არასწორია" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5699,37 +5727,37 @@ msgstr "არასწორი მნიშვნელობა" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "ცვლადი" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, fuzzy, php-format #| msgid "Maximum tables" msgid "maximum %s" @@ -5745,7 +5773,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6257,7 +6285,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6267,7 +6295,7 @@ msgstr "Statements" msgid "Save as file" msgstr "ფაილის სახის შენახვა" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "სომბოლოთა ნაკრები ფაილისათვის" @@ -6283,8 +6311,8 @@ msgstr "შეკუმშვა" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6296,16 +6324,16 @@ msgstr "შეკუმშვა" msgid "Put columns names in the first row" msgstr "Put fields names in the first row" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Fields enclosed by" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6315,8 +6343,8 @@ msgstr "Fields escaped by" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6326,15 +6354,15 @@ msgstr "Replace NULL by" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Lines terminated by" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6360,8 +6388,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6391,14 +6419,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-ის ტიპი" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relations" @@ -6408,356 +6436,361 @@ msgstr "Relations" msgid "Export method" msgstr "Export type" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "სერვერზე შენახვა" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +msgid "Export as separate files" +msgstr "Export defaults" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Enclose table and field names with backquotes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Create new table on database %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Export type" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "ექსპორტის დრო UT- ში" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Disable foreign key checks" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "დათვალიერების რეჟიმი" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Browse mode" msgid "Customize browse mode." msgstr "დათვალიერების რეჟიმი" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options." msgstr "Customize default export options" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "რედაქტირების რეჟიმი" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize export options" msgid "Customize edit mode." msgstr "Customize export options" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Customize default export options" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "დაგენერირება" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default export options" msgid "Customize default common import options." msgstr "Customize default export options" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "იმპორტი / ექსპორტი" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "მონაცემთა ბაზის ჩვენების პარამეტრები" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "ნავიგაციის ჩარჩო" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Customize navigation frame" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "ნავიგაციის ჩარჩო" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Customize navigation frame" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "სერვერები" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "სერვერის ჩვენების პარამეტრები" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "ცხრილების ჩვენების პარამეტრები" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "მთავარი ჩარჩო" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "გვერდის ნომერი:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "უსაფრთხოება" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "ძირითადი პარამეტრები" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authentication type" msgid "Authentication" msgstr "ავთენტიფიკაციის ტიპი" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication type" msgid "Authentication settings." msgstr "ავთენტიფიკაციის ტიპი" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "სერვერის კონფიგურაცია" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL კავშირის კოლაცია" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 #, fuzzy #| msgid "Configuration file" msgid "Configuration storage" msgstr "კონფიგურაციის ფაილი" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "figure phpMyAdmin database to gain access to additional features, see ../" @@ -6772,140 +6805,140 @@ msgstr "" "[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in " "documentation" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Customize navigation frame" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize export options" msgid "Customize main panel" msgstr "Customize export options" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL მოთხოვნები" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries" msgid "SQL queries settings." msgstr "SQL მოთხოვნები" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize export options" msgid "Customize startup page." msgstr "Customize export options" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "მონაცემთა ბაზა მომხმარებლისთვის" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "მონაცემთა ბაზა მომხმარებლისთვის" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "დაფები" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relational schema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "გვერდის ზომა" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "გამოიყენე ტექსტური ველი" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize export options" msgid "Customize text input fields." msgstr "Customize export options" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options" msgstr "Customize default export options" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Warning" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -6917,145 +6950,145 @@ msgstr "" "[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა " "იმპორტირების და ექსპორტირების ოპერაციებისთვის" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "შემოტანილი ფაილების ფორმატი" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Put fields names in the first row" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Number of records (queries) to skip from start" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Add AUTO_INCREMENT value" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "ჩასმული სტრიქონების რაოდენობა" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Maximum number of characters used when a SQL query is displayed" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -7063,164 +7096,164 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximum number of characters used when a SQL query is displayed" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Maximum size for temporary sort files" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "მეხსიერების შეზღუდვა" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo link URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "" @@ -7228,184 +7261,184 @@ msgid "" "display a filter box." msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of items to display the filter box" msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of databases to display the database filter box" msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Customize navigation frame" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "ცხრილების ჩვენება" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "ფუნქციების ველების ჩვენება" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "პროცესების ჩვენება" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Show grid" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy msgid "Recently used tables" msgstr "დაბლოკილი ცხრილების გამოტოვება" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Alter table order by" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy msgid "Table navigation bar" msgstr "Customize navigation frame" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " @@ -7417,72 +7450,72 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Use persistent connections to MySQL databases." msgstr "MySQL სერვერთან კავშირის შეკუმშვა" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY fields from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Disallow BLOB and BINARY fields from editing" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 #, fuzzy #| msgid "Protect binary fields" msgid "Protect binary columns" msgstr "Protect binary fields" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 #, fuzzy #| msgid "" #| "ble if you want DB-based query history (requires phpMyAdmin configuration " @@ -7497,153 +7530,153 @@ msgstr "" "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Rename table to" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Repair threads" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Relational display field" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "სერვერის ჩვენების პარამეტრები" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "დირექტორიის შენახვა" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 #, fuzzy #| msgid "Host authentication order" msgid "Host authorization order" msgstr "Host authentication order" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 #, fuzzy #| msgid "Host authentication rules" msgid "Host authorization rules" msgstr "Host authentication rules" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "root-ით შესვლის ნებართვა" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "სესიის მნიშვნელობა" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication type" msgid "Authentication method to use." msgstr "ავთენტიფიკაციის ტიპი" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "ავთენტიფიკაციის ტიპი" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7654,11 +7687,11 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "ცხრილის ჩანიშვნა" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7669,86 +7702,86 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL სერვერთან კავშირის შეკუმშვა" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "კავშირის შეკუმშვა" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "კავშირის ტიპი" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Control user" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Control user" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA-ის გამოყენების აკრძალვა" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "მონაცემთა ბაზების დამალვა" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7759,39 +7792,39 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "სერვერის ჰოსტის სახელი" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "Maximum number of tables displayed in table list" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7802,13 +7835,30 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Create new table on database %s" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" +"kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR textarea columns" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7819,17 +7869,17 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Connect without password" msgid "Try to connect without password." msgstr "პაროლის გარეშე დაკავშირება" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "პაროლის გარეშე დაკავშირება" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -7842,19 +7892,19 @@ msgstr "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use 'my\\_db' and not 'my_db'" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7864,33 +7914,33 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "მონაცემთა ბაზა" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "სერვერის პორტი" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7901,13 +7951,13 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Recall user name" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7918,13 +7968,13 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "ცვლადები" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7935,43 +7985,43 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "SSL კავშირის ჩართვა MySQL სერვერზე" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL-ის გამოყენება" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -7982,11 +8032,11 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -7998,13 +8048,13 @@ msgstr "" "Table to describe the display fields, leave blank for no support; suggested: " "[kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Display fields table" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8015,51 +8065,51 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI პარამეტრების მაგიდა" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Statements" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8070,25 +8120,25 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL query history table" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Automatic recovery mode" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8099,35 +8149,35 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "გამოიყენე ცხრილები" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8138,237 +8188,237 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "ther a user should be displayed a \"show all (records)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Whether a user should be displayed a \"show all (records)\" button" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "პაროლის შეცვლის ფორმის ჩვენება" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "მონაცემთა ბაზის შექმნის ფორმის ჩვენება" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "ცხრილის კომენტარები" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP-ის ინფორმაციის ჩვენება" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Show slave status" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Show open tables" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "ფუნქციების ველების ჩვენება" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() ბმულის ჩვენება" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL მოთხოვნების ჩვენება" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL Query box" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "სტატისტიკის ჩევნება" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "დაბლოკილი ცხრილების გამოტოვება" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR textarea columns" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR textarea rows" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Default table tab" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8376,52 +8426,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "ატვირთვის დირექტორია" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "უკანასკნელ ვერსიაზე შემოწმება" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "ვერსიის შემოწმება" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8429,33 +8479,33 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "მომხმარებელი:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "პაროლი" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -8467,53 +8517,53 @@ msgstr "" "[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა " "იმპორტირების და ექსპორტირების ოპერაციებისთვის" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "სერვერის პორტი" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8547,53 +8597,84 @@ msgstr "HTTP ავტორიზაცია" msgid "Signon authentication" msgstr "Host authentication order" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Custom color" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "მონაცემთა ბაზის ექსპორტის პარამეტრები" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV MS Excel-თვის" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "მონაცემთა ბაზები არაა" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relations" +msgid "Internal relations were successfully updated." +msgstr "Internal relations" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8608,12 +8689,12 @@ msgstr "" msgid "No change" msgstr "ცვლილების გარეშე" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8671,6 +8752,7 @@ msgid "Create database" msgstr "ახალი მონაცემთა ბაზის შექმნა" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "შექმნა" @@ -8686,7 +8768,7 @@ msgid "No Privileges" msgstr "პრივილეგიები არაა" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "ცხრილის შექმნა" @@ -8700,124 +8782,166 @@ msgstr "ველების რაოდენობა" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Allows locking tables for the current thread." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Create new table on database %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Create new table on database %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Export type" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "File name template" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "ცხრილის სახელი" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "File name template" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s table(s)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "მოთხოვნის განახლება" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "ცხრილების არჩევა" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Export type" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy #| msgid "Customize default export options" msgid "Custom - display all possible options" msgstr "Customize default export options" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "მონაცემთა ბაზები" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "ცხრილები" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "ფორმატი" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "გარდაქმნის პარამეტრები" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy #| msgid "Recoding engine" msgid "Encoding Conversion:" msgstr "Recoding engine" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "სტრიქონები" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "სერვერის %s დირექტორიაში შენახვა" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "File name template" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8832,95 +8956,95 @@ msgstr "" "formatting strings. Additionally the following transformations will happen: " "%3$s. Other text will be kept as is." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "სიმბოლოთა ნაკრები ფაილისთვის:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "შეკუმშვა" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zip-ით შეკუმშული\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzip-ით დაარქივებული\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "ფაილის სახის შენახვა" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Create new table on database %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy msgid "Export tables as separate files" msgstr "Export defaults" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "ფაილის სახის შენახვა" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "ცხრილების არჩევა" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "ცხრილების არჩევა" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "მონაცემთა ბაზა" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "ცხრილები არაა" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "სვეტების სახელები" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9428,7 +9552,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -9507,7 +9631,7 @@ msgstr "დამალვა" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "ფუნქცია" @@ -9589,7 +9713,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10060,7 +10184,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10359,237 +10483,246 @@ msgstr "" msgid "Rename database to" msgstr "ახალი მონაცემთა ბაზის შექმნა" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "პრივილეგიების რედაქტირება" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "მონაცემთა ბაზები არაა" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "მხოლოდ სტრუქტურა" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "სტრუქტურა და მონაცემები" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "მხოლოდ მონაცემები" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Copy database to" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "ცხრილის კომენტარები" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "ცხრილის პარამეტრები" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "ცხრილის შემოწმება" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "ცხრილის შემოწმება" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Flush the table (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "ცხრილის ოპტიმიზება" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "ცხრილის აღდგენა" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Dumping data for table" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "მაგიდების წაშლა (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "შემოწმება" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "ოპტიმიზება" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "აღდგენა" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Count tables" msgid "Coalesce" msgstr "ცხრილების დათვლა" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "დანაყოფი %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "ცხრილის სახელი ცარიელია!" @@ -10798,7 +10931,7 @@ msgstr "მოვლენა" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11871,54 +12004,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Rename table to" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Export type" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -12102,6 +12240,7 @@ msgstr "მომხმარებლის სახელი" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "მომხმარებლის სახელი" @@ -12271,10 +12410,10 @@ msgid "Master server changed successfully to %s." msgstr "The privileges were reloaded successfully." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12297,7 +12436,7 @@ msgstr "Table %s has been dropped" msgid "Event %1$s has been created." msgstr "Table %1$s has been created." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12308,7 +12447,8 @@ msgstr "" msgid "Edit event" msgstr "სერვერის რედაქტირება" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12326,7 +12466,7 @@ msgid "Event type" msgstr "მოვლენის ტიპი" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12363,13 +12503,13 @@ msgid "On completion preserve" msgstr "სრული ჩასმები" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12397,9 +12537,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12436,147 +12576,153 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Invalid server index: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Table %s has been dropped" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Table %1$s has been created." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "რედაქტირების რეჟიმი" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Routines" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "პირდაპირი ბმულები" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "ახალი ველის დამატება" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Rename database to" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Length/Values" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "ცხრილის პარამეტრები" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "უსაფრთხოება" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "ცხრილის არასწორი სახელი" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Allows executing stored routines." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13172,12 +13318,16 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "მომხმარებლის დამატება" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "მონაცემთა ბაზა მომხმარებლისთვის" #: libraries/server_privileges.lib.php:1946 @@ -13207,9 +13357,7 @@ msgid "User has been added." msgstr "View %s has been dropped" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13290,11 +13438,13 @@ msgstr "" "გადატვირთვა." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "იგივე პრივილეგიების მქონე ახალი მომხმარებლის შექმნა და …" #: libraries/server_privileges.lib.php:3036 @@ -13318,8 +13468,10 @@ msgid "Add privileges on the following table:" msgstr "პრივილეგიების დამატება შემდეგი ცხრილისათვის" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" +msgstr "Remove selected users" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -13353,45 +13505,51 @@ msgstr "" msgid "Deleting %s" msgstr "%s-ის წაშლა" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "მომხმარებელი %s უკვე არსებობს!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "პრივილეგიები" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "პრივილეგიების რედაქტირება" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "მომხმარებელი" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "მომხმარებლის მიმოხილვა" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13400,11 +13558,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "თქვენ დაამატეთ ახალი მომხმარებელი." @@ -14623,7 +14781,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -14636,14 +14794,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Field %s has been dropped." msgid "View %s has been dropped." msgstr "Field %s has been dropped" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Field %s has been dropped." msgid "Table %s has been dropped." @@ -14891,47 +15049,42 @@ msgstr "ადგილის გამოყენება" msgid "Effective" msgstr "ეფექტური" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Ignore errors" msgid "Query error" msgstr "შეცდომების იგნორირება" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "%s databases have been dropped successfully." msgid "The columns have been moved successfully." msgstr "%s databases have been dropped successfully." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "ახალი სერვერის დამატება" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "SQL მოთხოვნების ჩვენება" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15419,20 +15572,6 @@ msgstr "" msgid "Wrong data" msgstr "მონაცემთა ბაზები არაა" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "მონაცემთა ბაზები არაა" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15443,7 +15582,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "ცხრილი %s უკვე არსებობს!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -15451,28 +15590,18 @@ msgstr "" msgid "Invalid table name" msgstr "ცხრილის არასწორი სახელი" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relations" -msgid "Internal relations were successfully updated." -msgstr "Internal relations" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -15691,7 +15820,7 @@ msgid "subquery" msgstr "მოთხოვნაში" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15776,13 +15905,13 @@ msgstr "მომხმარებლის სახელი" msgid "Delete pages" msgstr "ყველას მონიშნვა" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "გადატვირთვა" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "დახმარება" @@ -16085,43 +16214,43 @@ msgstr "Report title" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL მოთხოვნები" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "მნიშვნელობა" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "სვეტში:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "ველების რაოდენობა სვეტებისათვის %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17470,6 +17599,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "max. concurrent connections" +#~ msgid "Add user" +#~ msgstr "მომხმარებლის დამატება" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Export type" + #~ msgid "Print view (with full texts)" #~ msgstr "ხედის ამობეჭდვა (სრული ტექსტებით)" @@ -17663,10 +17800,6 @@ msgstr "max. concurrent connections" #~ msgid "pdf export page" #~ msgstr "Export type" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Export type" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -17706,10 +17839,6 @@ msgstr "max. concurrent connections" #~ msgid "Select Tables" #~ msgstr "ცხრილების არჩევა" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Table %1$s has been created." - #, fuzzy #~| msgid "PBMS connection failed:" #~ msgid "Page creation has failed!" @@ -18651,10 +18780,6 @@ msgstr "max. concurrent connections" #~ msgid "Insert" #~ msgstr "ჩასმა" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "მოთხოვნის განახლება" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "წაშლა" diff --git a/po/kk.po b/po/kk.po index 32fdafa238..5f7e6b5350 100644 --- a/po/kk.po +++ b/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-31 14:26+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Kazakh Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Жүйелiк жад" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Үстемелеу жүйесі" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Бос жад" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Қолданылудағы жад" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy msgid "Bytes received" msgstr "Байт қабылданды" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процесстер" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Байт" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЭБ" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d Кесте(лер)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Сұрақтар" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Баптау" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Торға график қосу" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "Тәңiр жарылқасын, ең болмаса топтамаға бiр айнымалы қосыңыз" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1419,47 +1437,47 @@ msgstr "Тәңiр жарылқасын, ең болмаса топтамаға msgid "None" msgstr "Жоқ" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "Айнымалылар general_log және slow_query_log қосулы." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "Айнымалы general_log қосулы." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "Айнымалы slow_query_log қосулы." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "Айнымалы slow_query_log және general_log өшірілген." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "Айнымалы log_output кесте үшін орнатылмаған." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "Айнымалы log_output кесте үшін орнатылды." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1467,137 +1485,137 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Қосу %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Өшіру %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "long_query_time орнату %d сек" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Баптауын өзгерту" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Ағымдағы баптау" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "График тақырыбы" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Бiрлiк" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Журналдарды талдау" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Журнал кестесіне өту" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Мәліметтер жоқ" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1607,144 +1625,144 @@ msgstr "" msgid "Time" msgstr "Уақыт" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Толық уақыт:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Кесте" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "График" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Сүзгі" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Топтасқан қатарлар сомасы:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Барлығы:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Журналдардың жүктелуі" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Импорт" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Мәселе" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Ұсыныс" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Дәлелдеу" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Қолданған айнымалы / формула" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Тест" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1755,61 +1773,61 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Баптауын өзгерту" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Жүктелуде…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Бағананың жойылуы" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1818,63 +1836,63 @@ msgstr "" msgid "OK" msgstr "Жарайды" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Дерекқорының көшірілуі" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Foreign key check:" msgid "Enable foreign key checks" msgstr "Сыртқы кілттерді тексерілісі:" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Іздеу" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Іздеу нәтижелерін жасыру" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Іздеу нәтижелерін көрсету" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Көру" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Жою" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1884,61 +1902,61 @@ msgstr "" msgid "Export" msgstr "Экспорт" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s баған мәні" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Жаңа баған мәні" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Әрбір мәнді жеке өріске енгізіңіз" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d мән(ін)(дерін) қосу" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Сұраныс өрісін жасыру" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Сұраныс өрісін көрсету" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Өзгерту" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1946,176 +1964,176 @@ msgstr "Өзгерту" msgid "Delete" msgstr "Жою" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disable %s" msgid "Variable %d:" msgstr "Өшіру %s" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Бірде-бір қатар таңдалынбады" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Дерекқорынан іздеу" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Бос жад" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Column" msgid "Continue" msgstr "Бағана" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Бақылаудың есептемесі" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Дайын" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No rows selected" msgid "No dependencies selected!" msgstr "Бірде-бір қатар таңдалынбады" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2124,448 +2142,448 @@ msgstr "Бірде-бір қатар таңдалынбады" msgid "Save" msgstr "Сақтау" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Іздеу параметрлерiн жасыру" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Іздеу параметрлерiн көрсету" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column" msgid "Column maximum:" msgstr "Бағана" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column" msgid "Column minimum:" msgstr "Бағана" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "Іздеу параметрлерiн жасыру" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "Іздеу параметрлерiн көрсету" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Елемеу" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Көшіру" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Нүкте" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Сызық" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Көпбұрыш" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Геометрия" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Ішкі пішін" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Сыртқы пішін" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Сыртқы кілтті таңдаңыз" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Save" msgid "Save page" msgstr "Сақтау" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save" msgid "Save page as" msgstr "Сақтау" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Delete" msgid "Delete page" msgstr "Жою" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Бiрлiк" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Байланыс схемасын түзету немесе экспорттау" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "\"%s\" баған мәні" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "Белгіні алу/орнату үшін шертіңіз" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "Атын көшіру үшін өріске тышқанмен екі рет шерту жасаңыз" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Бәрін көрсету" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "Сызық" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import" msgid "Import status" msgstr "Импорт" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "Барлығын ерекшелеу" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "Сілтемеге өту" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "Баған атын көшіру" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Шығару" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Тағы" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Бәрін көрсету" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "Индекстерді жасыру" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show indexes" msgid "Show hidden navigation tree items." msgstr "Индекстерді көрсету" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Hide indexes" msgid "Link with main panel" msgstr "Индекстерді жасыру" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Hide indexes" msgid "Unlink from main panel" msgstr "Индекстерді жасыру" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "Кесте" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Түр" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "Процесстер" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Recommendation" msgid "events" msgstr "Ұсыныс" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Questions" msgid "functions" msgstr "Сұрақтар" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2573,454 +2591,454 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "Соңғы тұрақты болжам:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Баптауын өзгерту" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Елемеу" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Сіз шынымен де сұраныстың орындалуын қалайсыз бе \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Кестеге түсініктеме" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Іздеу нәтижелерін жасыру" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Алдыңғы" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Келесі" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Бүгін" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Қаңтар" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Ақпан" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Наурыз" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Сәуір" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Мамыр" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Маусым" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Шілде" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Тамыз" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Қыркүйек" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Қазан" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Қараша" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Желтоқсан" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Қаң" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Ақп" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Нау" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Сәу" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Мам" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Мау" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Шіл" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Там" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Қыр" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Қаз" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Қар" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Жел" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Жексенбі" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Дүйсенбі" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Сейсенбі" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Сәрсенбі" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Бейсенбі" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Жұма" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Сенбі" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Жек" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Дүй" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Сей" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Сәр" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Бей" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Жұм" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Сен" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Жк" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Дс" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Сс" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Бс" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Жм" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Сн" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Апт" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Сағат" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Минут" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Секунд" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "Барлығын ерекшелеу" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please enter at least {0} characters" msgstr "Тәңiр жарылқасын, ең болмаса топтамаға бiр айнымалы қосыңыз" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Қате" @@ -3088,16 +3106,16 @@ msgstr "сағатқа" msgid "per day" msgstr "күнге" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 #, fuzzy msgid "Font size" msgstr "Қарiп өлшемi" @@ -3117,7 +3135,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3126,7 +3144,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3210,7 +3228,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3233,7 +3251,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3328,7 +3346,7 @@ msgid "Count:" msgstr "Бағана" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3394,10 +3412,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Көшірілген дерекқорына өту" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3405,10 +3423,10 @@ msgstr "Көшірілген дерекқорына өту" msgid "Ascending" msgstr "Өсу бойынша" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3645,170 +3663,171 @@ msgstr "Eрекшеленгендерді алып тастау" msgid "Inside column:" msgstr "Бағана бойынша:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "Сүзгі" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Дерекқорынан іздеу" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Table %s has been emptied." msgid "The row has been deleted." msgstr "%s кестесі аластанды" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL-сұранысы сәтті орындалды" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "%d table(s)" msgid "%d total" msgstr "%d Кесте(лер)" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Белгi соғылғандарды:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3817,24 +3836,24 @@ msgstr "Белгi соғылғандарды:" msgid "Check All" msgstr "Барлығын белгілеу" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Баспаға шығару түрі" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -3958,7 +3977,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3968,7 +3987,7 @@ msgid "Collation" msgstr "Салыстыру" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Пікірлеу" @@ -3983,7 +4002,7 @@ msgid "Index %s has been dropped." msgstr "Индекс %s жойылған болатын." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3999,7 +4018,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -4016,7 +4035,7 @@ msgstr "Түр" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -4047,7 +4066,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -4112,15 +4131,15 @@ msgid "Central columns" msgstr "Бағаналар қосу" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Дерекқоры" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4196,7 +4215,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4225,7 +4244,7 @@ msgid "Recent" msgstr "Ұсыныс" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Tracked tables" msgid "Favorite tables" @@ -4803,16 +4822,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4829,7 +4848,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4922,6 +4941,10 @@ msgstr "Соңғы жаңартылым" msgid "Last check" msgstr "Соңғы тексерім" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5016,8 +5039,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5025,7 +5048,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5317,7 +5340,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5328,35 +5351,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5371,7 +5394,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5770,7 +5793,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5779,7 +5802,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5795,8 +5818,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5806,14 +5829,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5821,8 +5844,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5830,13 +5853,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5858,8 +5881,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5887,14 +5910,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5902,586 +5925,592 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Enter each value in a separate field" +msgid "Export as separate files" +msgstr "Әрбір мәнді жеке өріске енгізіңіз" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT қосу" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Қосу %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Сыртқы кілттерді тексерілісі:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "Дерекқорына түсініктеме: " -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table comments" msgid "Navigation tree" msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show indexes" msgid "Customize the navigation tree." msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table comments" msgid "Tables display options." msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Hide indexes" msgid "Main panel" msgstr "Индекстерді жасыру" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Current settings" msgid "Authentication settings." msgstr "Ағымдағы баптау" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "Current settings" msgid "SQL queries settings." msgstr "Ағымдағы баптау" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Мәлімет қорлары" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Мәлімет қорлары" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6489,1135 +6518,1147 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show indexes" msgid "Show databases navigation as tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table comments" msgid "Show logo in navigation panel." msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table comments" msgid "Enable navigation tree expansion" msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Inside tables:" msgid "Show tables in tree" msgstr "Кесте бойынша:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show indexes" msgid "Whether to show tables under database in the navigation tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show indexes" msgid "Show views in tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show indexes" msgid "Whether to show views under database in the navigation tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy msgid "Show functions in tree" msgstr "Соңғы жаңартылған сәттен бастап қосылыстар." -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "Процесстер" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show indexes" msgid "Show events in tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show indexes" msgid "Whether to show events under database in the navigation tree" msgstr "Индекстерді көрсету" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table comments" msgid "Table navigation bar" msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "No data found" msgid "Relational display" msgstr "Мәліметтер жоқ" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Table comments" msgid "For display Options" msgstr "Кестеге түсініктеме:" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Edit or export relational schema" +msgid "Export templates table" +msgstr "Байланыс схемасын түзету немесе экспорттау" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add columns" msgid "Central columns table" msgstr "Бағаналар қосу" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Tracked tables" msgid "Favorites table" msgstr "Қадағаланатын кестелер" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Кестелерді қолдану" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Кестеге түсініктеме" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7625,52 +7666,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7678,84 +7719,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Қолданушы:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password:" msgid "Proxy password" msgstr "Құпия сөз:" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Enable Zero Configuration mode" @@ -7781,47 +7822,78 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Мәліметтер жоқ" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Table %s has been emptied." +msgid "Internal relations were successfully updated." +msgstr "%s кестесі аластанды" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7836,12 +7908,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7893,6 +7965,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7908,7 +7981,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7920,101 +7993,139 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "Экспорт" + +#: libraries/display_export.lib.php:208 +msgid "New template:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "Дерекқорының аты көрсетілмеген!" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Жаңартылған" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Барлығын ерекшелеу" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "Экспорт" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8022,84 +8133,84 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Export tables as separate files" msgstr "Әрбір мәнді жеке өріске енгізіңіз" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "Барлығын ерекшелеу" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "Барлығын ерекшелеу" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "Дерекқорының аты көрсетілмеген!" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Inside tables:" msgid "New table name" msgstr "Кесте бойынша:" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Баған атын көшіру" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -8591,7 +8702,7 @@ msgid "Dump has been saved to file %s." msgstr "%s файлына дамп сақталынды." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8666,7 +8777,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8740,7 +8851,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9197,7 +9308,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9489,230 +9600,239 @@ msgstr "" msgid "Rename database to" msgstr "Дерекқорының атауын қайта қою." -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Reloading Privileges" msgid "Adjust Privileges" msgstr "Артықшылықтардың қайта қосылуы" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s дерекқоры өшірілді." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Дерекқорын өшіру" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "(DROP) дерекқорын өшіру" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Тек құрылымы ғана" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Құрылымы және мәліметтері" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Тек мәліметтер ғана" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Дерекқорының көшірілуі" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Көшірмес бұрын, дерекқорын құрып алыңыз(CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Шектеу қою" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Көшірілген дерекқорына өту" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Кестеге түсініктеме" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Кестенiң талдауы" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Кестені тексеру" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Кестені тексеру" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Кестені тиімді ету" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Кестені калпына келтіру" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Жабу" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9902,7 +10022,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10831,54 +10951,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Экспорт типі қате" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11054,6 +11180,7 @@ msgstr "Қолданушы:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11210,10 +11337,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11234,7 +11361,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11243,7 +11370,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11257,7 +11385,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11285,13 +11413,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11317,9 +11445,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11352,125 +11480,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12012,13 +12146,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Қолданушыны қосу" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "Дерекқорына түсініктеме: " #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12044,9 +12182,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12121,11 +12257,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12145,8 +12281,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "Таңдалынған қолдаушыларды жою" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12180,42 +12318,46 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Reloading Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Артықшылықтардың қайта қосылуы" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12224,11 +12366,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13396,7 +13538,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s кестесі аластанды." @@ -13409,13 +13551,13 @@ msgstr "Бақылау қосулы." msgid "Tracking is not active." msgstr "Бақылауды белсендендірілу." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format msgid "View %s has been dropped." msgstr "%s көрсетілімі жойылған" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -13647,38 +13789,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Replication" msgid "Relation view" @@ -14124,20 +14261,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Мәліметтер жоқ" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14148,7 +14271,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14156,29 +14279,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Table %s has been emptied." -msgid "Internal relations were successfully updated." -msgstr "%s кестесі аластанды" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -14368,7 +14481,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14438,13 +14551,13 @@ msgstr "" msgid "Delete pages" msgstr "Жою" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14709,39 +14822,39 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Бағана бойынша:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s баған мәні" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15987,6 +16100,9 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Паралельді_кірістірмелерді анықтау" +#~ msgid "Add user" +#~ msgstr "Қолданушыны қосу" + #~ msgid "Uncheck All" #~ msgstr "Барлық белгілерді алып тастау" @@ -16084,11 +16200,6 @@ msgstr "Паралельді_кірістірмелерді анықтау" #~ msgid "pdf export page" #~ msgstr "Экспорт типі қате" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Экспорт типі қате" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/km.po b/po/km.po index b544411825..c1f85b1026 100644 --- a/po/km.po +++ b/po/km.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-04-19 18:59+0200\n" "Last-Translator: Sovichet Tep \n" "Language-Team: Central Khmer Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "ការ​ប្រើ CPU ប្រព័ន្ធ" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "អង្គ​ចងចាំ​ប្រព័ន្ធ" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "អង្គ​ចងចាំ​សរុប" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "អង្គ​ចងចាំ​ទំនេរ" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "អង្គ​ចងចាំ​ដែល​បាន​ប្រើ" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "ចំនួន​បៃ​ដែល​បាន​ផ្ញើ" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "ចំនួន​បៃ​ដែល​បាន​ទទួល" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "ការ​តភ្ជាប់" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "ដំណើរការ" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d តារាង" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "សំណួរ" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "ចរាចរណ៍" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "ការ​កំណត់" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1357,47 +1375,47 @@ msgstr "" msgid "None" msgstr "គ្មាន" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1405,137 +1423,137 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "បើក %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "បិទ %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "កំណត់ long_query_time ទៅ %d វិនាទី។" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" "អ្នក​មិន​អាច​ផ្លាស់​ប្ដូរ​អថេរ​ទាំង​នេះ​ទេ។ សូម​ចូល​ជា root ឬ​ទាក់ទង​ទៅ​អ្នក​គ្រប់គ្រង​មូលដ្ឋាន​ទិន្នន័យ​របស់​អ្នក។" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "ប្ដូរ​ការ​កំណត់" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "ការ​កំណត់​បច្ចុប្បន្ន" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "ភាព​ខុស​គ្នា" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "បាន​ចែក​នឹង %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "ពី​កំណត់​ត្រា​យឺត" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "ពី​កំណត់​ត្រា​ទូទៅ" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "បោះបង់​សំណើ" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "រក​មិន​ឃើញ​ទិន្នន័យ" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "បាន​វិភាគ​កំណត់ត្រា ប៉ុន្តែ​រក​មិន​ឃើញ​ទិន្នន័យ​ក្នុង​ពេល​នេះ​ទេ។" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "កំពុង​វិភាគ…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "ពន្យល់​លទ្ធផល" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1545,144 +1563,144 @@ msgstr "ពន្យល់​លទ្ធផល" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "តារាង" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "ត្រង" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "សរុប៖" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "កំពុង​ផ្ទុក​កំណត់ត្រា" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "នាំចូល" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "បញ្ហា" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "ការ​ណែនាំ" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "សាកល្បង" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1693,63 +1711,63 @@ msgstr "" msgid "Cancel" msgstr "បោះបង់" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "ប្ដូរ​ការ​កំណត់" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "កំពុង​ផ្ទុក…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "បាន​បោះបង់​សំណើ!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "កំពុង​ដំណើរការ​សំណើ" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "បាន​បោះបង់​សំណើ!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "មាន​កំហុស​ក្នុង​ពេល​ដំណើរការ​សំណើ" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "កូដ​កំហុស៖ %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "អត្ថបទ​កំហុស៖ %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "មិន​បាន​ជ្រើស​មូលដ្ឋាន​ទិន្នន័យ។" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "ការ​លុប​ជួរ​ឈរ" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "ការ​បន្ថែម​លេខ​ប​ឋម" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1758,61 +1776,61 @@ msgstr "ការ​បន្ថែម​លេខ​ប​ឋម" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1822,59 +1840,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1882,172 +1900,172 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disable %s" msgid "Variable %d:" msgstr "បិទ %s" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "អង្គ​ចងចាំ​ទំនេរ" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "រួម​ចំណែក" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "មិន​បាន​ជ្រើស​មូលដ្ឋាន​ទិន្នន័យ។" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "មិន​បាន​ជ្រើស​មូលដ្ឋាន​ទិន្នន័យ។" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2056,419 +2074,419 @@ msgstr "មិន​បាន​ជ្រើស​មូលដ្ឋាន​ទ msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Reload page" msgid "Save page" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Reload page" msgid "Save page as" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Reload page" msgid "Open page" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Reload page" msgid "Delete page" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid page name" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "បោះបង់" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import" msgid "Import status" msgstr "នាំចូល" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "ជ្រើសទាំងអស់" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "តារាង" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Processes" msgid "procedures" msgstr "ដំណើរការ" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Recent" msgid "events" msgstr "ថ្មីៗ" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Action" msgid "functions" msgstr "សកម្មភាព" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2476,472 +2494,472 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "តើ​អ្នក​ពិត​ជា​លុប​ការ​ស្វែងរក \"%s\" មែនទេ?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments:" msgid "Show arguments" msgstr "មតិយោបល់​តារាង៖" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid email address" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date ( ISO )" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "សូម​បញ្ចូល​ប្រវែង​ត្រឹម​ត្រូវ!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter the same value again" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter at least {0} characters" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value between {0} and {1}" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "សូម​បញ្ចូល​ប្រវែង​ត្រឹម​ត្រូវ!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value greater than or equal to {0}" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date or time" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "សូម​បញ្ចូល​តម្លៃ​លេខ​ត្រឹម​ត្រូវ!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -3009,16 +3027,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3037,7 +3055,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3046,7 +3064,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3128,7 +3146,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3151,7 +3169,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3226,7 +3244,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3286,10 +3304,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3297,10 +3315,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3511,161 +3529,162 @@ msgstr "មិនរើសទាំងអស់" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "ត្រង​ជួរ​ដេក" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3674,24 +3693,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3813,7 +3832,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3823,7 +3842,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3838,7 +3857,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3854,7 +3873,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3871,7 +3890,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3902,7 +3921,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3965,15 +3984,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4049,7 +4068,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -4070,7 +4089,7 @@ msgid "Recent" msgstr "ថ្មីៗ" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "តារាង​ដែល​ពេញ​ចិត្ត" @@ -4628,16 +4647,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4654,7 +4673,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4747,6 +4766,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4837,8 +4860,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4846,7 +4869,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5129,7 +5152,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5140,35 +5163,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5183,7 +5206,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5578,7 +5601,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5587,7 +5610,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5603,8 +5626,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5614,14 +5637,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5629,8 +5652,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5638,13 +5661,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5666,8 +5689,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5695,14 +5718,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5710,568 +5733,572 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Change settings" msgid "Navigation tree" msgstr "ប្ដូរ​ការ​កំណត់" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6279,1108 +6306,1118 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "មតិយោបល់​តារាង៖" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "ដំណើរការ" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "តារាង​ដែល​ពេញ​ចិត្ត" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "មតិយោបល់​តារាង៖" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7388,52 +7425,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7441,80 +7478,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7538,47 +7575,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7593,12 +7657,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7648,6 +7712,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7661,7 +7726,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7673,101 +7738,139 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Invalid export type" +msgid "Export templates:" +msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "Reload page" +msgid "New template:" +msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "ឈ្មោះមូលដ្ឋានទិន្នន័យនៅទទេ!" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "បានធ្វើបច្ចុប្បន្នភាព" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "ជ្រើសទាំងអស់" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7775,78 +7878,78 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "ជ្រើសទាំងអស់" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "ជ្រើសទាំងអស់" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "ឈ្មោះមូលដ្ឋានទិន្នន័យនៅទទេ!" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8332,7 +8435,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8407,7 +8510,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8481,7 +8584,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8909,7 +9012,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9190,226 +9293,235 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Track table" msgid "Checksum table" msgstr "តាមដាន​តារាង" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "បិទ" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9596,7 +9708,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10483,54 +10595,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10704,6 +10822,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10856,10 +10975,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10880,7 +10999,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10889,7 +11008,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10903,7 +11023,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10931,13 +11051,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10963,9 +11083,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10998,124 +11118,130 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11653,13 +11779,15 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "មតិយោបល់​មូលដ្ឋាន​ទិន្នន័យ៖" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11685,9 +11813,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11762,11 +11888,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11786,8 +11912,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "ការ​លុប​អ្នក​ប្រើ​ដែល​បាន​ជ្រើស" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -11821,40 +11949,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11863,11 +11995,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12999,7 +13131,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -13012,13 +13144,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13233,38 +13365,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "បញ្ជី​ការ​ពេញ​ចិត្ត​គឺ​ពេញ​ហើយ!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13708,18 +13835,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13730,7 +13845,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13738,26 +13853,18 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13934,7 +14041,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14002,13 +14109,13 @@ msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" msgid "Delete pages" msgstr "ផ្ទុក​ទំព័រ​ឡើង​វិញ" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14253,37 +14360,37 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Table comments:" msgid "Value Column:" msgstr "មតិយោបល់​តារាង៖" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15469,11 +15576,6 @@ msgstr "concurrent_insert ត្រូវវ​បាន​កំណត់​ទ #~ msgid "Dia export page" #~ msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "EPS export page" -#~ msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" - #, fuzzy #~| msgid "Invalid export type" #~ msgid "SVG export page" @@ -15489,11 +15591,6 @@ msgstr "concurrent_insert ត្រូវវ​បាន​កំណត់​ទ #~ msgid "pdf export page" #~ msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "ប្រភេទ​នាំ​ចេញ​មិន​ត្រឹម​ត្រូវ" - #, fuzzy #~| msgid "Total:" #~ msgid "Total " diff --git a/po/kn.po b/po/kn.po index 86462825ff..432b18e25b 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-12-24 02:27+0200\n" "Last-Translator: Robin van der Vliet \n" "Language-Team: Kannada Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1310,47 +1326,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1358,136 +1374,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1497,144 +1513,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1645,59 +1661,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1706,61 +1722,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1770,59 +1786,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1830,163 +1846,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1995,395 +2011,395 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2391,440 +2407,440 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "ಜನವರಿ" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "ಫೆಬ್ರವರಿ" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "ಮಾರ್ಚ್" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "ಏಪ್ರಿಲ್" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "ಮೇ" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "ಜೂನ್" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "ಜುಲೈ" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ಆಗಸ್ಟ್" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "ಸಪ್ಟೆಂಬರ್" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "ಅಕ್ಟೋಬರ್" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "ನವೆಂಬರ್" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "ಡಿಸೆಂಬರ್" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ಜನ" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "ಫೆಬ್ರು" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "ಮಾ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "ಏಪ್ರಿ" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "ಮೇ" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ಜೂ" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ಜು" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ಆಗ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ಸೆಪ್ಟೆಂ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ಅಕ್ಟೋ" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "ನವೆಂ" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "ಡಿಸೆಂ" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "ರವಿವಾರ" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "ಸೋಮವಾರ" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "ಮಂಗಳವಾರ" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "ಬುಧವಾರ" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "ಗುರುವಾರ" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "ಶುಕ್ರವಾರ" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "ಶನಿವಾರ" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "ರ" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "ಸೋ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "ಮಂ" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "ಬು" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "ಗು" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "ಶು" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "ಶನಿ" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ರ" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "ಸೋ" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "ಮಂ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "ಬು" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "ಗು" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "ಶು" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "ಶನಿ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2892,16 +2908,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2920,7 +2936,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2929,7 +2945,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3004,7 +3020,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3027,7 +3043,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3098,7 +3114,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3150,10 +3166,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3161,10 +3177,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3375,161 +3391,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3538,24 +3555,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3675,7 +3692,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3685,7 +3702,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3700,7 +3717,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3716,7 +3733,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3733,7 +3750,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3764,7 +3781,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3827,16 +3844,16 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "ಬಳಕೆದಾರರು" +#: libraries/Menu.class.php:567 +msgid "User accounts" +msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -3911,7 +3928,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3932,7 +3949,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4490,16 +4507,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4516,7 +4533,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4607,6 +4624,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "ಬಳಕೆದಾರರು" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4697,8 +4718,8 @@ msgstr "ಯಾವುದೇ" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4706,7 +4727,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4975,7 +4996,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -4986,35 +5007,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5029,7 +5050,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5424,7 +5445,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5433,7 +5454,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5449,8 +5470,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5460,14 +5481,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5475,8 +5496,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5484,13 +5505,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5512,8 +5533,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5541,14 +5562,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5556,566 +5577,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6123,1100 +6148,1110 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7224,52 +7259,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7277,80 +7312,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7374,47 +7409,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7429,12 +7491,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7484,6 +7546,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7497,7 +7560,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7509,101 +7572,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7611,72 +7702,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8162,7 +8253,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8237,7 +8328,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8311,7 +8402,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8738,7 +8829,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9013,222 +9104,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9415,7 +9515,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10289,54 +10389,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10508,6 +10612,7 @@ msgstr "ಬಳಕೆಯ ಹೆಸರು:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "ಬಳಕೆಯ ಹೆಸರು" @@ -10660,10 +10765,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10684,7 +10789,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10693,7 +10798,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10707,7 +10813,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10735,13 +10841,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10767,9 +10873,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10802,125 +10908,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11458,12 +11570,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11490,9 +11602,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11567,11 +11677,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11591,7 +11701,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11626,40 +11736,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11668,11 +11782,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12798,7 +12912,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12811,13 +12925,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13027,38 +13141,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13499,18 +13608,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13521,7 +13618,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13529,27 +13626,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13720,7 +13809,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13784,13 +13873,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14035,35 +14124,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/ko.po b/po/ko.po index 29e0460a04..c0dc87429f 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-03-30 03:03+0200\n" "Last-Translator: Kyeong Su Shin \n" "Language-Team: Korean 설정메뉴에" "서 설정을 초기화해 주세요." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "질의 캐시 효율" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "질의 캐시 사용량" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "질의 캐시 사용됨" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "시스템 CPU 사용량" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "시스템 메모리" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "시스템 스왑" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "평균 부하" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "전체 메모리" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "캐시된 메모리" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "버퍼 메모리" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "사용가능 메모리" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "사용된 메모리" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "전체 스왑" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "캐시된 스왑" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "사용된 스왑" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "사용가능 스왑" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "바이트 보냄" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "바이트 받음" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "연결 수" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "프로세스" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d개 테이블(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "질의" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "소통량" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "설정" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "차트에 그리드 추가" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "하나 이상의 변수를 시리즈에 추가하십시오!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1377,47 +1399,47 @@ msgstr "하나 이상의 변수를 시리즈에 추가하십시오!" msgid "None" msgstr "없음" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "모니터링 재개" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "모니터링 정지" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "자동 새로 고침 시작" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "자동 새로 고침 멈춤" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "일반 로그와 슬로우 쿼리 로그가 활성화 되었습니다." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "일반 로그가 활성화 되었습니다." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "슬로우 쿼리 로그가 활성화 되었습니다." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "슬로우 쿼리 로그와 일반 로그가 비활성화 되었습니다." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "테이블에 대한 로그 출력이 설정되지 않았습니다." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "테이블에 대한 로그 출력이 설정되었습니다." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1429,12 +1451,12 @@ msgstr "" "을 0-2초로 설정하는 것을 권장합니다. 사용하는 시스템에 따라 적절하게 설정하" "십시오." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time이 %d초로 설정되였습니다." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1442,30 +1464,30 @@ msgstr "" "다음 설정은 서버 전체에 적용되고 서버 재기동시 기본 설정으로 초기화됩니다:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "로그 출력을 %s로 설정" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s 사용가능" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s 사용안함" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time을 %d초로 설정." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1473,58 +1495,58 @@ msgstr "" "변수들을 변경할 수 없습니다. root로 로그인하거나 데이터베이스 관리자에게 문의" "하십시오." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "설정 변경" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "현재 설정" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "차트 제목" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "차이" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s로 구분" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "단위" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "느린 로그로부터" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "일반 로그로부터" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "서버의 로그에 저장된 이 쿼리에 해당하는 데이터베이스 이름을 알 수 없습니다." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "로그 분석 중" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "로그를 읽고 분석합니다. 이 작업은 시간이 걸릴 수 있습니다." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "요청 취소" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1533,7 +1555,7 @@ msgstr "" "이 열은 함께 그룹화된 동일한 질의의 양을 보여줍니다. 그러나 질의 자체만으로 " "그룹화하기 때문에, 시작 시간 등의 질의에 대한 다른 특성은 다를 수 있습니다." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1542,31 +1564,31 @@ msgstr "" "INSERT 쿼리들만 선택되었기 때문에, 입력하는 데이터에 상관없이 같은 테이블을 " "대상으로 하는 쿼리들끼리 또 분류되었습니다." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "로그자료가 로드되었습니다. 쿼리들이 실행되었던 기간:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "로그 테이블로 이동" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "자료가 없습니다" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "로그가 분석되었습니다. 하지만 해당 기간내에는 자료가 없습니다." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "분석중…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "SQL 해석" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1576,58 +1598,58 @@ msgstr "SQL 해석" msgid "Time" msgstr "시간" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "전체 시간:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "프로파일링 결과" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "테이블" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "차트" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "로그 테이블의 필터 옵션" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "필터" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "단어/정규식에 의한 필터 질의:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "그룹 쿼리, WHERE 절 변수 데이터를 무시합니다" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "그룹화된 행의 합계:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "전체:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "로그를 불러오는 중" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "모니터링 리프리쉬가 실패하였습니다" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1637,86 +1659,86 @@ msgstr "" "의 경우 세션이 만료되었기 때문입니다.페이지를 다시 로드하고 새로 인증받는 것" "이 도움이 될것입니다." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "페이지 새로고침" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "적용된 행:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "설정 파일을 분석할 수 없습니다. 유효한 JSON 코드가 아닙니다." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "가져온 설정과 차트 격자를 그리는데 실패했습니다. 기본 설정으로 적용중…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "가져오기" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "모니터 설정 가져오기" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "가져올 파일을 선택하세요." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "가져오기를 수행하기 위한 파일이 서버에 없습니다!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "질의 분석" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "조언 시스템" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "가능한 성능 문제" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "이슈" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "추천" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "규칙 세부 사항" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "인증" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "사용된 변수 / 수식" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "테스트" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1727,63 +1749,63 @@ msgstr "" msgid "Cancel" msgstr "취소" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "설정 변경" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "적용" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "불러오는 중…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "요청이 취소되었습니다!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "요청을 처리중입니다" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "요청이 취소되었습니다!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "요청 처리중 에러가 발생했습니다" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "오류 코드: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "에러 메시지: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "데이터베이스를 선택하지 않았습니다." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "열을 삭제하고 있습니다" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "기본 키를 추가하고 있습니다" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1792,63 +1814,63 @@ msgstr "기본 키를 추가하고 있습니다" msgid "OK" msgstr "확인" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "클릭하면 이 알림을 받지 않습니다" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "데이터베이스 이름을 변경중입니다" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "데이터베이스를 복사중입니다" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "언어를 변경하고 있습니다" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "외래 키(foreign key) 체크 사용 안함" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "실제 줄 갯수 알아오기 실패." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "검색중" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "검색 결과 숨기기" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "검색 결과 보이기" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "보기" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "삭제중" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "저장 함수의 정의는 RETURN문을 포함해야 합니다!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1858,59 +1880,59 @@ msgstr "저장 함수의 정의는 RETURN문을 포함해야 합니다!" msgid "Export" msgstr "내보내기" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET 수정" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "\"%s\" 열의 값" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "새로운 열의 값" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "각각의 필드에 값을 입력하세요." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d 값 추가" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "참고: 파일에 여러 테이블이 포함되어 있다면, 하나로 결합됩니다." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "질의 상자 숨기기" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "질의 상자 보이기" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "수정" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1918,125 +1940,125 @@ msgstr "수정" msgid "Delete" msgstr "삭제" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d는 올바른 행번호가 아닙니다." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "외래값 탐색" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "변수" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "고르기" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "컬럼 셀렉터" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "현재 리스트 검색" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "더 보기" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "정말로?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "컬럼 정의의 일부가 변경될 수도 있습니다.
계속하겠습니까?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "계속" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "기본키 추가" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "기본 키가 추가되었습니다." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "다음 단계로 가는 중…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "정규화의 첫번째 단계는 테이블 '%s'를 완성하는 것이다." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "단계의 끝" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "정규화의 두번째 단계 (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "완료" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "부분 의존성 확인" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "선택된 부분 의존성은 다음과 같다:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "부분 의존성이 선택되지 않았습니다!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "부분 의존성 목록을 숨김" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2044,40 +2066,40 @@ msgstr "" "잠시 기다리십시오! 데이터의 크기와 열의 갯수에 따라 수 초 가량 시간이 걸릴 " "수 있습니다." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "단계" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "다음의 행동이 수행될 것이다:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "다음 테이블을 생성" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "정규화의 세번째 단계 (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "선택된 의존성은 다음과 같다:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "의존성이 선택되지 않았습니다!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2086,145 +2108,145 @@ msgstr "의존성이 선택되지 않았습니다!" msgid "Save" msgstr "저장" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "검색 조건 숨기기" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "검색 조건 보이기" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "범위 검색" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "열(컬럼) 최댓값:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "열(컬럼) 최솟값:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "최솟값:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "최댓값:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "찾기와 바꾸기 조건 숨김" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "찾기와 바꾸기 조건 보임" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "각 포인트는 데이터 행을 나타냅니다." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "포인트에 마우스를 올리면 라벨이 표시됩니다." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "확대하려면 마우스로 플롯의 한 영역을 선택하세요." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "줌 원래대로 보기 버튼을 클릭하면 원본 상태로 돌아갑니다." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "데이터 포인트(플롯 지점)를 클릭하면 행의 열람과 편집이 가능합니다." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "우측 하단 코너로 드래그하여 플롯을 확대할 수 있습니다." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "두 개의 열 선택" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "두 개의 서로다른 열 선택" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "데이터 포인트 내용" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "무시" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "복사" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "포인트" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "줄(열) 구분자" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "폴리곤" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "기하데이터" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "내륜" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "외륜" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "암호화 키를 복사하겠습니까?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "암호화 키" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "참고키 선택" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "외래키 선택" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "기본키 혹은 유니크키를 선택하십시오!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "출력할 필드 선택" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2232,79 +2254,79 @@ msgstr "" "레이아웃의 변경을 저장하지 않았습니다. 저장하지 않으면, 변경사항이 손실됩니" "다. 이대로 계속 하시겠습니까?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "페이지 이름" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "페이지 저장" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "페이지 저장" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "페이지 열기" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "페이지 삭제" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "제목 없음" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "계속할 페이지를 선택하세요" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "현재 페이지의 수정된 내용을 저장하겠습니까?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "페이지 삭제 성공" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "관계 스키마를 내보내기" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "수정된 내용이 저장되었습니다" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "컬럼 \"%s\"에 대한옵션 추가 ." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d 개의 개체가 생성되었습니다." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "확인" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "편집을 취소하려면 ESC를 누르세요." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2312,15 +2334,15 @@ msgstr "" "일부 데이터를 변경한 후 저장하지 않았습니다. 데이터를 저장하지 않고 페이지를 " "이동하기를 원합니까?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "재정렬하려면 드래그하세요." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "이 열의 값에 따라 결과를 정렬하려면 누르세요." -#: js/messages.php:479 +#: js/messages.php:485 #, fuzzy #| msgid "" #| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." @@ -2333,26 +2355,26 @@ msgstr "" "Shift+Click 으로 ORDER BY 절에 이 컬럼을 추가하거나 내림차순/오름차순 토글" "
- Control+Click 으로 ORDER BY 절로부터 이 컬럼 제거" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "선택/해제하려면 클릭하세요." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "칼럼명을 복사하려면 더블클릭하세요." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "칼럼보이기 여부를 바꾸려면
드롭다운 화살표를 클릭하세요." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "모두 보기" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2360,11 +2382,11 @@ msgstr "" "이 테이블에는 유일 속성을 가진 컬럼이 없습니다. 저장 시에 격자창 편집, 체크박" "스, 편집, 복사, 삭제 등의 기능이 정상적으로 동작하지 않을 수 있습니다." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "올바른 16진수 문자열을 입력하세요. 사용가능한 문자는 0-9, A-F 입니다." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2372,135 +2394,135 @@ msgstr "" "정말 모든 열을 보시겠습니까? 테이블 크기가 큰 경우 브라우저가 정지할 수 있습" "니다." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "원본 문자열" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "취소" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "중지됨" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "성공" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "상태 가져오기" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "파일을 여기로 끌어오세요" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "데이터베이스를 먼저 선택하세요" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "값을 더블클릭 하여 바로 수정할 수 있습니다.
(일부 제외)." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "값을 클릭하여 바로 수정할 수 있습니다.
(일부 제외)." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "링크로 이동합니다:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "컬럼 이름 복사." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "마우스 오른쪽버튼을 클릭하여 클립보드에 컬럼 이름을 복사할 수 있습니다." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "암호 생성" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "생성" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "암호 변경" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "더보기" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "패널 표시" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "패널 숨기기" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "숨겨진 탐색 트리의 항목보기." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "매인 패널 사용자화" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "매인 패널 사용자화" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "테이블" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "뷰" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "프로시저" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "이벤트" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "함수" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "요청하신 페이지를 기록에서 찾을 수 없습니다. 만기 되었을 수도 있습니다." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2509,48 +2531,48 @@ msgstr "" "phpMyAdmin 업그레이드가 필요합니다. 최신버전은 %s이며 %s에 릴리즈 되었습니다." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", 최신 안정 버전:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "최신버전" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "뷰 생성" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "오류 보고서 전송" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "제출오류 보고서" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "치명적인 자바스크립트 오류 발생. 오류를 전송할까요?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "보고서 설정 변경" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "보고서 상세 보기" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "PHP의 실행시간 제한에 걸려 내보내기가 완료되지 않았습니다!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2559,426 +2581,426 @@ msgstr "" "경고: 현재 페이지의 폼 필드는 %d개가 넘습니다. 폼이 전송될 때 PHP의 " "max_input_vars 설정에 의해 일부 필드가 손실될 수 있습니다." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "서버 에러가 감지되었습니다!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "이 창의 아래쪽을 보세요." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "모두 무시" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "각 설정은 현재 전송중입니다. 기다려주세요." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "이 질의를 다시 실행합니까?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "정말 이 북마크를 삭제하겠습니까?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "테이블 설명" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "검색 결과 숨기기" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "이전" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "다음" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "오늘" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "1월" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "2월" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "3월" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "4월" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "5월" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "6월" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "7월" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "8월" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "9월" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "10월" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "11월" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "12월" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "1월" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "2월" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "3월" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "4월" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "5월" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "6월" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "7월" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "8월" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "9월" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "10월" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "11월" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "12월" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "일요일" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "월요일" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "화요일" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "수요일" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "목요일" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "금요일" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "토요일" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "일" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "월" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "화" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "수" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "목" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "금" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "토" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "일" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "월" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "화" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "수" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "목" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "금" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "토" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "주" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-year-month" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "없음" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "시" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "분" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "초" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "텍스트 입력 필드를 사용" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "올바른 숫자를 입력하세요!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "올바른 숫자를 입력하세요!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "올바른 숫자를 입력하세요!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "올바른 길이를 입력하세요!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "올바른 길이를 입력하세요!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "올바른 페이지 이름을 입력하세요" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "올바른 숫자를 입력하세요!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "오류" @@ -3048,17 +3070,17 @@ msgstr "시간당" msgid "per day" msgstr "하루당" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "이미 존재하고 있는 환경설정 파일 (%s) 을 읽을 수 없습니다." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "설정 파일에 잘못된 권한이 지정되어있습니다. 익명 쓰기 권한이면 안됩니다!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "글꼴 크기" @@ -3077,7 +3099,7 @@ msgid "Requery" msgstr "다시 쿼리하기" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3086,7 +3108,7 @@ msgstr "다시 쿼리하기" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3160,7 +3182,7 @@ msgid "History" msgstr "최근 기록" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3183,7 +3205,7 @@ msgstr "최근 기록" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "옵션" @@ -3274,7 +3296,7 @@ msgid "Count:" msgstr "개수" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3328,10 +3350,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "복사한 테이블로 옮겨감" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3339,10 +3361,10 @@ msgstr "복사한 테이블로 옮겨감" msgid "Ascending" msgstr "오름차순" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3555,125 +3577,126 @@ msgstr "모두 선택안함" msgid "Inside column:" msgstr "검색할 컬럼:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "수정한 데이터 저장" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "컬럼(열) 순서 복구" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "행 필터링" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "현재 테이블 검색" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "처음" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "이전" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "다음" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "마지막" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "모두" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "행 갯수:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "키로 정렬" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "텍스트의 일부분" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "전체 텍스트" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "관계키" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "연관된 행 표시" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "바이너리 항목 보이기" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB 내용 보기" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "브라우저 정보 숨기기" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "잘 알려진 텍스트" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "잘 알려진 바이너리" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "행을 삭제 하였습니다." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "강제로 끝냄" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "근사값입니다. [doc@faq3-11]FAQ 3.11[/doc]를 참조하세요." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "쿼리가 성공적으로 실행되었습니다." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3681,36 +3704,36 @@ msgid "" msgstr "" "이 뷰는 최소 이 숫자 이상의 열을 가지고 있습니다. %s문서%s를 참조해 주십시오." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s행 표시 중" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "총 %1$d개 중 현재 쿼리에 %2$d개" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "합계 %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "질의 실행시간 %01.4f 초." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "선택한 것을:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3719,24 +3742,24 @@ msgstr "선택한 것을:" msgid "Check All" msgstr "모두 체크" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "인쇄용 보기" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "쿼리 결과 처리방법" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "차트 표시" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "GIS 데이터를 시각화" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "링크를 찾을 수 없습니다!" @@ -3859,7 +3882,7 @@ msgstr "관계성" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3869,7 +3892,7 @@ msgid "Collation" msgstr "데이터정렬방식" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "설명" @@ -3884,7 +3907,7 @@ msgid "Index %s has been dropped." msgstr "인덱스 %s 를 제거했습니다." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3901,7 +3924,7 @@ msgstr "" "인덱스 %1$s와 %2$s는 동일한 것으로, 두 가지 중 하나는 제거해도 상관없습니다." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "서버" @@ -3918,7 +3941,7 @@ msgstr "뷰" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3949,7 +3972,7 @@ msgstr "삽입" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "사용권한" @@ -4012,15 +4035,17 @@ msgid "Central columns" msgstr "중심 열" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "데이터베이스" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "사용자" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4093,7 +4118,7 @@ msgid "Could not save favorite table!" msgstr "즐겨찾기 테이블을 저장할 수 없습니다!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "즐겨찾기에서 삭제" @@ -4114,7 +4139,7 @@ msgid "Recent" msgstr "최근" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "즐겨찾기 테이블" @@ -4727,16 +4752,16 @@ msgstr "최대: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL 메시지: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL 해석" @@ -4753,7 +4778,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP 코드 없이 보기" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP 코드 보기" @@ -4846,6 +4871,10 @@ msgstr "마지막 업데이트" msgid "Last check" msgstr "마지막 검사" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "사용자" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "검색:" @@ -4936,8 +4965,8 @@ msgstr "아니오" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4945,7 +4974,7 @@ msgstr "이름" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "길이/값*" @@ -5229,7 +5258,7 @@ msgid "Not a valid port number!" msgstr "유효한 포트번호가 아닙니다!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "잘못된 값!" @@ -5240,35 +5269,35 @@ msgstr "잘못된 값!" msgid "Value must be equal or lower than %s!" msgstr "값은 %s보다 작거나 같아야 합니다!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s 데이터 누락" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "사용불가" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\"(은)는 %s 확장기능이 필요합니다" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "%s 기능이 누락되어 가져올 수 없습니다." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "%s 기능이 누락되어 내보낼 수 없습니다." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "최대 %s" @@ -5283,7 +5312,7 @@ msgid "Set value: %s" msgstr "설정된 값: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "기본값으로 복원" @@ -5740,7 +5769,7 @@ msgstr "" msgid "Maximum execution time" msgstr "최대 실행 시간" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5750,7 +5779,7 @@ msgstr "%s 구문 추가" msgid "Save as file" msgstr "파일로 저장" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "파일 문자셋" @@ -5766,8 +5795,8 @@ msgstr "압축" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5777,14 +5806,14 @@ msgstr "압축" msgid "Put columns names in the first row" msgstr "첫 줄에 열 이름을 넣기" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "열을 시작하는 문자" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "특수 문자 구분에 사용된 문자" @@ -5792,8 +5821,8 @@ msgstr "특수 문자 구분에 사용된 문자" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL을 변경" @@ -5801,13 +5830,13 @@ msgstr "NULL을 변경" msgid "Remove CRLF characters within columns" msgstr "열 내의 CRLF 문자를 제거하기" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "열을 종료하는 문자" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "행을 종료하는 문자" @@ -5829,8 +5858,8 @@ msgid "Table name template" msgstr "파일명 템플릿" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5858,14 +5887,14 @@ msgid "Label key" msgstr "레이블 키" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME 형식" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "관계" @@ -5873,110 +5902,116 @@ msgstr "관계" msgid "Export method" msgstr "내보내기 방법" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "서버에 저장" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "기존 파일 덮어쓰기" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "테이블 제목(header) 내보내기" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "파일명 템플릿을 저장하기" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT 값 추가" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "테이블과 열 이름을 백쿼트(`)로 감싸기" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL 호환 모드" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE 옵션 :" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "생성/갱신/검사일자" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "지연 삽입 사용" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "외래 키(foreign key) 체크 사용 안함" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "뷰를 테이블로 내보내기" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin 설정 공간 테이블이 없습니다" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s 추가" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY와 BLOB을 16진수로 표현" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "삽입 무시기능 사용" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "자료 삽입시 사용 구문" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "CREATE 질의 최대 길이" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "내보내기 형식" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "내보내기에 트랜잭션 포함" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "세계 표준시(UTC)로 시간 내보내기" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "강제적인 보안 연결로 phpMyAdmin을 사용하기." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "강제적인 SSL 연결" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -5984,164 +6019,164 @@ msgstr "" "외래키 드롭다운 박스 항목을 정렬; [kbd]content[/kbd]: 참조 데이터, [kbd]id[/" "kbd]: 키 값." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "외래키 드롭다운 순서(정렬)" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "이보다 적은 항목의 경우 드롭다운이 사용됩니다." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "외래키 제한" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "외래 키(foreign key) 확인:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "탐색 모드" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "탐색 모드 사용자화." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "기본옵션 사용자화." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV 데이터" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "개발자" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 개발자를 위한 설정." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "편집 모드" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "편집모드 사용자화." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "기본설정 내보내기" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "기본 내보내기 옵션 사용자화." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "특징" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "일반" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "일반적인 옵션 설정." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "가져오기 기본값" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "기본 가져오기 옵션 사용자화." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "가져오기 / 내보내기" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "가져오기/내보내기 디렉토리와 압축 옵션 설정." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "데이터베이스 표시 옵션." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "내비게이션 패널" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "내비게이션 패널 모양 설정." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "내비게이션 패널" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "네비게이션 패널 사용자화" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "서버" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "서버보기 옵션." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "테이블보기 옵션." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "메인 패널" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "마이크로소프트 오피스" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "기타 핵심기능 설정" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "어디에도 해당되지 않는 설정." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "페이지 제목" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6154,11 +6189,11 @@ msgstr "" "브라우저의 타이틀바 텍스트를 지정합니다. 특수한 값을 얻기 위해 사용가능한 매" "직 문자열들에 대한 내용은 [doc@cfg_TitleTable]문서[/doc]를 참조하십시오." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "보안" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6166,37 +6201,37 @@ msgstr "" "phpMyAdmin은 유저 인터페이스일 뿐이며, 해당 기능들이 MySQL을 제한하지 않습니" "다." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "기본 설정" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "인증" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "인증 설정." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "서버 환경설정" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "고급 서버 설정 (이 옵션에 대해 자세히 모른다면 변경하지 마세요)." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "서버 연결 파라미터 입력." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "설정 저장공간" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6205,119 +6240,119 @@ msgstr "" "추가적인 기능을 사용하기 위해 phpMyAdmin 설정 저장공간을 설정하세요. 설명서" "의 [doc@linked-tables]phpMyAdmin configuration storage[/doc] 참고." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "변경 추적하기" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "데이터베이스 변경 추적 기능. phpMyAdmin 설정 저장공간이 필요함." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "내보내기 옵션 사용자화" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "기본 가져오기 사용자화" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "네비게이션 패널 사용자화" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "매인 패널 사용자화" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL 질의문" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL 질의 상자" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "SQL 쿼리 박스에 표시할 링크를 설정." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL 질의문 설정." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "시작" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "시작 페이지 사용자화." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "데이터베이스 구조" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "데이터베이스 구조(테이블 목록)란에서 어떤 정보를 보여줄 지 선택." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "테이블 구조" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "테이블 구조(컬럼 목록) 설정." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "탭" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "탭이 어떻게 동작할지 선택." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "릴레이션 스키마 표시" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "용지 크기" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "텍스트 필드" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "문자열 입력필드 사용자화." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! 텍스트" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "기본옵션 사용자화" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "경고" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin로 인해 출력되는 경고의 일부를 끔." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6325,15 +6360,15 @@ msgstr "" "가져오기와 내보내기 작업에 [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] 압" "축 사용." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv 확장 파라미터" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6341,11 +6376,11 @@ msgstr "" "활성화 할 경우, phpMyAdmin은 다중 쿼리 실행 중 하나가 실패하더라도 실행을 계" "속합니다." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "여러 개의 구문 오류 무시" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6355,25 +6390,25 @@ msgstr "" "것을 허용합니다. 이는, 크기가 큰 파일을 임포트할 때 유용합니다. 하지만, 트랜" "잭션이 끊어질 수 있습니다." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "일부분만 가져오기: 인터럽트 허용" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "INSERT 에러시 종료하지 않기" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6381,67 +6416,67 @@ msgstr "" "기본 포멧; 주의: 이 리스트는 선택된 데이터베이스와 테이블에 영향을 받습니다. " "그리고 SQL에서만 가능합니다." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "가져올 파일의 형식" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL 키워드 사용" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "첫행에 컬럼명 출력" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "가져오기시 비어있는 행 제외" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "통화 값 가져오기 ($5.00은 5.00으로 가져옴)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "퍼센티지값을 소수로 가져오기 (12.00%를 .12로)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "건너뛰고 시작할 쿼리 수." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "일부분만 가져오기: 쿼리 건너뛰기" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "값이 없는 경우(zero value) AUTO_INCREMENT 사용 금지" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "슬라이더의 초기 상태" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "한 번에 삽입할 행 개수." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "입력된 행 갯수" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "둘러보기 뷰에서 숫자가 아닌 컬럼을 표시할 때 최대 문자 수." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "컬럼 문자 제한" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6451,21 +6486,21 @@ msgstr "" "아웃 시 현재 서버만 적용됩니다. FALSE로 설정하면 여러 서버에 연결되어 있을 " "때 다른 서버에서 로그아웃 하는 것을 잊을 수 있습니다." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "로그아웃시 모든 쿠키 삭제" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "[kbd]쿠키[/kbd] 인증 모드에서 이전 로그인이 다시 불려질지 여부." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "유저명 다시 호출" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6476,68 +6511,68 @@ msgstr "" "0으로, 이는 쿠키가 현재 세션에만 유효하며 브라우저 창을 닫으면 바로 삭제됨을 " "의미합니다. 이는 신뢰되지 않는 환경에서 권장됩니다." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "로그인 쿠키 저장 시간" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "로그인 쿠키의 유효시간을 설정 (초 단위)." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "로그인 쿠키 유효시간" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT 형식의 컬럼에 대해 두 배 크기의 textarea를 사용." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT의 경우 더 큰 textarea를 사용" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL 쿼리 출력시 사용할 최대 문자수." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "최대한 표시될 SQL 길이" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "사용자는 더 높은 값을 설정 할 수 없습니다" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "데이터베이스 목록에 표시할 데이터베이스의 최대 갯수." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "데이터베이스의 최대 갯수" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "탐색 트리 첫번째 단계에서 페이지 당 보여질 아이템 수." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "첫번째 단계에서 최대 아이템 갯수" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "탐색 트리에서 페이지 당 보여질 아이템 수." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "브렌치 당 최대 아이템 갯수" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6545,19 +6580,19 @@ msgstr "" "결과셋을 탐색할 때 보여질 행의 수. 만약 결과셋에 설정값 이상의 행이 있다면, " "\"이전\"과 \"다음 링크가 표시됩니다." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "출력할 최대 행 갯수" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "테이블 목록에 표시할 테이블의 최대 갯수." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "최대 테이블 수" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6565,41 +6600,41 @@ msgstr "" "스크립트가 사용 가능한 메모리 최댓값. 예: [kbd]32M[/kbd] ([kbd]0[/kbd] 이면 " "무제한)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "메모리 제한" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "숨겨진 탐색 트리의 항목보기." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "탐색 패널에 로고를 보여줌." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "로고 출력" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "탐색 패널의 로고가 가리키는 URL." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "로고 링크 URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6607,44 +6642,44 @@ msgstr "" "링크된 페이지를 메인 창([kbd]메인[/kbd])으로 열지, 새 창([kbd]새[/kbd])으로 " "열지 선택." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "로고 링크 타겟" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "네비게이션 패널 맨 위에 서버 선택 메뉴를 표시." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "서버 선택 출력" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "빠른 접근 아이콘 대상" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "빠른 접근 아이콘 대상" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" "필터 박스에 표시할 아이템(테이블, 뷰, 루틴, 이벤트)의 최소 개수를 정의." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "필터 박스에 표시할 최소 아이템 개수" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "데이터베이스 필터 박스에 표시할 최소 데이터베이스 수" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6654,161 +6689,161 @@ msgid "" "the Databases and Tables tabs above)." msgstr "네비게이션 트리의 그룹 아이템 (아래 정의된 구분자로 구분)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "트리의 그룹 아이템" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "데이터베이스를 서로 다른 트리 레벨로 구분하기 위한 문자열." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "데이터베이스 트리 구분자" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "테이블을 서로 다른 트리 레벨로 구분하기 위한 문자열." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "테이블 트리 구분자" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "테이블 트리의 최대 깊이(depth)" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "마우스 커서 아래의 서버를 강조 표시." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "강조 표시 사용" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "데이터베이스 확장 가능 여부를 비활성화할 것인지." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "테이블 네비게이션 바" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "테이블 목록 표시/숨김" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "데이터베이스 확장 가능 여부를 비활성화할 것인지." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "버전 보기" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "숨겨진 탐색 트리의 항목보기." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "함수 필드 보이기" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "procedures" msgid "Show procedures in tree" msgstr "프로시저" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "버전 보기" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "숨겨진 탐색 트리의 항목보기." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "최근 사용한 테이블 최대 개수; 0이면 이 기능 사용 안 함." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "즐겨찾기 테이블 최대 개수; 0이면 이 기능 사용 안 함." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "최근 사용한 테이블" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "수정, 복사, 삭제 링크가 있음." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "테이블 열 링크를 표시할 위치" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "테이블과 데이터베이스를 정렬할 때 자연 순서(natural order) 사용." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "자연순서" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "아이콘만 사용, 텍스트만 사용, 둘 다 사용." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "테이블 네비게이션 바" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP 전송 시 속도에 맞춰 GZip 출력 버퍼를 사용." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip 출력 버퍼" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6816,19 +6851,19 @@ msgstr "" "[kbd]SMART[/kbd] - 예: TIME, DATE, DATETIME 및 TIMESTAMP 형식 컬럼에 대해 내" "림차순 정렬, 다른 형식에 대해 오름차순 정렬." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "기본 정렬 순서" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "MySQL 데이터베이스에 영속적인 연결 사용." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "영속적인 연결" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6837,21 +6872,21 @@ msgstr "" "데이터베이스 상세 구조 페이지에서, phpMyAdmin 설정 저장용 테이블 중 하나가 없" "을 경우 출력되는 기본 경고를 끄기." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin 설정 공간 테이블이 없습니다" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "MySQL 라이브러리와 서버간의 차이가 있을 때 출력되는 기본 경고를 끄기." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "서버/라이브러리 차이점 경고" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6859,27 +6894,27 @@ msgstr "" "테이블의 컬럼 이름이 MySQL 예약어일 경우 구조 페이지에서 출력되는 기본 경고" "를 끄기." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL 예약어 경고" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "메뉴탭 보여주기 방식" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "여러 기능 링크를 표시하는 방법" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB, 바이너리 컬럼 편집 허용 안함." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "바이너리 컬럼 보호" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6889,125 +6924,125 @@ msgstr "" "다). 비활성화 할 경우, 쿼리 기록으로 JS-routines가 사용됩니다 (창을 닫을 경" "우 소멸됩니다)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "영구적 쿼리 기록" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "히스토리에 저장될 쿼리의 갯수." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "쿼리 기록 길이" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "문자열 변환을 위한 함수를 선택하세요." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "기록 엔진" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "조회한 테이블의 정렬 순서를 기억함." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "테이블의 정렬 순서 기억하기" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "기본 키를 가진 테이블의 기본 정렬 순서." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "기본 키 기본 정렬 순서" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "X번의 셀 마다 헤더를 다시 보여줍니다. [kbd]0[/kbd]이면 이 기능 비활성화." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "반복 헤더" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "격자판 수정: 트리거 동작" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "연관된 행 표시" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "서버보기 옵션." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "격자판 수정: 수정된 칸들이 한 번에 저장됨" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "내보내기가 저장될 서버상의 디렉토리." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "저장 디렉토리" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "사용하지 않으면 빈칸으로 두세요." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "호스트 인증 지시" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "빈칸으로 두면 기본값이 적용됩니다." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "호스트 인증 규칙" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "암호 없이 로그인 허용" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "루트 사용자 로그인 허용" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "세션 값" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP 인증시 HTTP 기본 렐름 이름." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP 렐름" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7016,19 +7051,19 @@ msgstr "" "[a@http://swekey.com]SweKey hardware authentication[/a] 설정 파일 경로 " "(document root에 없습니다; 권장값: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey 설정 파일" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "사용할 인증 방법." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "인증 형식" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7036,11 +7071,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]북마크[/a] 지원이 필요 없는 경우 " "비워두세요, 추천: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "테이블 즐겨찾기" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7048,31 +7083,31 @@ msgstr "" "컬럼의 주석이나 마임타입을 지정하지 않을 경우 비워두세요. 제안값: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "컬럼 정보 테이블" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "MySQL 서버와의 압축된 통신." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "연결 압축" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "서버와의 연결 방법, 모르면 [kbd]tcp[/kbd]로 두세요." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "연결 형식" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "유저 비밀번호 제어" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7080,21 +7115,21 @@ msgstr "" "제한된 권한 설정을 위한 특별한 MySQL 사용자 설정. 추가 정보는 [a@http://wiki." "phpmyadmin.net/pma/controluser]위키[/a]에." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "유저 제어" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "설정 저장을 위한 대체서버; 비워두면 이전에 정의된 서버를 사용." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "호스트 제어" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7103,29 +7138,29 @@ msgstr "" "설정 저장공간을 가지고 있는 서버에 연결할 포트 번호; 빈 값으로 두면 기본값을 " "사용하거나, controlhost와 host가 같은 경우 다른 곳에 정의된 값을 사용합니다." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "제어 포트" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "정규식에 일치하는 데이터베이스 숨기기 (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA를 사용할 수 없도록 함" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "데이터베이스 숨기기" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7133,38 +7168,38 @@ msgstr "" "SQL 쿼리 내역 저장 기능을 사용하지 않으려면 빈 칸으로 비워두세요, 권장: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL 쿼리 히스토리 테이블" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "MySQL 서버가 구동중인 호스트의 이름." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "서버 호스트명" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "로그아웃 URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" "데이터베이스에 저장될 테이블 설정 갯수 제한, 오래된 것은 자동으로 삭제됨." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "저장될 테이블 설정의 최대 갯수" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE가 검색 테이블에 저장되었습니다" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7175,13 +7210,30 @@ msgid "" msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "뷰를 테이블로 내보내기" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"PDF 스키마를 제공하지 않을 경우 비워두세요. 권장: [kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "중심 열" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7193,15 +7245,15 @@ msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__table_coords[/" "kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "암호없이 연결 시도." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "암호없이 연결" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7210,29 +7262,29 @@ msgstr "" "MySQL 와일드카드 문자 (%와 _)를 쓸 수 있습니다. 원래 의미로 쓰기 위해서는 이" "스케이프 하세요([kbd]'my_db'[/kbd]로 하지 말고 [kbd]'my\\_db'[/kbd])." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "리스트에 있는 데이터베이스만 보여주기" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "config 인증을 사용하지 않을 경우 비워두세요." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "config 인증용 패스워드" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 권장: [kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF 스키마: 페이지 테이블" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7242,20 +7294,20 @@ msgstr "" "phpmyadmin.net/pma/pmadb]pmadb[/a]를 참고하세요. 이 기능들을 제공하지 않으려" "면 비워두세요. 권장: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "데이터베이스명" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 서버의 네트워크 포트. 기본값을 쓰려면 비워두세요." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "서버 포트" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7267,11 +7319,11 @@ msgstr "" "데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "최근에 사용한 테이블" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7283,13 +7335,13 @@ msgstr "" "데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "즐겨찾기 테이블" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7301,11 +7353,11 @@ msgstr "" "SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: " "[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "연관된 테이블" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7313,31 +7365,31 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]인증 타입[/a] 예제를 참조" "하세요." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "접속 세션 이름" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "접속 URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 서버가 listen하고 있는 소켓으로, 비워두면 기본값으로 설정됩니다." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "서버 소켓" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL 서버 연결시 SSL을 활성화합니다." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL 사용" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7345,11 +7397,11 @@ msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__table_coords[/" "kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7360,11 +7412,11 @@ msgid "" msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "열 목록 표시" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7376,11 +7428,11 @@ msgstr "" "데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI 설정 테이블" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7388,41 +7440,41 @@ msgstr "" "데이터베이스 생성 시 DROP DATABASE IF EXISTS 구문을 로그 첫 번째 줄에 추가할" "지 여부." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE 추가" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "테이블 생성 시 DROP TABLE IF EXISTS 구문을 로그 첫 번째 줄에 추가할지 여부." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE 추가" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "뷰를 생성할 때 로그의 첫 번째 줄에 DROP VIEW IF EXISTS 구문을 추가할지 여부." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW 추가" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "문장 추적" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7430,21 +7482,21 @@ msgstr "" "SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL 쿼리 추적 테이블" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "SQL 쿼리 추적 기능이 테이블과 뷰에 대한 버전을 자동으로 생성할지 여부." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "버전 자동생성" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7452,11 +7504,11 @@ msgstr "" "데이터베이스에 사용자 설정 저장공간을 두지 않으려면 비워둠, 권장: " "[kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "사용자 설정 스토리지 테이블" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7466,11 +7518,11 @@ msgstr "" "하나라도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__users[/" "kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "사용자 목록" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7480,11 +7532,11 @@ msgstr "" "도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__usergroups[/" "kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "사용자 그룹 테이블" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7492,34 +7544,34 @@ msgstr "" "네비게이션 아이템 숨기기/보이기 기능을 사용하지 않으려면 비워두세요. 권장: " "[kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "숨겨진 네비게이션 아이템 테이블" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "설정 인증용 사용자" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "이 서버에 대한 알기 쉬운 설명. 호스트 이름을 표시하려면 공백으로 두세요." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "이 서버 이름 보기" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "\"모든 행 보기\" 버튼을 출력할지 여부." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "모든 행 보기 허용" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7529,130 +7581,130 @@ msgstr "" "다. 왜나하면 패스워드가 설정 파일에 적혀있기 때문입니다. 이 기능은 같은 명령" "어를 직접 실행하는 것을 제한하는 기능은 없습니다." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "비밀번호 변경 폼 보기" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "데이터베이스 생성 폼 보기" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the comments for all tables." msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "테이블 설명" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "생성 시간 보기" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "모든 테이블에 대해 최종 업데이트 시간을 표시하는 컬럼을 보이기/숨기기." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "최종 업데이트 시간 표시" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "모든 테이블에 대해 최종 체크 시간을 표시하는 컬럼을 보이기/숨기기." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "최종 체크 시간 표시" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "편집/삽입 모드에서 타입 필드가 기본적으로 보일지 여부 정의." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "필드 타입 출력" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "편집/삽입 모드에서 함수 필드 보이기." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "함수 필드 보이기" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "힌트 보여주기 여부." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "힌트 보여주기" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표시." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo()링크 표시" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MYSQL 서버 정보 자세하게 표시" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "phpMyAdmin이 생성한 SQL 쿼리를 표시할지 여부를 정의." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL 쿼리 보기" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "쿼리 전송 후 쿼리 박스가 화면상에 남아있을지 여부." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "쿼리 박스 유지" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "데이터베이스와 테이블 상태 출력 허용 (사용량 등)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "통계보기" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "잠긴 테이블 건너띄기" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7660,11 +7712,11 @@ msgid "" "detected." msgstr "Suhosin이 발견될 경우 메인 페이지에 경고가 표시됩니다." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "수호신 경고" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7677,55 +7729,55 @@ msgstr "" "테이블의 컬럼 이름이 MySQL 예약어일 경우 구조 페이지에서 출력되는 기본 경고" "를 끄기." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "로그인 쿠키 유효시간" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "텍스트 편집 필드 칸 수" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "텍스트 편집 필드 줄 수" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "데이터베이스가 선택되었을 때 브라우저 창의 제목." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "브라우저 윈도우 제목이 아무것도 선택되지 않았을때." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "기본 제목" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "서버가 선택되었을 때의 브라우저 윈도우의 제목." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "테이블이 선택되었을 때 브라우저 윈도우의 제목" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7733,27 +7785,27 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "IP 허용/거부를 위한 신뢰할만한 프록시 목록" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "가져오기 파일을 업로드할 서버 상의 디렉토리." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "업로드 디렉토리" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "전체 데이터베이스 내에서의 검색 허용." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "데이터베이스 검색 사용" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7761,26 +7813,26 @@ msgstr "" "꺼져있을 경우, 사용자들은 오른쪽 체크박스에 관계없이 아래의 옵션 중 어느것도 " "설정할 수 없습니다." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "설정화면에서 개발자 탭을 가능하게 함" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "최신 버전 확인" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin 메인 화면에서 최근 버전 확인을 활성화함." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "버전 확인" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7792,30 +7844,30 @@ msgstr "" "고 프록시를 거쳐야 하는 경우 필요합니다. 양식은 \"hostname:포트 번호\" 입니" "다." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "프록시 주소" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "프록시 사용자명" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "프록시를 이용한 인증에 사용할 암호입니다." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "프록시 암호" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7823,35 +7875,35 @@ msgstr "" "가져오기와 내보내기 작업들에 대해 [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] 압축이 가능하게 함." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "당신의 도메인의 reCaptcha 서비스를 위한 공개키를 입력하세요." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "reCaptcha용 공개 키(Public key)" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "당신의 도메인의 reCaptcha 서비스를 위한 개인키를 입력하세요." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "reCaptcha용 개인 키(Private key)" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "오류 보고를 전송하기 전 물어보기." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "오류보고서 전송" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7859,17 +7911,17 @@ msgstr "" "질의는 (Ctrl+Enter 대신)Enter를 누르면 실행됩니다. 새 줄은 Shift+Enter로 입" "력 가능합니다." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "제로-설정 모드를 활성화함" @@ -7895,47 +7947,78 @@ msgstr "HTTP 인증" msgid "Signon authentication" msgstr "Signon 인증" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "LOAD DATA문을 이용한 CSV 들여오기" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Open Document 스프레드시트 형식" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "사용자 지정" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "데이터베이스 내보내기 옵션" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS엑셀 CSV 데이터" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument 형식" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "데이터를 가져오기 위한 SQL 쿼리가 없습니다." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "테이블에 숫자형 컬럼이 없어 표시할 수 없습니다." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "표시할 데이터 없음" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "테이블 %1$s 가 성공적으로 수정되었습니다." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "쓰레드 %s 를 죽였습니다." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "내부 릴레이션이 추가됨" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7950,12 +8033,12 @@ msgstr "" msgid "No change" msgstr "변화 없음" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8005,6 +8088,7 @@ msgid "Create database" msgstr "새 데이터베이스 만들기" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "만들기" @@ -8018,7 +8102,7 @@ msgid "No Privileges" msgstr "권한 없음" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "새 테이블 만들기" @@ -8031,101 +8115,145 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "내보내기 플러그인을 로드할 수 없습니다. 올바로 설치되었는지 확인해주세요!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "현재 서버에서 데이터베이스를 내보내기" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "데이터베이스 %s에서 테이블을 추출" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" 테이블 내보내기" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "내보내기 방식:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "내보내기 형식" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "파일명 템플릿:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "테이블 이름" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "파일명 템플릿:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "임시 디스크 비율" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "수정됨" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "테이블 선택" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "내보내기 방법" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "퀵 - 필요최소한의 옵션만을 표시함" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "커스텀 - 모든 옵션들을 표시함" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "데이터베이스 :" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "테이블 :" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "형식:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "형식 특정 옵션 :" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "인코딩 변환:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "행 :" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "일부 행을 덤프하기" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "시작행:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "모든 행을 덤프" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "출력:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "서버의 %s 디렉토리에 저장" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "파일명 템플릿:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@는 서버 이름이 됨" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@는 데이터베이스 이름이 됨" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@은 테이블 이름이 됨" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8136,76 +8264,76 @@ msgstr "" "서 변경할 수 있습니다. 또한, 다음과 같은 변환도 일어납니다: %3$s. 그 외의 문" "자는 그대로 유지됩니다. 자세한 정보는 %4$sFAQ%5$s를 참고하세요." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "추후 내보내기에 이것을 사용" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "파일 문자셋:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "압축:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip 압축" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip 압축" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "출력를 텍스트로 표시" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "뷰를 테이블로 내보내기" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "테이블 제목(header) 내보내기" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "파일로 저장" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "데이터베이스 선택" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "테이블 선택" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "새로운 데이터베이스명" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "새 테이블 이름" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "옛 컬럼 이름" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "새로운 컬럼 이름" @@ -8731,7 +8859,7 @@ msgid "Dump has been saved to file %s." msgstr "덤프 파일이 %s에 저장되었습니다." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "결과값이 없습니다. (빈 레코드 리턴)." @@ -8806,7 +8934,7 @@ msgstr "숨기기" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "함수" @@ -8880,7 +9008,7 @@ msgid "" msgstr "TAB 키나 CTRL+화살표로 값 사이를 이동할 수 있습니다" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9321,7 +9449,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "뷰" @@ -9606,230 +9734,241 @@ msgstr "" msgid "Rename database to" msgstr "데이터베이스 이름을 변경합니다:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "권한 수정" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "데이터베이스 %s 를 제거했습니다." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "데이터베이스 제거" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "데이터베이스 제거 (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "구조만" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "구조와 데이터 모두" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "데이터만" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "데이터베이스를 복사합니다:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "복사 전에 CREATE DATABASE 실행" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "제약조건 추가" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "복사한 테이블로 옮겨감" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "다음 순서대로 테이블 정렬(변경)" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(단독으로)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "테이블 이동 (데이터베이스명.테이블명):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "테이블 이름 바꾸기" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "테이블 설명" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "테이블 옵션" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "스토리지 엔진" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "테이블 복사 (데이터베이스명.테이블명):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "복사한 테이블로 옮겨감" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "테이블 유지보수" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "테이블 분석" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "테이블 검사" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "테이블 검사" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "테이블 단편화 제거" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "테이블 %s을 플러시 했습니다." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "테이블 갱신 (캐시 삭제)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "테이블 최적화" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "테이블 복구" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "데이터나 테이블 삭제" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "테이블 내용 비우기(TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "테이블 삭제(DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "분석" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "검사" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "옵티마이저" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "리빌드" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "복구" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "접기" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "파티션 유지 보수" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "파티션 %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "파티셔닝 삭제" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "referential 무결성 검사:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "같은 테이블이 있어 옮길 수 없음!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "같은 테이블이 있어 복사할 수 없음!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "테이블 %s 을 %s 로 옮겼습니다." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s 테이블이 %s 으로 복사되었습니다." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "테이블 %s 을 %s 로 옮겼습니다." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s 테이블이 %s 으로 복사되었습니다." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "테이블명이 없습니다!" @@ -10028,7 +10167,7 @@ msgstr "이벤트" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "정의" @@ -10980,41 +11119,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "테이블의 정렬 순서 기억하기" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "잘못된 내보내기 타입" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "고급 기능을 설정을 쉽게 설정하기:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "%screate_tables.sql에서 필요한 테이블을 생성하세요." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "생성한 테이블에 접근할 수 있는 pma 사용자를 생성하세요." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "수정된 설정 파일을 적용하기 위해 phpMyAdmin에 다시 로그인해야 합니다." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "설명이 없습니다" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11022,14 +11167,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin 설정 공간 테이블이 없습니다" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin 설정 공간 테이블이 없습니다" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11211,6 +11356,7 @@ msgstr "사용자명:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "사용자명" @@ -11380,10 +11526,10 @@ msgid "Master server changed successfully to %s." msgstr "마스터 서버가 성공적으로 %s로 변경되었습니다." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11404,7 +11550,7 @@ msgstr "이벤트 %1$s 를 변경했습니다." msgid "Event %1$s has been created." msgstr "이벤트 %1$s 를 생성했습니다." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "요청을 처리하는 중에 하나 혹은 그 이상의 오류가 발생했습니다:" @@ -11413,7 +11559,8 @@ msgstr "요청을 처리하는 중에 하나 혹은 그 이상의 오류가 발 msgid "Edit event" msgstr "이벤트 수정" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "자세한 내용" @@ -11427,7 +11574,7 @@ msgid "Event type" msgstr "이벤트 종류" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "%s 로 변경" @@ -11455,13 +11602,13 @@ msgid "On completion preserve" msgstr "완료 후에 남기기" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "디파이너" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "디파이너의 형식은 \"username@hostname\" 이어야 합니다!" @@ -11487,9 +11634,9 @@ msgid "You must provide an event definition." msgstr "이벤트 정의를 입력하세요." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "요청 처리 중 에러가 발생:" @@ -11525,113 +11672,119 @@ msgstr "" "'mysqli' 확장을 사용하여 문제를 해결하세요." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "잘못된 루틴 타입: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "죄송합니다만 삭제한 루틴을 복구하지 못했습니다." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "루틴 %1$s가 수정되었습니다." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "루틴 %1$s가 수정되었습니다." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "루틴 %1$s가 생성되었습니다." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "루틴 수정" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "루틴 이름" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "파라미터" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "방향" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "파라미터 추가" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "마지막 파라미터 제거" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "반환(return) 종류" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "반환(return) 길이/값" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "반환(return) 옵션" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "보안 타입" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "루틴 이름이 필요합니다!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -11639,13 +11792,13 @@ msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "프로시저 수행 중 가장 최근의 구문에 의해 %d개의 로우가 영향을 받음" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "루틴 실행" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "루틴 파라미터" @@ -12193,12 +12346,16 @@ msgid "You have revoked the privileges for %s." msgstr "%s의 권한을 제거했습니다." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "사용자 추가" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "유저 전용 데이터베이스" #: libraries/server_privileges.lib.php:1946 @@ -12225,9 +12382,7 @@ msgid "User has been added." msgstr "사용자가 추가되었습니다." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12309,11 +12464,15 @@ msgstr "" "... 사용자 테이블로부터 이전 것을 삭제하고, 권한 정보를 새로고침 합니다." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "로그인 정보 변경 / 사용자 복사" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "새로운 사용자를 동일한 권한으로 생성하고 …" #: libraries/server_privileges.lib.php:3036 @@ -12333,7 +12492,9 @@ msgid "Add privileges on the following table:" msgstr "다음 테이블에 대한 권한 추가:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "선택한 사용자를 삭제" #: libraries/server_privileges.lib.php:3376 @@ -12368,40 +12529,50 @@ msgstr "%s 의 권한을 업데이트했습니다." msgid "Deleting %s" msgstr "%s 을 삭제합니다" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "권한을 다시 로딩했습니다." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "사용자 %s 가 이미 존재합니다!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s에 대한 권한" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "권한 수정:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "사용자" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "사용자 개요" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12413,11 +12584,11 @@ msgstr "" "다. 만약 수동으로 서버의 권한 정보를 수정하였다면, 서버의 정보와 맞지 않을 " "수 있습니다. 이 경우, %sreload the privileges%s를 먼저 수행하세요." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "선택한 사용자는 사용권한 테이블에 존재하지 않습니다." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "새 사용자를 추가했습니다." @@ -13637,7 +13808,7 @@ msgstr "잘못된 식별자(Identifer)" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "테이블 %s 을 비웠습니다." @@ -13650,14 +13821,14 @@ msgstr "트래킹이 활성화되었습니다." msgid "Tracking is not active." msgstr "트래킹이 활성화되어 있지 않습니다." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "뷰 %s가 제거되었습니다." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -13885,39 +14056,34 @@ msgstr "공간 사용량" msgid "Effective" msgstr "실제량" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "테이블 %1$s 가 성공적으로 수정되었습니다." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "테이블 %1$s 가 성공적으로 수정되었습니다." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "질의 오류" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "컬럼을 이동했습니다." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "즐겨찾기로 추가" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "즐겨찾기 목록이 가득 찼습니다!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "생성 쿼리 보이기" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14384,18 +14550,6 @@ msgstr "더 최신의 안정 버전이 없음" msgid "Wrong data" msgstr "잘못된 데이터" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "표시할 데이터 없음" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "데이터를 가져오기 위한 SQL 쿼리가 없습니다." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "테이블에 숫자형 컬럼이 없어 표시할 수 없습니다." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14406,7 +14560,7 @@ msgstr "'%s'라는 데이터베이스가 존재하지 않습니다." msgid "Table %s already exists!" msgstr "테이블 %s 가 이미 존재합니다!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "테이블의 덤프(스키마) 데이터 보기" @@ -14414,31 +14568,19 @@ msgstr "테이블의 덤프(스키마) 데이터 보기" msgid "Invalid table name" msgstr "잘못된 테이블 이름" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "내부 릴레이션이 추가됨" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "쓰레드 %s 를 죽였습니다." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "'%s'라는 컬럼명은 MySQL 예약어입니다." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "선택된 열이 없습니다." @@ -14636,7 +14778,7 @@ msgid "subquery" msgstr "서브쿼리" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "관계 생성" @@ -14700,13 +14842,13 @@ msgstr "새 페이지" msgid "Delete pages" msgstr "페이지 삭제" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "새로고침" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "도움말" @@ -14967,39 +15109,39 @@ msgstr "차트 제목" msgid "X-Axis:" msgstr "X축:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "시리즈:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X축 레이블:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X 값" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y축 레이블:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "검색할 컬럼:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "\"%s\" 열의 값" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "차트를 이미지 파일로 저장" @@ -16344,6 +16486,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert가 0으로 설정되었습니다" +#~ msgid "Add user" +#~ msgstr "사용자 추가" + +#~ msgid "Export Method:" +#~ msgstr "내보내기 방식:" + #~ msgid "No data found for GIS visualization." #~ msgstr "GIS 시각화를 위한 데이터를 찾을 수 없습니다." @@ -16568,11 +16716,6 @@ msgstr "concurrent_insert가 0으로 설정되었습니다" #~ msgid "pdf export page" #~ msgstr "잘못된 내보내기 타입" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "잘못된 내보내기 타입" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " @@ -16659,11 +16802,6 @@ msgstr "concurrent_insert가 0으로 설정되었습니다" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "관계 스키마를 수정 또는 내보내기" -#, fuzzy -#~| msgid "Database %1$s has been created." -#~ msgid "Page has been created." -#~ msgstr "데이터베이스 %1$s가 생성되었습니다." - #, fuzzy #~| msgid "Page creation failed" #~ msgid "Page creation has failed!" diff --git a/po/ksh.po b/po/ksh.po index 73868f4b5c..ad3bb316c7 100644 --- a/po/ksh.po +++ b/po/ksh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-10-02 15:09+0200\n" "Last-Translator: Purodha \n" "Language-Team: Colognian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1321,47 +1337,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1369,136 +1385,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1508,144 +1524,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1656,59 +1672,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1717,61 +1733,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1781,59 +1797,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1841,163 +1857,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2006,399 +2022,399 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "Alle ußwähle" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "Tabäll" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2406,442 +2422,442 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "Alle ußwähle" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2909,16 +2925,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2937,7 +2953,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2946,7 +2962,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3022,7 +3038,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3045,7 +3061,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3118,7 +3134,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3174,10 +3190,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3185,10 +3201,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3401,161 +3417,162 @@ msgstr "Alle nit mieh ußwähle" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3564,24 +3581,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3701,7 +3718,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3711,7 +3728,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3726,7 +3743,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3742,7 +3759,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3759,7 +3776,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3790,7 +3807,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3853,15 +3870,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3940,7 +3957,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3961,7 +3978,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4521,16 +4538,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4547,7 +4564,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4638,6 +4655,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4728,8 +4749,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4737,7 +4758,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5018,7 +5039,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5029,35 +5050,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5072,7 +5093,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5467,7 +5488,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5476,7 +5497,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5492,8 +5513,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5503,14 +5524,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5518,8 +5539,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5527,13 +5548,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5555,8 +5576,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5584,14 +5605,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5599,566 +5620,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6166,1101 +6191,1111 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy msgid "Favorites table" msgstr "Ein Tabäll" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7268,52 +7303,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7321,80 +7356,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7418,47 +7453,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7473,12 +7535,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7528,6 +7590,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7541,7 +7604,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7553,101 +7616,133 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "Kein Name för di Dahtebangk!" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Alle ußwähle" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7655,78 +7750,78 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "Alle ußwähle" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "Alle ußwähle" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "Kein Name för di Dahtebangk!" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8212,7 +8307,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8287,7 +8382,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8361,7 +8456,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8789,7 +8884,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9066,223 +9161,232 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy msgid "Checksum table" msgstr "Ein Tabäll" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9469,7 +9573,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10344,54 +10448,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10563,6 +10671,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10715,10 +10824,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10739,7 +10848,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10748,7 +10857,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10762,7 +10872,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10790,13 +10900,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10822,9 +10932,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10857,112 +10967,118 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -10970,13 +11086,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11515,12 +11631,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11547,9 +11663,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11624,11 +11738,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11648,7 +11762,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11683,40 +11797,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11725,11 +11843,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12857,7 +12975,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12870,13 +12988,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13087,38 +13205,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13559,18 +13672,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13581,7 +13682,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13589,20 +13690,12 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -13610,7 +13703,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13781,7 +13874,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13845,13 +13938,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14094,37 +14187,37 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Column" msgid "Value Column:" msgstr "Kolonn" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/ky.po b/po/ky.po index 44694bf5e3..4137ba783a 100644 --- a/po/ky.po +++ b/po/ky.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-02-03 16:59+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Kyrgyz Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1338,47 +1356,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1386,136 +1404,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1525,144 +1543,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1673,59 +1691,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1734,61 +1752,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1798,59 +1816,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1858,163 +1876,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2023,402 +2041,402 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "\"%s\" мамычанын мааниси" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "Баарын танда" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "Жадыбал" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Action" msgid "functions" msgstr "Кыймыл" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2426,444 +2444,444 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments:" msgid "Show arguments" msgstr "Жадыбал жөнүндө маалымат:" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "Баарын танда" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2931,16 +2949,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2959,7 +2977,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2968,7 +2986,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3043,7 +3061,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3066,7 +3084,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3139,7 +3157,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3195,10 +3213,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3206,10 +3224,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3420,163 +3438,164 @@ msgstr "Баарынан баш тарт" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Database %1$s has been created." msgid "The row has been deleted." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3585,24 +3604,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -3724,7 +3743,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3734,7 +3753,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3749,7 +3768,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3765,7 +3784,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3782,7 +3801,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3813,7 +3832,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3878,15 +3897,15 @@ msgid "Central columns" msgstr "\"%s\" мамычанын мааниси" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3962,7 +3981,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3983,7 +4002,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4541,16 +4560,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4567,7 +4586,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4658,6 +4677,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4748,8 +4771,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4757,7 +4780,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5040,7 +5063,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5051,35 +5074,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5094,7 +5117,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5489,7 +5512,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5498,7 +5521,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5514,8 +5537,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5525,14 +5548,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5540,8 +5563,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5549,13 +5572,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5577,8 +5600,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5606,14 +5629,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5621,566 +5644,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6188,1109 +6215,1119 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "Жадыбал жөнүндө маалымат:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Value for the column \"%s\"" msgid "Central columns table" msgstr "\"%s\" мамычанын мааниси" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Favorites table" msgstr "%s жадыбал" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "Жадыбал жөнүндө маалымат:" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7298,52 +7335,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7351,80 +7388,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7448,47 +7485,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Database %1$s has been created." +msgid "Internal relations were successfully updated." +msgstr "%1$s аттуу берилиштер базасы түзүлдү." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7503,12 +7569,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7558,6 +7624,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7571,7 +7638,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7583,101 +7650,135 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "Берилигтер базасынын аты бош калды!" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Жаңыланды" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Баарын танда" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7685,78 +7786,78 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "Баарын танда" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "Баарын танда" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "Берилигтер базасынын аты бош калды!" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8246,7 +8347,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8321,7 +8422,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8395,7 +8496,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8822,7 +8923,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9103,225 +9204,234 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Checksum table" msgstr "%s жадыбал" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9508,7 +9618,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10397,54 +10507,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10616,6 +10730,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10768,10 +10883,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10792,7 +10907,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10801,7 +10916,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10815,7 +10931,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10843,13 +10959,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10875,9 +10991,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10910,125 +11026,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11566,13 +11688,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Value for the column \"%s\"" +msgid "Add user account" +msgstr "\"%s\" мамычанын мааниси" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "Берилиштер базасы жөнүндө маалымат:" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11598,9 +11724,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11675,11 +11799,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11699,7 +11823,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11734,40 +11858,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11776,11 +11904,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12910,7 +13038,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12923,14 +13051,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "View %s has been dropped." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Table %s has been dropped." @@ -13147,38 +13275,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13622,18 +13745,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13644,7 +13755,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13652,29 +13763,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Database %1$s has been created." -msgid "Internal relations were successfully updated." -msgstr "%1$s аттуу берилиштер базасы түзүлдү." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13849,7 +13950,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13913,13 +14014,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14162,37 +14263,37 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Table comments:" msgid "Value Column:" msgstr "Жадыбал жөнүндө маалымат:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/li.po b/po/li.po index fb6a3d6b34..230c6f45dc 100644 --- a/po/li.po +++ b/po/li.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-12-21 13:06+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -91,9 +91,9 @@ msgstr "" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "" msgid "Primary" msgstr "" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "" #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "" @@ -248,11 +248,11 @@ msgstr "" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,12 +264,12 @@ msgid "Structure" msgstr "" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "" @@ -278,21 +278,21 @@ msgstr "" msgid "Select all" msgstr "" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "" -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "" -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -333,14 +333,14 @@ msgid "Tracked tables" msgstr "" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -358,7 +358,7 @@ msgstr "" msgid "Updated" msgstr "" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -485,23 +485,23 @@ msgid "Point:" msgstr "" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "" @@ -523,7 +523,7 @@ msgstr "" msgid "Add a linestring" msgstr "" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "" @@ -540,32 +540,32 @@ msgstr "" msgid "Add geometry" msgstr "" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -592,7 +592,7 @@ msgstr "" msgid "Succeeded" msgstr "" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "" @@ -678,7 +678,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -774,7 +774,7 @@ msgstr "" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1086,7 +1086,7 @@ msgid "SQL query:" msgstr "" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "" @@ -1112,36 +1112,52 @@ msgstr "" msgid "Removing Selected Users" msgstr "" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "" +#: js/messages.php:129 +msgid "Template was created." +msgstr "" + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +msgid "Template was updated." +msgstr "" + +#: js/messages.php:132 +msgid "Template was deleted." +msgstr "" + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "," -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1149,154 +1165,154 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1308,47 +1324,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1356,136 +1372,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1495,144 +1511,144 @@ msgstr "" msgid "Time" msgstr "Tied" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1643,59 +1659,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1704,61 +1720,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1768,59 +1784,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1828,163 +1844,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1993,395 +2009,395 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2389,440 +2405,440 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "jannewarie" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "fibberwarie" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "miert" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "mei" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "augustus" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "september" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "november" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "mei" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Oer" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "secónd" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2890,16 +2906,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2918,7 +2934,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2927,7 +2943,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3002,7 +3018,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3025,7 +3041,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3096,7 +3112,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3148,10 +3164,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3159,10 +3175,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3373,161 +3389,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3536,24 +3553,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3673,7 +3690,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3683,7 +3700,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3698,7 +3715,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3714,7 +3731,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3731,7 +3748,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3762,7 +3779,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3825,15 +3842,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3909,7 +3926,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3930,7 +3947,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4488,16 +4505,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4514,7 +4531,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4605,6 +4622,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4695,8 +4716,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4704,7 +4725,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4973,7 +4994,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -4984,35 +5005,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5027,7 +5048,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5422,7 +5443,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5431,7 +5452,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5447,8 +5468,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5458,14 +5479,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5473,8 +5494,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5482,13 +5503,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5510,8 +5531,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5539,14 +5560,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5554,566 +5575,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6121,1100 +6146,1110 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7222,52 +7257,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7275,80 +7310,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7372,47 +7407,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7427,12 +7489,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7482,6 +7544,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7495,7 +7558,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7507,101 +7570,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7609,72 +7700,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8160,7 +8251,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8235,7 +8326,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8309,7 +8400,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8736,7 +8827,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9011,222 +9102,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9413,7 +9513,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10287,54 +10387,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10506,6 +10610,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10658,10 +10763,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10682,7 +10787,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10691,7 +10796,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10705,7 +10811,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10733,13 +10839,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10765,9 +10871,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10800,125 +10906,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11456,12 +11568,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11488,9 +11600,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11565,11 +11675,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11589,7 +11699,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11624,40 +11734,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11666,11 +11780,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12796,7 +12910,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12809,13 +12923,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13025,38 +13139,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13497,18 +13606,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13519,7 +13616,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13527,27 +13624,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13718,7 +13807,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13782,13 +13871,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14033,35 +14122,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/lt.po b/po/lt.po index 65fa8a9a1f..686571d722 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-02-15 18:57+0200\n" "Last-Translator: Vytautas Motuzas \n" "Language-Team: Lithuanian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Užklausų pagreitinimo (kešo) efektyvumas" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Užklausų pagreitinimo (kešo) naudojamumas" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Užklausų pagreitinimas (kešas) naudojamas" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Sistemos CPU naudojimas" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistemos atmintis" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Sistemos swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Vidutinis apkrovimas" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Iš viso atminties" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Podėlio atmintis" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Buferio atmintis" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Laisva atmintis" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Naudojama atmintis" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Iš viso Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Podėlio Swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Naudojama swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Laisva Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Išsiųsta baitų" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Gauta baitų" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Prisijungimai" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesai" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d lentelė(-ės)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Apkrovimas" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Nustatymai" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Pritraukti prie tinklelio" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "Prašome pridėti bent vieną kintamąjį į eilę" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1448,47 +1470,47 @@ msgstr "Prašome pridėti bent vieną kintamąjį į eilę" msgid "None" msgstr "Ne" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log ir slow_query_log yra įjungti." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log įjungtas." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log įjungtas." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ir general_log yra išjungti." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1496,12 +1518,12 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time yra nustatytas į %d sekundė(-es/-žių)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1510,31 +1532,31 @@ msgstr "" "serverio pakartotino paleidimo:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Nustatyti log_output į %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Įjungti %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Išjungti %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "Nustatyti long_query_time į %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1542,95 +1564,95 @@ msgstr "" "Jūs negalite pakeisti šių kintamųjų. Prašome prisijungti kaip root arba " "susisiekite su Jūsų duombazės administratoriumi." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Keisti nustatymus" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Dabartiniai nustatymai" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagramos antraštė" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Skirtumas" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Padalintas į %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Vienetas" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analizuojami žurnalai" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Atsisakyti užklausos" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Eiti į žurnalo lentelę" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Duomenys nerasti" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analizuojama…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Paaiškinti išvestį" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1640,158 +1662,158 @@ msgstr "Paaiškinti išvestį" msgid "Time" msgstr "Laikas" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Iš viso užtruko:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiliavimo rezultatai" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Lentelė" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagrama" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Lentelių rodymo nustatymai" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtras" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtro užklausa pagal žodį/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Sugrupuoti užklausas, nepaisant kintamųjų duomenų WHERE dalyje" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Sugrupuotų eilučių suma:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Iš viso:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Įkeliami žurnalai" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Puslapį įkelti iš naujo" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Paveiktos eilutės:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Nepavyko išnagrinėti konfigūracinio failo. Atrodo, kad tai nėra teisingas " "JSON kodas." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Nepavyko sudaryti diagramos tinklelio su importuota konfigūracija. Nustatoma " "į numatytąją konfigūraciją…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importuoti" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not import configuration" msgid "Import monitor configuration" msgstr "Nepavyko importuoti konfigūracijos" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Prašome pasirinkti pirminį raktą arba unikalųjį raktą" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Atnaujinti užklausą" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Galimos našumo bėdos" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Bėda" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Rekomendacija" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Taisyklės detalės" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "Atpažinimas" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Naudojamas kintamasis / formulė" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Išbandyti" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1802,61 +1824,61 @@ msgstr "" msgid "Cancel" msgstr "Atšaukti" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Keisti nustatymus" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Įkeliama…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Vykdoma užklausa" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Klaida vykdant užklausą" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nepažymėjote duomenų bazės." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Šalinamas stulpelis" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Pridedamas pirminis raktas" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1865,67 +1887,67 @@ msgstr "Pridedamas pirminis raktas" msgid "OK" msgstr "Gerai" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Paspauskite, kad praleistumėte šį perspėjimą" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Keičiamas duomenų bazės pavadinimas" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopijuojama duomenų bazė" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Keičiama koduotė" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Nepavyko gauti/priimti antraščių" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Ieškoma" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Slėpti paieškos rezultatus" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Rodyti paieškos rezultatas" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Peržiūrėti" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Šaliname" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Apibrėžimas „stored“ funkcijos turi turėti RETURN teiginį!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1935,62 +1957,62 @@ msgstr "Apibrėžimas „stored“ funkcijos turi turėti RETURN teiginį!" msgid "Export" msgstr "Eksportuoti" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET redaktorius" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Stulpelio „%s“ reikšmės" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Reikšmės naujajam stulpeliui" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Įveskite kiekvieną reikšmę atskirame laukelyje" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Pridėti %d reikšmę(-es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Pastaba: Jei failas turi keletą lentelių jos bus sukombinuotos į vieną." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Slėpti užklausos laukelį" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Rodyti užklausos laukelį" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Redaguoti" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1998,96 +2020,96 @@ msgstr "Redaguoti" msgid "Delete" msgstr "Trinti" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nėra galimas eilutės numeris." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Naršyti išorines reikšmes" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Kintamasis" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Nepasirinkti įrašai" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Paieška duomenų bazėje" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Laisva atmintis" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "Prisidėti" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Pridėti pirminį raktą" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Stulpeliui %s sukurtas PIRMINIS raktas." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Sekimo ataskaita" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2095,89 +2117,89 @@ msgstr "" msgid "End of step" msgstr "Eilutės galas" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Atlikta" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Nepažymėjote duomenų bazės." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "Sekančios užklausos buvo įvykdytos:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Sukurti privilegijas šiai lentelei" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Nepažymėjote duomenų bazės." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2186,472 +2208,472 @@ msgstr "Nepažymėjote duomenų bazės." msgid "Save" msgstr "Išsaugoti" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Slėpti paieškos kriterijų" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Rodyti paieškos kriterijų" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Paieška" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Stulpelių vardai: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Stulpelių vardai: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Didžiausias skaičius lentelių" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Didžiausias skaičius lentelių" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "Slėpti paieškos kriterijų" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "Rodyti paieškos kriterijų" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Pasirinkite du stulpelius" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Pasirinkite du skirtingus stulpelius" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Duomenų rodyklės dydis" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoruoti" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopijuoti" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Taškas" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Atkarpų seka" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Daugiakampis" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrija" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Vidinis žiedas" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Išorinis žiedas" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Pasirinkite siejamą raktą" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Pasirinkti Foreign Key" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Prašome pasirinkti pirminį raktą arba unikalųjį raktą" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Pasirinkite laukus peržiūrai" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Puslapio vardas" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "Pasirinkite puslapį" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Pasirinkite puslapį" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Tušti puslapiai" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "Pasirinkite puslapį" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Vienetas" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Pasirinkite puslapį redagavimui" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Keisti arba eksportuoti ryšių schemą" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Pakeitimai išsaugoti" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "Pridėti parinktį stulpeliui/skilčiai " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Siųsti" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "Paspausti escape (klavišas Esc), kad išeiti iš redagavimo" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "Vilkite, kad pertvarkytumėte" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "Paspauskite, kad (at)pažymėti" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Stulpelių vardai" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Rodyti viską" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Pirminė padėtis" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Atšaukti" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Nutraukta" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Importuoti numatytąsias reikšmes" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Pasirinkite lenteles" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "Eiti pagal nuorodą" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Stulpelių vardai" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generuoti slaptažodį" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generuoti" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Pakeisti slaptažodį" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Daugiau" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Rodyti viską" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "Nerodyti indeksų" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Logotipą rodyti kairiame rėmelyje" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Adaptuoti pagrindinė rėmelį" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Adaptuoti pagrindinė rėmelį" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Lentelės" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Rodinys (Views)" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedūros" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "įvykis" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funkcijos" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Privilegijų lentelėje pasirinktas vartotojas nerastas." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2661,137 +2683,137 @@ msgstr "" "atnaujinimą. Naujausia versija yra %s, išleista %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", naujausia stabili versija:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "naujausias" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Sukurti rodinį" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "Serverio jungtis" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Keisti nustatymus" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Rodyti atidarytas lenteles" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignoruoti" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Rodyti šią užklausą vėl" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Ar tikrai norite vykdyti „%s“?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Įvykdytos užklausos" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Lentelės komentarai" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Slėpti paieškos rezultatus" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Ankstesnis" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2799,149 +2821,149 @@ msgid "Next" msgstr "Kitas" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Šiandien" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "sausio" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "vasario" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "kovo" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "balandžio" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Geg" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "birželio" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "liepos" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "rugpjūčio" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "rugsėjo" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "spalio" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "lapkričio" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "gruodžio" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Sau" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Vas" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Kov" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Bal" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Geg" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Bir" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Lie" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Rgp" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Rgs" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Spa" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Lap" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Grd" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Sekmadienis" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Pirmadienis" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Antradienis" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Trečiadienis" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Ketvirtadienis" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Penktadienis" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Šeštadienis" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2949,208 +2971,208 @@ msgid "Sun" msgstr "Sek" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pir" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ant" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Tre" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Ket" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pen" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Šeš" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Sk" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Pr" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "An" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Tr" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Kt" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pn" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Št" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sav." #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Ne" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Valanda" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minutė" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekundės" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Naudokite teksto įvedimo lauką" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Neteisingas jungties skaičius" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Klaida" @@ -3223,17 +3245,17 @@ msgstr "per valandą" msgid "per day" msgstr "per dieną" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Esamo konfigūracinio failo (%s) neina nuskaityti." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Šrifto dydis" @@ -3254,7 +3276,7 @@ msgid "Requery" msgstr "SQL užklausa" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3263,7 +3285,7 @@ msgstr "SQL užklausa" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3357,7 +3379,7 @@ msgid "History" msgstr "SQL užklausų istorija" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3380,7 +3402,7 @@ msgstr "SQL užklausų istorija" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Nustatymai" @@ -3479,7 +3501,7 @@ msgid "Count:" msgstr "Stulpelis" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3545,10 +3567,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pereiti į lentelės kopiją" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3556,10 +3578,10 @@ msgstr "Pereiti į lentelės kopiją" msgid "Ascending" msgstr "Didėjimo tvarka" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3802,31 +3824,31 @@ msgstr "Atžymėti visas" msgid "Inside column:" msgstr "Stulpelio viduje:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "Išsaugoti katalogą" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Atstatyti stulpelių rikiavimą" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "Filtrai" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Paieška duomenų bazėje" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3834,7 +3856,7 @@ msgctxt "First page" msgid "Begin" msgstr "Pradžia" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3843,7 +3865,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Ankstesnis" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3852,7 +3874,7 @@ msgctxt "Next page" msgid "Next" msgstr "Kitas" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3860,89 +3882,90 @@ msgctxt "Last page" msgid "End" msgstr "Pabaiga" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Viską" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Eilučių skaičius:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Rūšiuoti pagal raktą" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Tekstus rodyti dalinai" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Tekstus rodyti pilnai" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Sąryšių raktas" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Ryšių rodymo stulpelis" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Rodyti dvejetainį turinį" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Rodyti BLOB turinį" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Naršyklės transformacija" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Eilutė buvo ištrinta" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Stabdyti procesą" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Gali būti apytikslis. Žiūrėkite [doc@faq3-11]DUK 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Jūsų SQL užklausa sėkmingai įvykdyta" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3951,39 +3974,39 @@ msgstr "" "Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos " "%sdokumentacijoje%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Rodomi įrašai" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "iš viso" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Užklausa užtruko %01.4f sek." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Pasirinktus:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3992,24 +4015,24 @@ msgstr "Pasirinktus:" msgid "Check All" msgstr "Pažymėti visas" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Spausdinti struktūrą" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Veiksmai su užklausos rezultatais" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Rodyti diagramą" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4143,7 +4166,7 @@ msgstr "Elementų skaičius" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4153,7 +4176,7 @@ msgid "Collation" msgstr "Palyginimas" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentaras" @@ -4168,7 +4191,7 @@ msgid "Index %s has been dropped." msgstr "Indeksas %s ištrintas." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4185,7 +4208,7 @@ msgstr "" "Žurnalai %1$s ir %2$s atrodo vienodi ir vienas iš jų gali būti pašalintas." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Serveris" @@ -4202,7 +4225,7 @@ msgstr "Rodinys" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4233,7 +4256,7 @@ msgstr "Įterpti" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegijos" @@ -4298,15 +4321,17 @@ msgid "Central columns" msgstr "Textarea stulpeliai" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Duomenų bazės" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Naudotojai" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4389,7 +4414,7 @@ msgid "Could not save favorite table!" msgstr "Negalėjo išsaugoti paskiausios lentelės" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4418,7 +4443,7 @@ msgid "Recent" msgstr "Atstatyti į pradinę būseną" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5019,16 +5044,16 @@ msgstr "Didžiausias dydis: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL atsakymas: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Paaiškinti SQL" @@ -5045,7 +5070,7 @@ msgstr "" msgid "Without PHP Code" msgstr "be PHP kodo" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP kodas" @@ -5140,6 +5165,10 @@ msgstr "Paskutinis atnaujinimas" msgid "Last check" msgstr "Paskutinis patikrinimas" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Naudotojai" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5236,8 +5265,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5245,7 +5274,7 @@ msgstr "Pavadinimas" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Ilgis/reikšmės*" @@ -5553,7 +5582,7 @@ msgid "Not a valid port number!" msgstr "Neteisingas jungties skaičius" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5567,37 +5596,37 @@ msgstr "Neteisinga reikšmė" msgid "Value must be equal or lower than %s!" msgstr "Reikšmė turi būti tokia pati kaip arba mažesnė negu %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Trūksta duomenų %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "neprieinamas" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "„%s“ reikalauja %s praplėtimo" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "importavimas neveiks, nerasta funkcija (%s)" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "eksportavimas neveiks, nerasta funkcija (%s)" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "didžiausias %s" @@ -5612,7 +5641,7 @@ msgid "Set value: %s" msgstr "Nustatyti reikšmę: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Atstatyti numatytąsias reikšmes" @@ -6138,7 +6167,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Ilgiausias vykdymo laikas" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -6148,7 +6177,7 @@ msgstr "Įtraukti %s sakinį" msgid "Save as file" msgstr "Išsaugoti į failą" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Failo simbolių koduotė" @@ -6164,8 +6193,8 @@ msgstr "Glaudinimas" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6175,16 +6204,16 @@ msgstr "Glaudinimas" msgid "Put columns names in the first row" msgstr "Stulpelių pavadinimus įrašyti pirmoje eilutėje" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Laukų reikšmės apskliaustos su:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped with:" @@ -6194,8 +6223,8 @@ msgstr "Laukų reikšmės baigiasi simboliu:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL with:" msgid "Replace NULL with" @@ -6205,15 +6234,15 @@ msgstr "Pakeisti NULL į:" msgid "Remove CRLF characters within columns" msgstr "Pašalinti CRLF simbolius laukeliuose" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Laukai baigiasi" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated with:" @@ -6237,8 +6266,8 @@ msgid "Table name template" msgstr "Lentelės vardo šablonas" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6266,14 +6295,14 @@ msgid "Label key" msgstr "Pavadinimo raktas" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME tipas" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Sąryšiai" @@ -6281,311 +6310,317 @@ msgstr "Sąryšiai" msgid "Export method" msgstr "Eksporto metodas" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Išsaugoti serveryje" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Perrašyti esamus failus" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontalūs (pasukti pavadinimai)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Atsiminti failo vardo šabloną" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Pridėti AUTO_INCREMENT reikšmę" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Įdėti lentelių ir laukų pavadinimus į kabutes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL suderinamumo režimas" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE nustatymai:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Sukūrimo/atnaujinimo/tikrinimo datos" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Naudoti užlaikytus įterpimus" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "Eksportuojamos eilutės iš „%s“ lentelės" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Pridėti %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Naudoti šešioliktainę BLOB'ui" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Naudoti ignoruojamuosius įterpimus" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Tikrinti sintaksę kai įterpiami duomenys" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Didžiausias sukurtos užklausos ilgis" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Eksportavimo tipas" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Naudoti transakciją visam eksportui" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Eksportavimo laikas UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Priverstinai naudoti saugų prisijungimą kol naudojamasi phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Naudoti SSL susijungimą" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Svetimo rakto išskleidimo rikiavimas" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Išskleidžiamas sąrašas bus naudojamas jei elementų bus mažai" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Svetimų raktų apribojimas" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Naršymo režimas" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Adaptuoti naršymo režimą" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Pasirinkti numatytuosius nustatymus" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Kūrėjas" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Nustatymai phpMyAdmin kūrėjams" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Redagavimo režimas" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Adaptuoti redagavimo režimą" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Eksportuoti numatytąsias reikšmes" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Pasirinkti numatytuosius eksportavimo nustatymus" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Galimybės" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Bendra" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Nustatyti keletą dažniausiai naudojamų nustatymų" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importuoti numatytąsias reikšmes" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Adaptuoti numatytuosius bendrus importavimo nustatymus" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importuoti/eksportuoti" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Naudoti importavimo ir eksportavimo katalogus ir suspaudimo nustatymus" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Duomenų bazių rodymo nustatymai" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigacijos rėmelis" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Adaptuoti navigacijos rėmelio išvaizdą" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigacijos rėmelis" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Adaptuoti navigacijos rėmelį" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serveriai" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Serverių rodymo nustatymai" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Lentelių rodymo nustatymai" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Pagrindinis rėmelis" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Kiti branduolio nustatymai" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Kiti nustatymai" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Puslapių pavadinimai" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6599,11 +6634,11 @@ msgstr "" "[doc@cfg_TitleTable]dokumentacija[/doc] magiškiesiems tekstams, kurie bus " "paversti specialiomis reikšmėmis." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Saugumas" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6615,25 +6650,25 @@ msgstr "" "Atkreipkite dėmesį, kad phpMyAdmin yra tik vartotojo sąsaja ir jo galimybės " "neriboja MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Pagrindiniai nustatymai" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Atpažinimas" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Atpažinimo nustatymai" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serverio nustatymai" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6645,17 +6680,17 @@ msgstr "" "Išplėstinė serverio konfigūracija, nekeiskite šių nustatymų nebent žinote " "kam jie skirti" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Įvesti serverio ryšio nustatymus" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Nustatymų saugykla" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6670,11 +6705,11 @@ msgstr "" "papildomų funkcijų, dokumentacijoje žiūrėkite [doc@linked-tables]phpMyAdmin " "nustatymų saugykla[/doc]" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Pakeitimų sekimas" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6682,129 +6717,129 @@ msgstr "" "Sekti duomenų bazėje atliktus pakeitimus. Reikia phpMyAdmin nustatymų " "saugyklos." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Adaptuoti eksportavimo nustatymus" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Adaptuoti importavimo numatytąsias reikšmes" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Adaptuoti navigacijos rėmelį" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Adaptuoti pagrindinė rėmelį" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL užklausos" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL užklausos langelis" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Adaptuoti nuorodas rodomas SQL užklausos langelyje" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL užklausų nustatymai" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Paleidimas" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Adaptuoti paleidimo (pagrindinį) puslapį" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Vartotojo duomenų bazė" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Vartotojo duomenų bazė" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Kortelės" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Pasirinkti kaip norite, kad veiktų kortelės" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Rodyti sąryšių schema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Lapo dydis" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Teksto laukeliai" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Adaptuoti teksto įvedimo laukelius" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekstas" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Pasirinkti numatytuosius nustatymus" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Perspėjimai" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Išjungti keletą perspėjimų kuriuos rodo phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6816,15 +6851,15 @@ msgstr "" "Įjungti [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] glaudinimą importavimo " "ir eksportavimo nustatymams" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Papildomas parametras iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6836,11 +6871,11 @@ msgstr "" "Jeigu įjungta, phpMyAdmin tęsia įvairių-sakinių užklausų paleidinėjimą netgi " "jei viena užklausa nepavyksta" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignoruoti įvairias sakinių klaidas" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6850,25 +6885,25 @@ msgstr "" "vykdymo laiko ribos. Gali būti naudinga importuojant didelius failus, tačiau " "gali sugadinti tranzakcijas." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Dalinis importas: leisti pertrauktis" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Nenutraukti įvykus INSERT klaidai" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6880,62 +6915,62 @@ msgstr "" "Numatytasis formatas; žinokite, kad šis sąrašas priklauso nuo vietos " "(duomenų bazė, lentelė) ir tik SQL visada pasiekiamas" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Įkelto failo formatas" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Naudoti LOCAL raktažodį" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Stulpelių pavadinimai pirmoje eilutėje" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Neimportuoti tuščių eilučių" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importuoti valiutas ($5.00 kaip 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importuoti procentus kaip dešimtainius (12.00% kaip .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Praleisti užklausų skaičių nuo pradžios" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Dalinis importas: praleisti užklausas" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nenaudoti AUTO_INCREMENT nulinėms reikšmėms" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Kiek eilučių gali būti įdėta per vieną kartą" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Įkeltų eilučių skaičius" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6944,11 +6979,11 @@ msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Didžiausias rodomas simbolių kiekis ne skaitiniuose stulpeliuose" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Apriboti stulpelių simbolius" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6959,11 +6994,11 @@ msgstr "" "lengva pamiršti atsijungi iš kitų skirtingų serverių (prie kurių esate " "prisijungę)." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Ištrinti visus slapukus atsijungiant" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -6975,11 +7010,11 @@ msgstr "" "Slapta frazė naudojama šifruojant slapukus [kbd]slapukų[/kbd] " "identifikacijoje" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6991,79 +7026,79 @@ msgstr "" "egzistuojančioje sesijoje ir bus ištrinta naršyklės uždarymo momentu. " "Rekomenduojama nepatikimose aplinkose." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Prisijungimo slapuko saugojimas" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Nustatyti prisijungimo slapuko galiojimo laiką (sekundžių tikslumu)" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Prisijungimo slapuko galiojimas" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Padvigubinti LONGTEXT laukelių dydį" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Didesnis textarea LONGTEXT'ui" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Didžiausias leistinas simbolių kiekis naudojamas SQL užklausai parodyti" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maksimalus SQL rodymo ilgis" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Naudotojai negali nustatyti didesnės reikšmės" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Didžiausias duomenų bazių skaičius" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Didžiausias dydis įvedimo laukeliui" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7072,21 +7107,21 @@ msgstr "" "rinkinys turi daugiau eilučių, „Ankstesnis“ ir „Kitas“ saito nuorodos bus " "parodytos." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maksimalus skaičius eilučių rodymui" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Didžiausias skaičius lentelių" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7098,45 +7133,45 @@ msgstr "" "Skaičius leidžiamų paskirti baitų scenarijui (skriptui), pvz., [kbd]32M[/" "kbd] ([kbd]0[/kbd] neriboja)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Atminties apribojimai" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Logotipą rodyti kairiame rėmelyje" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Rodyti logotipą" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "Adresas kur nuves logotipas esantis navigacijos rėmelyje" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logotipo saito adresas" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7148,29 +7183,29 @@ msgstr "" "Atidaryti susijusį puslapį pagrindiniame lange ([kbd]pagrindiniame[/kbd]) " "arba ([kbd]naujame[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logotipas nukreipia į nuorodą" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Rodyti serverio pasirinkimus viršuje kairiame rėmelyje" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Rodyti serverių pasirinkimą" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -7178,19 +7213,19 @@ msgid "" "display a filter box." msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7201,181 +7236,181 @@ msgid "" msgstr "" "Tik maža versija; rodyti duomenų bazės medį (skyriklis nustatomas žemiau)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Simboliai kurie atskiria duomenų bazes į atskiras medžio šakas" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Duomenų bazės medžio skyriklis" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Simboliai kurie atskiria lenteles į skirtingas medžio šakas" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Lentelės medžio skyriklis" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maksimalus lentelių medžio gylis" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Paryškinti serverį užvedus pelės žymekliu" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Įjungti paryškinimą" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Piktograminė navigacijos juostelė" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Rodyti lentelės" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Rodyti versijas" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Rodyti funkcijų laukelius" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Rodyti procesus" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Rodyti versijas" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Didžiausias skaičius paskiausiai naudotų lentelių; nustatyti 0, kad išjungti" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Didžiausias skaičius paskiausiai naudotų lentelių; nustatyti 0, kad išjungti" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Paskiausiai naudotos lentelės" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Kur parodyti lentelės eilučių nuorodas" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "" "Naudoti natūralią tvarką rikiuojant lentelių ir duomenų bazių pavadinimus" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Natūrali tvarka" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Naudoti tik piktogramas (ikonas), tik tekstą arba abu" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Piktograminė navigacijos juostelė" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "naudoti GZip išvedimo buferiui tam, kad padidinti greitį HTTP persiuntimų" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip išvedimo buferis" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7387,21 +7422,21 @@ msgstr "" "[kbd]SMART[/kbd] - t.y. mažėjantis rikiavimas stulpeliams kurių tipai TIME, " "DATE, DATETIME ir TIMESTAMP, didėjantis kitu atveju" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Numatytoji rikiavimo tvarka" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Naudoti ilgalaikius prisijungimus prie MySQL duomenų bazių" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Ilgalaikiai sujungimai" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7416,11 +7451,11 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7434,11 +7469,11 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7452,31 +7487,31 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Leisti rodyti visas eilutes (įrašus)" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Neleisti redaguoti BLOB ir BINARY stulpelių" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Apsaugoti dvejetainius stulpelius" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7486,21 +7521,21 @@ msgstr "" "(reikalinga phpMyAdmin nustatymų saugykla). Jeigu išjungta, naudoja " "JavaScript užklausų istorijai rodyti (prarandama uždarius langą)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Nuolatinė užklausų istorija" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Kiek užklausų laikoma istorijoje" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Užklausų istorijos ilgis" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." @@ -7508,31 +7543,31 @@ msgstr "" "Pasirinkti kokios funkcijos bus naudojamos ženklų rinkinio (koduotės) " "konvertavimui" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Įrašymo varikliukas" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kai naršomos lentelės, atsimenamas kiekvienos lentelės rikiavimas" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Įsiminti lentelės rūšiavimą" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Numatytoji rikiavimo tvarka" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7540,112 +7575,112 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Pakartoti antraštes kas X langelių, [kbd]0[/kbd] išjungia šią galimybę" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Pakartoti antraštes" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Ryšių rodymo stulpelis" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Serverių rodymo nustatymai" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "Per vieną kartą išsaugoti redaguotus laukelius" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Katalogas kur eksportai gali būti išsaugomi serveryje" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Išsaugoti katalogą" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Palikite tuščią, jei nenaudojamas" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Palikite tuščią nutylėtoms reikšmėms" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Leisti prisijungti be slaptažodžio" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Leisti prisijungti kaip root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sesijos reikšmė" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Atpažinimo nustatymai" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentifikacijos tipas" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7657,11 +7692,11 @@ msgstr "" "Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Pažymėti lentelę" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -7673,36 +7708,36 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Stulpelio informacinė lentelė" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Naudoti suspaudimą jungiantis prie MySQL serverio" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Naudoti suspaustą susijungimą" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Kaip prisijungti prie serverio, jei nesate tikras palikite [kbd]tcp[/kbd]" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Susijungimo tipas" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Kontroliuoti naudotojų slaptažodį" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7715,42 +7750,42 @@ msgstr "" "Specialus MySQL naudotojas sukonfigūruotas su ribotom galimybėm, daugiau " "informacijos [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontroliuoti naudotoją" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Kontroliuoti naudotoją" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Kontroliuoti naudotoją" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Slėpti duomenų bazės, atitinkančias standartines išraiškas (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7758,15 +7793,15 @@ msgstr "" "Daugiau informacijos [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA[/" "a] ir [a@http://bugs.mysql.com/19588]MySQL[/a] klaidų puslapiuose" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Neleisti matyti INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Slėpti duomenų bazes" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7778,41 +7813,41 @@ msgstr "" "Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " "[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL užklausų žurnalo lentelė" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Kompiuterio, kuriame veikia MySQL serveris, pavadinimas" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Serverio adresas" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Atsijungimo nuoroda" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Didžiausias skaičius išsaugomų lentelės nustatymų" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Peržiūrėti pavaldžiojo serverio būklės lentelę" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7823,13 +7858,30 @@ msgstr "" "Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "Eksportuojamos eilutės iš „%s“ lentelės" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " +"[kbd]pma_pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Textarea stulpeliai" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -7841,17 +7893,17 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Bandyti prisijungti be slaptažodžio" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Prisijungti be slaptažodžio" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -7871,21 +7923,21 @@ msgstr "" "ir pabaigoje nurodykite [kbd]*[/kbd], kad parodytumėte likusias abėcėlės " "tvarka." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Rodyti tik šias duomenų bazes" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Palikite tuščią, jei nenaudojate autentifikacijos pagal nustatymus" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7895,11 +7947,11 @@ msgstr "" "Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schema: puslapių lentelė" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7914,12 +7966,12 @@ msgstr "" "informaciją rasite [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. " "Palikite tušią, kad nepalaikytų. Pasiūlymas: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Duomenų bazės vardas" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." @@ -7927,11 +7979,11 @@ msgstr "" "Jungtis per kurią MySQL serveris laukia atsakymo, palikite tuščią numatytam " "nustatymui" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Serverio jungtis" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7942,11 +7994,11 @@ msgstr "" "Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp " "seansų, siūlome: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Paskiausiai naudota lentelė" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7957,13 +8009,13 @@ msgstr "" "Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp " "seansų, siūlome: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Kintamieji" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7975,11 +8027,11 @@ msgstr "" "Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Sąryšių lentelė" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7991,35 +8043,35 @@ msgstr "" "Žiūrėkite [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikacijos tipus[/a] dėl pavyzdžių" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Prisijungimo sesijos vardas" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Prisijungimo adresas" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Prievadas, kurio klausosi MySQL serveris, palikite tuščią įprastiniam" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Serverio prievadas (socket)" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Įjungti SSL susijungimams prie MySQL serverio" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Naudoti SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8031,13 +8083,13 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: lentelės koordinatės" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8049,11 +8101,11 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Rodyti lentelės stulpelius" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" @@ -8063,49 +8115,49 @@ msgstr "" "Jei tuščias nebus „įkyrių“ UI nustatymų tarp seansų, siūlome: " "[kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Naudotojo sąsajos nustatymų lentelė" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Pridėti DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Pridėti DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Pridėti DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Sekamos užklausos" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -8117,21 +8169,21 @@ msgstr "" "Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " "[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL užklausų sekimo lentelė" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automatiškai sukurti versijas" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -8142,37 +8194,37 @@ msgstr "" "Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Naudoti lenteles" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Naudoti Host lentelę" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -8183,120 +8235,120 @@ msgstr "" "Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Leisti rodyti visas eilutes (įrašus)" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Rodyti slaptažodžio keitimo formą" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Rodyti duomenų bazės sukūrimo formą" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Lentelės komentarai" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "Rodyti daugiau veiksmų" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Rodyti pagrindinio serverio būklę" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Rodyti laukelių tipus" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Rodyti funkcijų laukelius redagavimo/įterpimo režime" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Rodyti funkcijų laukelius" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Kur parodyti lentelės eilučių nuorodas" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Rodyti indeksus" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8308,15 +8360,15 @@ msgstr "" "Rodyti nuorodą į [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "išvedimą" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Rodyti phpinfo() nuorodą" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Rodyti išsamią MySQL serverio informaciją" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8325,22 +8377,22 @@ msgid "" msgstr "" "Nustato kada turi būti rodomos SQL užklausos kurias sugeneravo phpMyAdmin" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Rodyti SQL užklausas" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Slėpti užklausos laukelį" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -8348,20 +8400,20 @@ msgstr "" "Leisti rodyti duomenų bazių ir lentelių statistiką (pavyzdžiui vietos " "naudojimą)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Rodyti statistika" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Praleisti užrakintas lenteles" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -8369,11 +8421,11 @@ msgid "" "detected." msgstr "Įspėjimas rodomas pagrindiniame puslapyje jeigu Suhosin yra aptinkamas" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin įspėjimas" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8388,61 +8440,61 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Prisijungimo slapuko galiojimas" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Textarea stulpeliai" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Textarea eilutės" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Naršyklės lango pavadinimas kai duomenų bazė yra pasirinkta" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "Naršyklės lango pavadinimas kai niekas nepasirinkta" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Numatytasis pavadinimas" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Naršyklės lango pavadinimas kai serveris yra pasirinktas" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "Naršyklės lango pavadinimas, kai pasirinkta lentelė" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8450,31 +8502,31 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Sąrašas patikimų proxy serverių IP leidimui/atmetimui" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Serverio katalogas į kurį Jūs galite įkelti failus importavimui" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Įkelties katalogas" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Leisti paiešką visos duomenų bazės viduje" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Naudoti duomenų bazės paiešką" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 #, fuzzy #| msgid "" #| "When disabled, users cannot set any of the options below, regardless of " @@ -8486,29 +8538,29 @@ msgstr "" "Kai išjungta, naudotojai negali nustatyti jokių žemiau esančių nustatymų, " "nepriklausomo nuo to, kad pažymėjimo laukelis yra dešinėje" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Patikrinti ar naujausia versija" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Įjungia naujausios versijos patikrinimą pagrindiniame phpMyAdmin puslapyje" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versijos patikrinimas" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8516,34 +8568,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Vartotojo vardas" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Slaptažodis" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8555,55 +8607,55 @@ msgstr "" "Įjungia [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] glaudinimą " "importo ir eksporto operacijoms" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Serverio jungtis" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Įvykdytos užklausos" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8631,51 +8683,84 @@ msgstr "HTTP autentifikacija" msgid "Signon authentication" msgstr "Prisijungimo tapatybės nustatymas" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV naudojant LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document skaičiuoklė" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Greitas" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Pritaikytas" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Duomenų bazės eksportavimo nustatymai" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV formatas MS Excel programai" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document rašyklė" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data" +msgid "No data to display" +msgstr "Nėra duomenų" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Lentelė %1$s sėkmingai pakeista." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Gija %s buvo sėkmingai išjungta." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Vidinis sąryšis įdėtas" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8690,12 +8775,12 @@ msgstr "" msgid "No change" msgstr "Nėra pakeitimų" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8751,6 +8836,7 @@ msgid "Create database" msgstr "Sukurti duomenų bazę" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Sukurti" @@ -8766,7 +8852,7 @@ msgid "No Privileges" msgstr "Nėra privilegijų" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Sukurti lentelę" @@ -8778,101 +8864,146 @@ msgstr "Stulpelių skaičius" msgid "Could not load export plugins, please check your installation!" msgstr "Nepavyko įkelti eksportuojamų plėtinių, prašome patikrinti įdiegtį!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Eksportuojamos šio serverio duomenų bazės" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Eksportuojamos duomenų bazės „%s“ lentelės" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Eksportuojamos eilutės iš „%s“ lentelės" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksporto tipas:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Eksportavimo tipas" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Failo pavadinimo šablonas:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Lentelės vardas" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Failo pavadinimo šablonas:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s lentelė" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Atnaujinta" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Pasirinkite lenteles" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Eksporto metodas" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Trumpas - rodomi tik minimalūs nustatymai" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Pritaikytas - rodyti visus nustatymus" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Duomenų bazė(s):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Lentelė(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formatas:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formato specifiniai nustatymai:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Koduotės konvertavimas:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Eilutės:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Parodyti keletą eilučių(tes)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Eilutės prasideda nuo:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Išvesti visas eilutes" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Išvestis:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Išsaugoti serverio kataloge pavadinimu %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Failo pavadinimo šablonas:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ taps serverio pavadinimu" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ taps duomenų bazės pavadinimu" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ taps lentelės pavadinimu" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8883,86 +9014,86 @@ msgstr "" "keisti laiko formatavimą. Taip pat pakeičiamos šios eilutės: %3$s. Kitas " "tekstas bus paliktas kaip yra. Žiūrėti %4$sDUK%5$s smulkesnei informacijai." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "naudoti šitai ateities eksportams" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Simbolių koduotė faile:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Glaudinti:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Rodyti išvedimą kaip tekstą" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "Eksportuojamos eilutės iš „%s“ lentelės" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontalūs (pasukti pavadinimai)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Išsaugoti į failą" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Pasirinkite lenteles" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Pasirinkite lenteles" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Duomenų bazės vardas" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Naujas puslapio vardas: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Stulpelių vardai" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9487,7 +9618,7 @@ msgid "Dump has been saved to file %s." msgstr "Atvaizdis įrašytas faile %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gražino tuščią rezultatų rinkinį (nėra eilučių)." @@ -9573,7 +9704,7 @@ msgstr "Paslėpti" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -9654,7 +9785,7 @@ msgstr "" "Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10120,7 +10251,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Rodinys (Views)" @@ -10419,232 +10550,243 @@ msgstr "" msgid "Rename database to" msgstr "Pervadinti duomenų bazę į" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Neturite pakankamai teisių čia būti!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Redaguoti privilegijas" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Duomenų bazė %s ištrinta." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Pašalinti duomenų bazę" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Pašalinti duomenų bazę (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Tik struktūra" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktūra ir duomenys" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Tik duomenys" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kopijuoti duomenų bazę į" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE prieš kopijuojant" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Pridėti apribojimą" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Pereiti į nukopijuotą duomenų bazę" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Pakeisti lentelės rikiavimą pagal" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(pavieniui)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Perkelti lentelę į (duomenų_bazė.lentelė):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Pervadinti lentelę į" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Lentelės komentarai" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Lentelės parinktys" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Saugojimo variklis" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopijuoti lentelę į (duomenų_bazė.lentelė):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pereiti į lentelės kopiją" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Lentelės diagnostika" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizuoti lentelę" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Patikrinti lentelę" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Patikrinti lentelę" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentuoti lentelę" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Lentelės buferis %s išvalytas." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Išvalyti ir perkrauti lentelės podėlį (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizuoti" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Taisyti lentelę" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Ištrinti duomenis arba lentelę" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Ištrinti lentelės duomenis (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Ištrinti lentelę (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizuoti" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Pažymėti" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimizuoti" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Perdaryti" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Taisyti" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Uždaryti" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Skaidinio diagnostika" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Skaidinys %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Pašalinti skaidymą" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Patikrinti sąryšių vientisumą:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Negalima perkelti lentelės į ją pačią!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Negalima kopijuoti lentelės į ją pačią!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Lentelė %s perkelta į %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Letelė %s nukopijuota į %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Lentelė %s perkelta į %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Letelė %s nukopijuota į %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tuščias lentelės vardas!" @@ -10845,7 +10987,7 @@ msgstr "Įvykis" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11929,11 +12071,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Įsiminti lentelės rūšiavimą" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Neteisingas eksportavimo tipas" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Greiti žingsneliai nustatyti išplėstines galimybes:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11941,11 +12089,11 @@ msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Sukurti reikalaujamas lenteles su examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Sukurti pma naudotoją ir suteikti prieigą prie šių lentelių." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11953,24 +12101,24 @@ msgstr "" "Įjungti išplėstines funkcijas konfigūraciniame faile (config.inc.php), pavyzdžiui, pradėti galite nuo config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Iš naujo prisijunkite prie phpMyAdmin tam, kad užkrautumėte atnaujintą " "konfigūracijos failą." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Aprašymo nėra" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11978,14 +12126,14 @@ msgid "" "configuration storage there." msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -12186,6 +12334,7 @@ msgstr "Naudotojo vardas" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Naudotojo vardas" @@ -12363,10 +12512,10 @@ msgid "Master server changed successfully to %s." msgstr "Pagrindinis (master) serveris sėkmingai pakeistas į %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12387,7 +12536,7 @@ msgstr "Įvykis %1$s buvo pakeistas." msgid "Event %1$s has been created." msgstr "Įvykis %1$s buvo sukurtas." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -12399,7 +12548,8 @@ msgstr "Viena ar daugiau klaidų įvyko vykdant Jūsų užklausą:" msgid "Edit event" msgstr "Redaguoti įvykį" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalės" @@ -12415,7 +12565,7 @@ msgid "Event type" msgstr "Įvykio tipas" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Pakeisti į %s" @@ -12447,13 +12597,13 @@ msgid "On completion preserve" msgstr "Pabaigus išlaikyti" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12481,9 +12631,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -12518,122 +12668,128 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Blogas serverio indeksas: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Stulpelis %s panaikintas" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Stulpelis %s panaikintas" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Sukurta %1$s lentelė." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redagavimo režimas" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Stulpelių vardai" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametrai" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Nukreipimas" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Pridėti parametrą" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Pašalinti paskutinį parametrą" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Gražinimo tipas" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Grąžinimo Ilgis/reikšmės" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Grąžinimo parametrai" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Yra apibrėžtas" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Saugumo tipas" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL duomenų priėjimas" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a valid table name" msgid "You must provide a routine name!" msgstr "Jūs privalote pateikti teisingą lentelės vardą" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12641,13 +12797,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -13226,12 +13382,16 @@ msgid "You have revoked the privileges for %s." msgstr "Jūs panaikinote privilegijas %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Pridėti naudotoją" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Vartotojo duomenų bazė" #: libraries/server_privileges.lib.php:1946 @@ -13259,9 +13419,7 @@ msgid "User has been added." msgstr "Naudotojas buvo pridėtas." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13343,11 +13501,15 @@ msgstr "" "privilegijas." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Sukurti naują vartotoją su tom pačiom privilegijom ir …" #: libraries/server_privileges.lib.php:3036 @@ -13371,7 +13533,9 @@ msgid "Add privileges on the following table:" msgstr "Sukurti privilegijas šiai lentelei" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Pašalinti pažymėtus vartotojus" #: libraries/server_privileges.lib.php:3376 @@ -13409,43 +13573,51 @@ msgstr "Jūs pakeitėte privilegijas %s." msgid "Deleting %s" msgstr "Šaliname: %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Teisės sėkmingai perkrautos." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Vartotojas %s jau yra!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegijos" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Redaguoti privilegijas" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Naudotojai" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Naudotojų apžvalga" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13457,11 +13629,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:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Privilegijų lentelėje pasirinktas vartotojas nerastas." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Jūs sukūrėte naują vartotoją." @@ -14676,7 +14848,7 @@ msgstr "Klaidingas vardas" msgid "Unknown Punctuation String" msgstr "Klaidinga skyryba" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Lentelės reikšmės %s ištuštintos." @@ -14689,14 +14861,14 @@ msgstr "Sekimas yra aktyvus." msgid "Tracking is not active." msgstr "Sekimas yra neaktyvus." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Rodinys %s buvo panaikintas" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14935,45 +15107,40 @@ msgstr "Vietos naudojimas" msgid "Effective" msgstr "Efektyvus" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Lentelė %1$s sėkmingai pakeista." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Lentelė %1$s sėkmingai pakeista." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Užklausos klaida" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Pažymėti vartotojai sėkmingai pašalinti." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "Pridėti šią eilę" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Rodyti SQL užklausas" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15448,20 +15615,6 @@ msgstr "Prieinama naujesnė stabili versija" msgid "Wrong data" msgstr "Nėra duomenų" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data" -msgid "No data to display" -msgstr "Nėra duomenų" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15472,7 +15625,7 @@ msgstr "„%s“ duomenų bazė neegzistuoja." msgid "Table %s already exists!" msgstr "Lentelė %s jau yra!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Peržiūrėti lentelės struktūros atvaizdį" @@ -15480,24 +15633,12 @@ msgstr "Peržiūrėti lentelės struktūros atvaizdį" msgid "Invalid table name" msgstr "Neteisingas lentelės vardas" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Vidinis sąryšis įdėtas" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Gija %s buvo sėkmingai išjungta." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15505,7 +15646,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15726,7 +15867,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Sukurti sąryšį" @@ -15804,13 +15945,13 @@ msgstr "Naujas vardas" msgid "Delete pages" msgstr "Pasirinkite puslapį" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Įkrauti iš naujo" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pagalba" @@ -16109,39 +16250,39 @@ msgstr "Diagramos antraštė" msgid "X-Axis:" msgstr "X-ašis:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X ašies etiketė:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X Reikšmės" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y ašies etiketė:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Stulpelio viduje:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Stulpelio „%s“ reikšmės" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17478,6 +17619,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "MyISAM concurrent įterpimai" +#~ msgid "Add user" +#~ msgstr "Pridėti naudotoją" + +#~ msgid "Export Method:" +#~ msgstr "Eksporto tipas:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nerasta duomenų GIS vizualizavimui." @@ -17727,11 +17874,6 @@ msgstr "MyISAM concurrent įterpimai" #~ msgid "pdf export page" #~ msgstr "Neteisingas eksportavimo tipas" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Neteisingas eksportavimo tipas" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/lv.po b/po/lv.po index d6580aca93..0a72f41431 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-04-04 18:47+0200\n" "Last-Translator: Latvian TV \n" "Language-Team: Latvian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Vaicājuma kešatmiņas efektivitāte" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Pieprasījumu kešatmiņas lietojums" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Izmantotā pieprasījumu kešatmiņa" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Sistēmas CPU noslodze" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistēmas atmiņa" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Vidējais noslogojums" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Kopējā atmiņa" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Brīvā atmiņa" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Izmantotā atmiņa" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Kopā" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Nosūtītie baiti" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Saņemtie baiti" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Konekcijas" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "baiti" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabula(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Jautājumi" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Datu apmaiņa" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Uzstādījumi" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1412,47 +1433,47 @@ msgstr "" msgid "None" msgstr "Nav" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1460,137 +1481,137 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Saglabāt log_output kā %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Ieslēgt %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Izslēgt %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Vaicājums ilga %01.4f s" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Mainīt uzstādījumus" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Pašreizējie uzstādījumi" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagrammas virsraksts" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Vienība" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analizē žurnālus" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Atcelt pieprasījumu" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Pāriet uz žurnālu tabulu" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Dati netika atrasti" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analizē…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Izskaidrot izvadu" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1600,154 +1621,154 @@ msgstr "Izskaidrot izvadu" msgid "Time" msgstr "Laiks" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Kopējais laiks:" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "SQL rezultāts" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tabula" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagramma" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Žurnālu tabulas filtrēšanas opcijas" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrs" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Rindu skaits vienā lapā" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Kopā:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Ielādē žurnālus" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Pārlādēt lapu" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Aizskartās rindas:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Imports" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "Lūdzu izvēlies importējamo failu" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analizēt pieprasījumu" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problēma" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Ieteikums" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Noteikuma detaļas" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentācija" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Tests" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1758,61 +1779,61 @@ msgstr "" msgid "Cancel" msgstr "Atcelt" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Mainīt uzstādījumus" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Ielādē…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Apstrādā pieprasījumu" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Kļūda apstrādājot pieprasījumu" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Kļūdas kods: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Kļūdas teksts: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Datubāze nav izvēlēta." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1821,63 +1842,63 @@ msgstr "" msgid "OK" msgstr "Labi" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Pārsauc datubāzes" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopē datubāzi" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Maina kodējumu" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Nepārbaudīt ārējās atslēgas" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Meklē" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Slēpt meklēšanas rezultātus" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Rādīt meklēšanas rezultātus" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Apskata" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Dzēš" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1887,59 +1908,59 @@ msgstr "" msgid "Export" msgstr "Eksports" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Tabulas %s vērtības" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Pievienot jaunu lietotāju" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Slēpt pieprasījumu logu" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Rādīt pieprasījumu logu" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Labot" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1947,96 +1968,96 @@ msgstr "Labot" msgid "Delete" msgstr "Dzēst" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Pārlūkot ārējās vērtības" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Mainīgais" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "Nav izvēlēta kolonna." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Meklēt datubāzē" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Brīvā atmiņa" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "Piedalies" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Primārā atslēga pievienota uz lauka %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Labot" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2044,89 +2065,89 @@ msgstr "" msgid "End of step" msgstr "Tabulas beigās" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nav" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Datubāze nav izvēlēta." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Pievienot privilēģijas uz sekojošo tabulu" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Datubāze nav izvēlēta." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2135,185 +2156,185 @@ msgstr "Datubāze nav izvēlēta." msgid "Save" msgstr "Saglabāt" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Slēpt meklēšanas kritērijus" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Rādīt meklēšanas kritērijus" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Meklēt" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Kolonnu nosaukumi" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Kolonnu nosaukumi" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "Slēpt meklēšanas kritērijus" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "Rādīt meklēšanas kritērijus" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Izvēlies 2 kolonnas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Izvēlies 2 dažādas kolonnas" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "Satura rādītājs" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorēt" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopēt" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkts" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Līnija" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Ģeometrija" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Iekšējais aplis" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Ārējais aplis" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izvēlieties, kuru lauku rādīt" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Lapas numurs:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Iezīmēt visu" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Iezīmēt visu" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2321,276 +2342,276 @@ msgstr "Iezīmēt visu" msgid "Open page" msgstr "Aizņem" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Iezīmēt visu" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Vienība" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Izvēlieties lapu redigēšanai" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid page name" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Relāciju shēma" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Labojumi tika saglabāti" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "Kolonnas vērtība \"%s\"" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Nosūtīt" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Kolonnu nosaukumi" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Rādīt visu" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Oriģinālā pozīcija" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Atcelt" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Pārtraukts" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Importēt failus" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Izvēlieties tabulas" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Nav datubāzu" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Kolonnu nosaukumi" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Mainīt paroli" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 #, fuzzy msgid "Generate" msgstr "Uzģenerēja" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Mainīt paroli" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "P" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Rādīt visu" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Pievienot jaunu lauku" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Rādīt režģi" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Datubāzu eksporta opcijas" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Datubāzu eksporta opcijas" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabulas" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy msgid "views" msgstr "Lauki" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Procesi" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Nosūtīts" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funkcija" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Izvēlētais lietotājs nav atrasts privilēģiju tabulā." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2598,136 +2619,136 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Nav datubāzu" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Servera versija" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Servera ID" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Mainīt uzstādījumus" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Rādīt tabulas" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignorēt" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Rādīt šo vaicājumu šeit atkal" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete user group \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Vai Jūs tiešām vēlaties dzēst lietotāju grupu \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL vaicājums" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentārs tabulai" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Slēpt meklēšanas rezultātus" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Iepriekšējie" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2735,96 +2756,96 @@ msgid "Next" msgstr "Nākamie" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kopā" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binārais" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jūn" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jūl" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2832,78 +2853,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jūn" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jūl" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sv" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "P" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "O" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pk" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2911,226 +2932,226 @@ msgid "Sun" msgstr "Sv" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "P" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "O" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "T" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "C" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pk" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "S" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sv" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "O" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "T" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "C" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pk" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "S" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Nav" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lietošanā" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "sekundē" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Lietot teksta lauku" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid email address" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid URL" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date ( ISO )" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid number" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid credit card number" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length" msgid "Please enter only digits" msgstr "Lūdzu ievadiet derīgu garumu" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter the same value again" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter at least {0} characters" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value between {0} and {1}" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length" msgid "Please enter a value less than or equal to {0}" msgstr "Lūdzu ievadiet derīgu garumu" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value greater than or equal to {0}" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date or time" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid HEX input" msgstr "Lūdzu ievadiet derīgu numuru" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Kļūda" @@ -3198,16 +3219,16 @@ msgstr "stundā" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3228,7 +3249,7 @@ msgid "Requery" msgstr "vaicājumā" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3237,7 +3258,7 @@ msgstr "vaicājumā" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3326,7 +3347,7 @@ msgid "History" msgstr "SQL vēsture" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3349,7 +3370,7 @@ msgstr "SQL vēsture" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3447,7 +3468,7 @@ msgid "Count:" msgstr "Lauks" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3512,10 +3533,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pārslēgties uz nokopēto tabulu" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3523,10 +3544,10 @@ msgstr "Pārslēgties uz nokopēto tabulu" msgid "Ascending" msgstr "Augošā secībā" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3776,31 +3797,31 @@ msgstr "Neiezīmēt neko" msgid "Inside column:" msgstr "Tabulā(s):" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filter" msgid "Filter rows" msgstr "Filtrs" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Meklēt datubāzē" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3808,7 +3829,7 @@ msgctxt "First page" msgid "Begin" msgstr "Sākums" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3817,7 +3838,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Iepriekšējie" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3826,7 +3847,7 @@ msgctxt "Next page" msgid "Next" msgstr "Nākamie" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3834,137 +3855,138 @@ msgctxt "Last page" msgid "End" msgstr "Beigas" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Visi" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Rindu skaits vienā lapā" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Kārtot pēc atslēgas" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Daļēji teksti" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Pilni teksti" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Relāciju shēma" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Relāciju shēma" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Pārlūkprogrammas transformācija" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Ieraksts tika dzēsts" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Nogalināt" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Var būt aptuvens skaits. Skatīt [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Jūsu SQL vaicājums tika veiksmīgi izpildīts" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Parādu rindas" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "kopā" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Vaicājums ilga %01.4f s" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Ar iezīmēto:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3973,26 +3995,26 @@ msgstr "Ar iezīmēto:" msgid "Check All" msgstr "Iezīmēt visu" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Izdrukas versija" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Rādīt PDF shēmu" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4121,7 +4143,7 @@ msgstr "Kardinalitāte" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4131,7 +4153,7 @@ msgid "Collation" msgstr "Izkārtojumi" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4147,7 +4169,7 @@ msgid "Index %s has been dropped." msgstr "Indekss %s tika izdzēsts." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4163,7 +4185,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Serveris" @@ -4180,7 +4202,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4211,7 +4233,7 @@ msgstr "Pievienot" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilēģijas" @@ -4276,17 +4298,17 @@ msgid "Central columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Datubāzes" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Lietotājs" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4371,7 +4393,7 @@ msgid "Could not save favorite table!" msgstr "Dokumentācija" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4401,7 +4423,7 @@ msgid "Recent" msgstr "Atcelt" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4993,16 +5015,16 @@ msgstr "Maksimālais izmērs: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL teica: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Izskaidrot SQL" @@ -5019,7 +5041,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Bez PHP koda" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Izveidot PHP kodu" @@ -5115,6 +5137,12 @@ msgstr "Pēdējā atjaunošana" msgid "Last check" msgstr "Pēdējā pārbaude" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Lietotājs" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5213,8 +5241,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5222,7 +5250,7 @@ msgstr "Nosaukums" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Garums/Vērtības*" @@ -5532,7 +5560,7 @@ msgid "Not a valid port number!" msgstr "Lūdzu ievadiet derīgu numuru" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5543,37 +5571,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Mainīgais" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5588,7 +5616,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5999,7 +6027,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6009,7 +6037,7 @@ msgstr "Parametrs" msgid "Save as file" msgstr "Saglabāt kā failu" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Tabulas kodējums:" @@ -6026,8 +6054,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6039,16 +6067,16 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Likt kolonnu nosaukumus pirmajā rindā" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Lauki iekļauti iekš" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6058,8 +6086,8 @@ msgstr "Glābjoša (escape) rakstzīme ir" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6069,15 +6097,15 @@ msgstr "Aizvietot NULL ar" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Rindas atdalītas ar" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6106,8 +6134,8 @@ msgid "Table name template" msgstr "Faila nosaukuma šablons" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6137,14 +6165,14 @@ msgid "Label key" msgstr "Etiķetes atslēga" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME tips" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relācijas" @@ -6154,621 +6182,627 @@ msgstr "Relācijas" msgid "Export method" msgstr "Eksporta veids" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Pārrakstīt eksistējošos failus" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontālā (pagriezti virsraksti)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Faila nosaukuma šablons" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Pievienot AUTO_INCREMENT vērtību" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Izveidošanas/Atjaunošanas/Piekļuves datumi" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Lietot aizturētos INSERT" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Nepārbaudīt ārējās atslēgas" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Lietot IGNORE INSERTS" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Eksporta veids" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Iekļaut eksportu transakcijā" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Eksporta veids" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Svešo atslēgu pārbaude:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV dati" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy msgid "General" msgstr "Uzģenerēja" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Importēt failus" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "Serveris" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Pievienot jaunu lauku" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Lapas numurs:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentācija" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentācija" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL konekcijas kārtošana" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Statuss" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Datubāzes" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "Datubāzes" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Tabula" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relāciju shēma" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papīra izmērs" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Lietot teksta lauku" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Likt kolonnu nosaukumus pirmajā rindā" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Pievienot AUTO_INCREMENT vērtību" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6776,1187 +6810,1199 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy msgid "Maximum items on first level" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Resursu ierobežojumi" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Tabulas virsraksts" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Rādīt tabulas" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Parādīt procesus" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analizēt tabulu" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Mainīt datu kārtošanas laukus" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Tabulas virsraksts" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Pārsaukt tabulu uz" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Primārā atslēga pievienota uz lauka %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Relāciju shēma" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sesijas vērtība" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentācija" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Nevar pieslēgties MySQL serverim" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Konekcijas" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Jebkurš hosts" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Jebkurš hosts" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Nav datubāzu" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Servera izvēle" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Izveidot jaunu tabulu datubāzē %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Nemainīt paroli" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Datubāze" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Servera ID" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizēt tabulu" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Mainīgie" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Restaurēt tabulu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Servera izvēle" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Rādu kolonnu komentārus" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmentēt tabulu" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Parametrs" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "Servera versija" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Lietot tabulas" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Lietot hostu tabulu" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentārs tabulai" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Parādīt PHP informāciju" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Rādīt tabulas" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Rādīt pilnos vaicājumus" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Rindas statistika" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Noklusēts" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7964,52 +8010,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8017,85 +8063,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Lietotājvārds:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parole" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Servera ID" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" @@ -8121,51 +8167,83 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentācija" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV dati MS Excel formātā" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Dokumentācija" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Dati netika atrasti" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Process %s tika veiksmīgi nogalināts." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Iekšējās relācijas" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8180,12 +8258,12 @@ msgstr "" msgid "No change" msgstr "Netika labots" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8245,6 +8323,7 @@ msgid "Create database" msgstr "Izveidot jaunu datubāzi" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Izveidot" @@ -8260,7 +8339,7 @@ msgid "No Privileges" msgstr "Nav privilēģiju" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Izveidot jaunu lapu" @@ -8275,120 +8354,162 @@ msgstr "Rindu skaits vienā lapā" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Ļauj bloķēt tabulas tekošajai darbībai." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Eksporta veids" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Faila nosaukuma šablons" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Lietotājvārds" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Faila nosaukuma šablons" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tabula(s)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Atjaunot vaicājumu" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Izvēlieties tabulas" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Eksporta veids" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Datubāzes" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tabulas" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Formats" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Transformācijas opcijas" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Rindas" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Saglabāt uz servera direktorijā %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Faila nosaukuma šablons" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8396,96 +8517,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Tabulas kodējums:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Kompresija" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "Arhivēts ar zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "Arhivēts ar gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Saglabāt kā failu" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontālā (pagriezti virsraksti)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Saglabāt kā failu" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Izvēlieties tabulas" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Izvēlieties tabulas" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "Datubāze" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Nav tabulu" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Kolonnu nosaukumi" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -8985,7 +9106,7 @@ msgid "Dump has been saved to file %s." msgstr "Damps tika saglabāts failā %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL atgrieza tukšo rezultātu (0 rindas)." @@ -9062,7 +9183,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -9144,7 +9265,7 @@ msgstr "" "+bultiņas, lai pārvietotos jebkurā vietā" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9612,7 +9733,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9908,241 +10029,252 @@ msgstr "" msgid "Rename database to" msgstr "Pārsaukt datubāzi par" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Jums nav pietiekoši tiesību, lai atrastos šeit tagad!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Mainīt privilēģijas" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Datubāze %s tika izdzēsta." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Pārsaukt datubāzi par" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Nav datubāzu" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Tikai struktūra" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktūra un dati" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Tikai dati" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kopēt datubāzi uz" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Pievienot ierobežojumus" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Pārslēgties uz nokopēto datubāzi" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Mainīt datu kārtošanas laukus" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(atsevišķi)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pārvietot tabulu uz (datubāze.tabula):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Pārsaukt tabulu uz" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentārs tabulai" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabulas opcijas" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopēt tabulu uz (datubāze.tabula):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pārslēgties uz nokopēto tabulu" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabulas apkalpošana" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizēt tabulu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Pārbaudīt tabulu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Pārbaudīt tabulu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentēt tabulu" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabula %s tika atsvaidzināta." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Atsvaidzināt tabulu (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizēt tabulu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Restaurēt tabulu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Dati tabulai" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Nav datubāzu" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Čehu" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Restaurēt tabulu" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Aizvērt" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Tabulas apkalpošana" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Pārbaudīt referenciālo integritāti:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nevar pārvietot tabulu uz viņu pašu!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nevar nokopēt tabulu uz viņu pašu!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabula %s tika pārvietota uz %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabula %s tika pārkopēta uz %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabula %s tika pārvietota uz %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabula %s tika pārkopēta uz %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tabulas nosaukums nav norādīts!" @@ -10354,7 +10486,7 @@ msgstr "Nosūtīts" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11403,54 +11535,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Pārsaukt tabulu uz" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Nepareizs eksporta veids" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Bez apraksta" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11632,6 +11770,7 @@ msgstr "Lietotājvārds" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Lietotājvārds" @@ -11798,10 +11937,10 @@ msgid "Master server changed successfully to %s." msgstr "Privilēģijas tika veiksmīgi pārlādētas." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11823,7 +11962,7 @@ msgstr "Tabula %s tika izdzēsta" msgid "Event %1$s has been created." msgstr "Tabula %s tika izdzēsta" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11833,7 +11972,8 @@ msgstr "" msgid "Edit event" msgstr "Nosūtīts" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11849,7 +11989,7 @@ msgid "Event type" msgstr "Notikuma tips" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11885,13 +12025,13 @@ msgid "On completion preserve" msgstr "Pilnas INSERT izteiksmes" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11917,9 +12057,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11956,128 +12096,134 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tabula %s tika izdzēsta" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Tabula %s tika izdzēsta" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Tabula %s tika izdzēsta" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Kolonnu nosaukumi" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Izveidošana" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Pievienot jaunu lauku" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Pārsaukt datubāzi par" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Garums/Vērtības*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Tabulas opcijas" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Vaicājuma tips" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12085,13 +12231,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12687,13 +12833,17 @@ msgid "You have revoked the privileges for %s." msgstr "Jūs atņēmāt privilēgijas lietotājam %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Pievienot lietotāju" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "Datubāzu eksporta opcijas" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12720,9 +12870,7 @@ msgid "User has been added." msgstr "Lauks %s tika izdzēsts" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12805,11 +12953,15 @@ msgstr "" "privilēģijas." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Mainīt piekļuves informāciju / Klonēt lietotāju" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account 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:3036 @@ -12834,7 +12986,9 @@ msgid "Add privileges on the following table:" msgstr "Pievienot privilēģijas uz sekojošo tabulu" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Dzēst izvēlētos lietotājus" #: libraries/server_privileges.lib.php:3376 @@ -12869,45 +13023,51 @@ msgstr "Jūs modificējāt privilēģijas objektam %s." msgid "Deleting %s" msgstr "Dzēšam %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilēģijas tika veiksmīgi pārlādētas." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Lietotājs %s jau eksistē!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilēģijas" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Mainīt privilēģijas" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Lietotājs" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Lietotāju pārskats" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12920,11 +13080,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Jūs pievienojāt jaunu lietotāju." @@ -14148,7 +14308,7 @@ msgstr "Nederīgs identifikators" msgid "Unknown Punctuation String" msgstr "Nezināmā punktuācijas zīme" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabula %s tika iztukšota." @@ -14161,13 +14321,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format msgid "View %s has been dropped." msgstr "Lauks %s tika izdzēsts" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14419,44 +14579,39 @@ msgstr "Diska vietas lietošana" msgid "Effective" msgstr "Efektīvs" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Vaicājuma tips" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Pievienot jaunu lietotāju" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Rādīt pilnos vaicājumus" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14923,20 +15078,6 @@ msgstr "" msgid "Wrong data" msgstr "Nav datubāzu" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Dati netika atrasti" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14947,7 +15088,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Lietotājs %s jau eksistē!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Apskatīt tabulas dampu (shēmu)" @@ -14955,23 +15096,12 @@ msgstr "Apskatīt tabulas dampu (shēmu)" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Iekšējās relācijas" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Process %s tika veiksmīgi nogalināts." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -14979,7 +15109,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nav izvēlēta kolonna." @@ -15203,7 +15333,7 @@ msgid "subquery" msgstr "vaicājumā" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15287,13 +15417,13 @@ msgstr "Lietotājvārds" msgid "Delete pages" msgstr "Iezīmēt visu" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15586,42 +15716,42 @@ msgstr "Importēt failus" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL vaicājums" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Vērtība" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Tabulā(s):" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Tabulas %s vērtības" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16885,6 +17015,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "Pievienot lietotāju" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Eksporta veids" + #~ msgid "Print view (with full texts)" #~ msgstr "Drukas skats (ar pilniem tekstiem)" @@ -17088,11 +17226,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Nepareizs eksporta veids" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Nepareizs eksporta veids" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -17159,10 +17292,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Relāciju shēma" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Tabula %s tika izdzēsta" - #, fuzzy #~ msgid "Page creation has failed!" #~ msgstr "MySQL konekcijas kārtošana" @@ -17897,10 +18026,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "Pievienot" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Atjaunot vaicājumu" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Dzēst" diff --git a/po/mk.po b/po/mk.po index 63ed0a3fbc..050ad55b53 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:33+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Macedonian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy msgid "Query cache efficiency" msgstr "Вид на упит" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy msgid "Query cache usage" msgstr "Вид на упит" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy msgid "Query cache used" msgstr "Вид на упит" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Вкупно" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -#, fuzzy -#| msgid "Buffer Pool" -msgid "Buffered memory" -msgstr "Бафер" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Вкупно" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 +#, fuzzy +#| msgid "Buffer Pool" +msgid "Buffered memory" +msgstr "Бафер" + +#: js/messages.php:159 +msgid "Free memory" +msgstr "" + +#: js/messages.php:160 +msgid "Used memory" +msgstr "" + +#: js/messages.php:162 +#, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Вкупно" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Слободни страници" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Примено" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Конекции" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 #, fuzzy msgid "Processes" msgstr "Листа на процеси" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "бајти" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s табела" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Персиски" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Сообраќај" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Општи особини на релациите" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1483,47 +1504,47 @@ msgstr "" msgid "None" msgstr "нема" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1531,154 +1552,154 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Сочувај како податотека" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Овозможено" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Оневозможено" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "време на извршување на упитот %01.4f секунди" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Општи особини на релациите" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Општи особини на релациите" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Import files" msgid "Chart Title" msgstr "Увоз на податотека" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Локален" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Барања за читање" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Базата на податоци не постои" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Базата на податоци не постои" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Објасни SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1688,102 +1709,102 @@ msgstr "Објасни SQL" msgid "Time" msgstr "Време" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Вкупно" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "SQL резултат" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Табела" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Кодна страна" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Опции на табелата" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Број на записи на страница" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Вкупно" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Локален" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Преименувај ја базата на податоци во" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1791,65 +1812,65 @@ msgstr "" msgid "Import" msgstr "Извоз" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ажурирај" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документација" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Документација" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1860,63 +1881,63 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Општи особини на релациите" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Локален" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy msgid "Processing Request" msgstr "Листа на процеси" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Не е избрана ни една база на податоци." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1925,77 +1946,77 @@ msgstr "" msgid "OK" msgstr "ОК" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Преименувај ја базата на податоци во" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Копирај ја базата на податоци во" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодна страна" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Пребарување" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL упит" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL упит" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Преглед" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Бришам %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2005,62 +2026,62 @@ msgstr "" msgid "Export" msgstr "Извоз" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Број на записи на страница" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Додади нов корисник" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL упит" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL упит" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Промени" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2068,94 +2089,94 @@ msgstr "Промени" msgid "Delete" msgstr "избриши" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Прегледни ги надворешните вредности" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Променлива" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Нема селектирани записи" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Пребарување низ базата на податоци" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Атрибути" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Примарниот клуч %s е додаден." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Промени" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2163,89 +2184,89 @@ msgstr "" msgid "End of step" msgstr "на крајот од табелата" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "нема" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Не е избрана ни една база на податоци." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Додади привилегии на следната табела" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Не е избрана ни една база на податоци." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2254,461 +2275,461 @@ msgstr "Не е избрана ни една база на податоци." msgid "Save" msgstr "Сочувај" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL упит" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL упит" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Пребарување" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Имиња на колони" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Имиња на колони" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL упит" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL упит" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Додади/избриши колона" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Големина на покажувачите на податоци" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Игнорирај" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Копирај" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Линиите се завршуваат со" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Избери полиња за прикажување" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Број на страници:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "избери се" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "избери се" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Слободни страници" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "избери се" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Изберете страница која менувате" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Релациона шема" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Измените се сочувани" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Add an option for column \"%s\"." msgstr "Број на записи на страница" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Испрати" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Имиња на колони" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "прикажи ги сите" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Оргинална позиција" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Прекинато" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Увоз на податотека" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Избери табели" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Базата на податоци не постои" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Имиња на колони" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Генерирање на лозинка" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Генерирај" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промена на лозинка" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "прикажи ги сите" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Додади ново поле" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Прикажи мрежа" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Опции за извоз на бази на податоци" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Опции за извоз на бази на податоци" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Табели" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Поглед" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Листа на процеси" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Пратено" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Функција" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Изабраниот корисник не е пронајден во табелата на привилегии." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2716,135 +2737,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Базата на податоци не постои" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Верзија на серверот" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "ID на серверот" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Општи особини на релациите" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Прикажи табели" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Игнорирај" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Прикажи го повторно овој упит" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Дали навистина сакате да " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL упит" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Коментар на табелата" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL упит" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2852,96 +2873,96 @@ msgid "Next" msgstr "Следен" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Вкупно" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарен" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "мај" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2949,78 +2970,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "дек" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вто" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3028,202 +3049,202 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Вто" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Саб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вто" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Саб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "нема" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "во секунда" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Користи текст поле" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please select a database" msgid "Please enter a valid date" msgstr "Изберете база на податоци" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please enter a valid date or time" msgstr "Изберете страница која менувате" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Грешка" @@ -3291,16 +3312,16 @@ msgstr "на час" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3321,7 +3342,7 @@ msgid "Requery" msgstr "во упитот" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3330,7 +3351,7 @@ msgstr "во упитот" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3418,7 +3439,7 @@ msgid "History" msgstr "SQL историја" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3441,7 +3462,7 @@ msgstr "SQL историја" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3535,7 +3556,7 @@ msgid "Count:" msgstr "Имиња на колони" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3600,10 +3621,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Премини на копираната табела" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3611,10 +3632,10 @@ msgstr "Премини на копираната табела" msgid "Ascending" msgstr "Растечки редослед" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3866,31 +3887,31 @@ msgstr "ништо" msgid "Inside column:" msgstr "во табела(и):" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "Основен директориум на податоците" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Додади/избриши колона" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Полиња" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Пребарување низ базата на податоци" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3898,7 +3919,7 @@ msgctxt "First page" msgid "Begin" msgstr "Почеток" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3907,7 +3928,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3916,7 +3937,7 @@ msgctxt "Next page" msgid "Next" msgstr "Следен" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3924,83 +3945,83 @@ msgctxt "Last page" msgid "End" msgstr "Крај" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Се" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Број на записи на страница" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Подредување по клуч" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Дел на текстот" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Полн текст" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Релациона шема" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Релациона шема" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Транформации на веб прелистувачот" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Записот е избришан" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Прекини" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." @@ -4008,55 +4029,56 @@ msgstr "" "Бројот на записи може да биде приближен. За подетални информации види " "[doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Вашиот SQL упит успешно е извршен" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Приказ на записи од" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "вкупно" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "време на извршување на упитот %01.4f секунди" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Обележаното:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4065,26 +4087,26 @@ msgstr "Обележаното:" msgid "Check All" msgstr "обележи ги сите" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Преглед за печатење" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Прикажи PDF шема" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4216,7 +4238,7 @@ msgstr "Кардиналност" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4226,7 +4248,7 @@ msgid "Collation" msgstr "Подредување" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4242,7 +4264,7 @@ msgid "Index %s has been dropped." msgstr "Клучот %s е избиршан." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4258,7 +4280,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервер" @@ -4275,7 +4297,7 @@ msgstr "Поглед" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4306,7 +4328,7 @@ msgstr "Нов запис" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Привилегии" @@ -4371,17 +4393,17 @@ msgid "Central columns" msgstr "Додади/избриши колона" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "База на податоци" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Корисник" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4466,7 +4488,7 @@ msgid "Could not save favorite table!" msgstr "Документација" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4496,7 +4518,7 @@ msgid "Recent" msgstr "Поништи" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5088,16 +5110,16 @@ msgstr "Максимална големина: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL порака: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Објасни SQL" @@ -5114,7 +5136,7 @@ msgstr "" msgid "Without PHP Code" msgstr "без PHP код" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Направи PHP код" @@ -5210,6 +5232,12 @@ msgstr "Последна измена" msgid "Last check" msgstr "Последна проверка" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Корисник" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5308,8 +5336,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5317,7 +5345,7 @@ msgstr "Име" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Должина/Вредност*" @@ -5626,7 +5654,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5637,37 +5665,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Променлива" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5682,7 +5710,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6094,7 +6122,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6104,7 +6132,7 @@ msgstr "Име" msgid "Save as file" msgstr "Сочувај како податотека" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Кодна страна на податотеката:" @@ -6121,8 +6149,8 @@ msgstr "Компресија" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6134,16 +6162,16 @@ msgstr "Компресија" msgid "Put columns names in the first row" msgstr "Стави ги имињата на полињата во првата редица" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Полињата се раздвоени со" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6153,8 +6181,8 @@ msgstr "Escape карактер      " #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6164,15 +6192,15 @@ msgstr "Замени NULL со" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Линиите се завршуваат со" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6201,8 +6229,8 @@ msgid "Table name template" msgstr "Шаблон на име на податотека" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6232,14 +6260,14 @@ msgid "Label key" msgstr "Ознака на клучот" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-типови" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Релации" @@ -6249,626 +6277,632 @@ msgstr "Релации" msgid "Export method" msgstr "Тип на извоз" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Препиши ги постоечките податотеки" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "хоризонтален (ротирани заглавија)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Шаблон на име на податотека" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Додади AUTO_INCREMENT вредност" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Името на полето стави го во '" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Датуми на креирање/ажурирање/проверка" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Користи одложен внес" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Креирај нова табела во базата на податоци %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Игнорирај дупликати при внесување" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Тип на извоз" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Изврши извоз во трансакција" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Тип на извоз" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Режим на автоматско опоравување" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV формат" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Генерирај" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Увоз на податотека" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "Сервер" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Додади ново поле" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Број на страници:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Документација" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Документација" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Колација за MySQL врска" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL упит" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL упит" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Статус" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "База на податоци" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "База на податоци" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Табела" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Релациона шема" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Димензија на хартијата" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Користи текст поле" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Стави ги имињата на полињата во првата редица" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Додади AUTO_INCREMENT вредност" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6876,1193 +6910,1205 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Максимална големина на привремените податотеки за подредување" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Ограничување на ресурси" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Коментар на табела" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Прикажи табели" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Прикажи листа на процеси" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Анализа на табелата" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Промени го редоследот во табелата" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Коментар на табела" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Промени го името на табелата во " -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Примарниот клуч %s е додаден." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Нишки на поправка" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Релациона шема" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "Основен директориум на податоците" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Вредност на сесијата" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Документација" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Не можам да се пријавам на MySQL серверот" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Конекции" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Било кој host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Било кој host" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Базата на податоци не постои" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Избор на сервер" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Креирај нова табела во базата на податоци %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Додади/избриши колона" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Немој да ја менуваш лозинката" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "База на податоци" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "ID на серверот" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Анализа на табелата" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Променливи" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Поправка на табелата" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Избор на сервер" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Го ограничува бројот на нови конекции кои корисникот може да ги отвори за " "еден час." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Прикажувам коментари на колоните" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дефрагментирај ја табелата" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Име" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Режим на автоматско опоравување" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Користи табели" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Користи ја табелата на host-от" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Коментар на табелата" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Прикажи информации за PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Прикажи табели" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетни упити" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Статистики за записите" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Додади/избриши колона" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Default" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8070,52 +8116,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8123,85 +8169,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Корисничко име:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Лозинка" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "ID на серверот" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL упит" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" @@ -8227,51 +8273,83 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Документација" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV за MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Документација" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Базата на податоци не постои" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Изабраните корисници успешно се избришани." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Процесот %s е успешно прекинат." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Внатрешни релации" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8286,12 +8364,12 @@ msgstr "" msgid "No change" msgstr "Нема измени" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8349,6 +8427,7 @@ msgid "Create database" msgstr "Креирај нова база на податоци" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Креирај" @@ -8364,7 +8443,7 @@ msgid "No Privileges" msgstr "Нема привилегии" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Направи нова страница" @@ -8379,120 +8458,162 @@ msgstr "Број на записи на страница" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Дозволува заклучување на табели на тековните процеси." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Креирај нова табела во базата на податоци %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Креирај нова табела во базата на податоци %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Тип на извоз" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Шаблон на име на податотека" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Назив на корисник" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Шаблон на име на податотека" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s табела" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Ажурирај" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Избери табели" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Тип на извоз" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "База на податоци" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Табели" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Формат" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Опции на трансформацијата" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Записи" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Сочувај на серверот во директориумот %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Шаблон на име на податотека" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8500,96 +8621,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Кодна страна на податотеката:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Компресија" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zip\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzip\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Сочувај како податотека" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Креирај нова табела во базата на податоци %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "хоризонтален (ротирани заглавија)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Сочувај како податотека" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Избери табели" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Избери табели" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "База на податоци" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Нема табела" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Имиња на колони" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9109,7 +9230,7 @@ msgid "Dump has been saved to file %s." msgstr "Содржината на базата на податоци е сочувана во податотеката %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL врати празен резултат (нула записи)." @@ -9186,7 +9307,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функција" @@ -9270,7 +9391,7 @@ msgstr "" "слободно движење" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9738,7 +9859,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10035,240 +10156,251 @@ msgstr "" msgid "Rename database to" msgstr "Преименувај ја базата на податоци во" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Немате право на пристап овде!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Промена на привилегии" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Базата на податоци %s не е прифатена." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Избриши ја базата на податоци" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Базата на податоци не постои" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Само структура" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структура и податоци" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Само податоци" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Копирај ја базата на податоци во" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE пред копирање" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Додади ограничувања" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Префрли се на копираната база на податоци" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Промени го редоследот во табелата" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(по едно поле)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Премести ја табелата во (база.табела):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Промени го името на табелата во" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Коментар на табелата" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Опции на табелата" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Вид на складиште" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Копирај ја табелата во (база.табела):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Премини на копираната табела" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Можете да извршите" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Анализа на табелата" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Проверка на табелата" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Проверка на табелата" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дефрагментирај ја табелата" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Табелата %s е освежена." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Освежување на табелата (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Оптимизација на табелата" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Поправка на табелата" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Приказ на податоци од табелата" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Базата на податоци не постои" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Чешки" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Поправка на табелата" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Нема табела" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Можете да извршите:" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Провери го референцијалниот интегритет:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Не може да ја преместам табелата во самата себе!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Не можам да ја копирам табелата во самата себе!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табелата %s е преместена во %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табелата %s е копирана во %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Табелата %s е преместена во %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Табелата %s е копирана во %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Името на табелата е празно!" @@ -10481,7 +10613,7 @@ msgstr "Пратено" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11554,54 +11686,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Промени го името на табелата во " -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Тип на извоз" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "нема опис" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11783,6 +11920,7 @@ msgstr "Назив на корисник" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Назив на корисник" @@ -11949,10 +12087,10 @@ msgid "Master server changed successfully to %s." msgstr "Привилегиите се успешно вчитани." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11974,7 +12112,7 @@ msgstr "Табелата %s е избришана" msgid "Event %1$s has been created." msgstr "Табелата %s е избришана" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11984,7 +12122,8 @@ msgstr "" msgid "Edit event" msgstr "Пратено" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12000,7 +12139,7 @@ msgid "Event type" msgstr "Вид на настан" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12036,13 +12175,13 @@ msgid "On completion preserve" msgstr "Комплетен INSERT (со имиња на полињата)" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12068,9 +12207,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy msgid "Error in processing request:" msgstr "Листа на процеси" @@ -12106,144 +12245,150 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Табелата %s е избришана" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Табелата %s е избришана" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Табелата %s е избришана" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Рутини" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Рутини" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Направено" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Додади ново поле" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Избриши ја базата на податоци." -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Должина/Вредност*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Опции на табелата" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Вид на упит" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Дозволува извршување на stored рутини." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -12845,15 +12990,17 @@ msgid "You have revoked the privileges for %s." msgstr "Ги забранивте привилегиите за %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Било кој корисник" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "Опции за извоз на бази на податоци" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12881,9 +13028,7 @@ msgid "User has been added." msgstr "Прегледот %s е избришан" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12966,11 +13111,15 @@ msgstr "" "вчитај ги привилегиите." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Промени ги информациите за најавувањето / Копирај го корисникот" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Направи нов корисник со исти привилегии и …" #: libraries/server_privileges.lib.php:3036 @@ -12995,7 +13144,9 @@ msgid "Add privileges on the following table:" msgstr "Додади привилегии на следната табела" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Избриши ги селектираните корисници" #: libraries/server_privileges.lib.php:3376 @@ -13031,45 +13182,51 @@ msgstr "Ги ажуриравте привилегиите за %s." msgid "Deleting %s" msgstr "Бришам %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Привилегиите се успешно вчитани." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Корисник %s веќе постои!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Привилегии" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Промена на привилегии" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Корисник" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Преглед на корисници" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13083,11 +13240,11 @@ msgstr "" "измени. Во тој случај %sповторно вчитајте ги привилегиите%s пред да " "продолжите со работа." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Изабраниот корисник не е пронајден во табелата на привилегии." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Додадовте нов корисник." @@ -14307,7 +14464,7 @@ msgstr "Неисправен идентификатор" msgid "Unknown Punctuation String" msgstr "Непознат стринг за интерпункција" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Табелата %s е испразнета." @@ -14320,14 +14477,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Прегледот %s е избришан" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14576,44 +14733,39 @@ msgstr "Големина" msgid "Effective" msgstr "Ефективни" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Изабраните корисници успешно се избришани." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Изабраните корисници успешно се избришани." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Вид на упит" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Изабраните корисници успешно се избришани." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Додади нов корисник" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Прикажи комплетни упити" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15080,20 +15232,6 @@ msgstr "" msgid "Wrong data" msgstr "Базата на податоци не постои" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Базата на податоци не постои" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15104,7 +15242,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Корисник %s веќе постои!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Прикажи содржина (шема) на табелите" @@ -15112,30 +15250,19 @@ msgstr "Прикажи содржина (шема) на табелите" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Внатрешни релации" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Процесот %s е успешно прекинат." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15362,7 +15489,7 @@ msgid "subquery" msgstr "во упитот" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15446,13 +15573,13 @@ msgstr "Назив на корисник" msgid "Delete pages" msgstr "избери се" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15745,42 +15872,42 @@ msgstr "Увоз на податотека" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL упит" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Вредност" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "во табела(и):" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of rows per page" msgid "Value Column:" msgstr "Број на записи на страница" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17074,6 +17201,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Било кој корисник" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Тип на извоз" + #~ msgid "Print view (with full texts)" #~ msgstr "Преглед за печатење (целосен текст)" @@ -17290,10 +17427,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Тип на извоз" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Тип на извоз" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -17360,10 +17493,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Релациона шема" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Табелата %s е избришана" - #, fuzzy #~ msgid "Page creation has failed!" #~ msgstr "Колација за MySQL врска" @@ -18122,10 +18251,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "Нов запис" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Ажурирај" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "избриши" diff --git a/po/ml.po b/po/ml.po index b2cb1030b9..de9f71c2cf 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-02-27 10:56+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Malayalam Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1297,29 +1315,29 @@ msgid "%d table(s)" msgstr "%s പട്ടിക" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1331,47 +1349,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1379,136 +1397,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1518,146 +1536,146 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "പട്ടിക" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1668,59 +1686,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1729,61 +1747,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1793,59 +1811,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1853,167 +1871,167 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Use this value" msgid "Search this list" msgstr "ഈ വില ഉപയോഗിക്കൂ" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Column" msgid "Continue" msgstr "നിര" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2022,407 +2040,407 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column" msgid "Column maximum:" msgstr "നിര" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column" msgid "Column minimum:" msgstr "നിര" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "എല്ലാം കാണിക്കൂ" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "എല്ലാം കാണിക്കൂ" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show all" msgid "Show hidden navigation tree items." msgstr "എല്ലാം കാണിക്കൂ" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "പട്ടിക" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2430,444 +2448,444 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2935,16 +2953,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2963,7 +2981,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2972,7 +2990,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3047,7 +3065,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3070,7 +3088,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3155,7 +3173,7 @@ msgid "Count:" msgstr "നിര" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3213,10 +3231,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3224,10 +3242,10 @@ msgstr "" msgid "Ascending" msgstr "ആരോഹണം" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3454,171 +3472,172 @@ msgstr "ഒന്നും തിരഞ്ഞെടുക്കാതിരി msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Sort" msgid "Filter rows" msgstr "തരംതിരിക്കുക" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Use this value" msgid "Search this table" msgstr "ഈ വില ഉപയോഗിക്കൂ" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Database %1$s has been created." msgid "The row has been deleted." msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Database %s has been dropped." msgid "Your SQL query has been executed successfully." msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%d total" msgstr "%s പട്ടിക" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3627,24 +3646,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -3766,7 +3785,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3776,7 +3795,7 @@ msgid "Collation" msgstr "നിബന്ധന" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3791,7 +3810,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3807,7 +3826,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3824,7 +3843,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3855,7 +3874,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3920,15 +3939,15 @@ msgid "Central columns" msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4004,7 +4023,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -4025,7 +4044,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4594,16 +4613,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4620,7 +4639,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4711,6 +4730,10 @@ msgstr "അവസാനം നവീകരിച്ചത്" msgid "Last check" msgstr "അന്തിമ പരിശോധന" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -4803,8 +4826,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4812,7 +4835,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5097,7 +5120,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5108,35 +5131,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5151,7 +5174,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5550,7 +5573,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5559,7 +5582,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5575,8 +5598,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5586,14 +5609,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5601,8 +5624,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5610,13 +5633,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5638,8 +5661,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5667,14 +5690,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5682,578 +5705,582 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s ചേർക്കുക" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "വിവരശേഖര അഭിപ്രായം: " -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table comments" msgid "Navigation tree" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table comments" msgid "Tables display options." msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database comment" msgid "Database structure" msgstr "വിവരശേഖര അഭിപ്രായം: " -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database comment" msgid "Table structure" msgstr "വിവരശേഖര അഭിപ്രായം: " -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6261,1130 +6288,1140 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table comments" msgid "Show logo in navigation panel." msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table comments" msgid "Enable navigation tree expansion" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table comments" msgid "Table navigation bar" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Table comments" msgid "For display Options" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "എല്ലാം കാണിക്കൂ" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "പട്ടികകൾ ഉപയോഗിക്കുക" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7392,52 +7429,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7445,80 +7482,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7542,47 +7579,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Database %1$s has been created." +msgid "Internal relations were successfully updated." +msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7597,12 +7663,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7652,6 +7718,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7667,7 +7734,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7679,101 +7746,135 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "The database name is empty!" +msgid "Template name" +msgstr "വിവരശേഖരത്തിനു പേര് നൽകിയിട്ടില്ല!" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Update Query" +msgid "Update" +msgstr "അഭ്യര്‍ത്ഥന നവീകറിക്കുക" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7781,78 +7882,78 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "The database name is empty!" msgid "New database name" msgstr "വിവരശേഖരത്തിനു പേര് നൽകിയിട്ടില്ല!" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8338,7 +8439,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8414,7 +8515,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8488,7 +8589,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8931,7 +9032,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9222,226 +9323,235 @@ msgstr "" msgid "Rename database to" msgstr "വിവരശേഖരത്തിന്റ്റ പേര് മാറ്റുക" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "വിവരശേഖരം നീക്കുക" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "വിവരശേഖരം ഉപേക്ഷിക്കുക (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "ഘടന മാത്രം" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "ഘടനയും വിവരവും" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "വിവരം മാത്രം" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "വിവരശേഖരം പകർത്തുക" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Use Tables" msgid "Checksum table" msgstr "പട്ടികകൾ ഉപയോഗിക്കുക" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9628,7 +9738,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10539,54 +10649,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10758,6 +10872,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10910,10 +11025,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10934,7 +11049,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10943,7 +11058,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10957,7 +11073,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10985,13 +11101,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11017,9 +11133,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11052,125 +11168,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11709,13 +11831,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Add user account" +msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "വിവരശേഖര അഭിപ്രായം: " #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11741,9 +11867,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11818,11 +11942,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11842,8 +11966,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Remove database" +msgid "Remove selected user accounts" +msgstr "വിവരശേഖരം നീക്കുക" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -11877,40 +12003,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11919,11 +12049,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13063,7 +13193,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -13076,14 +13206,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "View %s has been dropped." msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been dropped." @@ -13308,40 +13438,35 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13784,18 +13909,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13806,7 +13919,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13814,29 +13927,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Database %1$s has been created." -msgid "Internal relations were successfully updated." -msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14019,7 +14122,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14085,13 +14188,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14342,39 +14445,39 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Add/Delete columns" msgid "Series column:" msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Table comments" msgid "Value Column:" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/mn.po b/po/mn.po index 6e30814dd7..558e80838c 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:28+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Mongolian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Асуудлын нөөцлөл" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Нийт" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -#, fuzzy -#| msgid "Buffer Pool" -msgid "Buffered memory" -msgstr "Буффер Pool" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Нийт" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 +#, fuzzy +#| msgid "Buffer Pool" +msgid "Buffered memory" +msgstr "Буффер Pool" + +#: js/messages.php:159 +msgid "Free memory" +msgstr "" + +#: js/messages.php:160 +msgid "Used memory" +msgstr "" + +#: js/messages.php:162 +#, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Нийт" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Чөлөөт хуудсууд" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Ирсэн" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Холболт" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процессууд" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Байт" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "кБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s хүснэгт(үүд)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "Хамаарал" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Гуйвуулга" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1486,47 +1508,47 @@ msgstr "" msgid "None" msgstr "Байхгүй" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1534,156 +1556,156 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Илгээх" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Нээлттэй" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Хаагдсан" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Асуулт нь %01.4f сек авлаа" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Тайлангийн гарчиг" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Reload privileges" msgid "Analysing logs" msgstr "Онцгой эрхүүдийг дахин дуудах" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Унших гуйлт" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "No databases" msgid "Jump to Log table" msgstr "ӨС байхгүй" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "ӨС байхгүй" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL тайлбар" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1693,171 +1715,171 @@ msgstr "SQL тайлбар" msgid "Time" msgstr "Цаг" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Нийт" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Query results operations" msgid "Profiling results" msgstr "Асуудлын үр дүнгийн үйлдэл" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Хүснэгт " -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy msgid "Chart" msgstr "Кодлолууд" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "Хүснэгтийн сонголтууд" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of fields" msgid "Sum of grouped rows:" msgstr "Талбаруудын тоо" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Нийт" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Reload privileges" msgid "Loading logs" msgstr "Онцгой эрхүүдийг дахин дуудах" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Да.дууд" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Оруулах" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Update асуулт" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Баримт" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Баримт" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1868,65 +1890,65 @@ msgstr "" msgid "Cancel" msgstr "Болих" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Reload privileges" msgid "Loading…" msgstr "Онцгой эрхүүдийг дахин дуудах" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Процессууд" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "ӨС сонгогдоогүй." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1935,79 +1957,79 @@ msgstr "" msgid "OK" msgstr "Бэлэн" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Өгөгдлийн сан хуулах нь" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодлол" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Хайх" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "in query" msgid "Hide search results" msgstr "асуултад" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "Showing SQL query" msgid "Show search results" msgstr "SQL асуудал харуулах" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Хөтлөх" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "%s-г устгаж байна" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2017,65 +2039,65 @@ msgstr "" msgid "Export" msgstr "Гаргах" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Талбаруудын тоо" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "Шинэ хэрэглэгч нэмэх" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "in query" msgid "Hide query box" msgstr "асуултад" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "Showing SQL query" msgid "Show query box" msgstr "SQL асуудал харуулах" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Засах" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2083,94 +2105,94 @@ msgstr "Засах" msgid "Delete" msgstr "Устгах" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Хувьсагч" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Сонгогдсон мөргүй" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Өгөгдлийн санд хайх" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Атрибутууд" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "%s-д үндсэн түлхүүр нэмэгдлээ" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Хөөлтын илтгэл" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2178,89 +2200,89 @@ msgstr "" msgid "End of step" msgstr "Хүснэгтийн төгсгөлд" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Байхгүй" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "ӨС сонгогдоогүй." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Дараах хүснэгтэд онцгой эрх нэмэх" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "ӨС сонгогдоогүй." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2269,476 +2291,476 @@ msgstr "ӨС сонгогдоогүй." msgid "Save" msgstr "Хадгалах" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "in query" msgid "Hide search criteria" msgstr "асуултад" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "Showing SQL query" msgid "Show search criteria" msgstr "SQL асуудал харуулах" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Хайх" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Баганын нэрс" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Баганын нэрс" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "in query" msgid "Hide find and replace criteria" msgstr "асуултад" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Showing SQL query" msgid "Show find and replace criteria" msgstr "SQL асуудал харуулах" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Багана нэмэх/устгах" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Өгөгдөл заагчийн хэмжээ" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Үл тоох" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Хуулах" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Цэг" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Шугам" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Олон өнцөгт" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Геометр" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Дотоод тойрог" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Гадаад тойрог" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Хамаарагдсан түлхүүр сонгох" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Гадаад түлхүүр сонгох" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Харуулах талбарыг соль" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Хуудасны дугаар:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Бүгдийг сонгох" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Бүгдийг сонгох" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Чөлөөт хуудсууд" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Бүгдийг сонгох" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Засах Хуудсаа сонго" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Хамааралтай схем" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Өөрчлөлт хадгалагдав" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "\"%s\" баганын утга" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Илгээ" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Баганын нэрс" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Бүгдийг харах" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Жинхэнэ байрлал" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Болих" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Таслагдсан" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import files" msgid "Import status" msgstr "Файл оруулах" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Хүснэгтүүд сонго" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "No tables" msgid "Go to link:" msgstr "Хүснэгт алга" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Баганын нэрс" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Нууц үг бий болгох" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Бий болгох" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Нууц үг солих" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Да" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Бүгдийг харах" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Шинэ талбар нэмэх" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Тор харуулах" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Use text field" msgid "Link with main panel" msgstr "Бичвэр талбар хэрэглэх" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Use text field" msgid "Unlink from main panel" msgstr "Бичвэр талбар хэрэглэх" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Хүснэгт" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Харц" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Процедурүүд" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Үзэгдэл" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Функцүүд" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2746,139 +2768,139 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "ӨС байхгүй" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create" msgid "Create view" msgstr "Үүсгэх" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Нээлттэй хүснэгтүүдийг харуулах" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Үл тоох" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Уг асуултыг энд дахин харуулах" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Та үнэхээр " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Execute bookmarked query" msgid "%s queries executed %s times in %s seconds." msgstr "Тэмдэглэгдсэн асуулт ажиллуулах" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Хүснэгтийн тайлбар" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "in query" msgid "Hide arguments" msgstr "асуултад" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Өмнөх" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2886,96 +2908,96 @@ msgid "Next" msgstr "Цааш" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Нийт" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Хоёртын " -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "3-р" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "4-р" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "5-р" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "6-р" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "7-р" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "8-р" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "10р" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "1-р" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "2-р" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "3-р" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "4-р" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2983,78 +3005,78 @@ msgid "May" msgstr "5-р" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "6-р" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "7-р" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "8-р" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "9-р" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "10р" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "11р" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "12р" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ня" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Да" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Мя" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ба" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3062,226 +3084,226 @@ msgid "Sun" msgstr "Ня" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Да" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Мя" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Лх" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Пү" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Ба" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Бя" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ня" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Да" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Мя" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Лх" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пү" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ба" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Бя" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Байхгүй" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "хэрэглэгдэж байна" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "секундэд" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Бичвэр талбар хэрэглэх" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d нь мөрийн буруу дугаар байна." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Алдаа" @@ -3350,16 +3372,16 @@ msgstr "цагт" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Үсгийн хэмжээ" @@ -3380,7 +3402,7 @@ msgid "Requery" msgstr "асуултад" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3389,7 +3411,7 @@ msgstr "асуултад" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3478,7 +3500,7 @@ msgid "History" msgstr "SQL түүх" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3501,7 +3523,7 @@ msgstr "SQL түүх" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Сонголтууд" @@ -3596,7 +3618,7 @@ msgid "Count:" msgstr "Баганын нэрс" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3664,10 +3686,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Хуулагдсан хүснэгт рүү шилжих" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3675,10 +3697,10 @@ msgstr "Хуулагдсан хүснэгт рүү шилжих" msgid "Ascending" msgstr "Өсөхөөр" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3930,31 +3952,31 @@ msgstr "Бүх сонгосныг болих" msgid "Inside column:" msgstr "Хүснэгт(үүд) дотор:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Багана нэмэх/устгах" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Files" msgid "Filter rows" msgstr "Файлууд" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Өгөгдлийн санд хайх" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3962,7 +3984,7 @@ msgctxt "First page" msgid "Begin" msgstr "Эхлэл" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3971,7 +3993,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Өмнөх" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3980,7 +4002,7 @@ msgctxt "Next page" msgid "Next" msgstr "Цааш" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3988,134 +4010,135 @@ msgctxt "Last page" msgid "End" msgstr "Төгс" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Бүх" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Талбаруудын тоо" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Түлхүүрээр эрэмбэлэх" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Бичвэрийн зарим хэсэг" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Бүтэн бичвэр" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Хамааралтай схем" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Хөтчийн өөрчлөл" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Мөр устгагдсан" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Алах" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Таны SQL-асуулт амжилттай ажиллав" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Мөрүүдийг харуулж байна" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "Нийт" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Асуулт нь %01.4f сек авлаа" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Сонгогдсонтой:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4124,26 +4147,26 @@ msgstr "Сонгогдсонтой:" msgid "Check All" msgstr "Бүгдийг чагтлах" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Хэвлэхээр харах" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF-схем харуулах" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4273,7 +4296,7 @@ msgstr "Ерөнхий" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4283,7 +4306,7 @@ msgid "Collation" msgstr "Жишилт" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -4298,7 +4321,7 @@ msgid "Index %s has been dropped." msgstr "Индекс %s нь устгагдсан." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4314,7 +4337,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервэр" @@ -4331,7 +4354,7 @@ msgstr "Харц" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4362,7 +4385,7 @@ msgstr "Оруулах" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Онцгой эрхүүд" @@ -4427,17 +4450,17 @@ msgid "Central columns" msgstr "Багана нэмэх/устгах" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Өгөгдлийн сангууд" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Хэрэглэгч" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4521,7 +4544,7 @@ msgid "Could not save favorite table!" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4552,7 +4575,7 @@ msgid "Recent" msgstr "Да.эхлэх" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5149,16 +5172,16 @@ msgstr "ХИ хэмжээ: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL хэлэх нь: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL тайлбар" @@ -5175,7 +5198,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP-кодгүй" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-код үүсгэх" @@ -5271,6 +5294,12 @@ msgstr "Сүүлийн шинэчлэл" msgid "Last check" msgstr "Сүүлийн шалгалт" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Хэрэглэгч" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5371,8 +5400,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5380,7 +5409,7 @@ msgstr "Нэр" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Урт/Утгууд*" @@ -5693,7 +5722,7 @@ msgid "Not a valid port number!" msgstr "%d нь мөрийн буруу дугаар байна." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5704,37 +5733,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Хувьсагч" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5749,7 +5778,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6160,7 +6189,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6170,7 +6199,7 @@ msgstr "Баримтжуулал" msgid "Save as file" msgstr "Илгээх" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -6186,8 +6215,8 @@ msgstr "Шахалт" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6199,16 +6228,16 @@ msgstr "Шахалт" msgid "Put columns names in the first row" msgstr "Эхний мөрт талбаруудын нэрийг тавих" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Талбарыг хаасан" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6218,8 +6247,8 @@ msgstr "Талбарыг нээсэн" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6229,15 +6258,15 @@ msgstr "NULL-ыг орлуулах нь" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Шугамыг төгсгөгч" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6263,8 +6292,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6294,14 +6323,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-төрөл" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Хамаарал" @@ -6311,634 +6340,640 @@ msgstr "Хамаарал" msgid "Export method" msgstr "Гаргах төрөл" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Файл(ууд)-г дарж бичих" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "хөндлөн (эргүүлэгдсэн толгойнууд)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT утга нэмэх" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL нийцтэй горим" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Үүсгэлт/Шинэчлэлт/Огноо шалгах" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Давталттай оруулалт хэрэглэх" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Нэмэх %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Оруулалтыг үл тоох" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Үүсгэгдсэн асуудлын хамгийн их урт" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Гаргах" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Хэлэлцээр дэх гаргалтыг хаах" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Авто сэргээх горим" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Бий болгох" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database export options" msgid "Databases display options." msgstr "ӨС гаргах сонголтууд" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Use text field" msgid "Navigation tree" msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сервэрүүд" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Relational schema" msgid "Servers display options." msgstr "Хамааралтай схем" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "Хүснэгтийн сонголтууд" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Шинэ талбар нэмэх" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Хуудасны дугаар:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Баримт" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Баримт" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL холболтын кодлол" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Use text field" msgid "Customize navigation panel" msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Use text field" msgid "Customize main panel" msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "Server variables and settings" msgid "SQL queries settings." msgstr "Сервэрийн утгууд болон тохиргоонууд" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Хэрэглэгчийн өгөгдлийн сан" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Хэрэглэгчийн өгөгдлийн сан" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Хамааралтай схем" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Цаасны хэмжээ" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Оруулсан файлын тогтнол" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL түлхүүр үг хэрэглэх" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Эхний мөрт талбаруудын нэрийг тавих" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT утга нэмэх" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6946,1186 +6981,1198 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Завсрын эрэмбэлэх файлын ХИ хэмжээ" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Use text field" msgid "Show logo in navigation panel." msgstr "Бичвэр талбар хэрэглэх" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Хүснэгтийн гарчиг" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Хүснэгтүүдийг харуулах" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Процесууд харах" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Хүснэгтийг задлах" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Хүснэгтийн гарчиг" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Хүснэгтийг да.нэрлэх" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "%s-д үндсэн түлхүүр нэмэгдлээ" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Thread засах" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Хамааралтай схем" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Relational schema" msgid "For display Options" msgstr "Хамааралтай схем" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Сессон утга" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Баримт" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL руу нэвтэрч чадсангүй" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Дурын хост" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Дурын хост" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Багана нэмэх/устгах" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Нууц үгийг солихгүй" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "өгөгдлийн сангийн нэр" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Хүснэгтийг задлах" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Утгууд" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "its the number of simultaneous connections the user may have." msgid "Enable SSL for connection to MySQL server." msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Баганын тайлбарыг харуулж байна" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Хүснэгт янзлах" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Баримтжуулал" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Авто сэргээх горим" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Хүснэгт хэрэглэх" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Хост хүснэгт хэрэглэх" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Хүснэгтийн тайлбар" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP -ийн мэдээлэл харах" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Нээлттэй хүснэгтүүдийг харуулах" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "асуултад" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Багана нэмэх/устгах" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Анхдагч" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8133,52 +8180,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8186,86 +8233,86 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Нэвтрэгч:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Нууц үг" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Тэмдэглэгдсэн асуулт ажиллуулах" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" @@ -8291,53 +8338,86 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV хэрэглэх нь LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Баримт" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy #| msgid "Database export options" msgid "Database export options" msgstr "ӨС гаргах сонголтууд" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV өгөгдлийг MS Excel-ээр" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Баримт" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "ӨС байхгүй" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Thread %s нь устгагдав." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Дотоод холбоо нэмэгдэв" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8352,12 +8432,12 @@ msgstr "" msgid "No change" msgstr "Солигдохгүй" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8417,6 +8497,7 @@ msgid "Create database" msgstr "Шинэ ӨС үүсгэх" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Үүсгэх" @@ -8432,7 +8513,7 @@ msgid "No Privileges" msgstr "Онцгой эрхгүй" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Хүснэгт үүсгэх" @@ -8446,120 +8527,163 @@ msgstr "Талбаруудын тоо" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Тухайн процесст хүснэгт түгжихийг зөвшөөрөх." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export" +msgid "Export templates:" +msgstr "Гаргах" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Файлын нэрийн загвар" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Хүснэгтийн нэр" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Файлын нэрийн загвар" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s хүснэгт(үүд)" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Update асуулт" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Хүснэгтүүд сонго" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export type" -msgid "Export Method:" +msgid "Export method:" msgstr "Гаргах төрөл" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Өгөгдлийн сангууд" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Хүснэгт" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Тогтнол" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Өөрчлөлийн сонголтууд" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Мөрүүд" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Сервэр дээрх хадгалах хавтас %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Файлын нэрийн загвар" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "alue is interpreted using %1$sstrftime%2$s, so you can use time matting " @@ -8574,96 +8698,96 @@ msgstr "" "тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: " "%3$s. Бусад бичвэрүүд үүн шиг хадгалагдана." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Файлын кодлол:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Шахалт" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "zip-ээр шахах" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "gzip-ээр шахах" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Илгээх" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "хөндлөн (эргүүлэгдсэн толгойнууд)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Илгээх" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Хүснэгтүүд сонго" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Хүснэгтүүд сонго" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "өгөгдлийн сангийн нэр" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "Хэрэглэгчийн нэр" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Баганын нэрс" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9191,7 +9315,7 @@ msgid "Dump has been saved to file %s." msgstr "Асгалт %s файлд хадгалагдсан." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.)." @@ -9270,7 +9394,7 @@ msgstr "Нуух" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функц" @@ -9352,7 +9476,7 @@ msgstr "" "зөөгдөнө" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9825,7 +9949,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10124,240 +10248,251 @@ msgstr "" msgid "Rename database to" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Танд хангалттай эрх байхгүй!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Онцгой эрхүүдийг засах" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s өгөгдлийн сан устгагдсан." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy #| msgid "Copy database to" msgid "Drop the database (DROP)" msgstr "Өгөгдлийн сан хуулах нь" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Зөвхөн бүтэц" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Бүтэц ба өгөгдөл" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Зөвхөн өгөгдөл" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Өгөгдлийн сан хуулах нь" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "хуулахын өмнө CREATE DATABASE" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Тогтмол нэмэх" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Хуулагдсан ӨС руу шилжих" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(дан)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Хүснэгтийг зөөх (өгөгдлийн сан.хүснэгт):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Хүснэгтийг да.нэрлэх" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Хүснэгтийн тайлбар" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Хүснэгтийн сонголтууд" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Агуулах хөдөлгүүр" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Хүснэгт хуулах(өгөгдлийн сан.хүснэгт):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Хуулагдсан хүснэгт рүү шилжих" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Хүснэгтийн ашиглалт" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Хүснэгтийг задлах" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Хүснэгт шалгах" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Хүснэгт шалгах" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Хүснэгт янзлах" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Хүснэгт %s нь flushed боллоо." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Flush the table (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Хүснэгтийг зүгшрүүлэх" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Хүснэгт засах" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Хүснэгтийн өгөгдлийг устгах" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Copy database to" msgid "Delete the table (DROP)" msgstr "Өгөгдлийн сан хуулах нь" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Үнэн зөв өгөгдлийг шалгах:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Адил нэр байсан тул хүснэгтийг зөөсөнгүй!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Адил нэртэй хүснэгт рүү хуулж чадсангүй!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Хүснэгт %s нь %s руу зөөгдөв." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s хүснэгт %s руу хуулагдлаа." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Хүснэгт %s нь %s руу зөөгдөв." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s хүснэгт %s руу хуулагдлаа." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Хүснэгтийн нэр хоосон байна!" @@ -10568,7 +10703,7 @@ msgstr "Үзэгдэл" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11633,54 +11768,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Хүснэгтийг да.нэрлэх" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Буруу экспортын төрөл" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "тайлбаргүй" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11860,6 +12001,7 @@ msgstr "Хэрэглэгчийн нэр" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Хэрэглэгчийн нэр" @@ -12027,10 +12169,10 @@ msgid "Master server changed successfully to %s." msgstr "Онцгой эрхүүд дахин дуудагдлаа." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12053,7 +12195,7 @@ msgstr "Хүснэгт %s нь устгагдлаа" msgid "Event %1$s has been created." msgstr "Хүснэгт %s нь устгагдлаа" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12064,7 +12206,8 @@ msgstr "" msgid "Edit event" msgstr "Үзэгдэл" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12080,7 +12223,7 @@ msgid "Event type" msgstr "Хэрэг явдлын төрөл" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12115,13 +12258,13 @@ msgid "On completion preserve" msgstr "Оруулалтыг дуусгах" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12149,9 +12292,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12188,146 +12331,152 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Сервэрийн буруу индекс нь: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Хүснэгт %s нь устгагдлаа" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Хүснэгт %s нь устгагдлаа" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been created." msgstr "Хүснэгт %s нь устгагдлаа" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Баганын нэрс" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Шууд холбоос" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Шинэ талбар нэмэх" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Урт/Утгууд*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Хүснэгтийн сонголтууд" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Асуултын төрөл" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Хүснэгтийн буруу нэр" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12927,14 +13076,16 @@ msgid "You have revoked the privileges for %s." msgstr "Онцгой эрх %s -ыг хүчингүй болголоо." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Дурын хэрэглэгч" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Хэрэглэгчийн өгөгдлийн сан" #: libraries/server_privileges.lib.php:1946 @@ -12963,9 +13114,7 @@ msgid "User has been added." msgstr "Харц %s нь устгагдсан" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13048,11 +13197,15 @@ msgstr "" "дууд." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Адил онцгой эрхтэй хэрэглэгч үүсгэх ба …" #: libraries/server_privileges.lib.php:3036 @@ -13076,7 +13229,9 @@ msgid "Add privileges on the following table:" msgstr "Дараах хүснэгтэд онцгой эрх нэмэх" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Сонгогдсон хэрэглэгчдийг хасах" #: libraries/server_privileges.lib.php:3376 @@ -13113,45 +13268,51 @@ msgstr "Онцгой эрх шинэчлэгдлээ" msgid "Deleting %s" msgstr "%s-г устгаж байна" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Онцгой эрхүүд дахин дуудагдлаа." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Хэрэглэгч %s оршин байна!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Онцгой эрхүүд" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Онцгой эрхүүдийг засах" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Хэрэглэгч" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "User overview" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13164,11 +13325,11 @@ msgstr "" "агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин " "дуудаж%s үргэлжлүүлнэ үү." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Шинэ хэрэглэгч нэмэгдлээ." @@ -14432,7 +14593,7 @@ msgstr "Буруу тодорхойлогч" msgid "Unknown Punctuation String" msgstr "Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Хүснэгт %s нь хоослогдлоо." @@ -14445,14 +14606,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Харц %s нь устгагдсан" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14702,47 +14863,42 @@ msgstr "Ашиглалтын зай" msgid "Effective" msgstr "Эффекттэй" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Хүснэгт %s нь %s руу зөөгдөв." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Асуултын төрөл" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Сонгогдсон хэрэглэгч устгагдлаа." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new User" msgid "Add to Favorites" msgstr "Шинэ хэрэглэгч нэмэх" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Showing SQL query" msgid "Showing create queries" msgstr "SQL асуудал харуулах" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15209,20 +15365,6 @@ msgstr "" msgid "Wrong data" msgstr "ӨС байхгүй" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "ӨС байхгүй" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15233,7 +15375,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Хүснэгт %s нь оршин байна!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Хүснэгтийн схем харах" @@ -15241,31 +15383,19 @@ msgstr "Хүснэгтийн схем харах" msgid "Invalid table name" msgstr "Хүснэгтийн буруу нэр" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Дотоод холбоо нэмэгдэв" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Thread %s нь устгагдав." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15494,7 +15624,7 @@ msgid "subquery" msgstr "асуултад" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Холбоо үүсгэх" @@ -15580,13 +15710,13 @@ msgstr "Хэрэглэгчийн нэр" msgid "Delete pages" msgstr "Бүгдийг сонгох" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Да.дууд" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Тусламж" @@ -15880,41 +16010,41 @@ msgstr "Тайлангийн гарчиг" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Утга" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Хүснэгт(үүд) дотор:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Талбаруудын тоо" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17249,6 +17379,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "ХИ. давхацсан холболтууд" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Дурын хэрэглэгч" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Гаргах төрөл" + #~ msgid "Print view (with full texts)" #~ msgstr "Хэвлэхээр харах (бүх бичвэртэй нь)" @@ -17487,11 +17627,6 @@ msgstr "ХИ. давхацсан холболтууд" #~ msgid "pdf export page" #~ msgstr "Буруу экспортын төрөл" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Буруу экспортын төрөл" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -18302,10 +18437,6 @@ msgstr "ХИ. давхацсан холболтууд" #~ msgid "Insert" #~ msgstr "Оруулах" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Update асуулт" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Устгах" diff --git a/po/ms.po b/po/ms.po index c4854ac55b..71a17b954a 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:35+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Malay Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy msgid "Query cache efficiency" msgstr "Jenis Kueri" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy msgid "Query cache usage" msgstr "Jenis Kueri" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy msgid "Query cache used" msgstr "Jenis Kueri" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Jumlah" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -msgid "Buffered memory" -msgstr "" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Jumlah" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 -msgid "Used Swap" +msgid "Buffered memory" msgstr "" #: js/messages.php:159 -msgid "Free Swap" +msgid "Free memory" msgstr "" -#: js/messages.php:161 -msgid "Bytes sent" +#: js/messages.php:160 +msgid "Used memory" msgstr "" #: js/messages.php:162 #, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Jumlah" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 +msgid "Used Swap" +msgstr "" + +#: js/messages.php:165 +msgid "Free Swap" +msgstr "" + +#: js/messages.php:167 +msgid "Bytes sent" +msgstr "" + +#: js/messages.php:168 +#, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "DiTerima" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Hubungan" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Proses-proses" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s jadual" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Operasi" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Kesibukan" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1457,47 +1478,47 @@ msgstr "" msgid "None" msgstr "Tiada" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1505,150 +1526,150 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Simpan sebagai fail" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Membenarkan" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Tidak Membenarkan" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy msgid "Chart Title" msgstr "Tiada Jadual" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Local" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Tiada pangkalan data" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Tiada pangkalan data" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Terangkan Kod SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1658,99 +1679,99 @@ msgstr "Terangkan Kod SQL" msgid "Time" msgstr "Masa" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Jumlah" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "SQL result" msgid "Profiling results" msgstr "Hasil SQL" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Jadual" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy msgid "Chart" msgstr "Tiada Jadual" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Statistik pangkalan data" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of rows per page" msgid "Sum of grouped rows:" msgstr "Bilangan baris per halaman" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Jumlah" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Local" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy msgid "Reload page" msgstr "Tukarnama jadual ke" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 @@ -1758,65 +1779,65 @@ msgstr "" msgid "Import" msgstr "Eksport" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Kemaskini Kueri" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentasi" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Dokumentasi" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1827,64 +1848,64 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Local" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Proses-proses" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1893,71 +1914,71 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy msgid "Renaming Databases" msgstr "Tukarnama jadual ke" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy msgid "Copying Database" msgstr "Tiada pangkalan data" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Cari" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "kueri-SQL" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "kueri-SQL" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Lungsur" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "Padam" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1967,62 +1988,62 @@ msgstr "" msgid "Export" msgstr "Eksport" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of rows per page" msgid "Values for column %s" msgstr "Bilangan baris per halaman" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Tambah Pengguna Baru" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "kueri-SQL" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "kueri-SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Ubah" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2030,94 +2051,94 @@ msgstr "Ubah" msgid "Delete" msgstr "Padam" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Pembolehubah" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Column names" msgid "Column selector" msgstr "Nama Kolum" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Cari di pangkalan data" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atribut" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Kekunci utama telah ditambah pada %s" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Laporan penjejak" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2125,85 +2146,85 @@ msgstr "" msgid "End of step" msgstr "Pada Akhir Jadual" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "None" msgid "Done" msgstr "Tiada" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Create table on database %s" msgid "Create the following table" msgstr "Cipta jadual baru pada pangkalan data %s" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2212,187 +2233,187 @@ msgstr "" msgid "Save" msgstr "Simpan" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "kueri-SQL" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "kueri-SQL" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Cari" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Nama Kolum" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Nama Kolum" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "kueri-SQL" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "kueri-SQL" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Tambah/Padam Kolum Medan" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "Kandungan" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Abai" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Titik" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Rentetan talian" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Lingkaran Dalaman" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Lingkaran Luar" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Pilih Medan untuk dipapar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Muka Surat:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Sila pilih pangkalan data" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Sila pilih pangkalan data" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2400,272 +2421,272 @@ msgstr "Sila pilih pangkalan data" msgid "Open page" msgstr "Penggunaan" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Sila pilih pangkalan data" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Sila Pilih Laman untuk diubah" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Sunting atau eksport skema hubungan" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Pengubahsuaian telah disimpan" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Value for the column \"%s\"" msgid "Add an option for column \"%s\"." msgstr "Nilai pada kolum \"%s\"" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Hantar" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Nama Kolum" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Papar semua" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Linestring" msgid "Original length" msgstr "Rentetan talian" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "DiBatalkan" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Eksport" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Pilih Jadual" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Tiada pangkalan data" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Nama Kolum" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Ubah Katalaluan" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 #, fuzzy msgid "Generate" msgstr "Dijana oleh" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Ubah Katalaluan" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Isn" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Papar semua" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Indeks" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Papar grid" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Indexes" msgid "Link with main panel" msgstr "Indeks" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Indexes" msgid "Unlink from main panel" msgstr "Indeks" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Jadual-jadual" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy msgid "views" msgstr "Medan" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Proses-proses" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Hantar" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Fungsi" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2673,135 +2694,135 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Tiada pangkalan data" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Versi Pelayan" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Pilihan Pelayan" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "Papar jadual" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Abai" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Papar kueri ini di sini lagi" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Adakah anda ingin " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komen jadual" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "kueri-SQL" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Terdahulu" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2809,96 +2830,96 @@ msgid "Next" msgstr "Berikut" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jumlah" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mac" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mei" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ogos" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mac" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2906,78 +2927,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ogos" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dis" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Aha" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Isn" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sel" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2985,202 +3006,202 @@ msgid "Sun" msgstr "Aha" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Isn" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Kha" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Aha" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Isn" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sel" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Rab" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Kha" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Tiada" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "sedang digunakan" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "Records" msgid "Second" msgstr "Rekod" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Add new field" msgid "Please fix this field" msgstr "Tambah medan baru" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please select a database" msgid "Please enter a valid date" msgstr "Sila pilih pangkalan data" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please enter a valid date or time" msgstr "Sila Pilih Laman untuk diubah" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Ralat" @@ -3248,16 +3269,16 @@ msgstr "per jam" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3278,7 +3299,7 @@ msgid "Requery" msgstr "pada kueri" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3287,7 +3308,7 @@ msgstr "pada kueri" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3373,7 +3394,7 @@ msgid "History" msgstr "Melangkau Pengesahan SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3396,7 +3417,7 @@ msgstr "Melangkau Pengesahan SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3484,7 +3505,7 @@ msgid "Count:" msgstr "Pangkalan data %1$s telah dijana." #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3550,10 +3571,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Tukar kepada pengkalan data yang di salin" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3561,10 +3582,10 @@ msgstr "Tukar kepada pengkalan data yang di salin" msgid "Ascending" msgstr "Menaik" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3799,30 +3820,30 @@ msgstr "Nyahpilih Semua" msgid "Inside column:" msgstr "Di dalam kolum:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Tambah/Padam Kolum Medan" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Medan" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Cari di pangkalan data" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3830,7 +3851,7 @@ msgctxt "First page" msgid "Begin" msgstr "Mula" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3839,7 +3860,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Terdahulu" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3848,7 +3869,7 @@ msgctxt "Next page" msgid "Next" msgstr "Berikut" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3856,133 +3877,134 @@ msgctxt "Last page" msgid "End" msgstr "Tamat" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Semua" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "Bilangan baris per halaman" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Sebahagian Teks" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Teks Penuh" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Skema Hubungan" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Skema Hubungan" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy msgid "Hide browser transformation" msgstr "Informasi MasaJana" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Baris telah dipadam" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Bunuh" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Kueri-SQL anda telah dilaksanakan dengan jaya" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Papar baris" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "jumlah" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Dengan pilihan:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3991,26 +4013,26 @@ msgstr "Dengan pilihan:" msgid "Check All" msgstr "Tanda Semua" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Paparan Cetak" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Papar Skema PDF" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4137,7 +4159,7 @@ msgstr "Kardinaliti" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4147,7 +4169,7 @@ msgid "Collation" msgstr "Pengumpulan" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4163,7 +4185,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s telah digugurkan." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4179,7 +4201,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Pelayan" @@ -4196,7 +4218,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4227,7 +4249,7 @@ msgstr "Selit" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilej" @@ -4292,17 +4314,17 @@ msgid "Central columns" msgstr "Tambah/Padam Kolum Medan" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "pangkalan data" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Pengguna" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4383,7 +4405,7 @@ msgid "Could not save favorite table!" msgstr "Dokumentasi" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy msgid "Remove from Favorites" msgstr "Tukarnama jadual ke" @@ -4410,7 +4432,7 @@ msgid "Recent" msgstr "Ulangtetap" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4997,16 +5019,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL berkata: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Terangkan Kod SQL" @@ -5023,7 +5045,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Tanpa Kod PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Cipta Kod PHP" @@ -5117,6 +5139,12 @@ msgstr "Kemaskini terakhir" msgid "Last check" msgstr "Semakan Terakhir" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Pengguna" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5214,8 +5242,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5223,7 +5251,7 @@ msgstr "Nama" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Panjang/Nilai*" @@ -5529,7 +5557,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5540,37 +5568,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Pembolehubah" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5585,7 +5613,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5993,7 +6021,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6003,7 +6031,7 @@ msgstr "Penyataan" msgid "Save as file" msgstr "Simpan sebagai fail" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Fail bagi set Aksara:" @@ -6020,8 +6048,8 @@ msgstr "Mampatan" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6033,16 +6061,16 @@ msgstr "Mampatan" msgid "Put columns names in the first row" msgstr "Letakkan medan di baris pertama" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Medan disertai oleh" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6052,8 +6080,8 @@ msgstr "Medan dilarikan oleh" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -6061,15 +6089,15 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Baris ditamatkan oleh" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6093,8 +6121,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6124,14 +6152,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 #, fuzzy msgid "Relations" msgstr "Operasi" @@ -6142,612 +6170,618 @@ msgstr "Operasi" msgid "Export method" msgstr "Eksport" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export" +msgid "Export as separate files" +msgstr "Eksport" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Tambahkan nilai AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Sertakan nama jadual dan medan dengan backquotes" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 #, fuzzy msgid "Use delayed inserts" msgstr "Penyelitan Lanjutan" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Cipta jadual baru pada pangkalan data %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Tambah %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "Penyelitan Lanjutan" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Eksport" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "Tambahkan kekangan" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "data CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy msgid "General" msgstr "Dijana oleh" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table of contents" msgid "Navigation tree" msgstr "Kandungan" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show grid" msgid "Customize the navigation tree." msgstr "Papar grid" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 #, fuzzy msgid "Servers" msgstr "Pelayan" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Indexes" msgid "Main panel" msgstr "Indeks" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Muka Surat:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentasi" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentasi" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "kueri-SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "kueri-SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "kueri-SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Status" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "pangkalan data" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "pangkalan data" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Jadual" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Skema Hubungan" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "Tambah medan baru" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "Tambah medan baru" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Letakkan medan di baris pertama" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6755,1180 +6789,1192 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table of contents" msgid "Show logo in navigation panel." msgstr "Kandungan" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table of contents" msgid "Enable navigation tree expansion" msgstr "Kandungan" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Papar jadual" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Papar proses" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Papar grid" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analyze table" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Alter table order by" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table of contents" msgid "Table navigation bar" msgstr "Kandungan" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Tukarnama jadual ke" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Kekunci utama telah ditambah pada %s" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Skema Hubungan" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Nilai Sessi" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentasi" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Tidak boleh log-masuk ke server MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Hubungan" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Sebarang hos" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Sebarang hos" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Tiada pangkalan data" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Cipta jadual baru pada pangkalan data %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Tambah/Padam Kolum Medan" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Jangan tukar katalaluan" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Pangkalan Data" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analyze table" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Pemboleh-pembolehubah" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Baiki jadual" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Memaparkan Komen Kolum" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Penyataan" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy msgid "Automatically create versions" msgstr "Versi Pelayan" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Guna Jadual" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komen jadual" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Papar maklumat PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "Papar jadual" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Papar grid" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "kueri-SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Statistik Baris" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Tambah/Padam Kolum Medan" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Asal" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7936,52 +7982,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7989,84 +8035,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Namapengguna:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Katalaluan" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" @@ -8092,52 +8138,84 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasi" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy msgid "Database export options" msgstr "Statistik pangkalan data" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV untuk sata MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Dokumentasi" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Tiada pangkalan data" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Bebenang %s telah berjaya dimatikan." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Ciri-ciri hubungan am" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8152,12 +8230,12 @@ msgstr "" msgid "No change" msgstr "Tiada perubahan" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8213,6 +8291,7 @@ msgid "Create database" msgstr "Cipta pangkalan data baru" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Cipta" @@ -8228,7 +8307,7 @@ msgid "No Privileges" msgstr "Tiada Privilej" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Cipta Halaman baru" @@ -8243,117 +8322,160 @@ msgstr "Bilangan baris per halaman" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Exporting databases from the current server" msgstr "Tidak boleh log-masuk ke server MySQL" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Cipta jadual baru pada pangkalan data %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Cipta jadual baru pada pangkalan data %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy #| msgid "Export" -msgid "Export Method:" +msgid "Export templates:" msgstr "Eksport" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "Failed attempts" +msgid "New template:" +msgstr "Percubaan Gagal" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "User name" +msgid "Template name" +msgstr "Kata Pengenalan" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "Failed attempts" +msgid "Existing templates:" +msgstr "Percubaan Gagal" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s jadual" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "Kemaskini Kueri" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Pilih Jadual" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "Eksport" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "pangkalan data" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Jadual-jadual" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Format" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Baris" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format msgid "Save on server in the directory %s" msgstr "direktori muatnaik pelayan-web" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "Failed attempts" msgid "File name template:" msgstr "Percubaan Gagal" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8361,96 +8483,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Fail bagi set Aksara:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Mampatan" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"zipped\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"digzip\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Simpan sebagai fail" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Cipta jadual baru pada pangkalan data %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export" msgid "Export tables as separate files" msgstr "Eksport" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Simpan sebagai fail" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Pilih Jadual" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Pilih Jadual" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "Pangkalan Data" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Tiada Jadual" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Nama Kolum" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -8949,7 +9071,7 @@ msgid "Dump has been saved to file %s." msgstr "Longgokan telah disimpan ke fail %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memulangkan set hasil kosong (i.e. sifar baris)." @@ -9026,7 +9148,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Fungsi" @@ -9107,7 +9229,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9573,7 +9695,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9865,238 +9987,249 @@ msgstr "" msgid "Rename database to" msgstr "Tukar nama pangkalan data ke" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Ubah Privilej" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "angkalan data %s telah digugurkan." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Membuang pangkalan data" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Menggugurkan pangkalan data" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Struktur sahaja" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur dan data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Data sahaja" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Salin pangkalan data ke" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Bina pangkalan data sebelum menyalin" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Tambahkan kekangan" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Tukar kepada pengkalan data yang di salin" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(persatu)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pindahkan jadual ke (pangkalandata.jadual):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Tukarnama jadual ke" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komen jadual" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Salin jadual ke (pangkalandata.jadual):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Penyenggaraan Jadual" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Periksa Jadual" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Periksa Jadual" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Jadual %s telah dibuangkan." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Buang jadual (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimakan jadual" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Baiki jadual" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Melonggok data bagi jadual" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Tiada pangkalan data" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Baiki jadual" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Tiada Jadual" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Penyenggaraan Jadual" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Semak integriti rujukan:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Jadual %s telah dipindahkan ke %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Jadual %s telah disalin ke %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Jadual %s telah dipindahkan ke %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Jadual %s telah disalin ke %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Nama jadual adalah kosong!" @@ -10297,7 +10430,7 @@ msgstr "Hantar" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11273,54 +11406,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Tukarnama jadual ke" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Jenis eksport tidak sah" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "tiada keterangan" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11502,6 +11641,7 @@ msgstr "Kata Pengenalan" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Kata Pengenalan" @@ -11669,10 +11809,10 @@ msgid "Master server changed successfully to %s." msgstr "Bebenang %s telah berjaya dimatikan." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11694,7 +11834,7 @@ msgstr "Jadual %s telah digugurkan" msgid "Event %1$s has been created." msgstr "Jadual %s telah digugurkan" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11704,7 +11844,8 @@ msgstr "" msgid "Edit event" msgstr "Hantar" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11720,7 +11861,7 @@ msgid "Event type" msgstr "Jenis Kueri" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11754,13 +11895,13 @@ msgid "On completion preserve" msgstr "Kemasukkan Selesai" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11786,9 +11927,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11824,135 +11965,141 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Jadual %s telah digugurkan" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Jadual %s telah digugurkan" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Jadual %s telah digugurkan" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Nama Kolum" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy msgid "Direction" msgstr "Cipta" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy msgid "Remove last parameter" msgstr "Tukarnama jadual ke" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Panjang/Nilai*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy msgid "Return options" msgstr "Statistik pangkalan data" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Jenis Kueri" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12530,15 +12677,16 @@ msgid "You have revoked the privileges for %s." msgstr "Anda telah menarikbalik privilej Keistimewaan untuk %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Sebarang pengguna" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +msgid "Database for user account" +msgstr "Statistik pangkalan data" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12565,9 +12713,7 @@ msgid "User has been added." msgstr "Medan %s telah digugurkan" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12645,11 +12791,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12669,8 +12815,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "With selected:" +msgid "Remove selected user accounts" +msgstr "Dengan pilihan:" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12704,43 +12852,49 @@ msgstr "Anda telah mengemaskini privilej bagi %s." msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilej" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Ubah Privilej" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Pengguna" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12749,11 +12903,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Anda telah menambah pengguna baru." @@ -13960,7 +14114,7 @@ msgstr "Pengenalan TidakSah" msgid "Unknown Punctuation String" msgstr "TandaBaca tidak dikenali" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Jadual %s telah dikosongkan." @@ -13973,14 +14127,14 @@ msgstr "Pengesan telah diaktifkan." msgid "Tracking is not active." msgstr "Pengesan tidak aktif." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Medan %s telah digugurkan" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14217,44 +14371,39 @@ msgstr "Penggunaan ruang" msgid "Effective" msgstr "Berkesan" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Jadual %s telah dipindahkan ke %s." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Jenis Kueri" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "angkalan data %s telah digugurkan." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Tambah Pengguna Baru" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14717,20 +14866,6 @@ msgstr "" msgid "Wrong data" msgstr "Tiada pangkalan data" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Tiada pangkalan data" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14741,7 +14876,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Lihat longgokan (skema) pangkalan data" @@ -14749,29 +14884,18 @@ msgstr "Lihat longgokan (skema) pangkalan data" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Ciri-ciri hubungan am" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Bebenang %s telah berjaya dimatikan." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14987,7 +15111,7 @@ msgid "subquery" msgstr "pada kueri" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15070,13 +15194,13 @@ msgstr "Kata Pengenalan" msgid "Delete pages" msgstr "Sila pilih pangkalan data" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15363,42 +15487,42 @@ msgstr "Tiada Jadual" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "kueri-SQL" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Nilai" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Di dalam kolum:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of rows per page" msgid "Value Column:" msgstr "Bilangan baris per halaman" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16648,6 +16772,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Sebarang pengguna" + +#, fuzzy +#~| msgid "Export" +#~ msgid "Export Method:" +#~ msgstr "Eksport" + #~ msgid "Uncheck All" #~ msgstr "Nyahtanda Semua" @@ -16804,11 +16938,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Jenis eksport tidak sah" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Jenis eksport tidak sah" - #, fuzzy #~| msgid "Total" #~ msgid "Total " @@ -16852,10 +16981,6 @@ msgstr "" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Sunting atau eksport skema hubungan" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "Jadual %s telah digugurkan" - #, fuzzy #~| msgid "Usage" #~ msgid "Page:" @@ -17444,10 +17569,6 @@ msgstr "" #~ msgid "Insert" #~ msgstr "Selit" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "Kemaskini Kueri" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "Padam" diff --git a/po/nb.po b/po/nb.po index b8b8459ac1..d7929bcc67 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-22 04:13+0200\n" "Last-Translator: Sebastian \n" "Language-Team: Norwegian Bokmål Innstillinger." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Spørrings cache effektivitet" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Spørrings cache bruk" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Spørrings cache brukt" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "System CPU-bruk" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "System minne" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Systembytte" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Gjennomsnitt load" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Totalt minne" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Cached minne" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Buffered minne" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Ledig minne" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Brukt minne" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Totalt swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cached swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Brukt swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Ledig swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes sendt" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes mottatt" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "tilkoblinger" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Prosesser" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabell(er)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Spørringer" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafikk" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Innstillinger" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Legg graf til grid" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Legg minst én variabel til serien!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1373,47 +1395,47 @@ msgstr "Legg minst én variabel til serien!" msgid "None" msgstr "Ingen" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Gjenoppta monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pause overvåkning" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Start automatisk oppdatering" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Stopp automatisk oppdatering" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log og slow_query_log er aktivert." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log er aktivert." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log er aktivert." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log og general_log er deaktivert." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output er ikke satt til TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output er satt til TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1424,12 +1446,12 @@ msgstr "" "lenger enn %d sekunder. Avhengig av ditt system, er det tilrådelig å sette " "long_query_time til 0-2 sekunder." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time er satt til %d sekund(er)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1438,30 +1460,30 @@ msgstr "" "omstart av server:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Lagre utdata til %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aktiver %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Deaktiver %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Sett long_query_time til %d sekunder." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1469,57 +1491,57 @@ msgstr "" "Du kan ikke endre disse verdiene. Logg inn som root eller kontakt din " "databaseadministrator." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Endre innstillinger" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Nåværende innstillinger" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Fremstillings-tittel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differensial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Delt på %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Enhet" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Fra langsom logg" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Fra generell logg" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Databasenavnet er ukjent for denne spørring i serverens logger." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyserer logger" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analyserer og laster inn logger. Dette kan ta tid." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Avbryt forespørsel" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1529,7 +1551,7 @@ msgstr "" "Men kun SQL-spørringene har blitt brukt som en grupperingskriterie, så andre " "attributter i spørringer som starter samtidig kan variere." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1539,32 +1561,32 @@ msgstr "" "spørringer i samme tabellen bli gruppert sammen, uten hensyn til de innsatte " "dataene." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Loggdata lastet inn. Spørringer vil bli utført i løpet av denne tidsplanen:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Gå til Loggtabellen" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Ingen data funnet" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Logg analysert, men ingen data var funnet i løpet av tidsperioden." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyserer…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Forklar utdata" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1574,59 +1596,59 @@ msgstr "Forklar utdata" msgid "Time" msgstr "Tid" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Total tid:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profileringsresultater" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabell" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafisk fremstilling" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Logg tabellfiltervalgene" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrer" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrer spørringer med ord/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Grupper spørringer, og ignorer varierende data brukt i WHERE-muligheter" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Sum av grupperte rader:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totalt:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Laster logger" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Visningsoppdatering feilet" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1636,90 +1658,90 @@ msgstr "" "respons. Dette er mest sannsynlig begrunnet at din sesjon utgikk. Det burde " "hjelpe å laste inn siden og logge inn på nytt." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Oppdater siden" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Berørte rader:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Feilet analyseringen av konfigurasjonsfilen. Det virker ikke som det er " "gyldig JSON-kode." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Kunne ikke bygge diagramrutenett med importert konfigurasjon. Setter til " "standardkonfigurasjon…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importer" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importer overvåkningskonfigurasjon" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Vennligst velg filen du vil importere." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Ingen filer tilgjengelig på server for importering!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyser Spørring" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Rådgivningssystem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mulige ytelsesproblemer" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Anbefaling" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Regeldetaljer" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Begrunnelse" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Brukt variabel / formel" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formaterer SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1730,59 +1752,59 @@ msgstr "Formaterer SQL..." msgid "Cancel" msgstr "Avbryt" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Side-relaterte innstillinger" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Laster…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Forespørsel avbrutt!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Prosessforespørsel" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Forespørsel avbrutt!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Feil i prosesseringsforespørsel" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Feilkode: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Feilmelding: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ingen databaser er valgt." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Dropper kolonne" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Legger til primærnøkkel" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1791,61 +1813,61 @@ msgstr "Legger til primærnøkkel" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klikk for å overse dette varselet" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Endrer databasenes navn" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopierer database" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Endrer tegnsett" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Slå på kontroll av fremmednøkler" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Klarte ikke hente ekte antall rader." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Søker" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Skjul søkeresultater" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Vis søkeresultater" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Leser" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Sletter" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definisjonen av en lagret funksjon må inneholde RETURN erklæring!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1855,61 +1877,61 @@ msgstr "Definisjonen av en lagret funksjon må inneholde RETURN erklæring!" msgid "Export" msgstr "Eksporter" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET-editor" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Verdier for kolonne %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Verdier for ny kolonne" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Skriv hver verdi i et eget felt." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Legg til %d verdi(er)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Legg merke til: Om filen inneholder flere tabeller, så vil de kombineres til " "en tabell." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Skjul spørringsboks" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Vis spørringsboks" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Rediger" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1917,40 +1939,40 @@ msgstr "Rediger" msgid "Delete" msgstr "Slett" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d er ikke et gyldig radnummer." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Se de eksterne verdiene" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Ingen autolagret spørring" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabel %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Velg" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Kolonnevelger" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Søk i denne listen" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1959,15 +1981,15 @@ msgstr "" "Ingen kolonner i sentral listen. Sørg for at sentral kolonne liste for " "databasen %s ikke har kolonner som er til stede i den aktuelle tabellen." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Se mer" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Er du sikker?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1975,52 +1997,52 @@ msgstr "" "Denne handlingen kan endre definisjonen av enkelte kolonner.
Er du " "sikker på at du vil fortsette?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Fortsett" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Legg til primærnøkkel" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Primærnøkkel lagt til." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Tar deg videre til neste trinn…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Første trinn av normaliseringen er ferdig for tabellen '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Slutten på dette trinnet" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Andre trinn for normaliseringen (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Utført" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Bekreft delvise avhengigheter" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Valgte delvise avhengigheter er følgende:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2028,19 +2050,19 @@ msgstr "" "Merk: a, b -> d, f forutsetter at verdiene i kolonnene a og b, sammen kan " "bestemme verdiene for kolonne d og kolonne f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Ingen delvise avhengigheter er valgt!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Vis meg mulige delvise avhengigheter basert på dataene i tabellen" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Skjul listen over delvise avhengigheter" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2048,40 +2070,40 @@ msgstr "" "Slapp av! Dette kan ta noen sekunder, basert på datamengden og antall " "kolonner i tabellen." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Trinn" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Følgende handlinger vil bli utført:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "SLETT kolonnene %s fra tabellen %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Lag følgende tabell" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tredje trinn av normaliseringen (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Bekreft transitive avhengigheter" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Følgende er valgte avhengigheter:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Ingen avhengigheter er valgt!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2090,125 +2112,125 @@ msgstr "Ingen avhengigheter er valgt!" msgid "Save" msgstr "Lagre" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Skjul søkekriterier" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Vis søkekriterier" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Områdesøk" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Kolonne maksimum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Kolonne minimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimumsverdi:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksimumsverdi:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Skjul kriterier for søk- og erstatt" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Vis kriteriene for søk og erstatt" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Hvert punkt representerer en datarad." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Ved å ha musen over punktet vises dets etikett." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "For å zoome inn, velger en del for plotteområdet med musen." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Trykk på \"tilbakestill zoom\"-knappen for å gå tilbake til " "standardvisningen." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Velg et datapunkt for å vise, og eventuelt endre raden med data." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Du kan endre størrelsen på området ved å dra i hjørnet nederst til høyre." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Velg to kolonner" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Velg to forskjellige kolonner" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Datapunktinnhold" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopier" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linjestreng" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Indre ring" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Ytre ring" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Vil du kopiere krypteringsnøkkel?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Krypteringsnøkkel" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2216,24 +2238,24 @@ msgstr "" "Indikerer at du har gjort endringer til denne siden; du vil bli bedt om " "bekreftelse før du forlater endringer" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Velg referert nøkkel" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Velg fremmednøkkel" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Velg primærnøkkelen eller en unik nøkkel!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Velg kolonne for visning" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2241,77 +2263,77 @@ msgstr "" "Du har ikke lagret endringene i utseendet. De vil forsvinne om du ikke " "lagrer dem. Ønsker du å fortsette?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sidenummer" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Lagre side" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Lagre side som" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Åpne siden" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Slett side" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Ikke navngitt" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Vennligst velg en side for å fortsette" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Vennligst tast inn et gyldig side navn" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Ønsker du å lagre endringene i den gjeldende siden?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Slettet side" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Eksporter relasjonsskjema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Endringene er lagret" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Legg til valg for kolonne \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objekt(er) opprettet." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Send" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Trykk Escape for å avbryte endring." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2319,15 +2341,15 @@ msgstr "" "Du har endret en del data og de har ikke blitt lagret. Er du sikker på at du " "vil forlate denne siden før du lagrer dataene?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Dra for å endre rekkefølgen." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klikk for å sortere resultatene etter denne kolonnen." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2337,26 +2359,26 @@ msgstr "" "mellom STIGENDE/ SYNKENDE
- Ctrl + klikk eller Alt + klikk (Mac: Shift " "+ Option + Klikk). For å fjerne kolonnen fra BESTILLT AV-leddet" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klikk for å markere/fjern markering." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dobbelklikk for å kopiere kolonnenavn." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Klikk pilen som peker ned
for å bytte på kolonnens synlighet." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Vis alle" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2365,11 +2387,11 @@ msgstr "" "valgene Endring, avkrysningsruten, redigere, kopiere og slette koblinger " "virker kanskje ikke etter lagring." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Skriv inn en gyldig heksadesimal streng. Gyldige tegn er 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2377,125 +2399,125 @@ msgstr "" "Ønsker du virkelig å se alle radene? For et stort bord kan dette krasje " "nettleseren." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Opprinnelig lengde" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "avbryt" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Avbrutt" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Vellykket" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Import status" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Legg filene her" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Velg database først" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Du kan også endre de fleste verdiene
ved å dobbeltklikke på dem." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Gå til link:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopier kolonnenavn." -#: js/messages.php:513 +#: js/messages.php:519 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:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generer passord" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generer" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Endre passord" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mer" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Vis panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Skjul panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Vis skjulte elementer i navigasjonstreet." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Lenke med hovedpanelet" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Fjern lenke fra hovedpanelet" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "Å filtrere alle databaser på serveren, trykker Enter etter et søkeord" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "Slik filtrerer du alle %s i databasen, trykk Enter etter et søkeord" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabeller" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "visning" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "prosedyrer" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "hendelse" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funksjoner" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Den valgte siden ble ikke funnet i historikken. Siden kan ha utløpt." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2505,50 +2527,50 @@ msgstr "" "versjon er %s, utgitt den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", siste tilgjengelige versjon:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "er oppdatert" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Opprett view" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Send feilrapport" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Send feilrapport" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Det oppstod en alvorlig feil i JavaScript. Ønsker du å sende en feilrapport?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Endre Rapportinnstillinger" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Vis Rapportdetaljer" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Eksporten er ufullstendig, på grunn av en lav kjøringsfrist på PHP nivå!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2557,62 +2579,62 @@ msgstr "" "Advarsel: et skjema på denne siden har mer enn %d felt. Ved innsending kan " "noen av feltene bli ignorert, på grunn av PHP max_input_vars konfigurasjon." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Noen feil har blitt oppdaget på serveren!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Vennligst se nederst i dette vinduet." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorer alle" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "I henhold til dine innstillinger, blir de sendt i dag, vær tålmodig." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Utfør denne spørring igjen?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Vil du virkelig slette dette bokmerket?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tabellkommentarer" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Skjul søkeresultater" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2622,342 +2644,342 @@ msgstr "" "grensen er nådd, enkelte funksjoner kan ikke fungere skikkelig for deg. I " "Safari er slike problem ofte forårsaket av \"Private Mode Browsing\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Neste" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "I dag" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Januar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mars" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Des" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Søndag" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Mandag" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Tirsdag" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Fredag" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Lørdag" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Søn" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Man" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Tir" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Tor" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Lør" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Søndag" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Man" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Tir" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ons" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Tor" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Fre" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Lør" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Uke" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalender-måned-år" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "ingen" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Time" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minutt" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekund" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Vennligst ordne dette feltet" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Vennligst tast inn en gyldig e-post adresse" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Vennligst tast inn en gyldig URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Vennligst tast inn en gyldig dato" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Vennligst tast inn en gyldig dato ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Vennligst tast inn et gyldig tall" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Vennligst tast inn et gyldig kreditkort nummer" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Vennligst oppgi kun tall" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Vennligst tast inn den samme verdien igjen" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Vennligst tast inn minst {0} tegn" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Vennligst tast inn en verdi mellom {0} og {1}" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Vennligst oppgi en gyldig lengde!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value greater than or equal to {0}" msgstr "Vennligst tast inn et gyldig tall!" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date or time" msgstr "Vennligst tast inn et gyldig tall!" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Vennligst tast inn et gyldig tall!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Feil" @@ -3027,16 +3049,16 @@ msgstr "per time" msgid "per day" msgstr "hver dag" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Nåværende konfigurasjonsfil (%s) er ikke lesbar." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Fontstørrelse" @@ -3055,7 +3077,7 @@ msgid "Requery" msgstr "Spør igjen" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3064,7 +3086,7 @@ msgstr "Spør igjen" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3139,7 +3161,7 @@ msgid "History" msgstr "Historikk" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3162,7 +3184,7 @@ msgstr "Historikk" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Innstillinger" @@ -3254,7 +3276,7 @@ msgid "Count:" msgstr "Antall" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3308,10 +3330,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Bytt til kopiert tabell" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3319,10 +3341,10 @@ msgstr "Bytt til kopiert tabell" msgid "Ascending" msgstr "Stigende" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3538,161 +3560,162 @@ msgstr "Avmarker alle" msgid "Inside column:" msgstr "I kolonne:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Lagre redigerte data" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Tilbakestill kolonnerekkefølge" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filter rader" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Søk i denne tabellen" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Neste" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Siste" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alle" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Antall rader:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sorter etter nøkkel" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Delvise tekster" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Hele tekster" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relasjonsnøkkel" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relasjonsvisningskolonne" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Vis binært innhold" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Vis BLOB innhold" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Skjul nettlesertransformasjon" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Velkjent Tekst" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Velkjent Binær" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Raden er slettet." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Avslutt" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Kan være unøyaktig. Se [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Kommandoen/spørringen er utført." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, 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." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Viser radene %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d total, %2$d i spørring" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d totalt" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Spørring tok %01.4f sekunder." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Med avkrysset:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3701,24 +3724,24 @@ msgstr "Med avkrysset:" msgid "Check All" msgstr "Merk alle" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Utskriftsvennlig forhåndsvisning" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Spørringsresultatshandlinger" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Vis diagram" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualiser GIS data" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link ikke funnet!" @@ -3844,7 +3867,7 @@ msgstr "Kardinalitet" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3854,7 +3877,7 @@ msgid "Collation" msgstr "Sammenligning" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentar" @@ -3869,7 +3892,7 @@ msgid "Index %s has been dropped." msgstr "Indeksen %s har blitt slettet." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3887,7 +3910,7 @@ msgstr "" "fjernes." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Tjener" @@ -3904,7 +3927,7 @@ msgstr "Vis" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3935,7 +3958,7 @@ msgstr "Sett inn" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegier" @@ -3998,15 +4021,17 @@ msgid "Central columns" msgstr "Senter kolonner" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Brukere" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4082,7 +4107,7 @@ msgid "Could not save favorite table!" msgstr "Kunne ikke lagre favorittabell!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Fjern fra favoritter" @@ -4103,7 +4128,7 @@ msgid "Recent" msgstr "Nylige" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favorittabeller" @@ -4730,16 +4755,16 @@ msgstr "Maksimum størrelse: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL sa: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Forklar SQL" @@ -4756,7 +4781,7 @@ msgstr "" msgid "Without PHP Code" msgstr "uten PHP kode" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Lag PHP kode" @@ -4847,6 +4872,10 @@ msgstr "Sist oppdatert" msgid "Last check" msgstr "Sist kontrollert" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Brukere" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Søk:" @@ -4942,8 +4971,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4951,7 +4980,7 @@ msgstr "Navn" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Lengde/Sett*" @@ -5232,7 +5261,7 @@ msgid "Not a valid port number!" msgstr "Ikke et gyldig portnummer!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Ugyldig verdi!" @@ -5243,35 +5272,35 @@ msgstr "Ugyldig verdi!" msgid "Value must be equal or lower than %s!" msgstr "Verdien må være mindre enn eller lik %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Mangler data for %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "ikke tilgjengelig" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" trenger %s tillegget" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Komprimert import vil ikke fungere, funksjonen (%s) mangler." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Komprimert eksport vil ikke fungere,funksjonen (%s) mangler." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5287,7 +5316,7 @@ msgid "Set value: %s" msgstr "Sett verdi: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Gjennopprett standard verdi" @@ -5870,7 +5899,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maks kjøretid" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -5880,7 +5909,7 @@ msgstr "Oversikt" msgid "Save as file" msgstr "Lagre som fil" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Filens tegnsett" @@ -5896,8 +5925,8 @@ msgstr "Kompresjon" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5907,14 +5936,14 @@ msgstr "Kompresjon" msgid "Put columns names in the first row" msgstr "Sett inn kolonnenavn i første rad" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Kolonner omsluttet av" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped by" @@ -5924,8 +5953,8 @@ msgstr "Kolonner beskyttet med" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Erstatt NULL med" @@ -5933,15 +5962,15 @@ msgstr "Erstatt NULL med" msgid "Remove CRLF characters within columns" msgstr "Fjern CRLF tegn inne i kolonner" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Kolonner avsluttet med" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -5965,8 +5994,8 @@ msgid "Table name template" msgstr "Tabellnavnmal" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5994,14 +6023,14 @@ msgid "Label key" msgstr "Merkelappnøkkel" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relasjoner" @@ -6009,112 +6038,118 @@ msgstr "Relasjoner" msgid "Export method" msgstr "Eksportmetode" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Lagre på tjener" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Skriv over eksisterende filer" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horisontal (roterte overskrifter)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Husk filnavnmal" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Legg til AUTO_INCREMENT verdi" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Bruk venstre anførselstegn med tabell og kolonnenavn" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL kompatibilitetsmodus" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "OPPRETT TABELL valg:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Opprettelse/Oppdaterings/Kontrolldato" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Bruk forsinkede innsettinger" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Slå av kontroll av fremmednøkler" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Eksporter views som tabeller" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Legg til %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Bruk heksadesimal for BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Bruk ignore inserts" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntaks i bruk ved innsetting av data" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maksimum lengde av opprettet spørring" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Eksport type" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Inneslutt eksport i en transaksjon" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Eksport tid i UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Tving sikker tilkobling ved bruk av phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Tving SSL tilkobling" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6126,192 +6161,192 @@ msgstr "" "Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; " "[kbd]content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Fremmednøkkelrekkefølge" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "En nedfallsboks vil bli brukt hvis færre elementer er tilstede" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Fremmednøkkelbegrensning" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Kontroll av fremmednøkler:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Visningsmodus" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Endre visningsmodus" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Tilpass standardinstillinger" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV-data" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Utvikler" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Instillinger for phpMyAdmin utviklere" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Redigeringsmodus" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Endre redigeringsmodus" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Eksportinnstillinger" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Endre standard eksportinnstillinger" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Egenskaper" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Generell" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Angi noen vanlig brukte alternativer" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importinnstillinger" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Endre standard importinnstillinger" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / eksport" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Set import and eksport mapper og komprimeringsinnstillinger" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Databasevisningsinnstillinger" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigasjonspanel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Endre utseendet til navigasjonsrammen" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigasjonspanel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Tilpasse navigasjonspanelet" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Tjenere" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Tjenervisningsinnstillinger" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Tabellvisningsinnstillinger" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Hovedpanel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Andre hovedinnstillinger" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Innstillinger som ikke passer andre steder" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sidetitler" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6325,11 +6360,11 @@ msgstr "" "[doc@cfg_TitleTable]dokumentasjon[/doc] for spesielle strenger som kan tas i " "bruk for å tilgang til spesialverdier." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Sikkerhet" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6341,25 +6376,25 @@ msgstr "" "Merk at phpMyAdmin er bare et brukergrensesnitt og dens egenskaper begrenser " "ikke MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Grunnleggende innstillinger" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Godkjenning" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Innstillinger godkjenning" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Tjenerinnstillinger" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6371,17 +6406,17 @@ msgstr "" "Avanserte tjenerinnstillinger, ikke endre disse hvis du ikke vet hva de er " "for" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Legg til tjenertilkoblingsparametre" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Konfigurasjonslager" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6396,11 +6431,11 @@ msgstr "" "funksjonalitet, se [doc@linked-tables]phpMyAdming konfigurasjonslager[/doc] " "i dokumentasjonen" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Endringssporing" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6408,121 +6443,121 @@ msgstr "" "Sporing av endringer utført i databasen. Krever at phpMyAdming " "konfigurasjonslager er satt opp." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Endre eksportstandarder" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Endre importstandarder" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Tilpasse navigasjonspanelet" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Tilpasse hovedpanelet" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL spørringer" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL spørringsboks" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Endre linker vist i SQL spørringsbokser" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL søkeinnstilinger" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Oppstart" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Endre oppstartssiden" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Databasestruktur" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabellstruktur" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Faner" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Velg hvordan du ønsker fanene skal fungere" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Vis relasjonsskjema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Papirstørrelse" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstfelt" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Tilpass tekstfelter" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Tilpass standardinstillinger" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Advarsler" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Slå av noen av advarslene fra phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6534,15 +6569,15 @@ msgstr "" "Slå på [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering for import " "og eksportoperasjoner" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Ekstra parametre for iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6554,11 +6589,11 @@ msgstr "" "Hvis påslått vil PMA forsette å behandle flerspørrings spørringer også hvis " "en av spørringene feiler" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorer flere spørringsfeil" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6568,25 +6603,25 @@ msgstr "" "nærheten av tidsbegrensningen. Dette kan være en god måte å importere store " "filer, men den kan knekke transaksjoner." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Delvis import: tillat avbrudd" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Ikke avbryt under INSERT feil" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6598,62 +6633,62 @@ msgstr "" "Standard format, merk at denne lista avhenger av lokasjon (database, tabell) " "og bare SQL er alltid tilgjengelig" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Importfilformat" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Bruk LOCAL nøkkelord" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Kolonnenavn i første rad" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ikke importer tomme rader" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importer valuta ($5.00 til 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importer prosenter som heltall (12.00% til .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Antall poster(spørringer) å hoppe over fra start" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Delvis import: hopp over spørringer" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Initiell tilstand for slidere" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Hvor mange rader som kan settes inn på en gang" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Antall innsettingsrader" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6663,11 +6698,11 @@ msgid "" msgstr "" "Maksimalt antall karakterer vist i ikke-numeriske kolonner i oversiktsvisning" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Begrens kolonne tegn" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6677,11 +6712,11 @@ msgstr "" "ellers bare for den aktuelle tjeneren. Sett denne til FALSE gjør det lett å " "glemme å logge ut fra andre tjenere når du bruker flere." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Slett alle cookies ved utlogging" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6693,11 +6728,11 @@ msgstr "" "Definerer om forrige innlogging skal husker eller ikke i cookie " "autentiseringsmodus" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Husk brukernavn" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6709,56 +6744,56 @@ msgstr "" "sessjon, det vil si at den vil bli slettet så fort du lukker " "nettleservinduet. Dette er anbefalt for ikke sikre brukermiljøer." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Innloggings cookie lagring" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definer hvor lenge (i sekunder) en innloggings cookie skal være gyldig" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Innloggings cookie gyldighet" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Dobbel størrelse i tekstområde for LONGTEXT kolonner" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Større tekstområde for LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maks antall tegn brukt når en SQL spørring er framvist" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maks lengde SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Brukere kan ikke angi en høyere verdi" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maks antall tabeller vist i tabellista" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maks antall databaser" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6769,24 +6804,24 @@ msgid "" msgstr "" "Antall elementer som kan vises på hver enkelt side av navigasjonstreet." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Maksimum størrelse for innskrivningsfelt" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Antall elementer som kan vises på hver enkelt side av navigasjonstreet." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6794,21 +6829,21 @@ msgstr "" "Antall rader som viser ved framvisning av et resultat. Hvis resultatet " "inneholder flere rader vil \"Forrige\" og \"Neste\" linker bli vist." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maks antall rader som kan framvises" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maks antall tabeller vist i tabellista" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maks antall tabeller" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6820,45 +6855,45 @@ msgstr "" "Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] " "([kbd]0[/kbd] for ingen begrensning)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Minnetak" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Vis logo i venstre ramme" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Vis logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL hvor logoen i navigasjonsrammen skal peke til" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo link URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6870,31 +6905,31 @@ msgstr "" "Åpne den linkede siden i hovedvinduet ([kbd]main[/kbd]) eller i en ny en " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo link mål" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Vis tjenervalg øverst i venstre ramme" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Vis tjenerutvalg" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Mål for hurtigtilgangsikon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Mål for hurtigtilgangsikon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6902,15 +6937,15 @@ msgstr "" "Angi minste antall elementer (tabeller, views, rutiner og hendelser) som " "skal vises i en filterboks." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minste antall elementer som kreves for å vise filterboksen" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minste antall databaser som skal vises i database-filterboksen" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -6922,62 +6957,62 @@ msgstr "" "Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet " "definert nedenfor)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Streng som skiller databaser i forskellige trenivåer" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Database treskilletegn" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Streng som skiller tabeller i forskellige trenivåer" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Tabelltreseparator" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maks tabelltredybde" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Uthev tjener under musmarkøren" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Aktiver utheving" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Enten å tilby muligheten for tre ekspansjon i navigasjonspanelet ." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Tabellbasert navigasjonsområde" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Vis tabeller" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6985,116 +7020,116 @@ msgstr "Vis tabeller" msgid "Whether to show tables under database in the navigation tree" msgstr "Enten å tilby muligheten for tre ekspansjon i navigasjonspanelet ." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Vis versjoner" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Vis funksjonsfelter" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Vis prosesser" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Vis versjoner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maksimalt antall nylig brukte tabeller; sett til 0 for å deaktivere" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maksimalt antall nylig brukte tabeller; sett til 0 for å deaktivere" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Sist brukte tabeller" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Disse er Rediger-, kopi- og slettelenker" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Hvor tabell-lenkene skal vises" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "Bruk naturlig rekkefølge for å sortere tabell- og databasenavn" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Normal rekkefølge" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Bruk bare ikoner, bare tekst eller begge deler" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tabellbasert navigasjonsområde" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Bruk GZip utbuffring for økt hastighet i HTTP overføringer" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip utbuffring" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7106,21 +7141,21 @@ msgstr "" "[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, " "DATETIME og TIMESTAMP, ellers stigende rekkefølge" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Standard sorteringsrekkefølge" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Bruk vedvarende forbindelser til MySQL databasen" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Vedvarende forbindelser" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7134,11 +7169,11 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7150,11 +7185,11 @@ msgstr "" "Slå av forvalgt advarsel som blir vist hvis mcrypt mangler ved " "informasjonskapsel autentisering" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7167,27 +7202,27 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Hvordan menyfanene vises" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Ikke tillat redigering av BLOB- eller BINARY-kolonner." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Beskytt binære kolonner" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7197,53 +7232,53 @@ msgstr "" "konfigurasjonslagring). Hvis avslått vil historikken mistes når vinduet " "lukkes, fordi det da brukes JS-rutiner vise den." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Permanent spørringshistorie" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Hvor mange spørringer lagres" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Spørringshistorielengde" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Velg hvilken funksjon som vil bli brukt for karaktertegnsettskonverteringer" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Rekodingsmotor" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Ved visning av tabeller vil sorteringen av hver enkelt tabell bli husket" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Husk tabellens sortering" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Standard sorteringsrekkefølge" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7251,91 +7286,91 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Gjenta topptekst hver n. rad; [kbd]0[/kbd] deaktiverer funksjonen" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Gjenta topptekst" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relasjonsvisningskolonne" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Tjenervisningsinnstillinger" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Rutenett - redigering: Lagre alle redigerte celler på en gang" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Mappe for eksporter kan lagres på tjeneren" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Lagringsmappe" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "La stå tom hvis ikke brukt" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Rekkefølge for vertsautorisering" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "La stå tom for standard" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regler for vertsautorisering" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Tillat innlogging uten passord" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Tillat innlogging som root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Økts verdi" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm navn for visning ved bruk av HTTP Auth" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7350,21 +7385,21 @@ msgstr "" "authentication[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/" "swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey config fil" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Autentiseringsmetode som skal brukes" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentiseringstype" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7372,11 +7407,11 @@ msgstr "" "La stå tom å slå av [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/" "a]forslag: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Bokmerketabell" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7388,35 +7423,35 @@ msgstr "" "La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: " "[kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Kolonneinformasjonstabell" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Komprimer tilkoblingen til MySQL tjeneren" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimer tilkobling" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Hvordan koble til tjener, behold [kbd]tcp[/kbd] hvis usikker" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tilkoblingstype" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Kontrollbrukerpassord" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7430,11 +7465,11 @@ msgstr "" "informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrollbruker" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7446,11 +7481,11 @@ msgstr "" "En alternativ vert til å holde konfigurasjonslageret; la være tom for å " "bruke den allerede definerte verten" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrollvert" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7463,19 +7498,19 @@ msgstr "" "En alternativ vert til å holde konfigurasjonslageret; la være tom for å " "bruke den allerede definerte verten" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Kontrollvert" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Skjul databaser som matcher regular expression (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7483,15 +7518,15 @@ msgstr "" "Mer informasjon på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Slå av bruk av INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Skul databaser" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7502,25 +7537,25 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL spørringshistorietabell" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Vertsnavn hvor MySQL tjeneren kjører" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Tjenervertsnavn" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Logg ut URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7532,17 +7567,17 @@ msgstr "" "Begrenser antall tabellpreferanser som blir lagret i databasen, de eldste " "postene blir automatisk slettet" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maksimalt antall tabellpreferanser som lagres" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Se slavestatustabell" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7552,13 +7587,29 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Eksporter views som tabeller" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR textarea kolonner" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -7569,17 +7620,17 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Forsøk å koble til uten passord" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Koble til uten passord" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -7598,21 +7649,21 @@ msgstr "" "å bruke dem som vanlige karakterer, f.eks. bruk [kbd]'my\\_db'[/kbd] og ikke " "[kbd]'my_db'[/kbd] for å vise et understrek tegn." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Vis kun opplistede databaser" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "La stå tom om du ikke skal bruke config autentisering" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Passord for config autentisering" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -7621,11 +7672,11 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7640,22 +7691,22 @@ msgstr "" "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå " "blank for å slå av. Anbefalt: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Databasenavn" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Porten som MySQL tjeneren lytter på, la stå tom for standard verdi" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Tjenerport" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -7665,11 +7716,11 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Nylig brukt tabell" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -7679,13 +7730,13 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favorittabeller" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7697,11 +7748,11 @@ msgstr "" "La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/" "relation]relasjonslink[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relasjonstabell" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7713,35 +7764,35 @@ msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] for et eksempel" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon sesjonsnavn" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Innloggingslink" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Sokkel som MySQL tjeneren lytter på, la stå tom for standard verdi" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Tjenersokkel" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Slå på SSL for tilkobling til MySQL tjener" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Bruk SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -7752,13 +7803,13 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: tabellkoordinater" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7770,11 +7821,11 @@ msgstr "" "Tabell for beskrivelse av visningskolonner, la stå tom for ingen støtte; " "anbefalt: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Visningskolonnetabell" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -7784,11 +7835,11 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabell for UI preferanser" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7796,11 +7847,11 @@ msgstr "" "Om en DROP DATABASE IF EXISTS spørring skal bli lagt til som første linje i " "loggen når oppretter en database." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Legg til DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7808,11 +7859,11 @@ msgstr "" "Om en DROP TABLE IF EXISTS spørring vil bli lagt til som første linje til " "loggen når oppretter en tabell." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Legg til DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7820,20 +7871,20 @@ msgstr "" "Om en DROP VIEW IF EXISTS spørring vil bli lagt til som første linje i " "loggen når opprettes en visning." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Legg til DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definerer lista med spørringer autoopprettinga bruker for nye versjoner." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Spørringer som skal spores" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7844,11 +7895,11 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL spørringssporingstabell" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7856,11 +7907,11 @@ msgstr "" "Om sporingsmekanismen oppretter versjoner for tabeller og visninger " "automatisk." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automatisk opprette versjoner" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -7870,37 +7921,37 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabell for lagring av brukerpreferanser" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Bruk tabeller" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Vis vert tabell" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -7910,15 +7961,15 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Bruker for config autentisering" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7926,21 +7977,21 @@ msgstr "" "En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av " "vertsnavn istedet." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Fult navn for denne tjeneren" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Avgjør om en bruker får en \"vis alle (rader)\" knapp" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Tillat visning av alle rader" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7956,85 +8007,85 @@ msgstr "" "autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette " "begrenser ikke muligheten til å utføre samme kommando direkte" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Vis passordendringsskjema" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Vis opprett database skjema" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabellkommentarer" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Vis versjoner" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Vis masterstatus" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Vis felttyper" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Vis funksjonsfelter i rediger/sett inn modus" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Vis funksjonsfelter" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "Om hint skal vises eller ikke" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Vis hint" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8046,15 +8097,15 @@ msgstr "" "Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "resultat" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Vis detaljert MySQL tjenerinformasjon" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8062,32 +8113,32 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Definer om SQL spørringer generert av phpMyAdmin skal vises" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Vis SQL spørringer" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Skjul spørringsboks" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Vis statistikk" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8096,11 +8147,11 @@ msgid "" msgstr "" "Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ignorer låste tabeller" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -8108,11 +8159,11 @@ msgid "" "detected." msgstr "En advarsel vises på hovedsiden dersom Suhosin er oppdaget" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8126,65 +8177,65 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Innloggings cookie gyldighet" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR textarea kolonner" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR textarea rader" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a database is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when nothing is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Forvalgt tittel" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a table is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8202,56 +8253,56 @@ msgstr "" "Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste over godkjente mellomlager for IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Mappe på tjeneren hvor du kan laste opp filer for import" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Opplastingsmappe" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Gjør det mulig å søke i hele databasen" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Bruk databasesøk" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Sjekk for siste versjon" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versjonskontroll" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8259,34 +8310,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Brukernavn" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Passord" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8298,53 +8349,53 @@ msgstr "" "Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-" "komprimering for import og eksportoperasjoner" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Tjenerport" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8374,51 +8425,84 @@ msgstr "HTTP autentisering" msgid "Signon authentication" msgstr "Rekkefølge for vertsautentisering" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document regneark" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rask" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Egendefinert" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Databaseeksportinnstillinger" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV for MS Excel data" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document tekst" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Ingen data funnet" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabellen %1$s har blitt endret." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Tråd %s ble avsluttet med suksess." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Intern relasjon lagt til" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8433,12 +8517,12 @@ msgstr "" msgid "No change" msgstr "Ingen endring" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8494,6 +8578,7 @@ msgid "Create database" msgstr "Opprett ny database" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Opprett" @@ -8509,7 +8594,7 @@ msgid "No Privileges" msgstr "Ingen privilegier" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Opprett tabell" @@ -8521,50 +8606,95 @@ msgstr "Antall kolonner" msgid "Could not load export plugins, please check your installation!" msgstr "Kunne ikke laste eksporttillegg, kontroller din innstallasjon!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Eksporter database fra gjeldende tjener" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Eksporter tabell fra \"%s\" database" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Eksporter rader fra %s tabell" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Eksportmetode:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Eksport type" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Filnavn mal:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabellnavn" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Filnavn mal:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s tabell" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Oppdatert" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Velg en tabell" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Eksportmetode" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Hurtig - vis minimum alternativer" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Egendefinert - vis alle alternativer" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Database(r):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabell(er):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formatspesifike valg:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8572,52 +8702,52 @@ msgstr "" "Bla ned for å fylle ut valgene for det valgte formatet og ignorere valgene " "for andre formater." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Kodingskonvertering:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rader:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Dump (noen) rad(er)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Start med rad:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Dump alle rader" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Utskrift:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Lagre på server i %s katalogen" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Filnavn mal:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ vil bli tjenernavnet" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ vil bli databasenavnet" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ vil bli tabellnavnet" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "alue is interpreted using %1$sstrftime%2$s, so you can use time matting " @@ -8632,84 +8762,84 @@ msgstr "" "tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. " "All annen tekst beholdes som den er." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Filens tegnsett:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Komprimering:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "Pakket (zip)" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzippet" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Vis utskrift som tekst" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Eksporter views som tabeller" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horisontal (roterte overskrifter)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Lagre utdata til fil" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Velg tabeller" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Velg tabeller" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Databasenavn" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "Brukernavn" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Kopier kolonnenavn" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9268,7 +9398,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump har blitt lagret til filen %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerte ett tomt resultat (m.a.o. ingen rader)." @@ -9358,7 +9488,7 @@ msgstr "Skjul" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksjon" @@ -9441,7 +9571,7 @@ msgstr "" "å bevege deg hvor som helst" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9908,7 +10038,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Visning" @@ -10208,236 +10338,247 @@ msgstr "" msgid "Rename database to" msgstr "Endre databasens navn til" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Du har ikke nok rettigheter til å være her nå!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Rediger privilegier" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databasen %s har blitt slettet." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Fjern database" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Drop databasen (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Kun struktur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur og data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Bare data" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kopier databasen til" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE før kopiering" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Legg til begrensninger" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Bytt til kopiert database" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Endre tabellrekkefølge ved" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(enkeltvis)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Flytt tabell til (database.tabell)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Endre tabellens navn" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabellkommentarer" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabellinnstillinger" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Lagringsmotor" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopier tabell til (database.tabell)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Bytt til kopiert tabell" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabellvedlikehold" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyser tabell" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Kontroller tabell" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Kontroller tabell" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmenter tabell" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabelen %s har blitt oppfrisket." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Oppfrisk tabellen (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiser tabell" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparer tabell" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete data or table" msgstr "Slett overvåkningsdata for denne tabellen" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Go to database" msgid "Delete the table (DROP)" msgstr "Gå til database" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyser" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Kontroller" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimaliser" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Gjenoppbygg" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparer" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Lukk" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Partisjonsvedlikehold" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partisjon %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Fjern partisjonering" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Sjekk referanseintegritet:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til samme navn!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Kan ikke kopiere tabellen til samme navn!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabellen %s har blitt flyttet til %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabellen %s er kopiert til %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabellen %s har blitt flyttet til %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s er kopiert til %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tabellnavnet er tomt!" @@ -10647,7 +10788,7 @@ msgstr "Hendelse" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11718,11 +11859,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Husk tabellens sortering" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Ugyldig eksport-type" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Raske steg for å sette opp avansert funksjonalitet:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11730,11 +11877,11 @@ msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Opprett nødvendige tabeller med examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Opprett en pma bruker og gi tilgang til disse tabellene." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11742,23 +11889,23 @@ msgstr "" "Slå på avansert funksjonalitet i konfigurasjonsfilen (config.inc.php), f.eks. med eksempel fra config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 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:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ingen beskrivelse" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11766,14 +11913,14 @@ msgid "" "configuration storage there." msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11975,6 +12122,7 @@ msgstr "Brukernavn" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Brukernavn" @@ -12155,10 +12303,10 @@ msgid "Master server changed successfully to %s." msgstr "Mastertjener endret til %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -12182,7 +12330,7 @@ msgstr "Kolonne %s har blitt slettet" msgid "Event %1$s has been created." msgstr "Tabellen %1$s har blitt opprettet." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12193,7 +12341,8 @@ msgstr "" msgid "Edit event" msgstr "Rediger tjener" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12211,7 +12360,7 @@ msgid "Event type" msgstr "Hendelsestype" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12246,13 +12395,13 @@ msgid "On completion preserve" msgstr "Komplette inserts" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12280,9 +12429,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -12319,148 +12468,154 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "Ugyldig tjenerindeks: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Kolonne %s har blitt slettet" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Column %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Kolonne %s har blitt slettet" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabellen %1$s har blitt opprettet." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Redigeringsmodus" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Rutiner" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Direkte linker" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Apply index(s)" msgid "Add parameter" msgstr "Utfør indeks(er)" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Fjern database" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Returtype" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Lengde/Sett*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Tabellinnstillinger" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "Sikkerhet" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Ugylding tabellnavn" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Tillater utføring av lagrede rutiner." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13075,12 +13230,16 @@ msgid "You have revoked the privileges for %s." msgstr "Du har fjernet privilegiene til %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Legg til bruker" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Brukerdatabase" #: libraries/server_privileges.lib.php:1946 @@ -13109,9 +13268,7 @@ msgid "User has been added." msgstr "Visningen %s har blitt slettet" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13192,11 +13349,15 @@ msgstr "" "… slett den gamle fra brukertabellene og deretter oppfrisk privilegiene." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Endre innloggingsinformasjon / kopiere bruker" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Opprett ny bruker med de samme privilegier og …" #: libraries/server_privileges.lib.php:3036 @@ -13220,7 +13381,9 @@ msgid "Add privileges on the following table:" msgstr "Legg til privilegier til følgende tabell" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Fjern valgte brukere" #: libraries/server_privileges.lib.php:3376 @@ -13255,45 +13418,51 @@ msgstr "Du har oppdatert privilegiene til %s." msgid "Deleting %s" msgstr "Sletter %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Oppfriskingen av privilegiene lyktes." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Brukeren %s finnes fra før!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegier" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Rediger privilegier" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Brukere" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Brukeroversikt" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13306,11 +13475,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Du har lagt til en ny bruker." @@ -14691,7 +14860,7 @@ msgstr "Ugyldig identifikator" msgid "Unknown Punctuation String" msgstr "Ukjent tegnsettingsstreng" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabellen %s har blitt tømt." @@ -14704,14 +14873,14 @@ msgstr "Overvåkning er aktiv." msgid "Tracking is not active." msgstr "Overvåkning er ikke aktiv." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Visningen %s har blitt slettet" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14953,47 +15122,42 @@ msgstr "Plassbruk" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabellen %1$s har blitt endret." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabellen %1$s har blitt endret." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Gather errors" msgid "Query error" msgstr "Samle feilmeldinger" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "De valgte brukerne har blitt slettet." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Legg til en ny tjener" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Favotittlisten er full!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Vis SQL spørringer" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15491,20 +15655,6 @@ msgstr "Ingen ny stabil versjon er tilgjengelig" msgid "Wrong data" msgstr "Ingen databaser" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Ingen data funnet" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15515,7 +15665,7 @@ msgstr "'%s' database eksisterer ikke." msgid "Table %s already exists!" msgstr "Tabel %s eksisterer allerede!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Vis dump (skjema) av tabell" @@ -15523,31 +15673,19 @@ msgstr "Vis dump (skjema) av tabell" msgid "Invalid table name" msgstr "Ugylding tabellnavn" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Intern relasjon lagt til" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Tråd %s ble avsluttet med suksess." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15772,7 +15910,7 @@ msgid "subquery" msgstr "i spørring" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Opprett relasjon" @@ -15856,13 +15994,13 @@ msgstr "Brukernavn" msgid "Delete pages" msgstr "Velg side" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Oppdater" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Hjelp" @@ -16150,43 +16288,43 @@ msgstr "Rapporttittel" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL spørringer" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Verdi" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "I kolonne:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Verdier for kolonne %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17543,6 +17681,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert er satt til 0" +#~ msgid "Add user" +#~ msgstr "Legg til bruker" + +#~ msgid "Export Method:" +#~ msgstr "Eksportmetode:" + #, fuzzy #~| msgid "No data found for the chart." #~ msgid "No data found for GIS visualization." @@ -17796,11 +17940,6 @@ msgstr "concurrent_insert er satt til 0" #~ msgid "pdf export page" #~ msgstr "Ugyldig eksport-type" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Ugyldig eksport-type" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/ne.po b/po/ne.po index 754b072af3..0538c4911a 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-08-26 15:28+0200\n" "Last-Translator: Nabin Ghimire \n" "Language-Team: Nepali Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1336,47 +1352,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1384,136 +1400,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1523,144 +1539,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1671,59 +1687,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1732,61 +1748,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1796,59 +1812,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1856,163 +1872,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2021,399 +2037,399 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "टेबल" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Action" msgid "functions" msgstr "कार्य" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2421,442 +2437,442 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments:" msgid "Show arguments" msgstr "टेबलको टिप्पणीहरु:" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2924,16 +2940,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2952,7 +2968,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2961,7 +2977,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3036,7 +3052,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3059,7 +3075,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3132,7 +3148,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3184,10 +3200,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3195,10 +3211,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3409,161 +3425,162 @@ msgstr "सबै परित्याग गर्नुहोस" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3572,24 +3589,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3709,7 +3726,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3719,7 +3736,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3734,7 +3751,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3750,7 +3767,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3767,7 +3784,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3798,7 +3815,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3861,15 +3878,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3945,7 +3962,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3966,7 +3983,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4524,16 +4541,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4550,7 +4567,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4641,6 +4658,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4731,8 +4752,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4740,7 +4761,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5013,7 +5034,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5024,35 +5045,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5067,7 +5088,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5462,7 +5483,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5471,7 +5492,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5487,8 +5508,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5498,14 +5519,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5513,8 +5534,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5522,13 +5543,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5550,8 +5571,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5579,14 +5600,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5594,566 +5615,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6161,1107 +6186,1117 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "टेबलको टिप्पणीहरु:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Favorites table" msgstr "%s टेबल" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "टेबलको टिप्पणीहरु:" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7269,52 +7304,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7322,80 +7357,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7419,47 +7454,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7474,12 +7536,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7529,6 +7591,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7542,7 +7605,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7554,101 +7617,131 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "सबै चयन गर्नुहोस" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7656,72 +7749,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8207,7 +8300,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8282,7 +8375,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8356,7 +8449,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8783,7 +8876,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9058,223 +9151,232 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy msgid "Checksum table" msgstr "ट्रैक तालिका" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9461,7 +9563,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10335,54 +10437,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "निर्यात प्रकार अवैध भयो" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10554,6 +10662,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10706,10 +10815,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10730,7 +10839,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10739,7 +10848,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10753,7 +10863,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10781,13 +10891,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10813,9 +10923,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10848,125 +10958,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11504,13 +11620,15 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "टिप्पणी:" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11536,9 +11654,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11613,11 +11729,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11637,7 +11753,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11672,40 +11788,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11714,11 +11834,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12848,7 +12968,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12861,13 +12981,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13078,38 +13198,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13553,18 +13668,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13575,7 +13678,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13583,27 +13686,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13776,7 +13871,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13840,13 +13935,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14089,37 +14184,37 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Column" msgid "Value Column:" msgstr "स्तम्भ" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/nl.po b/po/nl.po index a9c43de90c..4e324476f8 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-07-04 11:08+0200\n" "Last-Translator: dingo thirteen \n" -"Language-Team: Dutch " -"\n" +"Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,9 +91,9 @@ msgstr "Kolom" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Verwijst naar" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Opmerkingen" msgid "Primary" msgstr "Primaire sleutel" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Primaire sleutel" msgid "No" msgstr "Nee" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "Nee" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "Geen tabellen gevonden in de database." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabellen" @@ -248,11 +248,11 @@ msgstr "Tabellen" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Structuur" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Data" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Alles selecteren" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "De databasenaam is leeg!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "Database %1$s is hernoemd naar %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "Database %1$s is gekopieerd naar %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -337,14 +336,14 @@ msgid "Tracked tables" msgstr "Tabellen met tracker" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -362,7 +361,7 @@ msgstr "Aangemaakt" msgid "Updated" msgstr "Bijgewerkt" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -493,23 +492,23 @@ msgid "Point:" msgstr "Punt:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Punt %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Een punt toevoegen" @@ -533,7 +532,7 @@ msgstr "Binnenste ring %d:" msgid "Add a linestring" msgstr "Een regel-string toevoegen" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Een binnenring toevoegen" @@ -550,32 +549,32 @@ msgstr "Een veelhoek toevoegen" msgid "Add geometry" msgstr "Geometrie toevoegen" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -604,7 +603,7 @@ msgstr "" msgid "Succeeded" msgstr "Geslaagd" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Mislukt" @@ -710,7 +709,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Voortgang van de import kon niet worden geladen." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -808,7 +807,7 @@ msgstr "Versie-informatie:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1171,7 +1170,7 @@ msgid "SQL query:" msgstr "SQL-query:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y-waarden" @@ -1197,36 +1196,58 @@ msgstr "De wachtwoorden zijn niet gelijk!" msgid "Removing Selected Users" msgstr "Geselecteerde gebruikers worden verwijderd" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Sluiten" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Het aantal pagina's dat werd aangemaakt." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Het profiel is aangepast." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "De regel werd verwijderd." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Andere" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "," -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Verbindingen / Processen" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Configuratie van lokale monitoring is niet geldig!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1239,154 +1260,154 @@ msgstr "" "Reset de instellingen naar de standaardwaarden in het menu Instellingen." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Querycache-efficiëntie" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Querycache-gebruik" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Querycache gebruikt" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "CPU-gebruik" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Systeemgeheugen" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Systeemwisselbestand" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Gemiddelde systeembelasting" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Totaal geheugen" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Gecached geheugen" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Gebufferd geheugen" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Vrij geheugen" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Gebruikt geheugen" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Totaal wisselbestand" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Gecached wisselbestand" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Wisselbestand in gebruik" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Vrij wisselbestand" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Doorgestuurde bytes" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Ontvangen bytes" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Verbindingen" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processen" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(len)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Questions" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Verkeer" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Instellingen" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Grafiek toevoegen aan raster" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Voeg tenminste één variabele toe aan de reeks!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1398,47 +1419,47 @@ msgstr "Voeg tenminste één variabele toe aan de reeks!" msgid "None" msgstr "Geen" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Monitor heropstarten" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Monitor pauzeren" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Start automatisch vernieuwen" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Stop automatisch vernieuwen" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log en slow_query_log zijn ingeschakeld." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log is ingeschakeld." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log is ingeschakeld." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log en general_log zijn uitgeschakeld." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output heeft niet TABLE als instelling." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output is ingesteld op TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1449,12 +1470,12 @@ msgstr "" "duren dan %d seconden. Het is aangeraden om long_query_time in te stellen op " "0-2 seconden, afhankelijk van uw systeem." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time is ingesteld op %d seconde(n)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1463,30 +1484,30 @@ msgstr "" "de standaardwaarde bij herstart van de server:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_ouput instellen op %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s inschakelen" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s uitschakelen" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time instellen op %d seconden." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1494,57 +1515,57 @@ msgstr "" "U kan deze variabelen niet wijzigen. Log in als root of neem contact op met " "de databasebeheerder." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Instellingen wijzigen" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Huidige instellingen" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Grafiektitel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Verschil" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Gedeeld door %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Eenheid" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Uit het logbestand van trage query's" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Uit het algemene logbestand" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "De databasenaam is niet gekend voor deze query in de serverlogboeken." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Bezig met analyseren van logbestanden" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Logbestanden worden geladen en geanalyseerd. Dit kan even duren." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Aanvraag onderbreken" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1554,7 +1575,7 @@ msgstr "" "de SQL-query werd gebruikt als criterium voor het groeperen, dus andere " "eigenschappen van query's, zoals de starttijd, kunnen verschillend zijn." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1564,32 +1585,32 @@ msgstr "" "query's voor dezelfde tabel ook gegroepeerd worden, zonder rekening te " "houden met de gegevens die ingevoegd worden." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Loggegevens zijn geladen. Aantal ondertussen uitgevoerde query's:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Ga naar tabel Log" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Geen gegevens gevonden" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Log is geanalyseerd, maar in deze periode zijn er geen gegevens gevonden." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Gegevens worden geanalyseerd…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Verklaar resultaat" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1599,60 +1620,60 @@ msgstr "Verklaar resultaat" msgid "Time" msgstr "Tijd" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Totale tijd:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiling-resultaten" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafiek" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Filteropties voor tabel Log" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter toepassen" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Query's filteren op woord/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Query's groeperen, verschillende parameter waarden in WHERE-statements " "worden genegeerd" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Aantal gegroepeerde rijen:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totaal:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Logboeken worden geladen" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Verversen van monitor mislukt" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1662,90 +1683,90 @@ msgstr "" "gegevens. Dit is waarschijnlijk omdat je sessie afgelopen is. Verversen van " "de pagina en opnieuw aanmelden zou dit probleem moeten oplossen." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Pagina verversen" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Getroffen rijen:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Verwerken van het configuratiebestand is mislukt. Het is geen geldig JSON-" "formaat." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Opbouwen van het raster met grafieken aan de hand van de geïmporteerde " "configuratie is mislukt. Standaard configuratie wordt gebruikt in de plaats…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importeren" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importeer monitor configuratie" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Selecteer het bestand dat u wil importeren." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Geen bestanden beschikbaar op de server om te importeren!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyseer Query" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Adviessysteem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mogelijke performantieproblemen" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Probleem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Aanbeveling" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Regeldetails" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Rechtvaardiging" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Gebruikte variabele / formule" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Aanmaken SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1756,59 +1777,59 @@ msgstr "Aanmaken SQL..." msgid "Cancel" msgstr "Annuleren" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Pagina gerelateerde instellingen" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Toepassen" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Laden…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Aanvraag afgebroken!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Bezig met verwerken" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Aanvraag gefaald!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Fout tijdens het verwerken van de opdracht" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Foutcode: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Foutomschrijving: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Er zijn geen databases geselecteerd." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Kolom komt te vervallen" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Primaire sleutel wordt toegevoegd" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1817,62 +1838,62 @@ msgstr "Primaire sleutel wordt toegevoegd" msgid "OK" msgstr "Correct" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klik om deze melding te sluiten" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Database hernoemen" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Database kopiëren" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Karakterset aanpassen" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Controle op externe sleutelvelden inschakelen" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Ophalen van exact aantal rijen mislukt." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Zoeken" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Zoekresultaten verbergen" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Zoekresultaten tonen" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Verkennen" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Verwijderen" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "De definitie van een opgeslagen functie moet een RETURN-statement bevatten!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1882,61 +1903,61 @@ msgstr "" msgid "Export" msgstr "Exporteren" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET-editor" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Waarden voor kolom %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Waarden voor een nieuwe kolom" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Plaats elke waarde in een afzonderlijk veld." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d nieuwe waarde(n) toevoegen" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Opmerking: Als het bestand meerdere tabellen bevat, zullen deze samengevoegd " "worden tot één tabel." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "SQL-queryveld verbergen" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "SQL-queryveld tonen" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Wijzigen" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1944,40 +1965,40 @@ msgstr "Wijzigen" msgid "Delete" msgstr "Verwijderen" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d is geen geldig rijnummer." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Bekijk vreemde waarden" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Geen automatisch opgeslagen query" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabele %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Kies" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Kolomselectie" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Zoek in deze lijst" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1987,15 +2008,15 @@ msgstr "" "centrale lijst voor database %s kolommen heeft die niet in de huidige tabel " "voorkomen." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Meer" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Bent u zeker?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2003,52 +2024,52 @@ msgstr "" "Deze actie wijzigt mogelijk de definitie van de kolommen.
Weet u zeker " "dat u wilt doorgaan?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Verder gaan" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Een primaire sleutel toevoegen" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Primaire sleutel toegevoegd." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Naar de volgende stap…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "De eerste stap van normalisatie is voltooid voor tabel '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Einde van de stap" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Tweede stap van normalisatie (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Klaar" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Gedeeltelijke afhankelijkheden bevestigen" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Dit zijn de geselecteerde gedeeltelijke afhankelijkheden:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2056,21 +2077,21 @@ msgstr "" "Opmerking: a, b -> d,f betekent waardes van kolom a en b gecombineerd kunnen " "de waarden determineren van kolom d en kolom f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Er zijn geen gedeeltelijke afhankelijkheden geselecteerd!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Toon de mogelijke gedeeltelijke afhankelijkheden op basis van gegevens in de " "tabel" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Verberg lijst met gedeeltelijke afhankelijkheden" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2078,40 +2099,40 @@ msgstr "" "Even geduld! Het kan enkele seconden duren, afhankelijk van de hoeveelheid " "gegevens en het aantal kolommen in de tabel." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Stap" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "De volgende acties worden uitgevoerd:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Verwijder (DROP) kolommen %s uit tabel %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Maak de volgende tabel aan" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Derde stap van normalisatie (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Overgankelijke afhankelijkheden bevestigen" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Dit zijn de geselecteerde afhankelijkheden:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Er zijn geen afhankelijkheden geselecteerd!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2120,128 +2141,128 @@ msgstr "Er zijn geen afhankelijkheden geselecteerd!" msgid "Save" msgstr "Opslaan" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Zoekcriteria verbergen" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Zoekcriteria tonen" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Zoeken op bereik" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Kolommaximum:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Kolomminimum:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimumwaarde:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maximumwaarde:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Zoek- en vervangcriteria verbergen" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Zoek- en vervangcriteria tonen" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Ieder punt stelt een gegevensrij voor." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Beweeg over een punt om het label te tonen." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Selecteer een sectie van de grafiek met de muis om in te zoomen." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Klik herstel zoom om terug te keren naar de begintoestand." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Klik een gegevenspunt aan om dit te bekijken en om eventueel de gegevens te " "bewerken." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "De weergave kan herschaald worden door het langs de hoek rechtsonder te " "slepen." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Selecteer twee kolommen" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Selecteer twee verschillende kolommen" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Inhoud gegevenspunt" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Negeren" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiëren" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Lijnstuk definitie" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygoon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrie" # https://nl.wikipedia.org/wiki/Ingeschreven_cirkel -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Ingeschreven cirkel" # https://nl.wikipedia.org/wiki/Aangeschreven_cirkel -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Aangeschreven cirkel" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Wilt u de encryptiesleutel kopiëren?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Encryptiesleutel" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2249,24 +2270,24 @@ msgstr "" "Geeft aan dat je wijzigingen in deze pagina hebt aangebracht; je zal om " "bevestiging gevraagd worden voordat deze wijzigingen verworpen worden" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Selecteer de gerefereerde sleutel" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Selecteer vreemde sleutel" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Selecteer de primaire sleutel of een unieke sleutel!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Kies weer te geven kolom" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2274,77 +2295,77 @@ msgstr "" "U hebt de layoutwijzigingen niet opgeslagen. Deze zullen verloren gaan als u " "deze niet opslaat. Wilt u doorgaan?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Paginanaam" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Pagina opslaan" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Pagina opslaan als" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Pagina openen" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Pagina verwijderen" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Naamloos" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Gelieve een pagina te selecteren om verder te gaan" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Gelieve een geldige paginanaam in te geven" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Wilt u de wijzigingen in de huidige pagina opslaan?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Pagina werd succesvol verwijderd" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exporteer relationeel schema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Wijzigingen werden opgeslagen" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Een optie voor kolom \"%s\" toevoegen." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d object(en) aangemaakt." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Verzenden" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Druk op ESC om het bewerken te annuleren." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2352,15 +2373,15 @@ msgstr "" "U heeft gegevens bewerkt en deze werden nog niet opgeslagen. Bent u zeker " "dat u deze pagina wil verlaten alvorens de wijzigingen op te slaan?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Sleep om te herschikken." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Klik om resultaten te sorteren op deze kolom." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2371,26 +2392,26 @@ msgstr "" " + klik (Mac: +
menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1313,47 +1331,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1361,136 +1379,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1500,144 +1518,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1648,59 +1666,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1709,61 +1727,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1773,59 +1791,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1833,163 +1851,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1998,399 +2016,399 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show all" msgid "Show hidden navigation tree items." msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2398,442 +2416,442 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Show all" msgid "Show arguments" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "ਜਨਵਰੀ" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "ਫ਼ਰਵਰੀ" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "ਮਾਰਚ" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "ਅਪ੍ਰੈਲ" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "ਮਈ" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "ਜੂਨ" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "ਜੁਲਾਈ" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ਅਗਸਤ" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "ਸਤੰਬਰ" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "ਅਕਤੂਬਰ" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "ਨਵੰਬਰ" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "ਦਸੰਬਰ" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ਜਨਵਰੀ" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "ਫ਼ਰਵਰੀ" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "ਮਾਰਚ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "ਅਪ੍ਰੈਲ" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "ਮਈ" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ਜੂਨ" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ਜੁਲਾਈ" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ਅਗਸਤ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ਸਤੰਬਰ" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ਅਕਤੂਬਰ" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "ਨਵੰਬਰ" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "ਦਸੰਬਰ" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "ਐਤਵਾਰ" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "ਸੋਮਵਾਰ" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "ਮੰਗਲਵਾਰ" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "ਬੁਧਵਾਰ" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "ਵੀਰਵਾਰ" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "ਸ਼ੁੱਕਰਵਾਰ" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "ਸ਼ਨੀਵਾਰ" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "ਐਤ" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "ਸੋਮ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "ਮੰਗਲ" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "ਬੁਧ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "ਵੀਰ" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "ਸ਼ੁੱਕਰ" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "ਸ਼ਨੀ" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ਐਤ" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "ਸੋਮ" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "ਮੰਗਲ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "ਬੁਧ" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "ਵੀਰ" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "ਸ਼ੁੱਕਰ" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "ਸ਼ਨੀ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2901,16 +2919,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2929,7 +2947,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2938,7 +2956,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3013,7 +3031,7 @@ msgid "History" msgstr "ਅਤੀਤ ਵੇਖੋ" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3036,7 +3054,7 @@ msgstr "ਅਤੀਤ ਵੇਖੋ" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3109,7 +3127,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3161,10 +3179,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3172,10 +3190,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3390,163 +3408,164 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Database %1$s has been created." msgid "The row has been deleted." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3555,24 +3574,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3692,7 +3711,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3702,7 +3721,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3717,7 +3736,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3733,7 +3752,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3750,7 +3769,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3781,7 +3800,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3844,15 +3863,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3928,7 +3947,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3949,7 +3968,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4513,16 +4532,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4539,7 +4558,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4630,6 +4649,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -4722,8 +4745,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4731,7 +4754,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5000,7 +5023,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5011,35 +5034,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5054,7 +5077,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5449,7 +5472,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5458,7 +5481,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5474,8 +5497,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5485,14 +5508,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5500,8 +5523,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5509,13 +5532,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5537,8 +5560,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5566,14 +5589,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5581,568 +5604,572 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6150,1120 +6177,1130 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Show all" msgid "Enable navigation tree expansion" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Show all" msgid "Show table comments" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7271,52 +7308,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7324,80 +7361,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7421,47 +7458,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Database %1$s has been created." +msgid "Internal relations were successfully updated." +msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7476,12 +7542,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7531,6 +7597,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7544,7 +7611,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7556,101 +7623,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7658,72 +7753,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8209,7 +8304,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8284,7 +8379,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8358,7 +8453,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8787,7 +8882,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9062,222 +9157,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9464,7 +9568,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10350,54 +10454,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10569,6 +10677,7 @@ msgstr "ਵਰਤੋਂਕਾਰ ਦਾ ਨਾਂ:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "ਵਰਤੋਂਕਾਰ ਦਾ ਨਾਂ" @@ -10721,10 +10830,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10745,7 +10854,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10754,7 +10863,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10768,7 +10878,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10796,13 +10906,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10828,9 +10938,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10863,125 +10973,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11519,12 +11635,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11551,9 +11667,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11628,11 +11742,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11652,7 +11766,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11687,40 +11801,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11729,11 +11847,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12859,7 +12977,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12872,14 +12990,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "View %s has been dropped." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Table %s has been dropped." @@ -13092,38 +13210,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13564,18 +13677,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13586,7 +13687,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13594,29 +13695,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Database %1$s has been created." -msgid "Internal relations were successfully updated." -msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13787,7 +13878,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13853,13 +13944,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14102,35 +14193,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 251fa10f01..a718400f4b 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,9 +92,9 @@ msgstr "" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -152,7 +152,7 @@ msgid "Links to" msgstr "" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -171,7 +171,7 @@ msgstr "" msgid "Primary" msgstr "" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -194,7 +194,7 @@ msgstr "" msgid "No" msgstr "" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -217,7 +217,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -235,11 +235,11 @@ msgstr "" #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "" @@ -249,11 +249,11 @@ msgstr "" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -265,12 +265,12 @@ msgid "Structure" msgstr "" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "" @@ -279,21 +279,21 @@ msgstr "" msgid "Select all" msgstr "" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "" -#: db_operations.php:139 +#: db_operations.php:140 #, possible-php-format msgid "Database %1$s has been renamed to %2$s." msgstr "" -#: db_operations.php:151 +#: db_operations.php:152 #, possible-php-format msgid "Database %1$s has been copied to %2$s." msgstr "" -#: db_operations.php:272 +#: db_operations.php:273 #, possible-php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -334,14 +334,14 @@ msgid "Tracked tables" msgstr "" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -359,7 +359,7 @@ msgstr "" msgid "Updated" msgstr "" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -486,23 +486,23 @@ msgid "Point:" msgstr "" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, possible-php-format msgid "Point %d" msgstr "" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "" @@ -524,7 +524,7 @@ msgstr "" msgid "Add a linestring" msgstr "" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "" @@ -541,32 +541,32 @@ msgstr "" msgid "Add geometry" msgstr "" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -593,7 +593,7 @@ msgstr "" msgid "Succeeded" msgstr "" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "" @@ -679,7 +679,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -775,7 +775,7 @@ msgstr "" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1087,7 +1087,7 @@ msgid "SQL query:" msgstr "" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "" @@ -1113,36 +1113,52 @@ msgstr "" msgid "Removing Selected Users" msgstr "" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "" +#: js/messages.php:129 +msgid "Template was created." +msgstr "" + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +msgid "Template was updated." +msgstr "" + +#: js/messages.php:132 +msgid "Template was deleted." +msgstr "" + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "" -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1150,154 +1166,154 @@ msgid "" "your configuration to default in the Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, possible-php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1309,47 +1325,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, possible-php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1357,136 +1373,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, possible-php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, possible-php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, possible-php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, possible-php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, possible-php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, possible-php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1496,144 +1512,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1644,59 +1660,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, possible-php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, possible-php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1705,61 +1721,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1769,59 +1785,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, possible-php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, possible-php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1829,163 +1845,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, possible-php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, possible-php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, possible-php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, possible-php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, possible-php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1994,395 +2010,395 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, possible-php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, possible-php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, possible-php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, possible-php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2390,440 +2406,440 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, possible-php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, possible-php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, possible-php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2891,16 +2907,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, possible-php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2919,7 +2935,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2928,7 +2944,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3003,7 +3019,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3026,7 +3042,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3097,7 +3113,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3149,10 +3165,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3160,10 +3176,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3374,161 +3390,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, possible-php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, possible-php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, possible-php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, possible-php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, possible-php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3537,24 +3554,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3674,7 +3691,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3684,7 +3701,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3699,7 +3716,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3715,7 +3732,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3732,7 +3749,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3763,7 +3780,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3826,15 +3843,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3910,7 +3927,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3931,7 +3948,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4489,16 +4506,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4515,7 +4532,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4606,6 +4623,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4696,8 +4717,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4705,7 +4726,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4974,7 +4995,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -4985,35 +5006,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, possible-php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, possible-php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, possible-php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, possible-php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, possible-php-format msgid "maximum %s" msgstr "" @@ -5028,7 +5049,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5423,7 +5444,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, possible-php-format msgid "Use %s statement" msgstr "" @@ -5432,7 +5453,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5448,8 +5469,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5459,14 +5480,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5474,8 +5495,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5483,13 +5504,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5511,8 +5532,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5540,14 +5561,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5555,566 +5576,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, possible-php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6122,1100 +6147,1110 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7223,52 +7258,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7276,80 +7311,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7373,47 +7408,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, possible-php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, possible-php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7428,12 +7490,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, possible-php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7483,6 +7545,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7496,7 +7559,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7508,101 +7571,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, possible-php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, possible-php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, possible-php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, possible-php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7610,72 +7701,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8161,7 +8252,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8236,7 +8327,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8310,7 +8401,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8737,7 +8828,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9012,222 +9103,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, possible-php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, possible-php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, possible-php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, possible-php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, possible-php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, possible-php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, possible-php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9414,7 +9514,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10288,54 +10388,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, possible-php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, possible-php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, possible-php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, possible-php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10507,6 +10611,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10659,10 +10764,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, possible-php-format @@ -10683,7 +10788,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10692,7 +10797,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10706,7 +10812,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, possible-php-format msgid "Change to %s" msgstr "" @@ -10734,13 +10840,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10766,9 +10872,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10801,125 +10907,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, possible-php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, possible-php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, possible-php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, possible-php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, possible-php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, possible-php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, possible-php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11457,12 +11569,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11489,9 +11601,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11566,11 +11676,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11590,7 +11700,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11625,40 +11735,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, possible-php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, possible-php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, possible-php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11667,11 +11781,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12797,7 +12911,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, possible-php-format msgid "Table %s has been emptied." msgstr "" @@ -12810,13 +12924,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, possible-php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, possible-php-format msgid "Table %s has been dropped." msgstr "" @@ -13026,38 +13140,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, possible-php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, possible-php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13498,18 +13607,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, possible-php-format msgid "'%s' database does not exist." @@ -13520,7 +13617,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13528,27 +13625,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, possible-php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, possible-php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13719,7 +13808,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13783,13 +13872,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14032,35 +14121,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/pl.po b/po/pl.po index 370a990612..7ca6c229eb 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-01-21 02:11+0200\n" "Last-Translator: Krystian Biesaga \n" "Language-Team: Polish Ustawienia." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Wydajność pamięci podręcznej zapytań" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Użycie pamięci podręcznej zapytań" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Użyta pamięć podręczna zapytań" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Użycie systemowego CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Pamięć systemowa" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Systemowa przestrzeń wymiany" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Obciążenie przeciętne" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Pamięć ogółem" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Pamięć podręczna" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Pamięć buforowana" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Pamięć wolna" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Pamięć użyta" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Przestrzeń wymiany ogółem" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Podręczna przestrzeń wymiany" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Użyta przestrzeń wymiany" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Wolna przestrzeń wymiany" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bajty przesłane" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bajty otrzymane" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Połączenia" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesy" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabeli(l)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Pytania" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Ruch" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Ustawienia" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Dodaj wykres do siatki" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Dodaj co najmniej jedną zmienną do serii!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1416,47 +1438,47 @@ msgstr "Dodaj co najmniej jedną zmienną do serii!" msgid "None" msgstr "Żaden" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Wznów monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Wstrzymaj monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log i slow_query_log są włączone." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log jest włączony." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log jest włączony." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log i general_log są wyłączone." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nie jest ustawiony do TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output jest ustawiony do TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1467,12 +1489,12 @@ msgstr "" "zapytania, które trwają dłużej niż %d sekund. Zaleca się ustawić " "long_query_time na 0-2 sekundy, w zależności od systemu." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time jest ustawiony na %d sekund(y)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1481,30 +1503,30 @@ msgstr "" "ustawień domyślnych po restarcie serwera:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Ustaw log_output do %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Włączone %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Wyłączone %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Ustaw long_query_time do %ds." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1512,57 +1534,57 @@ msgstr "" "Nie można zmienić tych zmiennych. Proszę zalogować się jako root lub " "skontaktować się z administratorem bazy danych." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Zmiana ustawień" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Ustawienia bieżące" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Tytuł wykresu" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Zróżnicowany" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Podzielony przez %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Jednostka" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Z dziennika powolnego" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Z dziennika ogólnego" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Nazwa bazy danych dla tego zapytania nie występuje w logach serwera." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analizowanie logów" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analiza i wczytywanie dzienników. To może trochę potrwać." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Anuluj żądanie" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1572,7 +1594,7 @@ msgstr "" "Jednakże, jako kryterium grupowania, zostało użyte tylko same zapytanie SQL, " "a wiec inne atrybuty zapytań, takie jak czas startu, mogą się różnić." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1582,33 +1604,33 @@ msgstr "" "tej samej tabeli są także pogrupowane razem, niezależnie od wstawionych " "danych." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Wczytano dane dziennika. Zapytania wykonane w tym odcinku czasu:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Przejdź do dziennika tabeli" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nie znaleziono danych" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Dziennik przeanalizowany, lecz nie znaleziono żadnych danych w tym odcinku " "czasu." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analizowanie…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Wyjaśnij wynik przetworzenia danych" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1618,58 +1640,58 @@ msgstr "Wyjaśnij wynik przetworzenia danych" msgid "Time" msgstr "Czas" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Czas ogółem:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Wyniki profilowania" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Wykres" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opcje filtru dziennika tabeli" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtr" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtr zapytań poprzez wyraz / wyrażenie regularne:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupa zapytań, ignorowanie zmiennych danych w WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma zgrupowanych wierszy:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Ogółem:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Ładowanie logów" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Odświeżanie monitora nie powiodło się" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1679,90 +1701,90 @@ msgstr "" "odpowiedź. To jest najbardziej prawdopodobne, ponieważ Twoja sesja wygasła. " "Odświeżenie strony i ponownego wprowadzania poświadczenia powinno pomóc." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Przeładuj stronę" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Dotyczy wierszy:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Nie powiodła się analiza pliku konfiguracyjnego. Nie wydaje się być " "poprawnym kodem JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Nie udało zbudować siatki wykresu z importu konfiguracji. Przywracanie " "domyślnej konfiguracji…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importuj konfigurację monitora" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Wybierz plik, który chcesz zaimportować." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Brak dostępnych plików na serwerze do importu!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analiza zapytania" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Doradca systemu" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Możliwe problemy z wydajnością" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Rekomendacja" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Szczegóły reguły" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Motywacja" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Użyj zmiennej/wzoru" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Testuj" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1773,63 +1795,63 @@ msgstr "" msgid "Cancel" msgstr "Anuluj" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Zmiana ustawień" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Zastosuj" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Wczytywanie…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Żądanie przerwane!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Przetwarzanie wywołania" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Żądanie przerwane!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Błąd przetwarzania wywołania" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Kod błędu: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Błąd tekstu: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Żadna baza danych nie został wybrana." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Usuwanie kolumny" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Dodawanie klucza głównego" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1838,63 +1860,63 @@ msgstr "Dodawanie klucza głównego" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kliknij, aby zamknąć to powiadomienie" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Zmiana nazwy bazy danych" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopiowanie bazy danych" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Zmiana kodowania" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Wyłącz sprawdzanie kluczy zewnętrznych" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Nie udało się pobrać prawdziwiej liczby wierszy." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Wyszukiwanie" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Ukryj okno wyników" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Pokaż wyniki wyszukiwania" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Przeglądanie" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Usuwanie" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definicja przechowywania funkcji musi zawierać deklarację RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1904,59 +1926,59 @@ msgstr "Definicja przechowywania funkcji musi zawierać deklarację RETURN!" msgid "Export" msgstr "Eksport" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Edytor ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Wartości dla kolumny %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Wartości dla nowej kolumny" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Wprowadź każdą wartość do osobnego pola." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Dodaj %d wartość(i)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Uwaga: Jeśli plik zawiera wiele tabel, będzie połączony w jeden." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Ukryj okno zapytań" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Pokaż okno zapytań" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Edytuj" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1964,166 +1986,166 @@ msgstr "Edytuj" msgid "Delete" msgstr "Usuń" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nie jest prawidłowym numerem wiersza." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Przeglądaj zewnętrzne wartości" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Zmienna" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Wybieranie kolumn" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Szukaj w tej liście" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Zobacz więcej" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Kontynuuj" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Dodaj klucz główny" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Klucz podstawowy dodany." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Przenoszenie cię do następnego kroku…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Koniec kroku" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Zakończ" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Żadne częściowe zależności nie zostały wybrane!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "Utwórz następującą tabelę" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nie wybrano żadnych zależności!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2132,155 +2154,155 @@ msgstr "Nie wybrano żadnych zależności!" msgid "Save" msgstr "Zapisz" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Ukryj okno zapytania SQL" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Pokaż kryteria wyszukiwania" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "Wyszukanie z zakresem" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Maximum kolumny:" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Nazwy kolumn: " -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimalna wartość:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksymalna wartość:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Ukryj kryteria wyszukiwania i zamiany" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Pokaż kryteria wyszukiwania i zamiany" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Każdy punkt reprezentuje wiersz danych." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Najechanie nad punkt pokaże jego etykietę." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Aby powiększyć, wybierz część powierzchni z myszy." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Kliknij Resetuj powiększenie, aby wrócić do pierwotnego stanu." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Kliknij punkt danych, aby wyświetlić lub ewentualnie zmodyfikować wiersze " "danych." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Wykres może być zmieniany przez przeciągnięcie go wzdłuż prawego dolnego " "rogu." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Wybierz dwie kolumny" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Wybierz dwie różne kolumny" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Treść punktu danych" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoruj" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiuj" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linia ciągu" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Wielokąt" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Pierścień wewnętrzny" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Pierścień zewnętrzny" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Czy chcesz skopiować klucz szyfrowania?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Klucz szyfrowania" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Wybierz klucz odwołujący" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Wybierz klucz zewnętrzny" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Wybierz klucz podstawowy lub unikalny klucz!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Wybierz kolumny do wyświetlenia" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2288,79 +2310,79 @@ msgstr "" "Nie zapisano zmian w układzie. Zostaną utracone, jeśli ich nie zapiszesz. " "Czy chcesz kontynuować?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nazwa strony" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Zapisz stronę" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Zapisz stronę" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Otwórz stronę" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Usuń stronę" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Bez nazwy" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Proszę wybrać stronę, aby kontynuować" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Eksportuj schemat relacji" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modyfikacja została zapisana" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Dodaj opcję kolumny \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d obiekt(y) utworzony." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Wyślij" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Naciśnij ESC, aby anulować edycję." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2368,41 +2390,41 @@ msgstr "" "Po dokonaniu edycji pewnych danych, nie zostały one zapisane. Czy na pewno " "chcesz opuścić tę stronę przed zapisaniem danych?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Przeciągnij, aby uporządkować." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Kliknij, by zaznaczyć/odznaczyć." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Kliknij dwukrotnie, aby skopiować nazwę kolumny." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Kliknij rozwijane strzałki,
aby przełączyć widoczność kolumn." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Pokaż wszystko" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2411,152 +2433,152 @@ msgstr "" "pól wyboru, edycji, kopiowania i usuwania łącza może nie działać po " "zapisaniu." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Oryginalny ciąg" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "anuluj" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Przerwane" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sukces" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importuj status" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Tutaj upuść pliki" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Najpierw wybierz bazę danych" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Można również edytować większość wartości
klikając dwukrotnie " "bezpośrednio na nich." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Można również edytować większość wartości
klikając bezpośrednio na " "nich." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Idź do linku:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Skopiuj nazwę kolumny." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Kliknij prawym przyciskiem myszy nazwę kolumny aby skopiować go do schowka." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Wygeneruj hasło" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generuj" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Zmień hasło" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Więcej" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Pokaż Panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Ukryj Panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Pokaż ukryte elementy drzewa nawigacji." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Połącz z głównym panelem" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Odłącz od głównego panelu" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabele" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Widoki" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedury" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "zdarzenie" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funkcje" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Żądana strona nie została znaleziona w historii, może wygasła." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2566,42 +2588,42 @@ msgstr "" "wersja to %s, wydana dnia %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", ostatnia stabilna wersja:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktualna" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Utwórz widok" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Wysyłanie raportu o błędzie" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Wyślij zgłoszenie błędu" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Wystąpił błąd krytyczny JavaScript. Czy chcesz wysłać raport błędu?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Zmiana ustawień raportów" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Pokaż szczegóły raportu" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2609,436 +2631,436 @@ msgstr "" "Twój eksport jest niekompletny, z powodu niskiej realizacji terminu na " "poziomie PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignoruj wszystko" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Czy wykonać to zapytanie ponownie?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Czy na pewno chcesz usunąć tę zakładkę?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Zrealizowane zapytania" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentarze tabeli" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Ukryj okno wyników" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Poprz." -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Nast." #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Dziś" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Styczeń" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Luty" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Marzec" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Kwiecień" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Czerwiec" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Lipiec" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Sierpień" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Wrzesień" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Październik" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Listopad" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Grudzień" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Sty" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Kwi" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Cze" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Sie" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Wrz" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Paź" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Gru" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Niedziela" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Poniedziałek" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Wtorek" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Środa" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Czwartek" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Piątek" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Nie" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Wto" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Śro" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Czw" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pią" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Nie" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Wto" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Śro" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Czw" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pią" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sob" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Ty" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalendarz-miesiąc-rok" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "brak" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Godzina" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuta" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekunda" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Użyj pola tekstowego" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Proszę podać poprawny numer!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Proszę podać poprawny numer!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Proszę podać poprawny numer!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Wprowadź prawidłową długość!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Proszę podać poprawną captcha!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Proszę podać poprawną captcha!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Wprowadź prawidłową długość!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Proszę podać poprawną nazwę strony" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Proszę podać poprawny numer!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Błąd" @@ -3110,16 +3132,16 @@ msgstr "na godzinę" msgid "per day" msgstr "na dzień" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Istniejący plik konfiguracyjny (%s) nie jest czytelny." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Rozmiar czcionki" @@ -3138,7 +3160,7 @@ msgid "Requery" msgstr "Wykonaj zapytanie ponownie" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3147,7 +3169,7 @@ msgstr "Wykonaj zapytanie ponownie" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3223,7 +3245,7 @@ msgid "History" msgstr "Historia" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3246,7 +3268,7 @@ msgstr "Historia" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opcje" @@ -3341,7 +3363,7 @@ msgid "Count:" msgstr "Liczba" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3395,10 +3417,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Przełącz na przekopiowaną tabelę" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3406,10 +3428,10 @@ msgstr "Przełącz na przekopiowaną tabelę" msgid "Ascending" msgstr "Rosnąco" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3628,125 +3650,126 @@ msgstr "Odznacz wszystko" msgid "Inside column:" msgstr "Wewnątrz kolumny:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Zapisz edytowane dane" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Przywrócić porządek w kolumnie" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrowanie wierszy" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Szukaj w tej tabeli" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Początek" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Poprzednie" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Następne" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Koniec" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Wszystko" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Liczba wierszy:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sortuj wg klucza" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Częściowe teksty" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Pełne teksty" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Klucz relacyjny" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relacje wyświetlania kolumn" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Pokaż binarne treści" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Pokaż zawartość BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ukryj transformacje przeglądarki" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Znany tekst" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Znane binarne" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Wiersz został usunięty." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Zabij" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Może być w przybliżeniu. Zobacz [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Zapytanie SQL zostało wykonane pomyślnie." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3755,36 +3778,36 @@ msgstr "" "Ten widok ma przynajmniej taką liczbę wierszy (rekordów). Proszę odnieść się " "do %sdokumentacji%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Pokazano wiersze %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d ogółem, %2$d w zapytaniu" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d ogółem" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Wykonanie zapytania trwało %01.4f sekund(y)." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Z zaznaczonymi:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3793,24 +3816,24 @@ msgstr "Z zaznaczonymi:" msgid "Check All" msgstr "Zaznacz wszystkie" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Podgląd wydruku" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operacja na wynikach zapytania" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Wyświetlanie wykresu" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Wizualizacja danych GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Łącza nie znaleziono!" @@ -3934,7 +3957,7 @@ msgstr "Moc" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3944,7 +3967,7 @@ msgid "Collation" msgstr "Metoda porównywania napisów" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentarz" @@ -3959,7 +3982,7 @@ msgid "Index %s has been dropped." msgstr "Klucz %s został usunięty." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3977,7 +4000,7 @@ msgstr "" "usunięty." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Serwer" @@ -3994,7 +4017,7 @@ msgstr "Widok" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4025,7 +4048,7 @@ msgstr "Wstaw" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Uprawnienia" @@ -4088,16 +4111,18 @@ msgid "Central columns" msgstr "Centralne kolumny" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bazy danych" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Użytkownicy" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Grupy użytkowników" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4175,7 +4200,7 @@ msgid "Could not save favorite table!" msgstr "Nie można zapisać tabeli ulubionych!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Usuń z ulubionych" @@ -4196,7 +4221,7 @@ msgid "Recent" msgstr "Ostatnie" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabele Ulubione" @@ -4831,16 +4856,16 @@ msgstr "Maksymalny rozmiar: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL zwrócił komunikat: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Wyjaśnij SQL" @@ -4857,7 +4882,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Bez kodu PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Utwórz kod PHP" @@ -4950,6 +4975,10 @@ msgstr "Ostatnia aktualizacja" msgid "Last check" msgstr "Ostatnie sprawdzanie" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Użytkownicy" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Szukaj:" @@ -5040,8 +5069,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5049,7 +5078,7 @@ msgstr "Nazwa" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Długość/Wartości" @@ -5335,7 +5364,7 @@ msgid "Not a valid port number!" msgstr "Nieprawidłowy numer portu!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Nieprawidłowa wartość!" @@ -5346,35 +5375,35 @@ msgstr "Nieprawidłowa wartość!" msgid "Value must be equal or lower than %s!" msgstr "Wartość musi być równa lub niższa niż %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Brakuje danych dla %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "niedostępna" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" wymaga rozszerzenia \"%s\"" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Skompresowany import nie działa z powodu braku funkcji %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Skompresowany eksport nie będzie działać z powodu braku funkcji %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5389,7 +5418,7 @@ msgid "Set value: %s" msgstr "Ustaw wartość: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Przywróć wartość domyślną" @@ -5916,7 +5945,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maksymalny czas wykonania" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5926,7 +5955,7 @@ msgstr "Dodaj oświadczenie %s" msgid "Save as file" msgstr "Zapisz jako plik" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Kodowanie znaków pliku" @@ -5942,8 +5971,8 @@ msgstr "Typ kompresji" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5953,16 +5982,16 @@ msgstr "Typ kompresji" msgid "Put columns names in the first row" msgstr "Umieść nazwy kolumn w pierwszym wierszu" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Kolumny dołączyć:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped with:" @@ -5972,8 +6001,8 @@ msgstr "Kolumna uciekła z:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Zamień NULL na" @@ -5981,13 +6010,13 @@ msgstr "Zamień NULL na" msgid "Remove CRLF characters within columns" msgstr "Usuń znaki nowej lini z kolumn" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Kolumny zakończone" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linie zakończone z" @@ -6009,8 +6038,8 @@ msgid "Table name template" msgstr "Nazwa szablonu tabeli" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6038,14 +6067,14 @@ msgid "Label key" msgstr "Etykieta klucza" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Typ MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacje" @@ -6053,112 +6082,118 @@ msgstr "Relacje" msgid "Export method" msgstr "Metoda eksportu" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Zapisz na serwerze" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Nadpisz istniejące pliki" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Eksport nagłówków tabeli" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Zapamiętaj nazwę pliku szablonu" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj wartość AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Użyj cudzysłowów z nazwami tabel i kolumn" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Tryb zgodności SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Opcje UTWÓRZ TABELĘ:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Daty utworzenia/aktualizacji/sprawdzenia" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Użyj opóźnionych dodań" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Wyłącz sprawdzanie kluczy zewnętrznych" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Eksportuj widoki jako tabele" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Dodaj %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Użyj liczb szesnastkowych dla BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Użyj ignorowanych dodań" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Składnia do użycia podczas wstawiania danych" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maksymalna długość utworzonego zapytania" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Rodzaj eksportu" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Obejmij eksport transakcją" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Eksportuj czas w UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Wymusza bezpiecznie połącznie podczas używania phpMyAdmina." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Wymuszaj połączenie SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6170,164 +6205,164 @@ msgstr "" "Porządek sortowania pozycji w liście rozwijanej kluczy obcych; [kbd]content[/" "kbd] - dane referencyjne, [kbd]id[/kbd] - wartość klucza" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Porządek sortowania kluczy obcych" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Rozwijana będzie używana, jeśli mniej pozycji bedzie obecne." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limit kluczy obcych" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Sprawdzanie klucza zewnętrznego:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Tryb przeglądania" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Dostosuj tryb przeglądania." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Dostosuj domyślne opcje." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Programista" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Ustawienia dla programistów phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Tryb edycji" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Dostosuj tryb edycji." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Domyślne opcje eksportu" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Dostosuj domyślne opcje eksportu." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funkcje" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Ogólne" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Ustawienie kilku najczęściej używanych opcji." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Domyślne opcje importu" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Dostosowanie domyślnych wspólnych opcji importu." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / eksport" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Ustaw katalogi importu i eksportu oraz opcje kompresji." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opcje wyświetlania baz danych." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Panel nawigacyjny" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Dostosowanie wygląd panelu nawigacyjnego." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Panel nawigacyjny" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Dostosuj panel nawigacji" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serwery" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opcje wyświetlania serwerów." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opcje wyświetlania tabel." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Panel główny" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Inne kluczowe ustawienia" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Ustawienia, które nie pasują nigdzie indziej." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Tytuły stron" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6340,11 +6375,11 @@ msgstr "" "Określ tytuł. Przeczytaj szczegóły w [doc@cfg_TitleTable]dokumentacji[/doc], " "żeby dowiedzieć się więcej." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Bezpieczeństwo" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6352,23 +6387,23 @@ msgstr "" "Należy pamiętać, że phpMyAdmin jest po prostu interfejsem użytkownika i jego " "funkcje nie ograniczają MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Ustawienia podstawowe" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Uwierzytelnienie" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Ustawienia uwierzytelnienia." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfiguracja serwera" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6376,15 +6411,15 @@ msgstr "" "Zaawansowane ustawienia serwera, nie zmieniaj ich, jeżeli nie jesteś pewien " "ich znaczenia." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Wprowadź parametry połączenia z serwerem." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Przechowywanie konfiguracji" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6399,11 +6434,11 @@ msgstr "" "dodatkowych opcji, patrz [doc@linked-tables]przechowywanie konfiguracji " "phpMyAdmin[/doc] w dokumentacji" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Śledzenie zmian" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6411,111 +6446,111 @@ msgstr "" "Śledzenie zmian w bazie danych. Wymaga przechowywania konfiguracji " "phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Dostosowanie opcji eksportu" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Dostosowanie opcji importu" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Dostosuj panel nawigacji" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Dostosuj panel główny" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Zapytania SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Okno zapytania SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Dostosuj linki w polach kwerendy SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Ustawienia zapytań SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Uruchamianie" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Dostosuj stronę startową." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Struktura bazy danych" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Wybierz, które szczegóły, chcesz pokazać w strukturze bazy danych (lista " "tabel)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Struktura tabeli" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Ustawienia dla struktury tabeli (lista kolumn)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Zakładki" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Wybierz sposób działania zakładek." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Wyświetl schemat relacyjny" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Rozmiar papieru" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Pola tekstowe" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Dostosuj pola wprowadzania tekstu." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Tekst Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Dostosuj domyślne opcje" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Ostrzeżenia" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Wyłącz niektóre ostrzeżenia pokazywane przez phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6523,15 +6558,15 @@ msgstr "" "Włącza format kompresji [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] dla " "operacji importu i eksportu." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Dodatkowe parametry dla iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6540,11 +6575,11 @@ msgstr "" "składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich " "nie udało się." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignoruj błędy w ciągu instrukcji" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6554,25 +6589,25 @@ msgstr "" "koniec limitu czasu. Może to być dobry sposób importu dużych plików, " "jednakże może on popsuć transakcje." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Import częściowy: pozwalaj przerwać" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Nie przerywaj w przypadku błędów WSTAWIANIA wierszy" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6584,70 +6619,70 @@ msgstr "" "Domyślny format oznacza, że ta lista zależy od położenia (bazy danych, " "tabeli) i tylko SQL jest zawsze dostępne" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format importowanych plików" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Użyj słowa kluczowego LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "W pierwszym wierszu znajdują się nazwy kolumn" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Nie importuj pustych wierszy" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importuj walutę (zamienia $5.00 na 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Importuj procenty jako liczby podzielone przez 100 (zamienia 12.00% na .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Liczba zapytań, aby przejść od początku." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Import częściowy: pomiń zapytania" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nie używaj AUTO_INCREMENT dla wartości zerowych" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Początkowy stan pasków przesuwania" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Ile wierszy może być wstawianych w jednym czasie." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Liczba wstawianych wierszy" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maksymalna liczba znaków pokazana w nie numerycznej kolumnie w widoku " "przeglądania." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limit znaków w kolumnie" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6658,11 +6693,11 @@ msgstr "" "że gdy korzysta się z więcej niż jednego serwera, łatwo zapomnieć wylogować " "się z pozostałych." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Usuń wszystkie ciasteczka przy wylogowaniu" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6674,11 +6709,11 @@ msgstr "" "Określa, czy poprzedni login powinien być ponownie przywołany w trybie " "uwierzytelniania cookie, czy też nie." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Przypominaj nazwę użytkownika" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6691,50 +6726,50 @@ msgstr "" "przeglądarki. Takie rozwiązanie jest preferowane w środowisku niegodnym " "zaufania." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Przechowywania ciasteczka logowania" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Określ, jak długo (w sekundach) ważne będzie ciasteczko logowania." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Ważność ciasteczka logowania" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Większe pole edycji dla pola LONGTEXT" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Większe pole edycji dla pola LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksymalna liczba znaków używana podczas wyświetlania zapytania SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maksymalna pokazywana długość SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Użytkownicy nie mogą ustawić wyższej wartości" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maksymalna liczba baz danych pokazywanych na liście baz danych." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maksimum baz danych" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6742,11 +6777,11 @@ msgstr "" "Liczba elementów, które mogą być wyświetlane na każdej stronie na pierwszym " "poziomie drzewa nawigacji." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maksymalnie elementy na pierwszym poziomie" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6754,11 +6789,11 @@ msgstr "" "Liczba elementów, które mogą być wyświetlane na każdej stronie drzewa " "nawigacji." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maksymalnie pozycji w gałęzi" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6767,19 +6802,19 @@ msgstr "" "zestaw składa się z większej ilości wierszy, zostanie pokazany link " "Poprzednie/Następne." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maksymalna liczba wierszy do wyświetlenia" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maksymalna liczba tabel pokazywanych na liście tabel." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimum tabel" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6791,41 +6826,41 @@ msgstr "" "Ile pamięci może zaalokować skrypt, np. [kbd]32M[/kbd] ([kbd]0[/kbd] oznacza " "brak limitu)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limit pamięci" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Pokaż ukryte elementy drzewa nawigacji." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Pokaż logo w panelu nawigacyjnym." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Wyświetl logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "Adres URL, gdzie logo w panelu nawigacyjnym wskaże." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Odnośnik URL do logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6837,29 +6872,29 @@ msgstr "" "Otwieraj stronę w tym samym oknie ([kbd]main[/kbd]) lub w nowym oknie " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Cel odnośnika logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Wyświetl wybór serwera w górnej części panelu nawigacyjnego." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Wyświetlaj wybór serwerów" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Cel dla ikony szybkiego dostępu" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Cel dla ikony szybkiego dostępu" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6867,15 +6902,15 @@ msgstr "" "Określa minimalną liczbę elementów (tabele, widoki, procedury i wydarzenia), " "aby wyświetlić okno filtra." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimalna liczba elementów wyświetlanych polu filtr" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minimalna liczba baz danych, aby wyświetlić okno bazy danych filtra" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6887,162 +6922,162 @@ msgstr "" "Grupowanie elementów w drzewie nawigacji (określonej przez separator " "zdefiniowany poniżej)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Grupowanie elementów w drzewie" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Ciąg znaków, który oddziela bazy danych na różnych poziomach drzewa." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separator struktury drzewa bazy danych" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Ciąg znaków, który oddziela tabele na różnych poziomach drzewa." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separator poziomów tabeli" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maksymalny poziom zagłębienia tabeli" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Podświetl serwer pod kursorem myszy." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Włącz podświetlanie" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Czy wyłączyć możliwość rozbudowy bazy danych, czy też nie." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Pasek nawigacji tabeli" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "Pokaż tabele:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "Czy wyłączyć możliwość rozbudowy bazy danych, czy też nie." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Pokaż wersje" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Pokaż ukryte elementy drzewa nawigacji." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Pokaż pola z funkcjami" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Pokaż procesy" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Pokaż wersje" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Pokaż ukryte elementy drzewa nawigacji." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maksymalna liczba ostatnio używanych tabel; ustaw 0 aby wyłączyć." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maksymalna liczba ulubionych tabel; ustaw 0 aby wyłączyć." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Ostatnio używane tabele" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "To są linki Edycja, Kopiuj i Usuń." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Gdzie wyświetlić linki wiersza tabeli" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Użyj naturalnego porządku do sortowania nazw tabel i baz danych." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Naturalny porządek" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Używaj tylko ikon, tylko tekstu lub obu." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Pasek nawigacji tabeli" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Użyj buforowania wyjścia GZip dla zwiększenia szybkości transferów HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Kompresja wyjścia GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7054,19 +7089,19 @@ msgstr "" "[kbd]SMART[/kbd] - tj. malejącej dla kolumny, wpisz DATE, DATETIME i " "TIMESTAMP, a rosnącej inaczej" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Domyślny porządek sortowania" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Użyj trwałych połączeń do baz danych MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Trwałe połączenia" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7081,11 +7116,11 @@ msgstr "" "jeśli którekolwiek z tabel do przechowywania konfiguracji phpMyAdmin nie " "można znaleźć" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if a difference between the " @@ -7097,11 +7132,11 @@ msgstr "" "Wyłącz ostrzeżenia domyślne, które są wyświetlane, jeśli różnica między " "biblioteką a serwerem MySQL jest wykrywana" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Ostrzeżenie różnicy serwera/biblioteki" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7113,29 +7148,29 @@ msgstr "" "Wyłącz domyślne ostrzeżenia na stronie Struktura, które są wyświetlane, " "jeśli jakiekolwiek ze słów w nazwach kolumn są zastrzeżone dla MySQL" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Jak wyświetlić menu zakładki" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Jak wyświetlić różne linki działania" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Nie zezwalaj na BLOB i BINARNE kolumny z edycji" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Chroń kolumny binarne" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7145,46 +7180,46 @@ msgstr "" "przechowywania konfiguracji). Jeśli jest wyłączona, to korzysta z JS-" "procedury, aby wyświetlić historię zapytań (utracone przez zamknięte okna)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Permanentna historia zapytań" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Ile zapytań ma być przechowywanych w historii." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Długość historii zapytań" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Wybierz, które funkcje będą wykorzystywane do konwersji zestawu znaków." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Konwersja silnika" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Podczas przeglądania tabel, sortowanie każdej tabeli jest pamiętane." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Zapamiętaj sortowanie tabel" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Domyślny porządek sortowania" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7193,85 +7228,85 @@ msgid "" msgstr "" "Powtarzanie nagłówków każdej komórki X, [kbd]0[/kbd] wyłącza tę funkcję" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Powtórz nagłówki" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Montaż siatki: akcja wyzwalania" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relacje wyświetlania kolumn" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Opcje wyświetlania serwerów." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edytowanie siatki: zapisanie wszystkich zmodyfikowanych komórek naraz" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Katalog, w którym eksport może zapisywać na serwerze." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Katalog do zapisu" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Pozostaw puste, jeśli nie są używane." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Cel upoważnienia hosta" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Pozostaw puste, aby użyć wartości domyślnych." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Zasady autoryzacji hosta" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Pozwól na logowanie bez hasła" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Pozwól na logowanie się roota" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Wartość sesji" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Nazwa Auth Realm wyświetlana podczas uwierzytelnienia HTTP Basic" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7286,19 +7321,19 @@ msgstr "" "SweKey[/a]. Relatywna ścieżka do głównego katalogu phpMyAdmin, np. ./swekey." "conf" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Plik konfiguracyjny SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Metoda uwierzytelniania w użyciu." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Typ uwierzytelniania" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7306,11 +7341,11 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/" "bookmark]zakładek[/a]. Sugerowana nazwa: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabela zakładek" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7322,19 +7357,19 @@ msgstr "" "Pozostaw puste bez uwag typu kolumn/mime, zasugerował: [kbd]pma_column_info[/" "kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabela informacji o kolumnach" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Kompresja połączenia z serwerem MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Kompresja połączenia" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." @@ -7342,15 +7377,15 @@ msgstr "" "Sposób połączenia z serwerem; w razie niepewności, należy pozostawić " "[kbd]tcp[/kbd]" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Typ połączenia" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Hasło użytkownika monitorującego" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7364,11 +7399,11 @@ msgstr "" "jest dostępnych pod adresem: [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Użytkownik monitorujący" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7376,11 +7411,11 @@ msgstr "" "Alternatywny host do trzymania konfiguracji phpMyAdmin, pozostaw puste aby " "użyć już zdefiniowanego hosta." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrola hosta" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate port to connect to the host that holds the configuration " @@ -7394,15 +7429,15 @@ msgstr "" "Alternatywny port dla hosta trzymającego konfigurację phpMyAdmin, pozostaw " "puste aby użyć ustawienia domyślnego lub z controlhost" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Port sterowania" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7411,15 +7446,15 @@ msgstr "" "phpmyadmin/bugs/2606/]PMA bug tracker[/a] i [a@http://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Wyłącz używanie INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Ukryj bazy danych" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7431,23 +7466,23 @@ msgstr "" "Pozostaw puste, bez zapytania poparcie historii SQL, zasugerował: " "[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabela historii zapytań SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nazwa hosta, gdzie serwer MySQL działa." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nazwa hosta serwera" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL wylogowania" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7459,17 +7494,17 @@ msgstr "" "Ograniczenia Liczby preferencje tabeli, które są przechowywane w bazie " "danych, najstarsze rekordy są automatycznie usuwane" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maksymalna ilość preferencji tabeli do przechowywania" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Zobacz status tabeli serwera podrzędnego" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7481,13 +7516,31 @@ msgstr "" "Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Eksportuj widoki jako tabele" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: " +"[kbd]pma_pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Centralne kolumny" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7499,15 +7552,15 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Spróbuj połączyć się bez hasła." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Łącz się bez hasła" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7517,19 +7570,19 @@ msgstr "" "modyfikacji, jeśli chcesz używać tych znaków w niesymbolicznym znaczeniu, " "np. [kbd]'my\\_db'[/kbd], a nie [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Pokaż tylko wymienione bazy danych" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Pozostaw puste w przypadku innego niż uwierzytelniania konfiguracji." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Hasło dla uwierzytelniania konfiguracji" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7540,11 +7593,11 @@ msgstr "" "Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Schemat PDF: strony tabeli" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7560,21 +7613,21 @@ msgstr "" "pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nazwa bazy danych" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port serwera" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7586,11 +7639,11 @@ msgstr "" "Pozostaw puste dla nie \"trwałych\" tabel niedawno używanych w całej sesji, " "zasugerował: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Ostatnio używane tabele" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7602,13 +7655,13 @@ msgstr "" "Pozostaw puste dla nie \"trwałych\" tabel niedawno używanych w całej sesji, " "zasugerował: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Tabele Ulubione" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7620,11 +7673,11 @@ msgstr "" "Pozostaw puste, by nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a]. Sugerowana nazwa: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabela relacji" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7636,33 +7689,33 @@ msgstr "" "Zobacz przykład usługi pojedynczego logowania (Signon) [a@http://wiki." "phpmyadmin.net/pma/auth_types#signon]authentication types[/a]" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nazwa sesji usługi pojedynczego logowania (Signon)" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL usługi pojedynczego logowania (Signon)" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Gniazdo, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość " "domyślną." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Gniazdo serwera" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Włącz protokół SSL dla połączenia z serwerem MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Użyj SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7674,13 +7727,13 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "Schemat PDF: współrzędne tabeli" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7692,11 +7745,11 @@ msgstr "" "Tabela do opisu wyświetlania kolumn, pozostaw puste bez wsparcia; " "zasugerował: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Wyświetlanie tabeli kolumn" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -7708,11 +7761,11 @@ msgstr "" "Pozostaw puste, by nie obsługiwać schematu PDF. Sugerowana nazwa: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Preferencje UI tabeli" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7720,11 +7773,11 @@ msgstr "" "Czy podczas tworzenia bazy danych polecenie DROP DATABASE IF EXISTS zostanie " "dodane jako pierwsza linia w dzienniku." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7732,11 +7785,11 @@ msgstr "" "Czy polecenie DROP TABLE IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia tabeli." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Dodaj DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7744,20 +7797,20 @@ msgstr "" "Czy polecenie DROP VIEW IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia widoku." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definiuje listę instrukcji automatycznego tworzenia używa dla nowych wersji." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Instrukcje do śledzenia" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7769,22 +7822,22 @@ msgstr "" "Puste pole oznacza brak wsparcia śledzenia zapytań SQL, zaproponował: " "[kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabela śledzenia zapytań SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Czy mechanizm śledzenia tworzy wersje dla tabel i widoków automatycznie." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automatyczne tworzenie wersji" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7796,33 +7849,33 @@ msgstr "" "Pozostaw puste, dla braku preferencji użytkownika magazynu w bazie. " "Zasugerowano: [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabela przechowująca preferencje użytkowników" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabela użytkowników" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabela grupy użytkowników" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7834,15 +7887,15 @@ msgstr "" "Pozostaw puste, dla braku preferencji użytkownika magazynu w bazie. " "Zasugerowano: [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Ukryte elementy nawigacji tabeli" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Użytkownik dla konfiguracji uwierzytelniania" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7850,11 +7903,11 @@ msgstr "" "Przyjazny opis serwera dla użytkownika. Pozostaw puste, aby wyświetlić nazwę " "hosta." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Szczegółowa nazwa serwera" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." @@ -7862,11 +7915,11 @@ msgstr "" "Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie " "(wiersze)\";" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Pozwól wyświetlać wszystkie wiersze" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7883,15 +7936,15 @@ msgstr "" "pliku konfiguracyjnym. To nie ogranicza możliwości wykonania tego samego " "polecenia bezpośrednio" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Pokaż formularz zmiany hasła" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Pokaż formularz tworzenia bazy danych" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -7900,13 +7953,13 @@ msgstr "" "Pokaż lub ukryj kolumny wyświetlające 'Znacznik czasu tworzenia' dla " "wszystkich tabel" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentarze tabeli" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" @@ -7915,11 +7968,11 @@ msgstr "" "Pokaż lub ukryj kolumny wyświetlające 'Znacznik czasu tworzenia' dla " "wszystkich tabel" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Pokaż Znacznik czasu tworzenia" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -7929,11 +7982,11 @@ msgstr "" "Pokaż lub ukryj kolumny wyświetlające znaczniki czasu ostatniej aktualizacji " "dla wszystkich tabel" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Pokaż ostatni znacznik czasu aktualizacji" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -7943,11 +7996,11 @@ msgstr "" "Pokaż lub ukryj kolumny wyświetlające Ostatni znacznik czasu sprawdzania dla " "wszystkich tabel" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Pokaż Ostatni znacznik czasu sprawdzania" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7955,27 +8008,27 @@ msgstr "" "Określa, czy typ pola powinny być początkowo wyświetlany w trybie edycji/" "wstawiania." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Pokaż typy pól" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Wyświetla pola z funkcjami w trybie edycji/dodawania." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Pokaż pola z funkcjami" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Czy pokazać wskazówkę, czy nie." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Pokaż podpowiedź" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7987,26 +8040,26 @@ msgstr "" "Pokazuje odnośnik do [a@http://php.net/manual/function.phpinfo.php]phpinfo()" "[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Pokaż odnośnik phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Pokaż szczegółowe informacje o serwerze MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Określa, czy zapytania SQL generowane przez phpMyAdmina powinny być " "wyświetlane." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Pokaż zapytania SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -8015,31 +8068,31 @@ msgid "" msgstr "" "Określa, czy pole zapytania, powinny pozostać na ekranie po jego złożeniu" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Zachowaj pole zapytania" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Pozwala wyświetlać statystyki bazy danych i tabeli (np. wykorzystanie " "miejsca)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Pokaż statystyki" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Oznacz używane tabele i pozwala pokazać bazy danych z zablokowanymi tabelami." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Pomiń zablokowane tabele" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -8049,11 +8102,11 @@ msgstr "" "Ostrzeżenie jest wyświetlane na stronie głównej, jeśli Suhosin jest " "wykrywany." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Ostrzeżenie Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -8066,13 +8119,13 @@ msgstr "" "Wyłącz domyślne ostrzeżenia na stronie Struktura, które są wyświetlane, " "jeśli jakiekolwiek ze słów w nazwach kolumn są zastrzeżone dla MySQL" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Ważność ciasteczka logowania" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -8084,11 +8137,11 @@ msgstr "" "Rozmiar pola tekstowego (kolumny) w trybie edycji, wartość ta będzie " "eksponowana zapytaniem SQL pola tekstowego (*2) i okna kwerendy (*1,25)" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Pole tekstu kolumn" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -8100,31 +8153,31 @@ msgstr "" "Wielkość pola textarea (wierszy) w trybie edycji. Wartość będzie powięszkona " "dla zapytań SQL (*@) i okna zapytań (*1.25)" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Wierszy w polu textarea" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Tytuł okna przeglądarki, gdy baza danych jest wybrana." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Tytuł okna przeglądarki, gdy nic nie jest wybrane." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Domyślny tytuł" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Tytuł okna przeglądarki, gdy serwer jest wybrany." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Tytuł okna przeglądarki, gdy tabela jest wybrane." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8142,31 +8195,31 @@ msgstr "" "nagłówku HTTP_X_FORWARDED_FOR (X-Forwarded-For) przesłanym przez serwer " "pośredniczący (proxy) 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" "Lista zaufanych adresów IP serwerów pośredniczących (proxy) dla reguł allow/" "deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Katalog na serwerze, gdzie można przesyłać pliki do importu." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Dodaj katalog" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Pozwól na przeszukiwanie całej bazy danych" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Użyj szukania bazy danych" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -8174,26 +8227,26 @@ msgstr "" "Gdy wyłączone, użytkownicy nie mogą ustawić jeden z poniższych opcji, " "niezależnie od wyboru po prawej stronie." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Włącz zakładkę deweloperską w ustawieniach" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Sprawdź, czy jest nowsza wersja" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Włącza sprawdzanie, czy są aktualizacje na stronie głównej phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Sprawdzenie wersji" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8201,30 +8254,30 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Url Proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Użytkownik proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Hasło do uwierzytelniania z serwerem proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Hasło proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8236,53 +8289,53 @@ msgstr "" "Włącza format kompresji [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] dla operacji importu i eksportu" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Wpisz swój klucz publiczny do domeny usługi reCAPTCHA." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Klucz publiczny dla reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Wpisz swój klucz prywatny do domeny usługi reCAPTCHA." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Klucz prywatny dla reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Wybierz domyślną akcję wysyłania raportów o błędach." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Wysyłanie raportów o błędzie" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Zrealizowane zapytania" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8310,51 +8363,82 @@ msgstr "Uwierzytelnianie HTTP" msgid "Signon authentication" msgstr "Zarejestruj się na uwierzytelnianiu" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV przy użyciu LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Otwórz dokument arkusza kalkulacyjnego" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Szybko" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Dostosuj" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcje eksportu bazy danych" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV dla MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Otwórz dokument tekstowy" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Brak zapytania SQL został ustawiony, aby pobrać dane." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Kolumny liczbowe nie występujących w tabeli wykreślić." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Brak danych do wyświetlenia" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabela %1$s została pomyślnie zmodyfikowana." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Wątek %s został pomyślnie zabity." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "Relacja wewnętrzna została dodana." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8369,12 +8453,12 @@ msgstr "możliwy głęboki atak rekurencji" msgid "No change" msgstr "Bez zmian" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Zobacz naszą %sdokumentację%s, aby uzyskać więcej informacji." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8428,6 +8512,7 @@ msgid "Create database" msgstr "Utwórz bazę danych" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Utwórz" @@ -8441,7 +8526,7 @@ msgid "No Privileges" msgstr "Brak uprawnień" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Utwórz tabelę" @@ -8453,50 +8538,94 @@ msgstr "Liczba kolumn" msgid "Could not load export plugins, please check your installation!" msgstr "Nie udało się załadować modułów eksportu, proszę sprawdzić instalację!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Eksport bazy danych z bieżącego serwera" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Eksportowanie tabeli z bazy \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Eksportuj wiersze z tabeli \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Metoda eksportu:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Rodzaj eksportu" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Szablon nazwy pliku:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nazwa tabeli" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Szablon nazwy pliku:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Szybkość dysku tymczasowego" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Zaktualizowana" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Wybierz tabele" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metoda eksportu" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Szybko - wyświetlane są tylko minimalne opcje" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Dostosuj - wyświetli wszystkie możliwe opcje" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Baza(y) danych:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabela(e):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Specyficzne opcje formatu:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8504,52 +8633,52 @@ msgstr "" "Przewiń do wypełnienia w opcji dla wybranego formatu i ignorowanie opcji dla " "innych formatów." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Kodowanie konwersji:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Wiersze:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Eksportuj wybrane wiersze" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Wiersz rozpoczynający się:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Zrzuć wszystkie wiersze" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Wyjście:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Zapisz na serwerze w katalogu %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Szablon nazwy pliku:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ zostanie zastąpione aktualną nazwą serwera" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ zostanie zastąpione nazwą wybranej bazy danych" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ zostanie zastąpione nazwą wybranej tabeli" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8561,86 +8690,86 @@ msgstr "" "się: %3$s. Inne teksty będą przechowywane tak, jak zostaną wstawione. Zobacz " "szczegóły w %4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "użyj tego dla przyszłego eksportu" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Kodowanie znaków pliku:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresja:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "\".zip\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "\".gzip\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Pokaż wynik jako tekst" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Eksportuj widoki jako tabele" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Eksport nagłówków tabeli" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Zapisz wynik do pliku" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Pomiń tabele większe niż" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Wybierz tabele" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Wybierz tabele" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Nazwa bazy danych" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Nowa nazwa strony: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name." msgid "Old column name" msgstr "Skopiuj nazwę kolumny." -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name." msgid "New column name" @@ -9200,7 +9329,7 @@ msgid "Dump has been saved to file %s." msgstr "Zrzut został zapisany do pliku %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL zwrócił pusty wynik (zero wierszy)." @@ -9281,7 +9410,7 @@ msgstr "Ukryj" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcja" @@ -9359,7 +9488,7 @@ msgstr "" "poruszania się w dowolnym miejscu" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9805,7 +9934,7 @@ msgstr "Nowy" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Widoki" @@ -10104,230 +10233,241 @@ msgstr "" msgid "Rename database to" msgstr "Zmień nazwę bazy danych na:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nie masz wystarczających uprawnień, aby być tu i teraz!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Edytuj uprawnienia" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza danych %s została usunięta." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Usuń bazę danych" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Usuń bazę danych (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Tylko struktura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktura i dane" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Tylko dane" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopiuj bazę danych do:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE przed przekopiowaniem" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Dodaj ograniczenia" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Przełącz do przekopiowanej bazy danych" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Sortowanie tabeli wg" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(pojedynczo)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Przenieś tabelę do (bazadanych.tabela):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Zmień nazwę tabeli na" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentarze tabeli" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcje tabeli" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Mechanizm składowania" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiuj tabelę do (bazadanych.tabela):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Przełącz na przekopiowaną tabelę" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Zarządzanie tabelą" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizuj tabelę" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Sprawdź tabelę" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Sprawdź tabelę" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentuj tabelę" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabela %s została przeładowana." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optymalizuj tabelę" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Napraw tabelę" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Usuń dane lub tabelę" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Opróżnij tabelę (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Usuń tabelę (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizuj" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Sprawdź" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optymalizuj" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Przebuduj" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Napraw" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Zwiń" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Zarządzanie partycjami" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partycja %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Usuń partycjonowanie" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Sprawdź spójność powiązań:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nie można przenieść tabeli do niej samej!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nie można przekopiować tabeli do niej samej!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s została przeniesiona do %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s została przekopiowana do %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s została przeniesiona do %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s została przekopiowana do %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Nazwa tabeli jest pusta!" @@ -10524,7 +10664,7 @@ msgstr "Zdarzenie" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Określenie" @@ -11567,11 +11707,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Zapamiętaj sortowanie tabel" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Niepoprawny typ eksportu" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Szybkie kroki w celu konfiguracji zaawansowanych funkcji:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11579,11 +11725,11 @@ msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Utwórz wymagane tabele używając examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Utwórz użytkownika pma i nadaj mu prawa do tych tabel." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11591,24 +11737,24 @@ msgstr "" "Włącz zaawansowane funkcje w pliku konfiguracyjnym (config.inc.php), na przykład zaczynając od config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Zaloguj się ponownie do phpMyAdmin, żeby załadować zmieniony plik " "konfiguracyjny." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "brak opisu" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11616,14 +11762,14 @@ msgid "" "configuration storage there." msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11817,6 +11963,7 @@ msgstr "Nazwa użytkownika:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nazwa użytkownika" @@ -11988,10 +12135,10 @@ msgid "Master server changed successfully to %s." msgstr "Serwer główny zmieniony pomyślnie na %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12012,7 +12159,7 @@ msgstr "Zdarzenie %1$s zostało zmodyfikowane." msgid "Event %1$s has been created." msgstr "Zdarzenie %1$s zostało utworzone." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Jeden lub więcej błędów miały miejsce podczas przetwarzania żądania:" @@ -12021,7 +12168,8 @@ msgstr "Jeden lub więcej błędów miały miejsce podczas przetwarzania żądan msgid "Edit event" msgstr "Edytuj wydarzenie" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Szczegóły" @@ -12035,7 +12183,7 @@ msgid "Event type" msgstr "Typ zdarzenia" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Zmień na %s" @@ -12063,13 +12211,13 @@ msgid "On completion preserve" msgstr "Po zakończeniu zachować" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definiujący" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -12097,9 +12245,9 @@ msgid "You must provide an event definition." msgstr "Należy podać definicję zdarzeń." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Błąd na żądanie przetwarzania:" @@ -12136,90 +12284,96 @@ msgstr "" "rozszerzenia 'mysqli', aby uniknąć problemów." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Nieprawidłowy typ procedury: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Przepraszamy, nie udało nam się przywrócić upuszczony procedury." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Kolumna %1$s została zmodyfikowana." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Kolumna %1$s została zmodyfikowana." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Tabela %1$s została utworzona." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Edycja procedury" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nazwa procedury" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametry" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Kierunek" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Dodaj parametr" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Usuń ostatni parametr" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Zwracany typ" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Powrót długości/wartości" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Powrót opcji" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Jest deterministyczna" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Rodzaj zabezpieczenia" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Dostęp SQL do danych" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Musisz podać rutynowe nazwę!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Nieprawidłowy kierunek \"%s\" podany dla parametru." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12227,24 +12381,24 @@ msgstr "" "Należy podać długość/wartość parametrów procedury typu ENUM, SET, VARCHAR i " "VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Należy podać nazwę i typ dla każdego parametru procedury." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Musisz podać poprawny typ wartości zwracanej do procedury." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Należy podać definicję procedury." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Wynik wykonanych procedur %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12254,13 +12408,13 @@ msgstr[0] "%d wiersz dotyczy ostatniego sprawozdania wewnątrz procedury" msgstr[1] "%d wierszy dotyczy ostatniego sprawozdania wewnątrz procedury" msgstr[2] "%d wierszy dotyczy ostatniego sprawozdania wewnątrz procedury" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Wykonaj procedurę" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametry procedury" @@ -12828,12 +12982,16 @@ msgid "You have revoked the privileges for %s." msgstr "Masz cofnięte uprawnienia dla %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Dodaj użytkownika" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Dodaj grupę użytkownika" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Baza danych dla użytkownika" #: libraries/server_privileges.lib.php:1946 @@ -12862,9 +13020,7 @@ msgid "User has been added." msgstr "Użytkownik został dodany." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12942,11 +13098,15 @@ msgid "" msgstr "… usuń starą z tabel użytkownika i przeładuj uprawnienia później." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Zmień dane użytkownika / Kopiuj użytkownika" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Utwórz nowego użytkownika z takimi samymi uprawnieniami i …" #: libraries/server_privileges.lib.php:3036 @@ -12969,7 +13129,9 @@ msgid "Add privileges on the following table:" msgstr "Dodaj uprawnienia dla następującej tabeli:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Usuń zaznaczonych użytkowników" #: libraries/server_privileges.lib.php:3376 @@ -13005,40 +13167,50 @@ msgstr "Zaktualizowano uprawnienia dla %s." msgid "Deleting %s" msgstr "Usuwanie %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Uprawnienia były przeładowane pomyślnie." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Użytkownik %s już istnieje!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Uprawnienia dla %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nowy" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Edytuj uprawnienia:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grupa użytkownika" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Omówienie użytkowników" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13051,11 +13223,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Dodałeś nowego użytkownika." @@ -14395,7 +14567,7 @@ msgstr "Nieprawidłowy identyfikator" msgid "Unknown Punctuation String" msgstr "Nieznany znak interpunkcyjny" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabela %s została opróżniona." @@ -14408,14 +14580,14 @@ msgstr "Śledzenie jest aktywne." msgid "Tracking is not active." msgstr "Śledzenie nie jest aktywne." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Widok %s został usunięty" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14647,41 +14819,36 @@ msgstr "Wykorzystanie przestrzeni" msgid "Effective" msgstr "Efektywne" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabela %1$s została pomyślnie zmodyfikowana." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabela %1$s została pomyślnie zmodyfikowana." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Błąd zapytania" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Kolumny przeniesiono pomyślnie." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Dodaj do ulubionych" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lista ulubionych jest pełna!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Pokaż zapytania SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15160,18 +15327,6 @@ msgstr "Nowsza stabilna wersja nie jest dostępna" msgid "Wrong data" msgstr "Nieprawidłowe dane" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Brak danych do wyświetlenia" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Brak zapytania SQL został ustawiony, aby pobrać dane." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Kolumny liczbowe nie występujących w tabeli wykreślić." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15182,7 +15337,7 @@ msgstr "Baza danych '%s' nie istnieje." msgid "Table %s already exists!" msgstr "Tabela %s już istnieje!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Pokaż zrzut (schemat) tabeli" @@ -15190,24 +15345,12 @@ msgstr "Pokaż zrzut (schemat) tabeli" msgid "Invalid table name" msgstr "Niewłaściwa nazwa tabeli" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "Relacja wewnętrzna została dodana." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Wątek %s został pomyślnie zabity." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -15216,7 +15359,7 @@ msgstr[0] "Nazwa kolumny '%s' jest słowem kluczowym MySQL." msgstr[1] "Nazwa kolumny '%s' jest słowem kluczowym MySQL." msgstr[2] "Nazwa kolumny '%s' jest słowem kluczowym MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nie wybrano żadnej kolumny." @@ -15423,7 +15566,7 @@ msgid "subquery" msgstr "w zapytaniu" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Utwórz relację" @@ -15499,13 +15642,13 @@ msgstr "Nowa nazwa" msgid "Delete pages" msgstr "Wybierz stronę" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Przeładuj" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pomoc" @@ -15760,39 +15903,39 @@ msgstr "Tytuł wykresu" msgid "X-Axis:" msgstr "Oś X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serie:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Etykieta osi X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Wartość X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Etykieta osi Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Wewnątrz kolumny:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Wartości dla kolumny %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17244,6 +17387,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert jest ustawiony na 0" +#~ msgid "Add user" +#~ msgstr "Dodaj użytkownika" + +#~ msgid "Export Method:" +#~ msgstr "Metoda eksportu:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nie znaleziono danych do wizualizacji GIS." @@ -17481,11 +17630,6 @@ msgstr "concurrent_insert jest ustawiony na 0" #~ msgid "pdf export page" #~ msgstr "Niepoprawny typ eksportu" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Niepoprawny typ eksportu" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/pt.po b/po/pt.po index 971c227ccd..a600ed8900 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-11 18:18+0200\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese Configurações." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiência da cache de comandos" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Utilização da cache de comandos" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache de comandos utilizada" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Uso do CPU do Sistema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memória do sistema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Swap do sistema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Carga média" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memória total" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memória na cache" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memória retida" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memória livre" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memória utilizada" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap retida" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap utilizada" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap livre" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes recebidos" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Ligações" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabela(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Perguntas" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tráfego" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configurações" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Adicionar gráfico a grelha" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Adicione pelo menos uma variável à serie!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1411,47 +1433,47 @@ msgstr "Adicione pelo menos uma variável à serie!" msgid "None" msgstr "Nenhum" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Resumir o monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausar o monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Iniciar atualização automática" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Parar atualização automática" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log e slow_query estão ativos." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log está ativo." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log está ativo." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log e general_log estão desativados." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output não está configurado para TABELA." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "\"log_output\" está definido para a TABELA." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1462,12 +1484,12 @@ msgstr "" "mais de %d segundos. É recomendado definir long_query_time para 0-2 " "segundos, dependendo do seu sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time está configurado para %d segundo(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1476,30 +1498,30 @@ msgstr "" "o valor padrão após o reinicio do servidor:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Define log_output como %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Ativar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Desactivar %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Definir \"long_query_time\" para %d segundos." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1507,59 +1529,59 @@ msgstr "" "Não pode modificar estas variáveis. Por favor faça login como root ou " "contacte o seu administrador de base de dados." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Modificar configurações" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configurações atuais" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titulo do gráfico" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividido por %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unidade" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Do registo lento" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Do registo geral" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "O nome da base de dados não é reconhecido por esta consulta nos registos do " "servidor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "A analisar os registos" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "A analisar e a carregar registos. Isto pode demorar um um pouco." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancelar pedido" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1570,7 +1592,7 @@ msgstr "" "de agrupamento, por isso os outros atributos de consultas, tais como horário " "de início, podem ser diferentes." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1580,33 +1602,33 @@ msgstr "" "INSERT na mesma tabela também são agrupadas juntas, independentemente dos " "dados inseridos." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Dados do registo carregados. Comandos executados neste período de tempo:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Saltar para a tabela de registos" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Dados não encontrados" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Registo analisado, mas não foram encontrados dados neste período de tempo." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Em análise…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explicar SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1616,58 +1638,58 @@ msgstr "Explicar SQL" msgid "Time" msgstr "Tempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tempo Total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Resultado(s) da(s) consulta(s)" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Mapa de Resultados" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opções de filtragem da tabela de registos" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrar" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrar comandos por palavra/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar comandos, ignorando dados variáveis em clausulas WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Soma de linhas agrupadas:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Carregando registos" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Falhou a atualização do monitor" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1677,90 +1699,90 @@ msgstr "" "Isto é provavelmente porque a sua sessão expirou. Atualizar a página e " "reinserir as suas credenciais deve ajudar." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Atualizar página" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Linhas afetadas:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Falha ao processar ficheiro de configuração. Não parece ser código JSON " "válido." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Falha ao construir grelha do gráfico com a configuração importada. " "Redefinindo os valores padrão…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importar" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importar configuração do monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Seleccione o ficheiro que pretende importar." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Não existem ficheiros disponíveis para importar no servidor!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analisar Comando" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistema de Assessoria" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possíveis problemas de desempenho" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problemas" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomendação" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalhes da regra" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justificação" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variável / formula utilizada" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Teste" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1771,63 +1793,63 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Modificar configurações" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Aplicar" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Carregando…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Pedido anulado!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Processando Pedido" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Pedido anulado!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Erro a Processar Pedido" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Código de erro: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texto do erro: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nenhuma base de dados selecionada." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Apagando Coluna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Adicionando Chave Primária" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1836,63 +1858,63 @@ msgstr "Adicionando Chave Primária" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Clique para fechar esta notificação" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Renomeando Bases de Dados" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copiando Bases de Dados" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Mudando Mapa de Caracteres" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Desativar verificação de chaves estrangeiras" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Falha na leitura do número real de linhas." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Pesquisando" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Esconder resultados da pesquisa" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostrar resultados da pesquisa" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Navegação" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "A Eliminar" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "A definição de uma função armazenada deve conter uma instrução RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1902,59 +1924,59 @@ msgstr "A definição de uma função armazenada deve conter uma instrução RET msgid "Export" msgstr "Exportar" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valores para a coluna \"%s\"" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valores para a nova coluna" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Introduza cada valor num campo separado." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Add %d valor(es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Nota: Se o arquivo contém várias tabelas, estas serão combinadas numa." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Esconder Caixa do query" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostrar Caixa do query" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Edita" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1962,42 +1984,42 @@ msgstr "Edita" msgid "Delete" msgstr "Apagar" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d não é um número de linha válido." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Visualizar valores estrangeiros" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variável" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 #, fuzzy msgid "Pick" msgstr "Selecione" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selector de colunas" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Pesquisar nesta lista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -2007,15 +2029,15 @@ msgstr "" "central para a base de dados %s contém colunas que não estão presentes na " "tabela corrente." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Ver mais" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Tem a certeza?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2023,52 +2045,52 @@ msgstr "" "Esta acção pode modificar as definições de algumas colunas\n" "
Tem a certeze que quer continuar?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continuar" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Adicionar chave primária" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Chave primária adicionada." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Continuando para a próxima forma…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "A primeira forma de normalização da tabela '%s' foi concluída." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fim da forma de normalização" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Segunda forma de normalização (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Concluído" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirme as dependências parciais" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Dependênciais parciais selecionadas:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2076,19 +2098,19 @@ msgstr "" "Nota: a, b -> d,f implica que os valores das colunas a e b combinadas podem " "determinar os valores das colunas d e f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nenhuma dependência parcial selecionada!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Mostrar possíveis dependênciais parciais baseando nos dados da tabela" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Ocultar lista de dependências parciais" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2096,42 +2118,42 @@ msgstr "" "Aguarde uns instantes! Isto poderá demorar alguns segundos dependendo do " "tamanho dos dados e do número de colunas da tabela." -#: js/messages.php:376 +#: js/messages.php:382 #, fuzzy msgid "Step" msgstr "Passo" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "As seguintes ações serão executadas:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP colunas %s da tabela %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Criar a próxima tabela" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Terceira forma de normalização (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 #, fuzzy msgid "Confirm transitive dependencies" msgstr "Confirme as dependências transitivas" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Dependências selecionadas:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nenhuma dependência selecionada!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2140,150 +2162,150 @@ msgstr "Nenhuma dependência selecionada!" msgid "Save" msgstr "Guarda" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Esconder critérios de buca" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Mostrar critérios de busca" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "Pesquisa de alcance" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Máximo de colunas:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Mínimo de colunas:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valor mínimo:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valor máximo:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Esconder critérios de localizar e substituir" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Mostrar critérios de localizar e substituir" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cada ponto representa um registo (linha) de dados." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Colocar o cursor por cima de um ponto irá mostrar a sua legenda." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Para ampliar, selecione uma area do gráfico com o rato." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Clique no botão Reset Zoom para voltar ao estado original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Clique num ponto de dados para ver e possivelmente editar a linha de dados." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "O plano pode ser redimensionado arrastando-o ao longo do canto inferior " "direito." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Seleccione duas colunas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Seleccione duas colunas diferentes" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Conteúdo do ponto de dados" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copiar" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Ponto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Segmento de Reta" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polígono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Anel Interior" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Anel Exterior" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Deseja copiar a chave de encriptação?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Chave de encriptação" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Seleccione chave de referencia" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Seleccione Foreign Key" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Seleccione a chave primária ou uma chave única!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Escolha a coluna para mostrar" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2291,79 +2313,79 @@ msgstr "" "Não salvou as mudanças no layout. Estas serão perdidas se não as guardar. " "Deseja continuar?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nome da página" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Guardar página" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Guardar página" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Abrir página" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Eliminar página" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Sem título" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Selecione uma página para continuar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Introduza um nome de página válido" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Deseja guardar as alterações à página atual?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Página eliminada com sucesso" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exporta o esquema relacional (schema)" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modificações foram guardadas" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Adiciona uma opção para a coluna \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objecto(s) criado(s)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Submete" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Carregue em ESC para cancelar a edição." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2371,41 +2393,41 @@ msgstr "" "Editou alguns dados e estes não foram salvos. Tem certeza que quer sair " "desta página antes de salvar os seus dados?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Arraste para re-ordenar." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Clica para ordenar resultados por esta coluna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Clique para seleccionar/rejeitar." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Duplo-clique para copiar o nome da coluna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Clique na seta
para alternar a visibilidade da coluna." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostrar tudo" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2414,13 +2436,13 @@ msgstr "" "edição da tabela, checkbox, Editar, Copiar e Eliminar links podem não " "funcionar depois de guardar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Por favor introduza uma cadeia hexadecimal válida. Os caracteres válidos são " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2428,141 +2450,141 @@ msgstr "" "Deseja realmente ver todas as linhas? Grandes tabelas poderão crashar o " "navegador." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Segmento original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "cancelar" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abortado" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sucesso" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importar estado" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Largue ficheiros aqui" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Selecione primeiro a base de dados" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Também pode editar a maioria dos valores
com um duplo clique no valor a " "alterar." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Pode editar a maioria dos valores
com um duplo clique no valor a editar." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Ir para link:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copiar nome da coluna." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Clique com o botão direito do rato para copiar para a área de transferência." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Gerar palavra-passe" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Gerar" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Alterar a palavra-passe" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mais" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Ver Painel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Esconder Painel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Mostrar items de navegação escondidos da árvore." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Conectar com o painel principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Desconectar do painel principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabelas" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Vista" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Processos" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Enviado" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funções" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "A página requisitada não foi encontrada no histórico, pode ter expirado." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2572,43 +2594,43 @@ msgstr "" "actualização. A nova versão é %s, e foi lançada em %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", última versão estável:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "até à data" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Criar visualização" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Enviar relatório de erro" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Enviar relatório de erro" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Ocorreu um erro fatal de JavaScript. Pretende enviar um relatório de erro?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Alterar as definições dos relatórios" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Ver os detalhes do relatório" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2616,7 +2638,7 @@ msgstr "" "Exportação incompleta devido a um limite de tempo de execução baixo a nível " "do PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2626,426 +2648,426 @@ msgstr "" "alguns dos campos podem ser ignorados, devido à configuração do PHP " "max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Foram detectados alguns erros no servidor!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Por favor olhe para a parte inferior desta janela." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorar tudo" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "As suas definições estão agora a ser submetidas, por favor aguarde." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Executar consulta novamente?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Deseja realmente eliminar este marcador?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Comentários da tabela" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Esconder resultados da pesquisa" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Ant" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Próx" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hoje" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Janeiro" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Fevereiro" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Março" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Abril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Junho" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Julho" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agosto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Setembro" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Outubro" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembro" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dezembro" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Maio" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dez" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Segunda" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Terça" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Quarta" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Quinta" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Sexta" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Domingo" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sáb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sem" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "Calendário-mês-ano" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Nenhum" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuto" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Segundo" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Usar campo de texto" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Introduza um nome de página válido" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Introduza um número válido!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Introduza um nome de página válido" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Introduza um nome de página válido" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Introduza um número válido!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Introduza um número válido!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Introduza um comprimento válido!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Introduza um nome de página válido" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "Introduza um nome de página válido" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Introduza um nome de página válido" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Introduza um comprimento válido!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Introduza um nome de página válido" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Introduza um nome de página válido" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Introduza um número válido!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Erro" @@ -3117,18 +3139,18 @@ msgstr "por hora" msgid "per day" msgstr "por dia" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Permissões erradas no ficheiro de configuração. Não deve ser editável por " "todos!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Tamanho da fonte" @@ -3147,7 +3169,7 @@ msgid "Requery" msgstr "Re-consultar" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3156,7 +3178,7 @@ msgstr "Re-consultar" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3233,7 +3255,7 @@ msgid "History" msgstr "Histórico" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3256,7 +3278,7 @@ msgstr "Histórico" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opções" @@ -3349,7 +3371,7 @@ msgid "Count:" msgstr "Contagem" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3406,10 +3428,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Mudar para a tabela copiada" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3417,10 +3439,10 @@ msgstr "Mudar para a tabela copiada" msgid "Ascending" msgstr "Ascendente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3636,125 +3658,126 @@ msgstr "Desseleccionar tudo" msgid "Inside column:" msgstr "Dentro da coluna:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Guardar dados editados" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurar ordem da coluna" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrar registos" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Pesquisar esta tabela" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Início" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Seguinte" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fim" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Todas" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Número de registos:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordenar por chave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos parciais" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos completos" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Chave de relação" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Coluna de visualização relacional" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostrar conteúdo binário" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Exibir conteúdos BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ocultar transformações do navegador" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Texto bem conhecido" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binario bem conhecido" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Registo eliminado." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Termina" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Pode ser aproximado. Veja o [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "A sua consulta SQL foi executada com êxito." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3763,36 +3786,36 @@ msgstr "" "Esta vista tem número de linhas aproximado. Por favor, consulte a " "%sdocumentação%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "A mostrar registos de %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d no total, %2$d na consulta" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "A consulta demorou %01.4f segundos." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Com os seleccionados:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3801,24 +3824,24 @@ msgstr "Com os seleccionados:" msgid "Check All" msgstr "Todos" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Vista de impressão" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operações resultantes das consultas" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Mostrar gráfico" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisar dados GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link não encontrado!" @@ -3942,7 +3965,7 @@ msgstr "Quantidade" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3952,7 +3975,7 @@ msgid "Collation" msgstr "Agrupamento (Collation)" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentário" @@ -3967,7 +3990,7 @@ msgid "Index %s has been dropped." msgstr "O Índice %s foi eliminado." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3984,7 +4007,7 @@ msgstr "" "Os Índices %1$s e %2$s parecem ser iguais ou um deles pode ter sido removido." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servidor" @@ -4001,7 +4024,7 @@ msgstr "Vista" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4032,7 +4055,7 @@ msgstr "Insere" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilégios" @@ -4095,15 +4118,17 @@ msgid "Central columns" msgstr "Colunas centrais" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Base de Dados" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Utilizadores" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4179,7 +4204,7 @@ msgid "Could not save favorite table!" msgstr "Não foi possível guardar a tabela favorita!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Remover dos Favoritos" @@ -4200,7 +4225,7 @@ msgid "Recent" msgstr "Recente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabelas Favoritas" @@ -4839,16 +4864,16 @@ msgstr "Tamanho máximo: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Mensagens do MySQL : " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explicar SQL" @@ -4865,7 +4890,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sem código PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Criar código PHP" @@ -4958,6 +4983,10 @@ msgstr "Última actualização" msgid "Last check" msgstr "Última Verificação" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Utilizadores" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Pesquisar:" @@ -5052,8 +5081,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5061,7 +5090,7 @@ msgstr "Nome" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Tamanho/Valores*" @@ -5354,7 +5383,7 @@ msgid "Not a valid port number!" msgstr "Número de porta inválido!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valor incorrecto!" @@ -5365,35 +5394,35 @@ msgstr "Valor incorrecto!" msgid "Value must be equal or lower than %s!" msgstr "O valor precisa ser igual ou menor que %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Dados em falta para %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "indisponível" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" requer a extenção %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "A importação comprimida não funcionará devido à falta da função %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "A exportação comprimida não funcionará devido à falta da função %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -5409,7 +5438,7 @@ msgid "Set value: %s" msgstr "Definir valor: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaurar valor padrão" @@ -5890,7 +5919,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Tempo máximo de execução" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -5900,7 +5929,7 @@ msgstr "Itens" msgid "Save as file" msgstr "envia" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Configurar o Mapa de Caracteres do ficheiro" @@ -5916,8 +5945,8 @@ msgstr "Compressão" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5927,14 +5956,14 @@ msgstr "Compressão" msgid "Put columns names in the first row" msgstr "Colocar os nomes das colunas na primeira linha" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Colunas delimitadas com" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Colunas precedidas com" @@ -5942,8 +5971,8 @@ msgstr "Colunas precedidas com" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Substituir NULL com" @@ -5951,13 +5980,13 @@ msgstr "Substituir NULL com" msgid "Remove CRLF characters within columns" msgstr "Remover caracteres CRLF nas colunas" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Colunas terminadas com" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linhas terminadas com" @@ -5979,8 +6008,8 @@ msgid "Table name template" msgstr "Modelo de nome da tabela" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6008,14 +6037,14 @@ msgid "Label key" msgstr "Rótulo da chave" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipo MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relações" @@ -6023,112 +6052,118 @@ msgstr "Relações" msgid "Export method" msgstr "Metodo de Exportação" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Guardar no Servidor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Substituir o(s) ficheiro(s) existente(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontal (cabeçalhos rodados)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Lembrar Nome do ficheiro modelo" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Adicionar valor AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Encapsular nomes de tabela e coluna com acentos grave" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL modo compatibilidade" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE Opções:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Datas de Criação/Actualização/verificação" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Usar inserções demoradas" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Desativar verificação de chaves estrangeiras" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportar visualizações como tabelas" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Adicionar %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usar hexadecimal para BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Usar inserções ignoradas" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaxe a utilizar ao inserir dados" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Tamanho máximo da consulta gerada" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipo de Exportação" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Encapsular exportação numa transação" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Hora de Exportação em UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Forçar conexão segura ao utilizar o phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forçar conexão SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6140,165 +6175,165 @@ msgstr "" "Ordena objetos numa caixa de selecção de chaves estrangeiras; [kbd]conteúdo[/" "kbd] é o dado referenciado, [kbd]id[/kbd] é o valor da chave." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordem da caixa de seleção de chave estrangeira" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Uma caixa de seleção será utilizada se poucos itens estiverem presentes." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limite de chave estrangeira" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Verificação de chave estrangeira:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modo de navegação" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personalizar modo de navegação." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personalizar as opções por defeito." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "Dados CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Programador" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Configurações para programadores phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modo de edição" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personalizar modo de edição." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportar predefinições" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personalizar as opções de exportação por defeito." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funcionalidades" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Geral" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Define algumas opções usadas frequentemente." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importar predefinições" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personalizar opções de importação por defeito comuns." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importar / exportar" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Define diretórios de importação e exportação e opções de compressão." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opções de visualização das Bases de dados." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Painel de navegação" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparência do painel de navegação." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Painel de navegação" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Personalizar o painel de navegação" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servidores" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Exibir as opções dos servidores." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opções de exibição de tabelas." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Painel principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Outras configurações do núcleo" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Configurações que não se encaixavam em nenhum outro lugar." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Títulos das páginas" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6312,11 +6347,11 @@ msgstr "" "[doc@cfg_TitleTable]documentation[/doc] para strings mágicas que podem ser " "utilizadas para obter valores especiais." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Segurança" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6324,23 +6359,23 @@ msgstr "" "Por favor repare que o phpMyAdmin é uma interface de utilizador e as suas " "funcionalidades não limitam o MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Configurações básicas" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autenticação" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Configurações de autenticação." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuração do servidor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6348,15 +6383,15 @@ msgstr "" "Configurações avançadas do servidor, não altere estas opções a menos que " "saiba para que são." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Digite os parâmetros de ligação ao servidor." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Armazenamento de configuração" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6366,11 +6401,11 @@ msgstr "" "funcionalidades adicionais, consulte [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] na documentação." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Rastreamento de alterações" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6378,111 +6413,111 @@ msgstr "" "Rastreamento das mudanças feitas na base de dados. Requerem o armazenamento " "da configuração do phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalizar opções de exportação" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizar os padrões de importação" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizar o painel de navegação" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizar o painel principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Consultas SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL caixa de Consulta" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Personaliza links mostrados nas caixas de consulta SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Definições de consultas SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Iniciar" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Personalizar página inicial." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Estrutura da base de dados" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Escolha que detalhes mostrar na estrutura da base de dados (lista de " "tabelas)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Estrutura da tabela" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Definições para a estrutura da tabela (lista de colunas)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Abas" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Escolha como quer que as abas funcionem." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Tamanho do papel" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campos de Texto" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personalizar campos de entrada de texto." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texto Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalizar as opções padrão" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avisos" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desative alguns dos avisos mostrados pelo phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6490,15 +6525,15 @@ msgstr "" "Activar compressão [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] nas " "operações de importação e exportação." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parâmetros extra para o iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6506,11 +6541,11 @@ msgstr "" "Se ativado, phpMyAdmin continua a processar consultas com múltiplas " "instruções mesmo se uma das consultas falhar." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignora erro de declarações múltiplas" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6520,25 +6555,25 @@ msgstr "" "do tempo limite. Esta pode ser uma boa maneira para importar arquivos " "grandes, contudo pode interromper as transações." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importação parcial: permite Interrupção" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Não abortar perante erro INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6546,69 +6581,69 @@ msgstr "" "Formato padrão; esteja ciente que esta lista depende da localização (base de " "dados, tabela) e somente o SQL está sempre disponível." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato do arquivo importado" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Usar palavra-chave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nome das colunas na primeira linha" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Não importe linhas vazias" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa divisas ($5.00 para 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentagens como decimal (12.00% para .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Número de consultas para ignorar do início." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importação parcial: ignorar consultas" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Não usar AUTO_INCREMENT para valores zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Estado inicial das barras de deslocação" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Quantas linhas podem ser inseridas de uma vez." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Número de linhas inseridas" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Número máximo de caracteres apresentados em qualquer coluna não-numérica na " "vista de navegação." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limitar caracteres da coluna" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6619,11 +6654,11 @@ msgstr "" "o como FALSO facilita o esquecimento de sair de outros servidores quando " "conectado a vários servidores." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Apagar todos os cookies quando sair" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6631,11 +6666,11 @@ msgstr "" "Define se o login anterior deve ser recordado ou não no modo de autenticação " "de [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Lembrar nome de utilizador" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6647,49 +6682,49 @@ msgstr "" "actual, e será apagado assim que fechar a janela do navegador. Isto é " "recomendado para ambientes não-confiáveis." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Armazena cookie de inicio de sessão" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Definir a duração (em segundos) da validade do cookie de inicio de sessão." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validade do cookie de inicio de sessão" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Duplicar o tamanho da área de texto para colunas LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Maior caixa de texto para LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Número máximo de caracteres usados quando uma consulta SQL é mostrada." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Largura máxima do SQL exibido" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Os utilizadores não podem definir um valor maior" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de base de dados exibidas na lista de base de dados." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Número máximo de bases de dados" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6697,11 +6732,11 @@ msgstr "" "O número de itens que podem ser mostrados em cada página no primeiro nível " "da árvore de navegação." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Máximo de itens no primeiro nível" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6709,11 +6744,11 @@ msgstr "" "O número de itens que podem ser mostradas em cada página da árvore de " "navegação." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Máximo de itens por ramo" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6721,19 +6756,19 @@ msgstr "" "Número de linhas exibidas ao navegar o resultado encontrado. Se o resultado " "tiver mais linhas, \"Anteriores\" e \"Próximas\" ligações serão apresentadas." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Número máximo de linhas a exibir" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tabelas exibidas na lista de tabelas." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Número máximo de tabelas" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6741,41 +6776,41 @@ msgstr "" "O número de bytes que um script pode alocar, ex. [kbd]32M[/kbd] ([kbd]0[/" "kbd] para sem limite)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limite de memória" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Mostrar items de navegação escondidos da árvore." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Mostrar o logótipo no painel de navegação." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Mostrar logotipo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL para onde irá apontar o logótipo do painel de navegação." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL do link do logotipo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6783,29 +6818,29 @@ msgstr "" "Abre a página ligada na janela principal ([kbd]principal[/kbd]) ou numa nova " "janela ([kbd]nova[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Destino da ligação do logótipo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Apresentar o servidor escolhido no topo do painel de navegação." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Mostrar seleção de servidores" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Alvo para ícone de acesso rápido" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Alvo para ícone de acesso rápido" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6813,17 +6848,17 @@ msgstr "" "Define o número mínimo de itens (tabelas, vistas, rotinas e eventos) a " "apresentar numa caixa de filtragem." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de itens a apresentar na caixa de filtragem" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de bases de dados para mostrar a caixa de filtragem de base de " "dados" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6835,42 +6870,42 @@ msgstr "" "Itens de grupo na árvore de navegação (determinado pelo separador definido " "abaixo)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Agrupar itens na árvore" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" "Cadeia de caracteres que separa bases de dados em diferentes níveis de " "árvore." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Divisor de árvore da base de dados" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" "Cadeia de caracteres que separa tabelas em níveis diferentes de árvores." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separador de árvore da tabela" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Profundidade máxima da árvore da tabela" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Destaque servidor sob o cursor do rato." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Ativar destaque" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" @@ -6878,124 +6913,124 @@ msgid "" msgstr "" "Se deseja desabilitar a possibilidade de expandir a base de dados ou não." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Barra de navegação de tabelas" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Mostra tabelas" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "" "Se deseja desabilitar a possibilidade de expandir a base de dados ou não." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Group items in the tree" msgid "Show views in tree" msgstr "Agrupar itens na árvore" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar items de navegação escondidos da árvore." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Mostrar os campos da função" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Mostra os Processos" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Mostrar grelha" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar items de navegação escondidos da árvore." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Número máximo de tabelas utilizadas recentemente, definir 0 para desativar." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de tabelas favoritas, definir 0 para desativar." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabelas utilizadas recentemente" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Estas são ligações Editar, Copiar e Apagar." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Onde mostrar as ligações da linha da tabela" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Usar ordem natural para ordenar nomes de tabelas e bases de dados." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordem natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Usar apenas ícones, apenas texto ou ambos." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navegação de tabelas" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use o buffer de saída GZip para acelerar as transferências HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffer de saída GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -7003,19 +7038,19 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, " "DATETIME e TIMESTAMP, caso contrário, ordem ascendente." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordenação padrão" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Usar ligações persistentes para bases de dados MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Ligações persistentes" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -7025,11 +7060,11 @@ msgstr "" "base de dados se alguma das tabelas requeridas para a configuração do " "armazenamento do phpMyAdmin não for encontrada." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -7037,11 +7072,11 @@ msgstr "" "Desativa o aviso padrão que é mostrado quando é detetada uma diferença entre " "a biblioteca MySQL e o servidor." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Aviso de divergência Servidor/Biblioteca" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -7050,27 +7085,27 @@ msgstr "" "base de dados se algum dos nomes de coluna numa tabela forem palavras " "reservadas do MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Aviso de palavra reservada ao MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Como mostrar os separadores do menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Como mostrar várias ligações de acções" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Não permitir edição de colunas BLOB e BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Proteger colunas binárias" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7080,130 +7115,130 @@ msgstr "" "armazenamento phpMyAdmin). Se desativado, este utiliza rotinas-JS para " "mostrar o histórico de consulta (perdido por fecho da janela)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Histórico de consultas permanente" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Quantas consultas são mantidas no histórico." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Tamanho do histórico de consultas" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecione quais funções serão usadas para conversão do conjunto de " "caracteres." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor de Recodificação" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Ao navegar nas tabelas, a ordenação de cada tabela é memorizada." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Lembrar ordenação da tabela" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Ordenação padrão" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabeçalhos a cada X células, [kbd]0[/kbd] desativa esta " "funcionalidade." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repetir cabeçalhos" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Edição de grelha: executar ação" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Coluna de visualização relacional" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Exibir as opções dos servidores." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edição em grade: gravar todas as células editadas duma única vez" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Pasta onde as exportações serão guardadas no Servidor." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Pasta para guardar" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Deixar em branco se não for usado." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordem de autorização do Anfitrião" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Deixe em branco por defeito." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regras de autorização do anfitrião" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permitir login sem uma palavra-passe" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permitir login como root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Valor de sessão" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Nome do Domínio a apresentar quando é feita autenticação HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Domínio HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7213,19 +7248,19 @@ msgstr "" "da máquina SweKey [/a] (não foi localizado na raiz do seu documento; " "sugestão: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Ficheiro de configuração Swekey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Método de autenticação a utilizar." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipo de autenticação" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7233,11 +7268,11 @@ msgstr "" "Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a] suporte, sugerido: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabela de favoritos" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7245,31 +7280,31 @@ msgstr "" "Deixe em branco quando não houver colunas de comentário/tipo mime, " "sugeridas: [kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabela de informações de coluna" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Comprimir ligação ao servidor MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Comprimir ligação" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Como se ligar ao servidor, manter [kbd]tcp[/kbd] se não tiver certeza." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipo de ligação" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Plavara-passe de utlizador de controlo" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7278,11 +7313,11 @@ msgstr "" "informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Utilizador de controlo" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7290,11 +7325,11 @@ msgstr "" "Um servidor alternativo para armazenar a configuração; deixe em branco para " "utilizar um servidor já definido." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Controlar host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7304,15 +7339,15 @@ msgstr "" "configuração; deixe em branco para utilizar a porta padrão, ou a porta pré-" "definida, se o servidor de controlo for igual ao servidor." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Controlar porta" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ocultar bases de dados correspondentes a expressão regular (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7320,15 +7355,15 @@ msgstr "" "Mais informações em [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "rastreador de bug [/a] e [a@http://bugs.mysql.com/19588]Bugs MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desativar o uso do INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Ocultar bases de dados" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7336,23 +7371,23 @@ msgstr "" "Deixe em branco se não houver/quiser suporte a histórico de consulta SQL, " "sugerido: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabela de histórico das consultas SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nome do Servidor onde o MYSQL está a ser executado." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nome do servidor" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de fim de sessão" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7360,15 +7395,15 @@ msgstr "" "Limita o número de preferências de tabela armazenadas na base de dados, os " "registos mais antigos são automaticamente removidos." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferências de tabela a armazenar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7380,13 +7415,31 @@ msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportar visualizações como tabelas" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Colunas centrais" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7398,15 +7451,15 @@ msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Tentar ligar sem palavra-passe." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Ligar sem palavra-passe" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7416,30 +7469,30 @@ msgstr "" "invertida se quiser usar suas instâncias literais, ou seja, use [kbd]'my" "\\_db'[/kbd] e não [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Mostrar apenas bases de dados listadas" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Deixar vazio se não utilizar autenticação por config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Palavra-passe para config-auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7450,21 +7503,21 @@ msgstr "" "informações. Deixe em branco para nenhum apoio. Sugerido: [kbd]phpmyadmin[/" "kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nome da base de dados" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta na qual o servidor Mysql está atento, deixe em branco por defeito." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porta do servidor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7472,11 +7525,11 @@ msgstr "" "Deixe em branco para que não hajam tabelas recentes \"persistentes\" ao " "longo das sessões, sugeridas: [kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabela utilizada recentemente" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7488,13 +7541,13 @@ msgstr "" "Deixe em branco para que não hajam tabelas recentes \"persistentes\" ao " "longo das sessões, sugeridas: [kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Tabelas Favoritas" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7503,11 +7556,11 @@ msgstr "" "net/pma/bookmark]ligações de relações[/a], sugerido: [kbd]pma__bookmark[/" "kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabela de relações" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7515,32 +7568,32 @@ msgstr "" "Consulte [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticação[/a] para obter um exemplo." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nome da sessão" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL de Signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "O socket no qual MySQL server está atento, deixe em branco para o padrão." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Ative o SSL para as ligações com o servidor de MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Usar SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7548,13 +7601,13 @@ msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "Esquema PDF: Coordenadas de tabela" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7562,11 +7615,11 @@ msgstr "" "Tabela para descrever as colunas mostradas, deixe em branco se não houver/" "quiser suporte, sugerido: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Mostrando comentários das colunas" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7574,11 +7627,11 @@ msgstr "" "Deixe em branco para que não hajam tabelas \"persistentes\"com preferências " "ao longo das sessões, sugerido: [kbd]pma_pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Preferencias UI de tabela" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7586,11 +7639,11 @@ msgstr "" "Se será acrescentada uma instrução DROP DATABASE IF EXISTS como primeira " "linha para o log ao criar uma base de dados." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7598,11 +7651,11 @@ msgstr "" "Será acrescentada uma instrução DROP TABLE IF EXISTS na primeira linha para " "o registo ao criar uma tabela." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Adicionar DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7610,20 +7663,20 @@ msgstr "" "Se uma instrução DROP VIEW IF EXISTS será adicionada como primeira linha ao " "log, quando se cria um view." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Define a lista de instruções que o auto-creation usa para novas versões." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Instruções para rastrear" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7631,11 +7684,11 @@ msgstr "" "Deixe em branco se não há suporte ao rastreamento de consulta SQL, sugerido: " "[kbd]pma_history[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabela de histórico de consultas do SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7643,11 +7696,11 @@ msgstr "" "Se o mecanismo de rastreamento cria versões para tabelas e vistas " "automaticamente." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Criar versões automaticamente" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7655,11 +7708,11 @@ msgstr "" "Deixe em branco para não armazenar na base de dados as preferências de " "utilizadores, sugerido: [kbd]pma_designer_coords[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabela de armazenamento das preferências do utilizador" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7669,11 +7722,11 @@ msgstr "" "para ativar a funcionalidade de menus configuráveis; Deixando uma delas em " "branco, irá desativar esta funcionalidade; sugerido: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabela de utilizadores" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7684,11 +7737,11 @@ msgstr "" "branco irá desabilitar esta funcionalidade, sugerido: [kbd]pma__usergroups[/" "kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabela de grupos do utilizador" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7696,15 +7749,15 @@ msgstr "" "Deixe em branco para desabilitar a funcionalidade de esconder ou mostrar os " "itens de navegação, sugerido: [kbd]pma_navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabela dos itens de navegação oculta" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Utilizador para a configuração de autenticação" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7712,20 +7765,20 @@ msgstr "" "Uma descrição de fácil compreensão deste servidor. Deixe em branco para " "mostrar o nome do servidor (hostname)." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nome detalhado deste servidor" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Se um utilizador deve visualizar um botão \"mostrar todos (registos)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permitir a exibição de todas as filas" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7736,15 +7789,15 @@ msgstr "" "ficheiro de configuração; isto não impossibilita que o mesmo comando seja " "executado diretamente." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostrar o formulário de mudança de password" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostrar o formulário de criação de base de dados" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7753,45 +7806,45 @@ msgstr "" "Mostrar ou esconder a coluna que exibe a Criação de timestamp em todas as " "tabelas." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Comentários da tabela" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar ou esconder a coluna que exibe a Criação de timestamp em todas as " "tabelas." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostrar data (timestamp) da criação" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostra ou esconde uma coluna com a data(timestamp) da última atualização em " "todas as tabelas." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostrar a data (timestamp) da última actualização" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostra ou esconde uma coluna com a data(timestamp) da última verificação em " "todas as tabelas." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostrar a data (timestamp) da última verificação" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7799,27 +7852,27 @@ msgstr "" "Define se os tipos de campo devem ser mostrados inicialmente no modo editar/" "inserir, ou não." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Mostrar os tipos dos campos" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Mostrar os campos de função no modo editar/inserir." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostrar os campos da função" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Se mostra sugestão ou não." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Mostrar sugestão" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7827,54 +7880,54 @@ msgstr "" "Mostra o link para [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/" "a] resultado." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Mostrar o link phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Mostrar informação detalhada do servidor MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostrar consultas SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Define se a caixa de consultas deve permanecer aberta depois da sua " "submissão." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Reter a caixa da consulta (query)" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Permitir exibir estatísticas da base de dados e tabelas (por exemplo, uso de " "espaço)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostrar estatísticas" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Ignorar tabelas bloqueadas" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7882,11 +7935,11 @@ msgid "" "detected." msgstr "É exibido um aviso na página principal se Suhosin for detetado." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Aviso do Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7900,13 +7953,13 @@ msgstr "" "base de dados se algum dos nomes de coluna numa tabela forem palavras " "reservadas do MySQL." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Validade do cookie de inicio de sessão" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7919,11 +7972,11 @@ msgstr "" "alterado para caixas de texto de consultas SQL (*2) e para janelas de " "consultas (*1.25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Colunas da área de texto" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7936,32 +7989,32 @@ msgstr "" "para caixas de texto de consultas SQL (*2) e para janelas de consultas " "(*1.25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Linhas da área de texto" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" "Título da janela do navegador quando uma base de dados estiver selecionada." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Título da janela do navegador quando nada estiver selecionado." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Título por defeito" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Título da janela do navegador quando um servidor estiver selecionado." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Título da janela do navegador quando uma tabela estiver selecionada." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7969,27 +8022,27 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies de confiança para permitir/proibir IPs" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Directoria no servidor onde podes carregar arquivos para importar." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Pasta de upload" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permitir pesquisas dentro da base de dados." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Utilizar a pesquisa da base de dados" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7997,27 +8050,27 @@ msgstr "" "Quando desabilitado, os utilizadores não podem definir nenhuma das opções em " "baixo, independentemente da caixa de verificação da direita." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Activar o separador Programador nas definições" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Verificar se é a última versão" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Possibilita a verificação da última versão na página inicial do phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Verificação da versão" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8029,11 +8082,11 @@ msgstr "" "isto se o servidor onde o phpMyAdmin está instalado não tem acesso direto À " "internet. O formato é:\"nomeservidor:númeroporta\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL da proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8044,19 +8097,19 @@ msgstr "" "feita a Autenticação Básica. Não é possível efetuar mais nenhum tipo de " "autenticação de momento." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Nome de utilizador da proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "A senha para se autenticar na proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Senha da proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -8064,51 +8117,51 @@ msgstr "" "Activar a compressão [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/" "a] para operações de importação e exportação." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Introduz a tua chave pública para o serviço reCaptcha do teu domínio." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Chave pública para o reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Introduz a tua chave privada para o serviço reCaptcha do teu domínio." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Chave privada para o reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Escolhe a opção por defeito ao enviar relatórios de erros." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Enviar relatórios de erro" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8138,47 +8191,78 @@ msgstr "Autenticação HTTP" msgid "Signon authentication" msgstr "Autenticação Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usando o LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Folha de cálculo OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalizado" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opções de exportação da Base de Dados" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "dados CSV para MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texto OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Dados não encontrados." + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Os utilizadores selecionado foram apagados com sucesso." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Relação interna adicionada" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8195,12 +8279,12 @@ msgstr "possível ataque de recursividade em profundidade (deep recursion)" msgid "No change" msgstr "Sem alterações" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Veja a %snossa documentação%s para mais informação." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8256,6 +8340,7 @@ msgid "Create database" msgstr "Criar base de dados" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Criar" @@ -8269,7 +8354,7 @@ msgid "No Privileges" msgstr "Sem Privilégios" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Criar tabela" @@ -8283,50 +8368,95 @@ msgstr "" "Não foi possível carregar os plugins de exportação, por favor verifique a " "sua instalação!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportando as bases de dados do servidor actual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportando as tabelas da base de dados \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportando as linhas da tabela \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Método de Exportação:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipo de Exportação" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Nome do ficheiro modelo:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "New page name: " +msgid "Template name" +msgstr "Nome da nova página: " + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Nome do ficheiro modelo:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s tabela" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualizado" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Seleccionar Tabelas" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metodo de Exportação" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rápido - exibe o mínimo de opções" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalizado - exibe todas as opções possíveis" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Base(s) de Dados:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabela(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opções específicas do formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8334,52 +8464,52 @@ msgstr "" "Desloque-se para baixo para preencher as opções do formato seleccionado e " "ignore as opções para outros formatos." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Conversão de codificação:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Linhas:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Eliminar alguma(s) linha(s)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Começar na linha:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Eliminar todas as linhas" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Saída:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Gravar no servidor na directoria %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Nome do ficheiro modelo:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ será o nome do servidor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ será o nome da base de dados" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ será o nome da tabela" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8387,86 +8517,86 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "utilize isto para futuras exportações" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Configurar o Mapa de Caracteres do ficheiro:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compressão:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipado" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipado" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ver resultado como texto" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportar visualizações como tabelas" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontal (cabeçalhos rodados)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Guarda resultado para um ficheiro" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Ignorar tabelas maiores que" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Seleccionar Tabelas" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Seleccionar Tabelas" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Nome da base de dados" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Nome da nova página: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name." msgid "Old column name" msgstr "Copiar nome da coluna." -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name." msgid "New column name" @@ -8983,7 +9113,7 @@ msgid "Dump has been saved to file %s." msgstr "O Dump foi gravado para o ficheiro %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL não retornou nenhum registo." @@ -9060,7 +9190,7 @@ msgstr "Esconder" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funções" @@ -9139,7 +9269,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9614,7 +9744,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9909,240 +10039,251 @@ msgstr "" msgid "Rename database to" msgstr "Alterar o nome da base de dados para" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Não tem permissões suficientes para aceder aqui, neste momento!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Alterar Privilegios" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "A base de dados %s foi eliminada." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Remover a Base de Dados" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Apagar a Base de Dados (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Somente a estrutura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Estrutura e dados" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Apenas dados" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Copiar a Base de Dados para" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Criar a Base de Dados antes de copiar (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Adicionar restrições (constraints)" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Mudar para a Base de Dados copiada" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Alterar a ordem da tabela por" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(A refazer após inserir/eliminar)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Move tabela para (base de dados.tabela)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Renomeia a tabela para" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentários da tabela" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opções da tabela" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motor de armazenamento" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copia tabela para (base-de-dados.tabela)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Mudar para a tabela copiada" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Manutenção da tabela" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizar tabela" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Verificar tabela" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Verificar tabela" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "A tabela %s foi fechada." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Fecha a tabela (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizar tabela" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparar tabela" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Extraindo dados da tabela" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Sem bases de dados" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Checo" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Reparar tabela" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Ocultar" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Manutenção da tabela" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Verificar Integridade referencial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Não é posivel mover a tabela para o mesmo!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Não é possivel copiar a tabela para o mesmo!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "A tabela %s foi movida para %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s copiada para %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "A tabela %s foi movida para %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s copiada para %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "O nome da tabela está vazio!" @@ -10358,7 +10499,7 @@ msgstr "Enviado" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11359,41 +11500,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Lembrar ordenação da tabela" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Tipo de exportação inválido" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "sem Descrição" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11401,14 +11548,14 @@ msgid "" "configuration storage there." msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11592,6 +11739,7 @@ msgstr "Nome do Utilizador" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nome do Utilizador" @@ -11757,10 +11905,10 @@ msgid "Master server changed successfully to %s." msgstr "O privilégios foram recarregados com sucesso." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11782,7 +11930,7 @@ msgstr "A tabela %s foi eliminada" msgid "Event %1$s has been created." msgstr "A tabela %s foi eliminada" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11792,7 +11940,8 @@ msgstr "" msgid "Edit event" msgstr "Enviado" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11808,7 +11957,7 @@ msgid "Event type" msgstr "Tipo de Exportação" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11842,13 +11991,13 @@ msgid "On completion preserve" msgstr "Instrucções de inserção completas" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11874,9 +12023,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -11913,139 +12062,145 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "A tabela %s foi eliminada" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "A tabela %s foi eliminada" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "A tabela %s foi eliminada" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Nome dos Campos" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Criação" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Remover a Base de Dados" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Tamanho/Valores*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Opções da tabela" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Tipo de Query" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format msgid "Execution results of routine %s" msgstr "Permite criar novas tabelas." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12637,13 +12792,17 @@ msgid "You have revoked the privileges for %s." msgstr "Anulou os privilégios para %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Adicionar utilizador" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database export options" +msgid "Database for user account" +msgstr "Opções de exportação da Base de Dados" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12671,9 +12830,7 @@ msgid "User has been added." msgstr "A Vista %s foi eliminada" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12756,11 +12913,15 @@ msgstr "" "privilégios." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Mudar a informação de login / Copiar Utilizador" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Criar um novo utilizador com os mesmo privilégios e …" #: libraries/server_privileges.lib.php:3036 @@ -12784,7 +12945,9 @@ msgid "Add privileges on the following table:" msgstr "Todos privilégios na tabela seguinte" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Remover utilizadores seleccionados" #: libraries/server_privileges.lib.php:3376 @@ -12820,43 +12983,49 @@ msgstr "Actualizou os privilégios de %s." msgid "Deleting %s" msgstr "A apagar %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "O privilégios foram recarregados com sucesso." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "O utilizador %s já existe!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilégios" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Alterar Privilegios" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Utilizadores" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12869,11 +13038,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Acrescentou um novo utilizador." @@ -14113,7 +14282,7 @@ msgstr "Identificador inválido" msgid "Unknown Punctuation String" msgstr "Pontuação desconhecida" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "A tabela %s foi limpa." @@ -14126,14 +14295,14 @@ msgstr "Detecção de Alterações está activa." msgid "Tracking is not active." msgstr "Detecção de Alterações está desactivada." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "A Vista %s foi eliminada" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14375,45 +14544,40 @@ msgstr "Espaço ocupado" msgid "Effective" msgstr "Em uso" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Os utilizadores selecionado foram apagados com sucesso." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Os utilizadores selecionado foram apagados com sucesso." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Tipo de Query" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Os utilizadores selecionado foram apagados com sucesso." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Acrescenta um utilizador" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lista de Favoritos está cheia!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Mostrar consultas SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14891,20 +15055,6 @@ msgstr "" msgid "Wrong data" msgstr "Sem bases de dados" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Dados não encontrados." - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14915,7 +15065,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "O utilizador %s já existe!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Ver o esquema da tabela" @@ -14923,29 +15073,19 @@ msgstr "Ver o esquema da tabela" msgid "Invalid table name" msgstr "Nome de tabela inválido" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Relação interna adicionada" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nenhuma coluna seleccionada." @@ -15170,7 +15310,7 @@ msgid "subquery" msgstr "na pesquisa" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 #, fuzzy msgid "Create relation" msgstr "Versão do servidor" @@ -15255,13 +15395,13 @@ msgstr "Nome do Utilizador" msgid "Delete pages" msgstr "Seleccionar Tabelas" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15537,42 +15677,42 @@ msgstr "Tipo de Exportação" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "Comando SQL" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Valor" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Dentro da coluna:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Valores para a coluna \"%s\"" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16940,6 +17080,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert é definido como 0" +#~ msgid "Add user" +#~ msgstr "Adicionar utilizador" + +#~ msgid "Export Method:" +#~ msgstr "Método de Exportação:" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "Shift + Clique no nome da função para aplicar a todos os registos." @@ -17165,11 +17311,6 @@ msgstr "concurrent_insert é definido como 0" #~ msgid "pdf export page" #~ msgstr "Tipo de exportação inválido" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Tipo de exportação inválido" - #, fuzzy #~| msgid "Click to sort." #~ msgid "Click to sort" @@ -17257,9 +17398,6 @@ msgstr "concurrent_insert é definido como 0" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Editar ou exporta o esquema relacional (schema)" -#~ msgid "Page has been created." -#~ msgstr "A página foi criada." - #, fuzzy #~| msgid "Page creation failed" #~ msgid "Page creation has failed!" diff --git a/po/pt_BR.po b/po/pt_BR.po index 7370a7059a..bcc9337117 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-27 11:53+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: Portuguese (Brazil) Configurações." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiência do cache de consulta" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Uso do cache de consulta" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache de consulta utilizado" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Utilização da CPU pelo sistema" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memória do sistema" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Área de Troca (swap) do sistema" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Carga média" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memória total do sistema" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Cache de memória" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memória em buffer" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memória livre" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memória usada" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap em cache" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap utilizado" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap livre" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bytes enviados" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bytes recebidos" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Conexões" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processos" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabela(s)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Requisições" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Tráfego" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configurações" @@ -1366,16 +1388,16 @@ msgstr "Configurações" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or # "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it # depends of the context. -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Adicionar gráfico à grade" -#: js/messages.php:182 +#: js/messages.php:188 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:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1387,47 +1409,47 @@ msgstr "Por favor adicione no mínimo uma variável à série!" msgid "None" msgstr "Nenhum" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Continuar o monitoramento" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausar o monitoramento" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Iniciar a Atualização Automática" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Parar a Atualização Automática" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "\"general_log\" e \"slow_query_log\" estão ativados." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "\"general_log\" está ativado." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "\"slow_query_log\" está ativado." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "\"slow_query_log\" e \"general_log\" estão desativados." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "\"log_output\" não está definido para a TABELA." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "\"log_output\" está definido para a TABELA." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1438,12 +1460,12 @@ msgstr "" "consultas que demoram mais do que %d segundos. Então, é aconselhado definir " "\"long_query_time\" de 0-2 segundos, dependendo do seu sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "\"long_query_time\" está definida para %d segundo(s)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1452,30 +1474,30 @@ msgstr "" "padrão quando o servidor reiniciar:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Definir \"log_output\" para %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Habilitar %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Desabilitar %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Definir \"long_query_time\" para %d segundos." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1484,62 +1506,62 @@ msgstr "" "se como usuário \"root\" ou entre em contato com seu administrador do banco " "de dados." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Alterar configurações" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configurações atuais" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or # "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it # depends of the context. -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Título do relatório/gráfico/tabela" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividido por %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unidade" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Do log lento" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Do relatório geral" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "O nome do banco de dados não é conhecido para esta consulta nos logs do " "servidor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analisando relatórios" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analisando e carregando logs. Isso pode demorar." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Cancelar solicitação" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1550,7 +1572,7 @@ msgstr "" "de agrupamento, por isso os outros atributos de consultas, tais como horário " "de início, podem ser diferentes." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1560,33 +1582,33 @@ msgstr "" "INSERT na mesma tabela também são agrupadas juntas, desconsiderando os dados " "inseridos." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Dados de log carregados. Quantidade de queries executadas neste período de " "tempo:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Ir para a tabela de log" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nenhum dado encontrado" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Log analisado, mas nenhum dado encontrado neste intervalo de tempo." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analisando…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Demonstrar saída" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1596,58 +1618,58 @@ msgstr "Demonstrar saída" msgid "Time" msgstr "Tempo" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Tempo total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Representação dos resultados" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafico" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opções de filtro da tabela de log" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtro" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrar queries por palavra/expressão regular:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Agrupar queries, ignorando os valores das cláusulas WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Número de linhas agrupadas:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Carregando logs" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Atualização do monitor falhou" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1657,90 +1679,90 @@ msgstr "" "Provavelmente foi porque sua sessão expirou. Atualizar a página e reinserir " "as suas credenciais deve resolver." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Recarregar página" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Linhas afetadas:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Falha ao processar o arquivo de configuração. Ele não parece ser um código " "JSON válido." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Falha ao construir a grade do gráfico com a configuração importada. " "Resetando para a configuração padrão…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importar" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importar configuração do monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Por favor, selecione o arquivo que deseja importar." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Sem arquivos disponíveis no servidor para importar!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analisar query" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistema de assessoria" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Possíveis problemas de performance" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Questão" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomendações" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalhes da regra" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justificação" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variável / fórmula utilizada" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Teste" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formatando SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1751,59 +1773,59 @@ msgstr "Formatando SQL..." msgid "Cancel" msgstr "Cancelar" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Configurações da página" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Aplicar" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Carregando…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Pedido abortado!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Processando a requisição" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Pedido Falhou!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Erro no processamento da requisição" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Código do erro: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Texto do erro: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nenhum banco de dados selecionado." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Excluindo coluna" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Adicionar chave primária" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1812,62 +1834,62 @@ msgstr "Adicionar chave primária" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Clique para fechar este aviso" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Renomeando o banco de dados" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Copiando o banco de dados" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Mudando o conjunto de caracteres" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Habilitar verificação de chaves estrangeiras" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Falha ao recuperar a contagem real de linhas." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Pesquisando" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Ocultar resultados da pesquisa" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Mostrar resultados da pesquisa" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Navegando" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Apagando" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "A definição de uma função armazenada deve conter uma instrução de RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1877,60 +1899,60 @@ msgstr "" msgid "Export" msgstr "Exportar" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valores para coluna %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valores para uma nova coluna" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Insira cada valor em um campo separado." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Adicionar %d valor(es)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Nota: Se o arquivo contém várias tabelas, elas serão combinadas em uma só." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Ocultar caixa de consulta" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Mostrar caixa de consulta" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Editar" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1938,40 +1960,40 @@ msgstr "Editar" msgid "Delete" msgstr "Remover" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d não é um número de linha válido." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Visualizar valores estrangeiros" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Nenhuma consulta salva automaticamente" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variável %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Escolher" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Seletor de Coluna" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Procurar nesta tabela" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1981,15 +2003,15 @@ msgstr "" "centrais do banco de dados %s tem colunas que não estão presentes na tabela " "atual." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Visualizar Mais" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Você tem certeza?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1997,52 +2019,52 @@ msgstr "" "Esta ação pode mudar alguns de definição colunas.
Tem certeza de que " "deseja continuar?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continuar" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Adicionar chave primária" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Chave Primária adicionada." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Indo para a próxima etapa…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "O primeira etapa de normalização está completa para a tabela '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fim da etapa" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Segunda etapa da normalização (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Concluído" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirme dependências parciais" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "As dependências parciais selecionadas são as seguintes:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2050,20 +2072,20 @@ msgstr "" "Nota: a, b _. d, f implica em valores de colunas a e b combinados juntos " "podem determinar os valores da coluna d e coluna f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nenhuma dependência parcial selecionada!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Mostre-me as possíveis dependências parciais baseado nos dados da tabela" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Esconder a lista de dependências parciais" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2071,40 +2093,40 @@ msgstr "" "Seja paciente! A operação pode levar alguns segundos dependendo do tamanho " "dos dados e número de colunas da tabela." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Etapa" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "As seguintes ações serão executadas:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "APAGAR colunas %s da tabela %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Criar a seguinte tabela" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Terceiro passo da normalização (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirmar dependências transitivas" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "As dependências selecionadas são as seguintes:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nenhuma dependência selecionada!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2113,125 +2135,125 @@ msgstr "Nenhuma dependência selecionada!" msgid "Save" msgstr "Salvar" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Ocultar critério de pesquisa" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Exibir critério de pesquisa" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Intervalo de pesquisa" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Máximo de colunas:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Mínimo de colunas:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valor mínimo:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valor máximo:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Ocultar critério de substituição" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Exibir critério de substituição" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Cada ponto representa uma linha de dados." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Mover o mouse sobre um ponto mostrará seu rótulo." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Para ampliar, selecione um trecho do gráfico com o mouse." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Clique no botão resetar zoom para voltar ao estado original." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Clique em um ponto de dados para ver e possivelmente editar a linha de dados." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "O plano pode ser redimensionado arrastando-o ao longo do canto inferior " "direito." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Selecione duas colunas" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Selecione duas colunas diferentes" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Conteúdo do ponteiro de dados" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copiar" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Ponto" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linha" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polígono" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Anel interno" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Anel externo" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Você deseja copiar a chave de encriptação?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Chave de encriptação" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2239,24 +2261,24 @@ msgstr "" "Indica que você fez alterações nesta página; Você será questionado por uma " "confirmação antes de abandonar as alterações" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Selecionar chave referenciada" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Selecionar chave estrangeira" -#: js/messages.php:450 +#: js/messages.php:456 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:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Marque a coluna para exibir" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2264,77 +2286,77 @@ msgstr "" "Você não salvou as mudanças no layout. Elas serão perdidas se você não salvá-" "las. Deseja continuar mesmo assim?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Nome da página" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Selecionar página" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Salvar página como" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Páginas livres" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Apagar página" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Sem título" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Favor escolher uma página para editar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Por favor, digite um número válido" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Você quer salvar as alterações para a página atual?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Página apagada com sucesso :)" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exportar esquema relacional" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modificações foram salvas" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Adicionar uma opção para a coluna \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objeto(s) criado(s)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Submit" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Pressione ESC para cancelar a edição." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2342,15 +2364,15 @@ msgstr "" "Você editou alguns dados e estes não foram salvos. Você tem certeza que quer " "sair desta página antes de salvar os dados?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Arraste para reordenar." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Clique para ordenar os resultados por esta coluna." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2361,26 +2383,26 @@ msgstr "" "DECRESCENTE) .
- Ctrl+Clique ou Alt+Clique (Mac: Shift+Opção+Clique) " "para remover a coluna da ORDER BY (ORDEM POR) da cláusula" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Clique para marcar/desmarcar." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Clique duas vezes para copiar o nome da coluna." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Clique na seta
para alternar a visibilidade da coluna." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Mostrar tudo" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2389,13 +2411,13 @@ msgstr "" "Editar, Marcar, Editar, Copiar e Apagar podem não funcionar mais depois de " "salvar." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Por favor insira uma seqüência hexadecimal válido. Os caracteres válidos são " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2403,134 +2425,134 @@ msgstr "" "Você realmente quer ver todas as linhas? Para uma tabela grande isto poderia " "travar o nevegador." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Tamanho original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Cancelar" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abortado" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sucesso" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importar estado" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Solte os arquivos aqui" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Primeiro escolha um banco de dados" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Você também pode editar a maioria dos valores
clicando duas vezes sobre " "eles." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Você também pode editar a maioria dos valores
clicando diretamente sobre " "eles." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Ir para o link:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copiar nome da coluna." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Clique com o botão direito do mouse no nome da coluna para copiá-la para a " "área de transferência." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Gerar senha" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Gerar" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Alterar senha" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mais" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Mostrar painel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Ocultar painel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Mostrar itens ocultos da árvore de navegação." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Fazer ligação com painel principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Encerrar ligação com painel principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Para filtrar os banco de dados no servidor, pressione Enter após digitar o " "que procura" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "Para filtrar todos os %s na database, aperte Enter após pesquisar" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabelas" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "visualizações" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "Procedimentos" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "evento" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "Funções" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "A página solicitada não foi encontrada no histórico, ela pode ter expirado." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2540,28 +2562,28 @@ msgstr "" "atualização. A nova versão é %s, lançada em %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", última versão estável:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "atualizado(a)" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Criar view" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Enviar Relatório de Erro" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Cadastrar Relatório de Erro" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2569,15 +2591,15 @@ msgstr "" "Ocorreu um erro fatal no JavaScript. Gostaria de enviar um relatório de " "erros?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Alterar configurações de Relatórios" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Exibir Detalhes de Relatório" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2585,7 +2607,7 @@ msgstr "" "A exportação está incompleta devido ao baixo limite de tempo de execução nas " "configurações do PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2594,65 +2616,65 @@ msgstr "" "Aviso: um formulário nesta página tem mais de %d campos. Ao enviar, alguns " "campos podem ser ignorados, por causa da configuração max_input_vars do PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Alguns erros foram detectados no servidor!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Por favor, olhe na parte inferior da janela." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorar Tudo" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "De acordo com as definições, elas estão sendo submetidas atualmente, por " "favor, seja paciente." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Executar esta consulta novamente?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Você realmente deseja excluir a busca \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Consultas executadas" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Show table comments" msgid "Show arguments" msgstr "Mostrar comentários da tabela" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Ocultar resultados da pesquisa" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2663,336 +2685,336 @@ msgstr "" "corretamente para voce. No Safari, este problema é normalmente causado pelo " "\"Modo de Navegação Privado\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Hoje" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Janeiro" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Fevereiro" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Março" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Abril" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maio" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Junho" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Julho" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Agosto" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Setembro" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Outubro" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembro" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dezembro" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dez" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Segunda" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Terça" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Quarta" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Quinta" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Sexta" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Sem" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendário-mês-ano" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Sufixo de ano: nenhum" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hora" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuto" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Segundo" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Este campo é obrigatório" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Por favor, corrija este cambo" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Por favor, digite um correio eletrônico válido" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Por favor, digite um endereço eletrônico válido" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Por favor, digite uma data válida" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Por favor, digite uma data válida" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Por favor, digite um número válido" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Por favor, digite um número de cartão de crédito válido" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Por favor, digite apenas números" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Por favor, digite o mesmo valor novamente" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Por favor, digite até {0} caractéres" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Por favor, digite pelo menos {0} caracteres" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Por favor digite um valor entre {0} e {1} caracteres compridos" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Por favor, digite um valor entre {0} and {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Por favor, digite um valor menor ou igual a {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Por favor, digite um valor maior ou igual a {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Por favor, digite um data válida ou um tempo" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Por favor, digite um número válido!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Erro" @@ -3064,18 +3086,18 @@ msgstr "por hora" msgid "per day" msgstr "por dia" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Permissões incorretas no arquivo de configuração, não deveria permitir " "escrita por qualquer um!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Tamanho da fonte" @@ -3094,7 +3116,7 @@ msgid "Requery" msgstr "Fazer novo consulta" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3103,7 +3125,7 @@ msgstr "Fazer novo consulta" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3178,7 +3200,7 @@ msgid "History" msgstr "Histórico" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3201,7 +3223,7 @@ msgstr "Histórico" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opções" @@ -3292,7 +3314,7 @@ msgid "Count:" msgstr "Contagem" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3346,10 +3368,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Mudar para o tema escuro" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3357,10 +3379,10 @@ msgstr "Mudar para o tema escuro" msgid "Ascending" msgstr "Ascendente" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3578,125 +3600,126 @@ msgstr "Desmarcar todos" msgid "Inside column:" msgstr "Dentro do campo:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Salvar dados editados" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurar ordem da coluna" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrar linhas" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Procurar nesta tabela" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Início" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Próximo" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fim" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Todos" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Número de linhas:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Ordenar pela chave" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Textos parciais" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Textos completos" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Chave de relação" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Exibir coluna relacional" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Mostrar conteúdo binário" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Exibir conteúdo BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ocultar transformações do navegador" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Texto bem conhecido" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binário bem conhecido" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Registro eliminado." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Finalizar" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Pode ser aproximado. Veja a [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Seu comando SQL foi executado com sucesso." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3705,36 +3728,36 @@ msgstr "" "Esta view tem pelo menos esse número de linhas. Por favor, consulte a " "%sdocumentação%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostrando registros %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d no total, %2$d na consulta" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d no total" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Consulta levou %01.4f segundos." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Com marcados:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3743,24 +3766,24 @@ msgstr "Com marcados:" msgid "Check All" msgstr "Marcar todos" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Imprimir view" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operações resultantes das consultas" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Exibir gráfico" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisar dados GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link não encontrado!" @@ -3884,7 +3907,7 @@ msgstr "Cardinalidade" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3894,7 +3917,7 @@ msgid "Collation" msgstr "Colação" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentário" @@ -3909,7 +3932,7 @@ msgid "Index %s has been dropped." msgstr "Índice %s foi eliminado." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3927,7 +3950,7 @@ msgstr "" "removida." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Servidor" @@ -3944,7 +3967,7 @@ msgstr "Visualizar" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3975,7 +3998,7 @@ msgstr "Inserir" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilégios" @@ -4038,16 +4061,18 @@ msgid "Central columns" msgstr "Colunas centrais" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Bancos de dados" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Usuários" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Grupos de usuários" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4125,7 +4150,7 @@ msgstr "Não foi possível salvar a tabela favorita!" # "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it # depends of the context. #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Remover dos Favorites" @@ -4146,7 +4171,7 @@ msgid "Recent" msgstr "Recente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabelas favoritas" @@ -4781,16 +4806,16 @@ msgstr "Tamanho máximo: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Mensagem do MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Demonstrar SQL" @@ -4807,7 +4832,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Sem código PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Criar código PHP" @@ -4899,6 +4924,10 @@ msgstr "Última atualização" msgid "Last check" msgstr "Última verificação" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Usuários" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Procurar:" @@ -4993,8 +5022,8 @@ msgstr "Não" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5002,7 +5031,7 @@ msgstr "Nome" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Tamanho/Valores" @@ -5282,7 +5311,7 @@ msgid "Not a valid port number!" msgstr "Não é um número de porta válido!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valor incorreto!" @@ -5293,37 +5322,37 @@ msgstr "Valor incorreto!" msgid "Value must be equal or lower than %s!" msgstr "O valor precisa ser igual ou menor que %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Dados faltando para %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "indisponível" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" requer a extensão %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "A importação comprimida não funcionará porque a função %s está faltando." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "A exportação comprimida não funcionará porque a função %s está faltando." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -5339,7 +5368,7 @@ msgid "Set value: %s" msgstr "Definir valor: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaurar valor padrão" @@ -5816,7 +5845,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Tempo máximo de execução" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5826,7 +5855,7 @@ msgstr "Adicionar comando %s" msgid "Save as file" msgstr "Salvar como arquivo" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Conjunto de caracteres do arquivo" @@ -5842,8 +5871,8 @@ msgstr "Compressão" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5853,14 +5882,14 @@ msgstr "Compressão" msgid "Put columns names in the first row" msgstr "Colocar os nomes das colunas na primeira linha" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Colunas delimitadas por" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Campos divididos com" @@ -5868,8 +5897,8 @@ msgstr "Campos divididos com" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Substituir NULL com" @@ -5877,13 +5906,13 @@ msgstr "Substituir NULL com" msgid "Remove CRLF characters within columns" msgstr "Remover caracteres CRLF em colunas" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Colunas terminadas com" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linhas terminadas com" @@ -5905,8 +5934,8 @@ msgid "Table name template" msgstr "Modelo de nome da tabela" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5934,14 +5963,14 @@ msgid "Label key" msgstr "Rótulo da chave" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipo MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relações" @@ -5949,57 +5978,63 @@ msgstr "Relações" msgid "Export method" msgstr "Método de exportação" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Salvar em servidor" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Sobrescrever arquivo(s) existente(s)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportar cabeçalhos das tabelas" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Lembrar modelo de nome de arquivo" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Adicionar valor AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Usar crases nos nomes de tabelas e campos" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Modo de compatibilidade SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CRIAR TABELA opções:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Criar/Atualizar/Verificar datas" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Usar inserções demoradas" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Desabilitar verificação de chaves estrangeiras" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportar vistas como tabelas" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgid "Export related metadata from phpMyAdmin configuration storage" @@ -6007,54 +6042,54 @@ msgstr "" "%sCreate%s as tabelas de armazenamento de configuração do phpMyAdmin " "perdidas." -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Adicionar %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usar hexadecimal para BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Usar inserções ignoradas" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaxe a utilizar ao inserir dados" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Comprimento máximo de query criada" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipo de exportação" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Encapsular exportação numa transação" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportar horário em UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Forçar conexão segura ao utilizar o phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forçar conexão SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6063,164 +6098,164 @@ msgstr "" "o [kbd]conteúdo[/kbd] é o dado referenciado, e o [kbd]id[/kbd] é o valor " "chave." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordem da caixa drop-down de chave estrangeira" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Uma caixa dropdown será utilizada se menos itens estiverem presentes." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limite de chave estrangeira" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Verificação de chave estrangeira:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Modo de navegação" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personalizar modo de navegação." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Personalizar opções padrão." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Desenvolvedor" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Configurações para desenvolvedores phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Modo de edição" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personalizar modo de edição." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Padrões de exportação" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Personalizar opções de exportação padrão." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funções" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Geral" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Define algumas opções comumente utilizadas." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Padrões de importação" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Personalizar opções de importação padrão comuns." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importar / exportar" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Define diretórios de importação e exportação e opções de compressão." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opções de exibição de bancos de dados." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Painel de navegação" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparência do painel de navegação." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Painel de navegação" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Personalizar painel de navegação" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servidores" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opções de exibição de servidores." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opções de exibição de tabelas." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Painel principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Outras configurações principais" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Configurações que não se encaixavam em nenhum outro lugar." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Títulos de páginas" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6229,11 +6264,11 @@ msgstr "" "[doc@cfg_TitleTable]documentação[/doc] para strings mágicas que podem ser " "usadas para conseguir valores especiais." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Segurança" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6241,23 +6276,23 @@ msgstr "" "Favor saiba que o phpMyAdmin é apenas uma interface de usuário e suas " "funcionalidades não limitam o MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Configurações básicas" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autenticação" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Configurações de autenticação." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configuração do servidor" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6265,15 +6300,15 @@ msgstr "" "Configurações avançadas do servidor, não altere estas opções a não ser que " "você saiba para que elas servem." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Digite os parâmetros de conexão do servidor." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Configuração de armazenamento" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6283,11 +6318,11 @@ msgstr "" "funções adicionais, veja [doc@linked-tables]armazenamento de configurações " "do phpMyAdmin[/doc] na documentação." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Monitoramento de mudanças" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6295,111 +6330,111 @@ msgstr "" "Monitoramento de mudanças feitas em banco de dados. Requer o armazenamento " "de configurações do phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Personalizar opções de exportação" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizar padrões de importação" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizar painel de navegação" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizar painel principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Queries SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Caixa de query SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizar links mostrados nas caixas de query SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Configurações de queries SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Inicialização" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Personalizar página inicial." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Estrutura de banco de dados" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Escolha quais detalhes devem ser mostrados na estrutura de banco de dados " "(lista de tabelas)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Estrutura da tabela" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Configurações para a estrutura de tabela (lista de campos)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Abas" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Escolha como você quer que as abas funcionem." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Tamanho do papel" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Campos de texto" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Personalizar campos de entrada de texto." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texto Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Personalizar opções padrão" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avisos" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desativa alguns dos avisos mostrados pelo phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6407,15 +6442,15 @@ msgstr "" "Habilitar a compressão [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] nas " "operações de importação e exportação." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parâmetros extras para o iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6423,11 +6458,11 @@ msgstr "" "Se habilitado, o phpMyAdmin continua processando consultas com múltiplas " "instruções mesmo se uma das queries falhar." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignora erros de instruções múltiplas" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6437,25 +6472,25 @@ msgstr "" "está perto do tempo limite. Isso pode ser uma boa maneira de importar " "arquivos grandes, no entanto isso pode quebrar as transações." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importação parcial: permite interrupção" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Não aborta em erro de INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6463,69 +6498,69 @@ msgstr "" "Formato padrão; esteja ciente que esta lista depende da localização (banco " "de dados, tabela) e somente o SQL está sempre disponível." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formato do arquivo importado" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Usar palavra-chave LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Nome das colunas na primeira linha" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Não importar linhas vazias" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa moeda ($5.00 para 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa porcentagem como decimal (12.00% para .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Número de queries a pular do começo." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importação parcial: queries puladas" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Não usar AUTO_INCREMENT para valores zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Estado inicial das barras de rolagem" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Quantas linhas podem ser inseridas de uma vez." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Número de linhas inseridas" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Número máximo de caracteres apresentados em qualquer coluna não-numérica em " "modo de navegação." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limite de caracteres por campo" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6536,11 +6571,11 @@ msgstr "" "FALSE torna fácil esquecer de sair dos outros servidores quando conectado à " "vários servidores." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Remover todos os cookies ao sair" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6548,11 +6583,11 @@ msgstr "" "Definir se as autenticações anteriores devem ser recolhidas no modo de " "autenticação [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Lembrar do nome de usuário" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6564,49 +6599,49 @@ msgstr "" "atual e será apagado quando você fechar a janela do navegador. Isso é " "recomendado para ambientes não confiáveis." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Armazenamento de cookie de login" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Define a duração (em segundos) da validade do cookie de login." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validade do cookie de login" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Tamanho dobrado da textarea para colunas LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Textarea maior para LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Numero máximo de caracteres utilizados na exibição do resultado da query SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Comprimento máximo do SQL exibido" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Usuários não podem definir um valor maior" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de bancos de dados exibidos na lista de bancos de dados." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Número máximo de bancos de dados" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6614,11 +6649,11 @@ msgstr "" "O número de itens que podem ser mostrados no primeiro nível da árvore de " "navegação em cada página." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Máximo de itens no primeiro nível" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6626,11 +6661,11 @@ msgstr "" "O número de itens que pode ser mostrado em cada página da árvore de " "navegação." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Máximo de itens no ramo" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6639,19 +6674,19 @@ msgstr "" "resultado conter mais linhas, os links 'Anterior' e 'Próximo' serão " "apresentados." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Número máximo de linhas a exibir" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tabelas exibidas na lista de tabelas." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Número máximo de tabelas" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6659,42 +6694,42 @@ msgstr "" "O número de bytes permitidos que um script pode alocar, ex. [kbd]32MB[/kbd] " "ou ([kbd]0[/kbd] para não haver limite)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limite de memória" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "No painel de navegação, substitui a base de dados em árvore com um seletor" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Mostrar a navegação por bases de dados como árvore" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Vincule com o painel principal selecionando a tabela ou o banco de dados " "atual." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Mostrar logo no painel de navegação." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Exibir logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL para onde a logo no painel de navegação vai direcionar." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Link URL do logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6702,27 +6737,27 @@ msgstr "" "Abre o link da página na janela principal ([kbd]main[/kbd]) ou em uma nova " "janela ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Alvo do link da logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Exibir a escolha de servidor no topo do painel de navegação." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Exibe seleção de servidores" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Alvo para ícone de acesso rápido" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Alvo para segundo ícone de acesso rápido" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6730,16 +6765,16 @@ msgstr "" "Define o número mínimo de itens (tabelas, views, rotinas e eventos) para " "mostrar uma caixa de filtro." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "O número mínimo de itens para mostrar a caixa de filtro" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de tabelas para mostrar a caixa de filtro de bancos de dados" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6747,56 +6782,56 @@ msgstr "" "Agrupa itens na árvore de navegação (determinado pelo divisor definido nos " "Bancos de Dados e Tabelas abaixo)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Agrupar itens na árvore" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "String que separa bancos de dados em diferentes níveis de árvore." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Divisor de árvore de banco de dados" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "String que separa tabelas em diferentes níveis de árvore." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Divisor de árvore de tabela" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Profundidade máxima da árvore de tabelas" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Destaca o servidor sob o cursor do mouse." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Habilita destaque" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Se deseja oferecer a possibilidade de expansão de árvore no painel de " "navegação." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Permitir a expansão da árvore de navegação" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Mostrar/ocultar lista de tabelas" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6806,105 +6841,105 @@ msgstr "" "Se deseja oferecer a possibilidade de expansão de árvore no painel de " "navegação." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Exibir versões" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar a navegação por bases de dados como árvore" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Mostra campos de função" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Mostrar os Processos" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Exibir versões" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar a navegação por bases de dados como árvore" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Número máximo de tabelas usadas recentemente; defina 0 para desabilitar." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de tabelas favoritas; defina 0 para desabilitar." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabelas recentemente utilizadas" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Estes são os links de Editar, Copiar e Apagar." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Onde mostrar os links de linha de tabela" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Usar ordem natural para ordenar nomes de tabelas e bancos de dados." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordem natural" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Usar apenas ícones, apenas texto ou ambos." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Barra de navegação com ícones" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use o buffer de saída GZip para acelerar as transferências HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Buffer de saída GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6912,19 +6947,19 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, " "DATETIME e TIMESTAMP, caso contrário, ordem ascendente." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordem de ordenação padrão" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Usar conexões persistentes para bancos de dados MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Conexões persistentes" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6934,11 +6969,11 @@ msgstr "" "dados Estrutura se alguma das tabelas exigidas pelo armazenamento de " "configurações do phpMyAdmin não for encontrada." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabelas do armazenamento de configurações do phpMyAdmin faltando" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6946,11 +6981,11 @@ msgstr "" "Desabilita o aviso padrão que é exibido se é detectada uma diferença entre " "as bibliotecas do MySQL e do servidor." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Aviso de diferença servidor/biblioteca" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6958,27 +6993,27 @@ msgstr "" "Desabilita o aviso padrão que é exibido na página de Estrutura se os nomes " "de colunas em uma tabela forem palavras reservadas do MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Aviso de palavra reservada do MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Como mostrar o menu com abas" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Como exibir vários links de ação" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Impedir a edição de colunas BLOB e BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Proteger colunas binárias" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6989,109 +7024,109 @@ msgstr "" "serão utilizadas rotinas JS para exibir o histórico de consultas (que será " "perdido se a janela for fechada)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Histórico de consultas permanente" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Quantas consultas são mantidas no histórico." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Tamanho do histórico de consultas" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecione quais funções serão usadas para conversão do conjunto de " "caracteres." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Mecanismo de gravação" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Quando navegar por tabelas, a organização de cada tabela será lembrada." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Lembrar a ordenação das tabelas" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Ordenação predeterminada para tabelas com uma chave primária." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Ordenação predeterminada por chave primária" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabeçalhos a cada X células, [kbd]0[/kbd] desativa esta " "funcionalidade." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repetir cabeçalhos" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Edição de grade: acionar ação" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Exibição relacional" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Para exibir as Opções" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Edição de grade: salvar todas a células editadas de uma vez" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Diretório onde a exportação será salva no servidor." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Diretório de arquivos salvos" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Deixe em branco se não usado." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Pedido de autorização do servidor" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Deixe em branco para usar o padrão." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Regras de autorização do servidor" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permitir login sem uma senha" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permitir login como root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Fuso horário da sessão" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7099,15 +7134,15 @@ msgstr "" "Define o fuso horário efetivo; possivelmente diferente do fuso horário do " "servidor de banco de dados" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Nome do domínio a mostrar quando fizer autenticação por HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Domínio HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7117,19 +7152,19 @@ msgstr "" "equipamento de autenticação SweKey [/a] (não localizado na raiz do seu " "documento; sugestão: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Arquivo de configuração Swekey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Método de autenticação a ser usado." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipo de autenticação" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7137,11 +7172,11 @@ msgstr "" "Deixe em branco para não permitir [a@http://wiki.phpmyadmin.net/pma/" "bookmark]marcações[/a], sugerido: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabela de favoritos" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7149,31 +7184,31 @@ msgstr "" "Deixe em branco quando não houver comentários/tipos mime, sugestão: " "[kbd]pma_column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabela de informação de coluna" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Conexão compactada ao servidor MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Conexão compactada" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Como conectar ao servidor, mantenha [kbd]tcp[/kbd] na dúvida." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipo de conexão" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Senha do usuário controlador" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7182,11 +7217,11 @@ msgstr "" "mais informações disponíveis na [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Usuário controlador" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7194,11 +7229,11 @@ msgstr "" "Um servidor alternativo para armazenar a configuração; deixe em branco para " "usar um servidor já definido." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Controle de host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7208,15 +7243,15 @@ msgstr "" "deixe em branco para usar a porta padrão, ou a porta já definida, se o " "controlhost for igual ao host." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Porta de controle" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Oculta bancos de dados com expressão regular combinada (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7224,15 +7259,15 @@ msgstr "" "Mais informações em [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "rastreador de bugs [/a] e [a@http://bugs.mysql.com/19588]Bugs MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desabilitar o uso do INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Ocultar bancos de dados" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7240,23 +7275,23 @@ msgstr "" "Deixe em branco se não houver suporte a histórico de consulta SQL, sugestão: " "[kbd]pma_history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabela de histórico das consultas SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Nome do servidor onde o MySQL Server está rodando." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Nome do servidor (hostname)" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL de logout" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7264,15 +7299,15 @@ msgstr "" "Limita o número de preferências de tabela que são armazenadas no banco de " "dados, os registros mais antigos são removidos automaticamente." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferências de tabela a armazenar" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabela de buscas salvas QBE" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7280,11 +7315,29 @@ msgstr "" "Deixe em branco se não houver suporte à buscas salvas QBE, sugestão: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportar vistas como tabelas" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Deixe em branco se não houver suporte a PDF, sugestão: [kbd]pma_pdf_pages[/" +"kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabela de colunas centrais" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7292,15 +7345,15 @@ msgstr "" "Deixe em branco para desativar o suporte a colunas centrais, sugestão: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Tenta conectar sem senha." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Conectar sem senha" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7309,30 +7362,30 @@ msgstr "" "Voce pode usar coringas MySQL (% e _), remova-os se você quiser usar suas " "instâncias literais, ex: use [kbd]'meu\\_db'[/kbd] e não [kbd]'meu_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Exibir apenas bancos de dados listados" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Deixe em branco se não usar a autenticação por configuração." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Senha para a autenticação por configuração" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixe em branco se não houver suporte a PDF, sugestão: [kbd]pma_pdf_pages[/" "kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7342,21 +7395,21 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para informações completa. " "Deixe em branco se não houver suporte. Sugestão: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Nome do banco de dados" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta na qual o servidor MySQL opera, deixe em branco para usar a padrão." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porta do servidor" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7364,11 +7417,11 @@ msgstr "" "Deixe em branco se não houver tabelas persistentes recentemente usadas entre " "as sessões, sugestão: [kbd]pma_recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabelas recentemente usadas" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7376,11 +7429,11 @@ msgstr "" "Deixe em branco se não houver tabela(s) favorita(s) \"persistente\" através " "de sessões, sugerido: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabelas favoritas" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7388,11 +7441,11 @@ msgstr "" "Deixe em branco se não houver suporte a [a@http://wiki.phpmyadmin.net/pma/" "relation]links de relação[/a], sugestão: [kbd]pma_relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabela de relacionamentos" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7400,33 +7453,33 @@ msgstr "" "Veja os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticação [/a] para ver um exemplo." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Nome da sessão de Signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL de Signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket (TCP) no qual o MYSQL está operando, deixe em branco para usar o " "padrão." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Habilitar SSL para conexões no servidor MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Utilizar SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7434,11 +7487,11 @@ msgstr "" "Deixe em branco se não houver suporte a esquema PDF, sugestão: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Desenho e esquema em PDF: tabela de coordenadas" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7446,11 +7499,11 @@ msgstr "" "Tabela que descreve as colunas de exibição, deixe em branco para não " "fornecer suporte; sugestão: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Exibir tabela de colunas" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7459,11 +7512,11 @@ msgstr "" "interfaces de usuário em todas as sessões, sugestão: " "[kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabela de preferências visuais" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7471,11 +7524,11 @@ msgstr "" "Quando o comando DROP DATABASE IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando um bando de dados." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7483,11 +7536,11 @@ msgstr "" "Quando um comando DROP TABLE IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando uma tabela." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Adicionar DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7495,19 +7548,19 @@ msgstr "" "Quando um comando DROP VIEW IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando uma view." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "Define a lista de comandos que a auto-criação usa para novas versões." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Comandos a rastrear" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7515,11 +7568,11 @@ msgstr "" "Deixe em branco para não oferecer suporte a rastreamento de consultas SQL, " "sugestão: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabela de rastreamento de consultas SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7527,11 +7580,11 @@ msgstr "" "Quando o mecanismo de rastreamento cria versões de tabelas e visões " "automaticamente." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Criar versões automaticamente" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7539,11 +7592,11 @@ msgstr "" "Deixe em branco para não usar armazenamento de preferências do usuário em " "banco de dados, sugestão: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabela de armazenamento de preferências de usuário" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7553,11 +7606,11 @@ msgstr "" "habilitar a função de menus configuráveis; deixar qualquer uma delas vazia " "irá desativar essa função; sugestão: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabelas dos usuários" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7567,11 +7620,11 @@ msgstr "" "função de menus configuráveis; deixar qualquer uma delas vazia irá desativar " "essa função; sugestão: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabela de grupos de usuário" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7579,15 +7632,15 @@ msgstr "" "Deixe em branco para desativar o recurso de ocultar e exibir itens de " "navegação. Sugestão: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabela de navegação de itens ocultos" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Usuário para autenticação de configuração" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7595,19 +7648,19 @@ msgstr "" "Uma descrição transparente deste servidor. Deixe em branco para exibir o " "nome do computador." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Nome completo deste servidor" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Se exibe ao usuário o botão \"exibir tudo(linhas)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permitir mostrar todas as linhas" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7617,15 +7670,15 @@ msgstr "" "por [kbd]configuração[/kbd] porque a senha está escrita no arquivo de " "configuração; isto não limita a habilidade de executar o comando diretamente." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Mostrar formulário de mudança de senha" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Mostrar formulário de criação de banco de dados" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7634,43 +7687,43 @@ msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora de criação para todas " "tabelas." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Mostrar comentários da tabela" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora de criação para todas " "tabelas." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Mostrar data e hora da criação" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora da última atualização " "para todas tabelas." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Mostrar data e hora da última atualização" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora da última verificação " "para todas tabelas." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Mostrar data e hora da última verificação" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7678,27 +7731,27 @@ msgstr "" "Define se os tipos dos campos serão ou não exibidos inicialmente no modo " "editar/inserir." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Exibir o tipo dos campos" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Exibe os campos de função em modo editar/inserir." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Mostra campos de função" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Se uma dica será exibida ou não." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Exibir dica" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7706,55 +7759,55 @@ msgstr "" "Exibe link para saída de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Exibir link para o phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Exibir informações detalhadas do servidor MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Mostrar consultas SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Define se a caixa de consulta deve permanecer em tela depois de seu envio." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Manter caixa de consulta" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Permitir visualizar banco de dados e estatísticas da tabela (ex: uso de " "espaço)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Mostrar estatísticas" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marcar tabelas usadas e tornar possível mostrar bancos de dados com tabelas " "bloqueadas." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Exibir tabelas bloqueadas" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7763,11 +7816,11 @@ msgid "" msgstr "" "Um alerta é exibido na página principal se o pacote Suhosin for detectado." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Aviso do Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7777,11 +7830,11 @@ msgstr "" "configuração do PHP 'session.gc_maxlifetime' é menor que o valor de " "`LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Aviso de validade do cookie de login" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7793,11 +7846,11 @@ msgstr "" "Tamanho do campo (colunas) em modo edição, o valor será enfatizado 2x para " "caixas de texto de consulta SQL e 1,25x para janela de consulta." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Colunas da caixa de texto" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7810,32 +7863,32 @@ msgstr "" "enfatizado 2x para as caixas de texto de consulta SQL e 1,25x para a janela " "de consulta." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Linhas da caixa de texto" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" "Título da janela do navegador quando um banco de dados está selecionado." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Título da janela do navegador quando nada está selecionado." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Título padrão" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Título da janela do navegador quando um servidor está selecionado." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Título da janela do navegador quando uma tabela está selecionada." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7847,29 +7900,29 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) vindo do proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies confiáveis para regras allow/deny de IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "Diretório no servidor onde você pode fazer upload de arquivos para " "importação." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Diretório de upload" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Permitir pesquisa no banco de dados inteiro." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Usar a pesquisa de banco de dados" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7877,27 +7930,27 @@ msgstr "" "Quando desabilitado, usuários não podem selecionar nenhuma das opções " "abaixo, independentemente da checkbox a direita.." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Habilitar aba Desenvolvedor nas configurações" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Verificar a última versão" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilitar checagem pela última versão na página principal do phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Verificação de versão" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7909,11 +7962,11 @@ msgstr "" "servidor onde o phpMyAdmin está instalado não tiver acesso direto à " "internet. O formato é: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL de Proxy" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7923,19 +7976,19 @@ msgstr "" "efetuada. Se for fornecido um usuário, será efetuada uma Autenticação " "Básica. Nenhum outro tipo de autenticação é suportado atualmente." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Usuário de Proxy" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "A senha para autenticar no proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Senha de Proxy" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7943,47 +7996,47 @@ msgstr "" "Habilitar compressão [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/" "a] para operações de importação e exportação." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Digite a chave pública do seu domínio no serviço reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Chave pública para o reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Digite a sua chave privada para o seu domínio no serviço reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Chave privada do reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Escolha a ação padrão ao enviar relatórios de erro." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Enviar relatório de erros" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Consultas executadas" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7991,7 +8044,7 @@ msgstr "" "Ative o Modo de Configuração Zero, que possibilitará que você configure as " "tabelas de armazenamento do phpMyAdmin automaticamente." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Ativar Modo de Configuração Zero" @@ -8018,47 +8071,74 @@ msgstr "Autenticação por HTTP" msgid "Signon authentication" msgstr "Autenticação Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Planilha Open-Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Personalizado" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opções de exportação do banco de dados" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV para dados MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Texto Open-Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Nenhuma query SQL foi definida para retornar dados." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Nenhuma coluna numérica presente na tabela para calcular." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Sem dados para mostrar" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "A tabela %1$s foi alterada com sucesso." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "A coluna de exibição foi atualizada com sucesso." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "As relações internas foram atualizadas com êxito." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8074,12 +8154,12 @@ msgstr "possível ataque de recursão profunda" msgid "No change" msgstr "Nenhuma alteração" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Verifique %snossa documentação%s para mais informações." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8134,6 +8214,7 @@ msgid "Create database" msgstr "Criar banco de dados" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Criar" @@ -8147,7 +8228,7 @@ msgid "No Privileges" msgstr "Sem privilégios" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Criar tabela" @@ -8159,50 +8240,94 @@ msgstr "Número de colunas" msgid "Could not load export plugins, please check your installation!" msgstr "Não pôde carregar os plugins de exportação, verifique sua instalação!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportando os bancos de dados do servidor atual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportando as tabelas do banco de dados \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportando as linhas da tabela \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Método de exportação:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipo de exportação" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Nome do arquivo do modelo:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Nome da Tabela" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Nome do arquivo do modelo:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Taxa de temporários em disco" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Atualizado" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Selecionar tabela" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Método de exportação" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rápida - mostrar apenas as opções mínimas" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Personalizada - exibir todas as opções possíveis" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Banco(s) de dados:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabela(s):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formato:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opções específicas de formato:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8210,52 +8335,52 @@ msgstr "" "Role para baixo para preencher as opções para o formato selecionado e " "ignorar as opções de outros formatos." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Codificação de conversão:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Registros:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Fazer dump de alguma(s) linha(s)" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Começar na linha:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Fazer dump de todas as linhas" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Saída:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Salvar em servidor no diretório %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Nome do arquivo do modelo:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ se tornará o nome do servidor" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ se tornará o nome do banco de dados" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ se tornará o nome da tabela" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8267,76 +8392,76 @@ msgstr "" "ocorrerá: %3$s. Outros textos serão mantidos como estão. Veja a %4$sFAQ%5$s " "para detalhes." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "use este para futuras exportações" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Conjunto de caracteres do arquivo:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Compressão:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "compactado" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "compactado com gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ver saida como texto" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportar vistas como tabelas" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportar cabeçalhos das tabelas" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Renomear as bases de dados/tabelas/colunas exportadas" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Salvar saída em um arquivo" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Pular tabelas maiores que" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Selecionar base de dados" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Selecionar tabela" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nome da nova base de dados" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nome da nova tabela" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Nome da antiga coluna" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Novo nome da coluna" @@ -8892,7 +9017,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump foi salvo no arquivo %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "O MySQL retornou um conjunto vazio (ex. zero registros)." @@ -8972,7 +9097,7 @@ msgstr "Ocultar" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Função" @@ -9048,7 +9173,7 @@ msgstr "" "em qualquer direção" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9485,7 +9610,7 @@ msgstr "Novo trigger" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Views" @@ -9811,232 +9936,243 @@ msgstr "Nenhuma dependência parcial encontrada!" msgid "Rename database to" msgstr "Renomear banco de dados para" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Você não tem direitos suficientes para estar aqui agora!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Editar Privilégios" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "O banco de dados %s foi eliminado." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Remover banco de dados" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Apagar o banco de dados (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Somente estrutura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Estrutura e dados" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Somente dados" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Copiar banco de dados para" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE antes de copiar" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Adicionar restrições" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Mudar para o banco de dados copiado" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Alterar ordenação da tabela" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(singularmente)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Mover tabela para (banco de dados.tabela)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Renomear a tabela para" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentários da tabela" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opções da tabela" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Mecanismo de armazenamento" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy #| msgid "Make all columns atomic" msgid "Change all column collations" msgstr "Converter todas as colunas atômicas" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copiar tabela para (banco de dados.tabela)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Mudar para a tabela copiada" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Manutenção de tabelas" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizar tabela" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Verificar tabela" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Verificar tabela" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Desfragmentar tabela" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "A tabela %s foi limpa." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Limpar a tabela (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Otimizar tabela" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparar tabela" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Remover dados ou tabela" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Esvaziar a tabela (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Remover a tabela (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizar" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Verificar" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Otimizar" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstruir" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparar" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Expandir/Recolher" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Manutenção da partição" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partição %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Remover particionamento" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Verificar integridade referencial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Não pode mover a tabela para ela mesma!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Não pode copiar a tabela para ela mesma!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s movida para %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s copiada para %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s movida para %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s copiada para %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "O nome da tabela está vazio!" @@ -10235,7 +10371,7 @@ msgstr "Evento" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definição" @@ -11229,20 +11365,26 @@ msgstr "Gerenciando a lista Central de colunas" msgid "Remembering Designer Settings" msgstr "Lembrar a ordenação das tabelas" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Formato de exportação inválido" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Passos rápidos para a instalação de funcionalidades avançadas:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Criar tabelas necessárias com %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Criar um usuário pma e dar acesso a essas tabelas." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11250,24 +11392,24 @@ msgstr "" "Ativar recursos avançados no arquivo de configuração (config.inc.php), por exemplo iniciando em config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Logar novamente no phpMyAdmin para carregar o arquivo de configuração " "atualizado." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "sem descrição" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgid "" @@ -11277,7 +11419,7 @@ msgstr "" "%sCreate%s as tabelas de armazenamento de configuração do phpMyAdmin " "perdidas." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11285,7 +11427,7 @@ msgstr "" "%sCreate%s o armazenamento de configuração do phpMyAdmin no banco de dados " "atual." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11478,6 +11620,7 @@ msgstr "Nome de usuário:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nome do usuário" @@ -11636,10 +11779,10 @@ msgid "Master server changed successfully to %s." msgstr "Servidor mestre alterado com sucesso para %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11660,7 +11803,7 @@ msgstr "O evento %1$s foi modificado." msgid "Event %1$s has been created." msgstr "O evento %1$s foi criado." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Um ou mais erros ocorreram durante o processamento da sua solicitação:" @@ -11669,7 +11812,8 @@ msgstr "Um ou mais erros ocorreram durante o processamento da sua solicitação: msgid "Edit event" msgstr "Editar evento" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalhes" @@ -11683,7 +11827,7 @@ msgid "Event type" msgstr "Tipo de evento" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Alterar para %s" @@ -11711,13 +11855,13 @@ msgid "On completion preserve" msgstr "Guardar após a conclusão" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definidor" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "O definidor deve estar no formato \"username@hostname\"!" @@ -11743,9 +11887,9 @@ msgid "You must provide an event definition." msgstr "Você deve informar uma definição do evento." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Erro no processamento do request:" @@ -11782,90 +11926,96 @@ msgstr "" "'mysqli' para evitar quaisquer problemas." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Tipo de rotina inválido: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Desculpe, mas falhamos em restaurar a rotina eliminada." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "A rotina %1$s foi modificada." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "A rotina %1$s foi modificada." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "A rotina %1$s foi criada." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Editar rotina" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Nome das rotinas" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parâmetros" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Direção" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Adicionar parâmetro" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Remover último parâmetro" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipo de returno" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Retornar comprimento/valores" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Opções de retorno" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "É determinístico" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipo de segurança" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Acesso de dados SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Você deve informar o nome da rotina!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Direção inválida \"%s\" dada para o parâmetro." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11873,37 +12023,37 @@ msgstr "" "Você deve informar tamanhos/comprimentos para os parâmetros de rotina do " "tipo ENUM, SET, VARCHAR and VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Você deve informar um nome e um tipo para cada parâmetro de rotina." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Você deve informar um tipo de retorno válido para a rotina." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Você deve informar uma definição da rotina." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Resultados da execução da rotina %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d linha afetada pela última instrução dentro do procedimento." msgstr[1] "%d linhas afetadas pela última instrução dentro do procedimento." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Executar rotina" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parâmetros da rotina" @@ -12457,12 +12607,16 @@ msgid "You have revoked the privileges for %s." msgstr "Você revogou os privilégios para %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Adicionar usuário" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Adicionar grupo de usuários" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Banco de dados para usuário" #: libraries/server_privileges.lib.php:1946 @@ -12489,9 +12643,7 @@ msgid "User has been added." msgstr "Usuário foi adicionado." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12568,11 +12720,15 @@ msgstr "" "… apagar o antigo da tabela de usuários e depois recarregar os privilégios." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Mudar informações de login / Copiar usuário" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Criar um novo usuário com os mesmos privilégios e …" #: libraries/server_privileges.lib.php:3036 @@ -12594,7 +12750,9 @@ msgid "Add privileges on the following table:" msgstr "Adicionar privilégios na seguinte tabela:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Remover os usuários selecionados" #: libraries/server_privileges.lib.php:3376 @@ -12629,41 +12787,51 @@ msgstr "Você mudou os privilégios para %s." msgid "Deleting %s" msgstr "Eliminando %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Os privilégios foram recarregados com sucesso." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "O usuário %s já existe!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilégios para %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Novo usuário" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Editar privilégios:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grupo de usuários" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" "Nota: Você está tentando editar os privilégios do usuário da sessão atual." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Visão geral dos usuários" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12676,11 +12844,11 @@ msgstr "" "privilégios que o servidor usa se eles foram mudados manualmente. Neste " "caso, você deve usar %sAtualizar privilégios%s antes de continuar." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Você adicionou um novo usuário." @@ -14007,7 +14175,7 @@ msgstr "Identificador inválido" msgid "Unknown Punctuation String" msgstr "String de pontuação desconhecida" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "A tabela %s foi esvaziada." @@ -14020,13 +14188,13 @@ msgstr "Rastreamento está ativo." msgid "Tracking is not active." msgstr "Rastreamento não está ativo." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "A view %s foi apagada." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "A tabela %s foi apagada." @@ -14240,39 +14408,34 @@ msgstr "Uso do espaço" msgid "Effective" msgstr "Efetivo" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "A tabela %1$s foi alterada com sucesso." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "A tabela %1$s foi alterada com sucesso." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Erro de consulta" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "As colunas foram movidas com sucesso." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Adicionar aos Favoritos" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "A lista de favoritos está cheia!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Mostrar consultas create" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Visão de relação(ões)" @@ -14744,18 +14907,6 @@ msgstr "Não existe nenhuma versão estável mais nova" msgid "Wrong data" msgstr "Dados incorretos" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Sem dados para mostrar" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Nenhuma query SQL foi definida para retornar dados." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Nenhuma coluna numérica presente na tabela para calcular." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14766,7 +14917,7 @@ msgstr "O banco de dados '%s' não existe." msgid "Table %s already exists!" msgstr "A tabela %s já existe!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Ver o dump (esquema) da tabela" @@ -14774,27 +14925,19 @@ msgstr "Ver o dump (esquema) da tabela" msgid "Invalid table name" msgstr "Nome de tabela inválido" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "As relações internas foram atualizadas com êxito." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "A coluna de exibição foi atualizada com sucesso." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Linha: %1$s, Coluna: %2$s, Erro: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "O nome '%s' é uma palavra-chave reservada do MySQL." msgstr[1] "Os nomes '%s' são palavras-chaves reservadas do MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nenhuma coluna selecionada." @@ -14977,7 +15120,7 @@ msgid "subquery" msgstr "sub-consulta" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Criar relacionamento" @@ -15041,13 +15184,13 @@ msgstr "Nova página" msgid "Delete pages" msgstr "Apagar páginas" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Recarregar" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ajuda" @@ -15293,37 +15436,37 @@ msgstr "Título do gráfico" msgid "X-Axis:" msgstr "Eixo X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Série:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Rótulo do Eixo X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valores X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Rótulo do Eixo Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Nomes em série estão em uma coluna" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Coluna de série:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Coluna de valor:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Salvar gráfico como imagem" @@ -16739,6 +16882,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert está com valor 0" +#~ msgid "Add user" +#~ msgstr "Adicionar usuário" + +#~ msgid "Export Method:" +#~ msgstr "Método de exportação:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Não foram encontrados dados para a visualização GIS." @@ -16973,11 +17122,6 @@ msgstr "concurrent_insert está com valor 0" #~ msgid "pdf export page" #~ msgstr "Formato de exportação inválido" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Formato de exportação inválido" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/ro.po b/po/ro.po index 1c1af50216..141b70664d 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-05-29 12:40+0200\n" "Last-Translator: Costel Cocerhan \n" "Language-Team: Romanian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Eficiența prestocării interogărilor" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Utilizare prestocării interogărilor" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Prestocare interogări utilizată" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Utilizare CPU sistem" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Memorie sistem" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Swap sistem" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Încărcare medie" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Memorie totală" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Memorie prestocată" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Memorie tampon" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Memorie disponibilă" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Memorie folosită" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Swap prestocat" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Swap utilizat" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Swap liber" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Octeți trimiși" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Octeți primiți" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Conexiuni" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procese" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "O" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiO" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiO" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiO" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiO" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiO" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiO" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(e)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Întrebări" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafic" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Configurări" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Adaugă grafic la grilă" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Adăugați cel puțin o variabilă la serie!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1406,47 +1428,47 @@ msgstr "Adăugați cel puțin o variabilă la serie!" msgid "None" msgstr "Niciunul" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Reia monitorul" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Întrerupe monitorul" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Pornește împrospătarea automată" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Oprește împrospătarea automată" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log și slow_query_log sînt activate." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log e activat." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log e activat." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log și general_log sînt dezactivate." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nu e stabilit la TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output e stabilit la TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1457,12 +1479,12 @@ msgstr "" "interogările ce durează mai mult de %d secunde. Este recomandat să stabiliți " "long_query_time la 0-2 secunde, în funcție de sistemul dumneavoastră." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time e stabilit la %d secunde." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1471,30 +1493,30 @@ msgstr "" "implicite după repornirea serverului:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Stabilește log_output la %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Activează %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Dezactivează %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Stabilește long_query_time la %d secunde." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1502,59 +1524,59 @@ msgstr "" "Nu puteți modifica aceste variabile. Autentificați-vă ca root sau contactați " "administratorul bazei de date." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Modificare configurări" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Configurări curente" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titlu grafic" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferențial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Împărțit la %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Unitate" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Din log-ul cu înregistrări lente" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Din jurnalul general" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Numele bazei de date nu este cunoscut pentru această interogare în log-urile " "server-ului." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Se analizează jurnalele" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Se analizează și se încarcă jurnalele. Poate dura o vreme." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Anulează cererea" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1565,7 +1587,7 @@ msgstr "" "celelalte atribute ale interogărilor, cum ar fi timpul de pornire, pot fi " "diferite." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1575,33 +1597,33 @@ msgstr "" "INSERT în același tabel sunt și ele grupate împreună, indiferent de datele " "inserate." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Datele din jurnal au fost încărcate. Interogările executate în acest " "inverval de timp:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Mergi la jurnal" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nu s-au găsit date" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Jurnal analizat, dar nu au fost găsite date în acest interval de timp." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Se analizează…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Explică rezultatul" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1611,60 +1633,60 @@ msgstr "Explică rezultatul" msgid "Time" msgstr "Timp" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Timp total:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Se profilează rezultatele" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabel" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagramă" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Opțiuni de afișare a tabelelor" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtru" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrează interogări dupa cuvânt / expresie regulată:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupează interogări, ignorând datele din variabilele din clauza WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma rândurilor grupate:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Total:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Se încarcă jurnalele" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Reîncărcarea monitorului a eșuat" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1674,90 +1696,90 @@ msgstr "" "răspuns invalid. Acest lucru este cel mai probabil din cauză că a expirat " "sesiunea. Reîncărcarea paginii şi reautentificarea ar trebui să ajute." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Reîncarcă pagina" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Rânduri afectate:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Parcurgere afișierului de configurare a eșuat. Codul JSON nu pare să fie " "valid." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Nu a reuşit construirea diagramei cu datele ce au fost importate. Revin la " "configuraţia iniţială…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importă configuraţie pentru monitor" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Alegeți fișierul care doriți să fie importat." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Nu sunt fișiere disponibile pe server pentru import!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analizează interogarea" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Consilier de sistem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Posibile probleme de performanță" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problemă" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Recomandare" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalii regulă" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justificare" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variabilă / formulă folosită" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1768,63 +1790,63 @@ msgstr "" msgid "Cancel" msgstr "Renunță" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Modificare configurări" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Încărcare…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Cerere terminată!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Se procesează cererea" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Cerere terminată!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Eroare în procesarea cererii" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Cod eroare: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Text eroare: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nu a fost aleasă nici o bază de date." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Se aruncă coloana" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Se adaugă cheia primară" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1833,63 +1855,63 @@ msgstr "Se adaugă cheia primară" msgid "OK" msgstr "Bine" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Apăsați pentru a înlătura această notificare" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Se redenumesc bazele de date" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Se copiază baza de date" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Se schimbă setul de caractere" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Dezactivare verificări de cheie străine" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Nu pot obţine numărul real de rânduri." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Se caută" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Ascunde rezultatele căutării" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Afișează rezultatele căutării" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Răsfoire" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Ștergere" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definiția unei funcții stocate trebuie să conțină o declarație RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1899,61 +1921,61 @@ msgstr "Definiția unei funcții stocate trebuie să conțină o declarație RET msgid "Export" msgstr "Exportă" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editor ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Valori pentru coloana %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Valori pentru o coloană nouă" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Introduceți fiecare valoare într-un câmp separat." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Se adaugă %d valore(i)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Notă: Dacă fișierul conține mai multe tabele, acestea vor fi combinate într-" "unul singur." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Ascunde caseta de interogare" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Arată caseta de interogare" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Modifică" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1961,41 +1983,41 @@ msgstr "Modifică" msgid "Delete" msgstr "Șterge" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nu este un număr valid de rânduri." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Caută printre valori necunoscute" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variabil" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Alege" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Selectorul de coloană" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Caută în această listă" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -2004,15 +2026,15 @@ msgstr "" "Nu sunt coloane în lista centrală. Asiguraţi-vă că lista de coloane centrale " "pentru baza de date %s are coloane care nu sunt prezente în tabelul curent." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Vezi mai mult" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Sunteți sigur?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2020,52 +2042,52 @@ msgstr "" "Această acţiune poate modifica definiţia anumitor coloane.
Sunteţi sigur " "că doriţi să continuaţi?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Continuă" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Adaugă cheie primară" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Cheia primară a fost adăugată." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Continuați cu pasul următor…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Primul pas de normalizare este complet pentru tabela '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Sfârşitul pasului" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Al doilea pas de normalizare (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Gata" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Confirmați dependenţele parţiale" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Dependenţe parţiale selectate sunt după cum urmează:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2073,19 +2095,19 @@ msgstr "" "Notă: a, b -> d, f presupune ca valorile coloanelor a şi b combinate " "împreună să poată determina valorile din coloana d şi coloana f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nici o dependenţă parţială selectată!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Arată-mi posibile dependenţe parţiale pe baza datelor din tabel" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Ascunde lista dependenţelor parţiale" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2093,41 +2115,41 @@ msgstr "" "Fiți răbdător! Poate dura câteva secunde în funcţie de dimensiunea datelor " "şi numărul coloanelor tabelului." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Pas" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Vor fi efectuate următoarele acţiuni:" -#: js/messages.php:378 +#: js/messages.php:384 #, fuzzy, php-format #| msgid "DROP columns %1s from the table %2s" msgid "DROP columns %s from the table %s" msgstr "Șterge coloanele %1s din tabelul %2s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Creaţi tabelul următor" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Al treilea pas de normalizare (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Confirmați dependenţele tranzitive" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Dependenţe selectate sunt după cum urmează:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nici o dependenţă selectată!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2136,151 +2158,151 @@ msgstr "Nici o dependenţă selectată!" msgid "Save" msgstr "Salvează" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Ascunde criteriile de căutare" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Afișează criteriile de căutare" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Intervalul de căutare" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maximul coloanei:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Minimul coloanei:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Valorea minimă:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Valorea maximă:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Ascunde criteriile de căutare și înlocuire" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Afișează criteriile de căutare și înlocuire" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Fiecare punct reprezintă un rând de date." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Ducând mouse-ul deasupra unui punct, i se va afișa eticheta." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Pentru a mări, selectaţi o secţiune cu mouse-ul." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Faceţi click pe butonul de resetare zoom pentru a reveni la starea iniţială." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Apăsați pe un punct de date pentru a vedea sau chiar a edita rândul de date." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Afişarea poate fi modificată trăgând de colțul din dreapta jos." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Alege două coloane" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Alege două coloane diferite" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Mărime pointer date" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoră" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Copiază" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punct" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linii terminate de" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrie" -#: js/messages.php:433 +#: js/messages.php:439 #, fuzzy msgid "Inner Ring" msgstr "Inel interior" -#: js/messages.php:434 +#: js/messages.php:440 #, fuzzy msgid "Outer Ring" msgstr "Inel exterior" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Doriți să copiați cheia de criptare?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Cheie de criptare" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Alegere cheie referențiată" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Alegeți cheia străină" -#: js/messages.php:450 +#: js/messages.php:456 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:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Selectează coloana pentru afișare" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2288,81 +2310,81 @@ msgstr "" "Nu ați salvat schimbarile în așezare. Ele vor fi pierdute dacă nu le " "salvați. Doriți să continuați?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Numele paginii" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Salvează pagina" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Salvează pagina" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Pagina de deschidere" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Șterge pagina" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "*Untitled" msgid "Untitled" msgstr "*Fără titlu" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Selectează o pagină pentru a continua" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Doriţi să salvaţi modificările aduse paginii curente?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Pagina a fost ștearsă cu succes" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exportați schema relațională" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modificările au fost salvate" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Adăugați o opțiune pentru coloana \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d obiect(e) creat(e)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Trimite" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Apăsați escape pentru a anula editarea." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2370,15 +2392,15 @@ msgstr "" "Ați editat unele date și acestea nu au fost salvate. Sigur vreți să părăsiți " "această pagină fără să salvați datele?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Deplasați pentru a reordona." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Click pentru a sorta rezultatele după această coloană." -#: js/messages.php:479 +#: js/messages.php:485 #, fuzzy #| msgid "" #| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." @@ -2392,27 +2414,27 @@ msgstr "" "pentru a activa ASC/DESC.
-Control+Click pentru a îndepărta coloana " "din instrucțiunea ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Click pentru a selecta/deselecta." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dublu click pentru a copia denumirea coloanei." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Apăsați pe săgeata verticală
pentru a alterna vizibilitatea coloanei." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Arată tot" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2421,156 +2443,156 @@ msgstr "" "checkbox, sau link-urile de Editare, Copiere si Ștergere pot să nu " "funcționeze după salvare." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Vă rugăm să introduceţi un şir hexazecimal valid. Caracterele valide sunt " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Textul original" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "anulează" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Întrerupt" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Succes" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Starea importului" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Dați drumul la fişiere aici" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Selectaţi mai întâi baza de date" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "De asemenea puteți edita majoritatea valorilor
făcând dublu-click direct " "pe acestea." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "De asemenea puteți edita majoritatea valorile
făcând click direct pe " "acestea." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Mergi la adresa link-ului:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Copie denumirea coloanei." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Faceți click dreapta pe numele de coloană pentru a-l copia în clipboard." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generează parolă" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generează" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Schimbare parolă" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mai mult" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Arată panou" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Ascunde panou" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Link-ul cu panoul principal" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Deconectarea de la panoul principal" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabele" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Vizualizare" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Proceduri" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Eveniment" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funcții" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Pagina solicitată nu a fost găsită în istorie, este posibil ca acesta să fi " "expirat." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2580,49 +2602,49 @@ msgstr "" "procesul de actualizare. Noua versiune %s a fost publicată în data de %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", ultima versiune stabilă:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "la zi" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Creare view" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Trimite raport de eroare" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Trimite raport de eroare" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "A apărut o eroare JavaScript fatală. Doriți să trimiteți un raport de eroare?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Modificați setările rapoartelor" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Afișează detaliile raportului" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "Exportul este incomplet din cauza timpului de executie redus al PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2632,428 +2654,428 @@ msgstr "" "trimiterea datelor, unele câmpuri pot fi ignorate datorită configurației " "max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Anumite erori au fost detectate pe server!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Vă rugăm să vă uitați la partea de jos a acestei ferestre." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignoră tot" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "În ceea ce privește setările dumneavoastră, aceste sunt trimise momentan, vă " "rugăm să aveți răbdare." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Executați această interogare din nou?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Sigur doriți să ştergeţi acest marcaj?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "Comanda SQL" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Comentarii tabel" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Ascunde rezultatele căutării" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Următoarea" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Astăzi" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Ianuarie" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februarie" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Martie" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Aprilie" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mai" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Iunie" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Iulie" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Septembrie" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Octombrie" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Noiembrie" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Decembrie" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Ian" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Iun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Iul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Noi" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Duminică" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Luni" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Marți" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Miercuri" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Joi" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Vineri" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sâmbătă" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Dum" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Joi" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Vin" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sâm" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Du" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Jo" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Vi" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sâ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Săpt" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-lună-an" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "Nici unul(a)" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Oră" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Secundă" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Utilizare câmp text" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Introduceţi un număr valid!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Introduceţi un număr valid!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Introduceţi un număr valid!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Vă rugăm să introduceţi o lungime validă!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Vă rugăm să introduceţi o lungime validă!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Introduceţi un nume valid pentru pagină" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Introduceţi un număr valid!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Eroare" @@ -3124,18 +3146,18 @@ msgstr "pe oră" msgid "per day" msgstr "pe zi" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Dimensiune font" @@ -3154,7 +3176,7 @@ msgid "Requery" msgstr "Reinterogare" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3163,7 +3185,7 @@ msgstr "Reinterogare" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3239,7 +3261,7 @@ msgid "History" msgstr "Istoric" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3262,7 +3284,7 @@ msgstr "Istoric" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opțiuni" @@ -3351,7 +3373,7 @@ msgid "Count:" msgstr "Numără" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3405,10 +3427,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Schimbă la tabela copiată" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3416,10 +3438,10 @@ msgstr "Schimbă la tabela copiată" msgid "Ascending" msgstr "Crescătoare" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3639,125 +3661,126 @@ msgstr "Deselectează tot" msgid "Inside column:" msgstr "In interiorul coloanei::" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Salvaţi datele editate" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Restaurează ordinea coloanei" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrare înregistrări" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Caută în tabelă" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Început" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Următoarea" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Sfârșit" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Toate" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Număr de rânduri:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sortare după cheie" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Texte parțiale" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Texte întregi" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Cheie relațională" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Afișarea câmpului relațional" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Afișează conținut binar" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Afișează conținut BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Ascunde transformarea browser-ului" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Text Bine Cunoscut" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binar Bine Cunoscut" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Înregistrarea a fost ștearsă." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Oprește" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Poate fi aproximativ. Vezi [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Comanda SQL a fost executată cu succes." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3765,36 +3788,36 @@ msgid "" msgstr "" "Această vedere are minim acest număr de rânduri. Vedeți %sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Afișează înregistrările %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d în total, %2$d în interogare" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "total de %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Interogarea a durat %01.4f secunde." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Cele bifate:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3803,24 +3826,24 @@ msgstr "Cele bifate:" msgid "Check All" msgstr "Marchează toate" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Vizualizare imprimare" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operațiuni asupra rezultatelor interogării" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Arată diagramă" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Vizualizarea datelor GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Link-ul nu a fost găsit!" @@ -3943,7 +3966,7 @@ msgstr "Cardinalitate" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3953,7 +3976,7 @@ msgid "Collation" msgstr "Interclasare" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Comentariu" @@ -3968,7 +3991,7 @@ msgid "Index %s has been dropped." msgstr "Indexul %s a fost aruncat." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3984,7 +4007,7 @@ msgid "" msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4001,7 +4024,7 @@ msgstr "Vizualizare" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4032,7 +4055,7 @@ msgstr "Inserare" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Drepturi de acces" @@ -4095,15 +4118,17 @@ msgid "Central columns" msgstr "Coloane centrale" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Baze de date" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Utilizatori" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4182,7 +4207,7 @@ msgid "Could not save favorite table!" msgstr "Nu s-a putut salva tabelul favorit!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Elimină de la favorite" @@ -4203,7 +4228,7 @@ msgid "Recent" msgstr "Recente" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabele favorite" @@ -4814,16 +4839,16 @@ msgstr "Mărime maximă: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL zice: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Explică SQL" @@ -4840,7 +4865,7 @@ msgstr "" msgid "Without PHP Code" msgstr "fără cod PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Creează cod PHP" @@ -4933,6 +4958,10 @@ msgstr "Ultima actualizare" msgid "Last check" msgstr "Ultima verficare" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Utilizatori" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Căutare:" @@ -5023,8 +5052,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5032,7 +5061,7 @@ msgstr "Nume" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Lungime/Setare" @@ -5321,7 +5350,7 @@ msgid "Not a valid port number!" msgstr "Nu este un număr valid pentru port!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Valoare incorectă!" @@ -5332,37 +5361,37 @@ msgstr "Valoare incorectă!" msgid "Value must be equal or lower than %s!" msgstr "Valoarea trebuie să fie egală sau mai mică decât %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Date lipsă pentru %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "indisponibil" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" are nevoie de extensia %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "Importarea comprimată nu va funcționa din cauză că lipsește funcția %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "Exportarea comprimată nu va funcționa din cauză că lipsește funcția %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maxim %s" @@ -5379,7 +5408,7 @@ msgid "Set value: %s" msgstr "Seteaza valoarea: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Restaurează valoarea implicită" @@ -5830,7 +5859,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Timpul maxim de execuție" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -5840,7 +5869,7 @@ msgstr "Comenzi" msgid "Save as file" msgstr "Salvează ca fișier" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Setul de caractere al fișierului" @@ -5856,8 +5885,8 @@ msgstr "Compresie" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5867,14 +5896,14 @@ msgstr "Compresie" msgid "Put columns names in the first row" msgstr "Pune numele coloanelor în primul rând" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Coloane încadrate cu" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -5884,8 +5913,8 @@ msgstr "câmpuri realizate de" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Înlocuiește NULL cu" @@ -5893,13 +5922,13 @@ msgstr "Înlocuiește NULL cu" msgid "Remove CRLF characters within columns" msgstr "Șterge caracterele terminatoare de linie CRLF din cadrul coloanelor" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Coloane terminate cu" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Linii terminate cu" @@ -5923,8 +5952,8 @@ msgid "Table name template" msgstr "Șablon nume tabel" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5952,14 +5981,14 @@ msgid "Label key" msgstr "Tasta label" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tip MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Legături" @@ -5967,111 +5996,117 @@ msgstr "Legături" msgid "Export method" msgstr "Metodă de export" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Salvează pe server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Suprascrie fișier(e) existent(e)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "orizontal (colontitlu rotativ)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Șablon reține nume fișier" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Adaugă valoare pentru AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Utilizați apostroful pentru numele tabelelor și a coloanelor" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Regim de compatibilitate SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "opțiuni CREARE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Creare/reînnoire/verificare date" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Folosește inserări întîrziate" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Dezactivare verificări de cheie străine" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportă vizualizările ca tabele" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Tabele de stocare a configurării phpMyAdmin absente" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Adăugare %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Utilizați hexazecimale pentru BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Utilizați ignorare inserări" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaxa ce va fi folosită la inserarea datelor" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Lungimea maximă a interogării create" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tip de exportare" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Cuprinde exportarea într-o tranzacție" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Timp de export în format UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" "Forțează utilizarea unei conexiuni securizate în timpul folosirii phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Forțează conexiunea SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6083,167 +6118,167 @@ msgstr "" "Ordinea de sortare pentru elementele dintr-un dropdown pentru chei străine; " "[kbd]conținut[/kbd] sunt datele referite, [kbd]id[/kbd] este valoarea cheii" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordinea din dropdown-ul pentru chei străine" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Un dropdown va fi folosit dacă sunt prezente mai puține elemente" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limită de chei străine" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Verificare chei străine:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Regim de navigare" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Personalizează modul de navigare." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Particularizați opțiunile implicite." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Dezvoltator" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Setări pentru dezvoltatorii phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Regim de redactare" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Personalizează modul de editare." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportă valorile implicite" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Particularizați opțiunile implicite pentru exportare." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funcționalități" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "General" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Setați unele opțiuni utilizate în mod obișnuit." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importă valorile implicite" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Particularizează opțiunile obișnuite implicite pentru importare." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importă / exportă" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" "Setează directoarele de importare și exportare și opțiunile de compresie." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opțiuni de afișare a bazelor de date." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Cadru de navigare" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Personalizează aspectul cadrului de navigare." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Cadru de navigare" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Personalizați cadrul de navigare" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servere" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opțiuni de afișare a serverelor." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opțiuni de afișare a tabelelor." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Cadrul principal" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Alte setări de bază" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Setări care nu se potrivesc în altă parte." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titluri de pagini" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6257,11 +6292,11 @@ msgstr "" "[doc@cfg_TitleTable] documentația [/doc] pentru siruri de caractere magice " "care pot fi utilizate pentru a obține valori speciale." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Securitate" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6269,23 +6304,23 @@ msgstr "" "Vă rugăm să rețineți faptul că phpMyAdmin este doar o interfață de " "utilizator și caracteristicile sale nu limitează MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Setări de bază" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentificare" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Setările autentificării." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Configurarea serverului" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6293,15 +6328,15 @@ msgstr "" "Configurarea avansată a serverului, nu schimbați aceste opțiuni decât dacă " "știți pentru ce sunt acestea." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Introduceți parametrii de conexiune la server." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Configurarea stocării" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6316,12 +6351,12 @@ msgstr "" "caracteristici suplimentare, a se vedea [doc@linked-tables]depozitarea " "configurației phpMyAdmin[/doc] în documentație" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 #, fuzzy msgid "Changes tracking" msgstr "Modifică urmărirea" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6329,130 +6364,130 @@ msgstr "" "Urmărirea modificărilor făcute în baza de date. Necesită depozitarea " "configurației phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Particularizați opțiunile pentru exportare" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Personalizează valorile implicite pentru importare" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Personalizați cadrul de navigare" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Personalizați cadrul principal" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Interogări SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "Cutie interogare SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy msgid "Customize links shown in SQL Query boxes." msgstr "Personalizează link-urile afișate în cutiile de interogare SQL" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Setări pentru interogările SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Pornire" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Personalizează pagina de pornire" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Bază de date pentru utilizatorul" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Bază de date pentru utilizatorul" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tab-uri" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Alegeți cum doriți să funcționeze tab-urile" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Schema relațională" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Mărime hîrtie" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Utilizare câmp text" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Opțiuni de exportare a bazei de date" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Opțiuni de exportare a bazei de date" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Avertismente" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Dezactivează unele dintre avertismentele afișate de phpMyAdmin" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -6464,15 +6499,15 @@ msgstr "" "Permite compresia [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] pentru " "operațiile de import și export" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parametrii suplimentari pentru iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6484,11 +6519,11 @@ msgstr "" "Dacă opțiunea este activată, phpMyAdmin continuă calcularea interogărilor cu " "mai multe declarații, chiar dacă una dintre interogări nu a reușit" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignoră erorile pentru declarațiile multiple" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -6499,25 +6534,25 @@ msgstr "" "apropie de limita de timp. Aceasta poate fi o metodă bună de a importa " "fișiere mari, deși poate strica tranzacții." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Import parțial: permite întreruperi" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Nu abandona la întâmpinarea unei erori INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6529,64 +6564,64 @@ msgstr "" "Formatul implicit; fiți conștienți de faptul că această listă depinde de " "locație (bază de date, tabel) și numai SQL este întotdeauna disponibil" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formatul fișierului importat" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Folosește cuvîntul-cheie LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Pune numele coloanelor în primul rând" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Nu importa rânduri goale" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importă procentele ca zecimale (12.00% ca .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Numărul de interogări peste care să sari de la început" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Import parțial: sari peste interogări" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nu folosi AUTO_INCREMENT pentru valorile de zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 #, fuzzy msgid "Initial state for sliders" msgstr "Starea inițială pentru slidere" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Câte rânduri pot fi inserate deodată" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Numărul de rânduri inserate" # Numărul maxim de caractere afișate în orice coloană non-numerică în vederea de cautare -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6597,11 +6632,11 @@ msgstr "" "Numărul maxim de caractere afișate în orice coloană non-numerică în view-ul " "de browse" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Limitează caracterele de pe coloană" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6612,11 +6647,11 @@ msgstr "" "la FALSE facilitează uitarea delogării de pe alte servere când ești conectat " "la mai multe servere." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Șterge toate cookie-urile la delogare" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6628,11 +6663,11 @@ msgstr "" "Definiți dacă logarea anterioară ar trebui să fie amintită sau nu în modul " "de autentificare prin cookie-uri" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Amintește nume de utilizator" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6644,79 +6679,79 @@ msgstr "" "curentă și va fi șters îndată ce se închide fereastra browser-ului. Acest " "lucru este recomandat pentru mediile nesigure." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 #, fuzzy msgid "Login cookie store" msgstr "Locul de depozitarea al cookie-ului de login" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definește cât timp (în secunde) un cookie de login este valid" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Validitatea cookie-ului de login" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Mărime dublă a textarea-ului pentru coloanele LONGTEXT" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Textarea-uri mai mari pentru LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Numărul maxim de caractere folosite când se afișează o interogare SQL" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Lungimea maximă de afișare SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Utilizatorii nu pot seta o valoare mai mare" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Numărul maxim de tabele afișate în lista de tabele" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Numărul maxim de baze de date" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Dimensiunea maximă a câmpului de intrare" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6725,21 +6760,21 @@ msgstr "" "de rezultate conține mai multe rânduri, link-urile de \"Anterior\" și " "\"Următor\" vor fi afișate." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Numărul maxim de rânduri afișate" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Numărul maxim de tabele afișate în lista de tabele" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Numărul maxim de tabele" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6751,45 +6786,45 @@ msgstr "" "Numărul de bytes pe care un script are voie sa îl aloce, ex: [kbd]32M[/kbd] " "([kbd]0[/kbd] pentru nicio limită)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Limita de memorie" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Afișează logo în cadrul din stânga" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Afișează logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL-ul către care va indica logo-ul din cadrul de navigare" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL-ul către care indică link-ul logo-ului" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6798,11 +6833,11 @@ msgstr "" "Deschide pagina link-ată în fereastra principală ([kbd]main[/kbd]) sau într-" "o fereastră nouă ([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Ținta link-ului din logo" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." @@ -6810,21 +6845,21 @@ msgstr "" "Afișează meniul de alegere a server-ului în partea de sus a cadrului din " "stânga" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Afișează colecția de servere" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Ținta iconiței de acces rapid" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Ținta iconiței de acces rapid" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -6832,19 +6867,19 @@ msgid "" "display a filter box." msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -6856,149 +6891,149 @@ msgstr "" "Doar versiunea light; afișează bazele de date într-un arbore (determinat de " "separatorul definit mai jos)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy msgid "String that separates databases into different tree levels." msgstr "" "Șir de caractere care separă bazele de date în diferite niveluri ale " "arborelui" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separator arbore baze de date" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "" "Șir de caractere care separă tabelele în diferite niveluri ale arborelui" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separator arbore tabele" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Adâncimea maximă a arborelui de tabele" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Evidențiați server-ul deasupra căruia se află cursorul mouse-ului" # Activați evidențierea -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Activați highlighting-ul" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Enable navigation tree expansion" msgstr "bară de navigare cu iconițe" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Arată tabelele" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Arată versiunile" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Afișează câmpurile de funcții" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Afișează procesele" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Arată versiunile" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Numărul maxim de tabele recent folosite; setați 0 pentru dezactivare" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Numărul maxim de tabele recent folosite; setați 0 pentru dezactivare" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabele recent folosite" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Acestea sunt link-urile de Editare, Copiere și Ștergere" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 #, fuzzy msgid "Where to show the table row links" msgstr "Unde să fie afișate link-urile din rândurile tabelelor" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." @@ -7006,35 +7041,35 @@ msgstr "" "Folosește ordinea naturală pentru sortarea numelor tabelelor și bazelor de " "date" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Ordine naturală" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Folosește doar iconițe. doar text sau ambele" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy msgid "Table navigation bar" msgstr "bară de navigare cu iconițe" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "folosește GZip output buffering pentru viteză mărită în transferurile HTTP" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 #, fuzzy msgid "GZip output buffering" msgstr "GZip output buffering" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7046,21 +7081,21 @@ msgstr "" "[kbd]SMART[/kbd] - adică ordine descrescătoare pentru coloane de tipul TIME, " "DATE, DATETIME și TIMESTAMP, sau crescătoare altfel" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Ordine de sortare implicită" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Folosește conexiuni persistente la baze de date MySQL" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Conexiuni persistente" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy msgid "" "Disable the default warning that is displayed on the database details " @@ -7071,11 +7106,11 @@ msgstr "" "structură ale bazei de date, dacă oricare dintre tabelele necesare pentru " "stocarea configurării phpMyAdmin nu a putut fi găsită" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabele de stocare a configurării phpMyAdmin absente" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7087,11 +7122,11 @@ msgstr "" "Dezactivează avertismentul implicit care este afișat dacă mcrypt lipsește " "pentru autentificarea prin cookie-uri" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy msgid "" "Disable the default warning that is displayed on the Structure page if " @@ -7101,31 +7136,31 @@ msgstr "" "structură ale bazei de date, dacă oricare dintre tabelele necesare pentru " "stocarea configurării phpMyAdmin nu a putut fi găsită" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Permite afișarea tuturor rândurilor" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Nu permite editarea coloanelor BLOB și BINARY" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Protejează coloanele binare" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7136,21 +7171,21 @@ msgstr "" "folosesc funcții JS pentru afișarea istoriei interogprilor ( pierdute la " "închiderea ferestrei )." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Istoric interogări permanent" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Câte interogări sunt ținute în istorie" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Lungimea istoriei de interogări" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." @@ -7158,11 +7193,11 @@ msgstr "" "Selectați care funcții vor fi folosite pentru conversia seturilor de " "caractere" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Motor de înregistrare" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." @@ -7170,21 +7205,21 @@ msgstr "" "Când se vizualizează tabele, ordinea de sortare a fiecărui tabel este " "reținută" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Reține sortarea tabelei" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Ordine de sortare implicită" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7194,97 +7229,97 @@ msgstr "" "Repetă header-ul la fiecare X celule, [kbd]0[/kbd] dezactivează această " "opțiune" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Repetă header-ul" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Afișarea câmpului relațional" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Opțiuni de afișare a serverelor." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "Salvează toate câmpurile editate simultan" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Directoarele unde export-urile pot fi salvate pe server" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Directorul de salvări" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Lăsați gol dacă nu este folosit" # Ordinea de autorizare a gazdelor -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Ordinea de autorizare a host-urilor" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Lăsați gol pentru valorile implicite" # Reguli de autorizare a gazdelor -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Reguli de autorizare a host-urilor" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Permite logările fără parolă" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Permite autentificarea ca „root”" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Valoare sesiune" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Numele HTTP Basic Auth Realm ce va fi afișat când se face autentificarea HTTP" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 #, fuzzy msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7299,21 +7334,21 @@ msgstr "" "com]autentificarea hardware SweKey [/a] (ce nu se află în rădăcină; " "sugestie: /etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Fișierul de configurare SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Metoda de autentificare de utilizat" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipul autentificării" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -7325,11 +7360,11 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport pentru [a@http://wiki.phpmyadmin." "net/pma/bookmark]bookmark-uri[/a], sugestie: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabelul de bookmark-uri" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7341,21 +7376,21 @@ msgstr "" "Lăsați necompletat dacă nu doriți comentarii pentru coloane/mime types, " "sugestie: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabelul cu informații despre coloane" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Comprimă conexiunea la serverul MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Comprimă conexiunea" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." @@ -7363,16 +7398,16 @@ msgstr "" "Cum se realizează conexiunea la server, lăsați [kbd]tcp[/kbd] dacă nu " "sunteți sigur" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipul conexiunii" # Parola pentru utilizatorul de control -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Parola pentru control user" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7386,13 +7421,13 @@ msgstr "" "informații găsiți pe [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" # Utilizator de control -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 #, fuzzy msgid "Control user" msgstr "Control user" # O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7405,12 +7440,12 @@ msgstr "" "a utiliza host-ul deja definit" # Gazdă de control -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Gazdă de control" # O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7424,19 +7459,19 @@ msgstr "" "a utiliza host-ul deja definit" # Gazdă de control -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Gazdă de control" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Ascunde bazele de date care respectă expresia regulată (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7445,15 +7480,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] și pe [a@http://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Dezactivează folosirea INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Ascunde baze de date" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7465,26 +7500,26 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport pentru istoricul interogărilor, " "sugestie: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabelă istoric interogări SQL" # Numele gazdei pe care rulează serverul MySQL -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Numele host-ului pe care rulează serverul MySQL" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Numele de gazdă al serverului" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL-ul pentru delogare" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7496,15 +7531,15 @@ msgstr "" "Limitează numărul de preferințe ale tabelelor ce sunt stocate în baza de " "date, cele mai vechi fiind automat înlăturate" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Numărul maxim de preferințe ale tabelelor de stocat" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy msgid "" "Leave blank for no QBE saved searches support, suggested: " @@ -7513,13 +7548,28 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportă vizualizările ca tabele" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: " +"[kbd]pma_pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Coloane centrale" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy msgid "" "Leave blank for no central columns support, suggested: " @@ -7528,17 +7578,17 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Încearcă conectarea fără parolă" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Conectează fără parolă" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -7557,21 +7607,21 @@ msgstr "" "de date, doar introduceți numele lor în ordine și folosiți [kbd]*[/kbd] la " "sfârșit pentru a afișa restul în ordine alfabetică." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Afișează doar bazele de date listate" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Lăsați gol dacă nu utilizați „config auth”" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Parola pentru „config auth”" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." @@ -7579,12 +7629,12 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: " "[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 #, fuzzy msgid "PDF schema: pages table" msgstr "PDF schema: tabela de pagini" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7600,24 +7650,24 @@ msgstr "" "complete. Lăsați necompletat dacă nu doriți suport. Sugestie: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "nume bază de date" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Portul la care ascultă serverul MySQL, lăsați gol pentru implicit" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Portul serverului" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7629,11 +7679,11 @@ msgstr "" "Lăsați necompletat dacă nu doriți tabele - în mod \"persistent\" - recent " "folosite peste sesiuni, sugestie: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabel folosit recent" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7645,13 +7695,13 @@ msgstr "" "Lăsați necompletat dacă nu doriți tabele - în mod \"persistent\" - recent " "folosite peste sesiuni, sugestie: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Tabele favorite" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7663,12 +7713,12 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport [a@http://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a], sugestie: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Tabel relațional" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7680,35 +7730,35 @@ msgstr "" "Vezi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] pentru un exemplu" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 #, fuzzy msgid "Signon session name" msgstr "Numele sesiunii signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 #, fuzzy msgid "Signon URL" msgstr "ULR-ul signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Portul la care ascultă serverul MySQL, lăsați gol pentru implicit" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Soclul serverului" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Comprimă conexiunea la serverul MySQL" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Utilizează SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7717,13 +7767,13 @@ msgstr "" "Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: " "[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: coordonatele tabelului" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7735,13 +7785,13 @@ msgstr "" "Tabelul care descrie coloanele de afișare, lăsați necompletat dacă nu doriți " "suport; sugestie: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Afișează tabelul de coloane" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -7754,11 +7804,11 @@ msgstr "" "Interfeței cu Utilizatorul ale tabelului peste sesiuni, sugestie: " "[kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Preferințele Interfeței cu Utilizatorul ale tabelului" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7766,11 +7816,11 @@ msgstr "" "Dacă o declarație DROP DATABASE IF EXISTS va fi adăugată ca prima linie la " "jurnal când se creează o bază de date." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Adaugă DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7778,11 +7828,11 @@ msgstr "" "Dacă o declarație DROP DATABASE IF EXISTS va fi adăugată ca prima linie la " "jurnal când se creează un tabel." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Adaugă DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7790,21 +7840,21 @@ msgstr "" "Dacă o declarație DROP VIEW IF EXISTS va fi adăugată ca prima linie la " "jurnal când se creează un view." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Adaugă DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definește lista de declarații pe care auto-crearea le folosește la " "versiunile noi." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Declarații de urmărit" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7817,11 +7867,11 @@ msgstr "" "sugestie: [kbd]pma_tracking[/kbd]" # Tabelul de urmărire interogări SQL -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabelul de tracking interogări SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7829,13 +7879,13 @@ msgstr "" "Dacă mecanismul de urmărire creează versiuni pentru tabele și vizualizări în " "mod automat." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Regim de recuperare automată" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7847,37 +7897,37 @@ msgstr "" "Lăsați necompletat dacă nu doriți stocarea preferințelor utilizatorilor în " "baza de date, sugestie: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabelul de stocare a preferințelor utilizatorului" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Utilizare tabele" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Utilizare tabel gazde" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7889,15 +7939,15 @@ msgstr "" "Lăsați necompletat dacă nu doriți stocarea preferințelor utilizatorilor în " "baza de date, sugestie: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Utilizator pentru „config auth”" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7906,22 +7956,22 @@ msgstr "" "afișa numele de gazdă în loc." # Numele "pe larg" al acestui server -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Numele \"verbose\" al acestui server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Dacă unui utilizator să i se afișeze un buton \"arata-le pe toate(randurile\"" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Permite afișarea tuturor rândurilor" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7938,54 +7988,54 @@ msgstr "" "de configurare; nu se limitează capacitatea de a executa aceeași comandă " "direct" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Arată formularul de schimbare a parolei" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Arată formularul de creare bază de date" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Comentarii tabel" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Arată informația PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Afișează stare sclav" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -7997,33 +8047,33 @@ msgstr "" "Stabilește dacă să se afișeze inițial sau nu câmpurile de tip, în modul de " "editare/inserare" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Afișează tipurile câmpurilor" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Afișează câmpurile de funcții în modul de editare/inserare" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Afișează câmpurile de funcții" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "Dacă să se afișeze indiciul sau nu" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Arată indiciul" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8035,15 +8085,15 @@ msgstr "" "Afișează link-ul către output-ul [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Afișează link-ul phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Afișează informații detaliate despre serverul MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8053,11 +8103,11 @@ msgstr "" "Definește dacă interogările SQL generate de phpMyAdmin ar trebui să fie " "afișate" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Afișează interogările SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -8066,11 +8116,11 @@ msgid "" msgstr "" "Definește dacă după submit, casuța de interogare ar trebui să rămână pe ecran" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Reține căsuța de interogare" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -8078,11 +8128,11 @@ msgstr "" "Permite afișarea statisticilor pentru baze de date și tabeluri (utilizarea " "spațiului de exemplu)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Afișează statistici" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8092,11 +8142,11 @@ msgstr "" "Marchează tabelele folosite și fă posibilă afișarea bazelor de date cu " "tabele zăvorâte" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Sari peste tabelele zăvorâte" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " @@ -8104,12 +8154,12 @@ msgid "" msgstr "" "Un avertisment este afișat pe prima pagina dacă Suhosin este descoperit" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 #, fuzzy msgid "Suhosin warning" msgstr "Avertizare Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy msgid "" "Disable the default warning that is displayed on the main page if the value " @@ -8120,13 +8170,13 @@ msgstr "" "structură ale bazei de date, dacă oricare dintre tabelele necesare pentru " "stocarea configurării phpMyAdmin nu a putut fi găsită" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Validitatea cookie-ului de login" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -8139,11 +8189,11 @@ msgstr "" "fi marită pentru textarea-urile de interogări SQL (*2) și pentru ferestrele " "de interogări (*1.25)" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Coloane textarea" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -8156,39 +8206,39 @@ msgstr "" "fi marită pentru textarea-urile de interogări SQL (*2) și pentru ferestrele " "de interogări (*1.25)" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Rânduri textarea" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Titlul ferestrei browser-ului când este selectată o bază de date" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "TItlul ferestrei browser-ului când nu este selectat nimic" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Titlu implicit" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Titlul ferestrei browser-ului când este selectat un server" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "Titlul ferestrei browser-ului când este selectat un tabel" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8206,32 +8256,32 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) provenind de la proxy 1.2.3.4: [br]" "[kbd] 1.2.3.4: HTTP_X_FORWARDED_FOR [/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista proxy-urilor de încredere pentru IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Directorul de pe server unde puteți uploada fișiere pentru importare" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 #, fuzzy msgid "Upload directory" msgstr "Directorul de bază pentru date" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Permiteți căutarea în întreaga bază de date" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Folosiți căutarea în baza de date" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 #, fuzzy #| msgid "" #| "When disabled, users cannot set any of the options below, regardless of " @@ -8243,29 +8293,29 @@ msgstr "" "Când este dezactivat, userii nu pot seta niciuna din opțiunile de mai jos, " "indiferent de checkbox-ul din dreapta" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Activați tab-ul Developer în setări" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Verificați pentru ultima versiune" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Activați verificarea pentru ultima versiune pe pagina principală phpMyAdmin" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Verificarea versiunii" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8273,33 +8323,33 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Nume utilizator:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parola" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8311,56 +8361,56 @@ msgstr "" "Activați compresia în format [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] pentru operațiile de import și export" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 #, fuzzy #| msgid "Ask before sending error reports" msgid "Choose the default action when sending error reports." msgstr "Întreabă înainte de a trimite rapoarte de eroare" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Portul serverului" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "Comanda SQL" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8388,53 +8438,84 @@ msgstr "Autentificare HTTP" msgid "Signon authentication" msgstr "Autentificare Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV folosind LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Foaie de calcul Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rapid" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Culoare personalizată" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opțiuni de exportare a bazei de date" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "Date CSV pentru MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Text Open Document" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Nu sînt date de afișat" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabelul %1$s a fost alterat cu succes." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Firul de execuție %s a fost oprit cu succes." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Relație internă adăugată" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8449,12 +8530,12 @@ msgstr "posibil atac adânc recursiv" msgid "No change" msgstr "Nici o schimbare" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8514,6 +8595,7 @@ msgid "Create database" msgstr "Creează bază de date nouă" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Creează" @@ -8529,7 +8611,7 @@ msgid "No Privileges" msgstr "Nu există drepturi de acces" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Creare tabel" @@ -8545,56 +8627,98 @@ msgstr "" "Nu au putut fi încărcate modulele de export adiționale, vă rog verificați " "instalarea!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Se exportă bazele de date de pe server-ul curent" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Se exportă tabelele din baza de date \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Se exportă rândurile din tabela \"%s\"" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy #| msgid "Export type" -msgid "Export Method:" -msgstr "Modul de export" +msgid "Export templates:" +msgstr "Tip de exportare" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Șablon nume fișier" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Denumire tabel" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Șablon nume fișier" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tabele" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Actualizat" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Selectaţi un tabel" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metodă de export" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rapid - afișează doar opțiunile minimale" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Custom - afișează toate opțiunile posibile" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Bază(e) de date:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabelă(e):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Format" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Opțiuni de transformare" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8602,55 +8726,55 @@ msgstr "" "Faceți scroll în jos pentru a completa opțiunile pentru formatul selectat și " "ignorați opțiunile pentru alte formate." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy msgid "Encoding Conversion:" msgstr "Versiunea clientului MySQL" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rânduri:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Șterge câteva rânduri" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Rândul de la care se începe:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Șterge toate rândurile" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Rezultat:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Salveaza pe server în directorul %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Șablon nume fișier" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ va deveni numele server-ului" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ va deveni numele bazei de date" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ va deveni numele tabelei" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8666,94 +8790,94 @@ msgstr "" "avea loc: %3$s. Orice alt text va fi păstrat aşa cum este. Vedeţi %4$sFAQ" "%5$s pentru detalii." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "folosiți pentru viitoare exportări" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Setul de caractere al fișierului:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Compresie" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "„arhivat”" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "cu „gzip”" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Trimite" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportă vizualizările ca tabele" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "orizontal (colontitlu rotativ)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Salvează rezultatul într-un fișier" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Selectează tabele" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Selectează tabele" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "nume bază de date" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Tabelă nouă" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Denumirile coloanelor" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9306,7 +9430,7 @@ msgid "Dump has been saved to file %s." msgstr "Copia a fost salvată în fișierul %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a dat un set de rezultate gol (zero linii)." @@ -9384,7 +9508,7 @@ msgstr "Ascunde" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funcție" @@ -9467,7 +9591,7 @@ msgstr "" "pentru a merge în oricare direcție" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9954,7 +10078,7 @@ msgstr "Nou" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10255,236 +10379,247 @@ msgstr "" msgid "Rename database to" msgstr "Redenumire bază de date în" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Editează drepturile de acces" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza de date %s a fost aruncată." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Elimină baza de date" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Ștergeți baza de date (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Numai structura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Structura și date" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Numai date" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Copiază baza de date" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREEAZĂ BAZA DE DATE înainte de copiere" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Adaugă constrângeri" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Schimbă la tabela copiată" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Alterare „ordonare tabel după”" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(individual)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Mută tabelul la (bază_de_date.tabel)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Redenumire tabel la" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Comentarii tabel" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opțiuni tabel" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Motor de stocare" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Copiază tabelul la (bază_de_date.tabel)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Schimbă la tabela copiată" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Administrare tabel" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analizare tabel" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Verificare tabel" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Verificare tabel" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentare tabel" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabelul %s a fost curățat." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Curățarea tabelului (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizare tabel" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparare tabel" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy msgid "Delete data or table" msgstr "Șterge datele urmărite din acest tabel" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Nu sînt baze de date" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizează" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Verifică" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimizează" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Reconstruiește" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Repară" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Restrânge" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Întreținerea partiției" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partiția %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Elimină partiționarea" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Verificarea integrității referinței:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nu se poate muta tabelul în el însuși!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nu se poate copia tabelul în el însuși!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelul %s a fost mutat la %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelul %s a fost copiat la %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelul %s a fost mutat la %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelul %s a fost copiat la %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Denumirea tabelului e goală!" @@ -10701,7 +10836,7 @@ msgstr "Eveniment" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definiție" @@ -11781,41 +11916,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Reține sortarea tabelei" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Tip invalid de export" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Nu există descriere" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11823,14 +11964,14 @@ msgid "" "configuration storage there." msgstr "Tabele de stocare a configurării phpMyAdmin absente" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Tabele de stocare a configurării phpMyAdmin absente" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -12029,6 +12170,7 @@ msgstr "Nume utilizator" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Nume utilizator" @@ -12200,10 +12342,10 @@ msgid "Master server changed successfully to %s." msgstr "Server master schimbat cu succes în %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12224,7 +12366,7 @@ msgstr "Evenimentul %1$s a fost modificat." msgid "Event %1$s has been created." msgstr "Evenimentul %1$s a fost creat." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -12238,7 +12380,8 @@ msgstr "" msgid "Edit event" msgstr "Editează evenimentul" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detalii" @@ -12254,7 +12397,7 @@ msgid "Event type" msgstr "Tip eveniment" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Schimbați în %s" @@ -12284,13 +12427,13 @@ msgid "On completion preserve" msgstr "Inserări complete" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definitor" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -12322,9 +12465,9 @@ msgid "You must provide an event definition." msgstr "Trebuie să introduceți o definiție pentru eveniment." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -12363,104 +12506,110 @@ msgstr "" "evita orice problemă." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Index de server nevalid: „%s”" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Ne pare rău, am eșuat încercând să recuperăm rutina ștearsă." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Tabelul %1$s a fost modificat." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Tabelul %1$s a fost modificat." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "Tabelul %1$s a fost creat." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Regim de redactare" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Rutine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametrii" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Legături directe" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Adăugați parametru" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Ștergeți ultimul parametru" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipul întors" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Lungime/Setare" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Opțiuni tabel" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Este determinist" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tip de securitate" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Acces date SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "Trebuie să introduceți un nume de rutină" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Direcție invalidă \"%s\" dată pentru parametru." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12468,25 +12617,25 @@ msgstr "" "Trebuie să oferiți lungime/valori pentru parametrii de tipul ENUM, SET, " "VARCHAR și VARBINARY ai rutinei." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" "Trebuie să introduceți un nume și un tip pentru fiecare parametru al rutinei." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Rutina trebuie să întoarcă un tip valid." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Trebuie să introduceți o definiție a rutinei." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Rezultatele execuției rutinei %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12496,13 +12645,13 @@ msgstr[0] "%d rând afectat de ultima declarație din cadrul procedurii" msgstr[1] "%d rânduri afectate de ultima declarație din cadrul procedurii" msgstr[2] "%d rânduri afectate de ultima declarație din cadrul procedurii" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Executați rutina" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametrii rutinei" @@ -13114,12 +13263,16 @@ msgid "You have revoked the privileges for %s." msgstr "Drepturile tale au fost revocate pentru %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Adaugă utilizator" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Bază de date pentru utilizatorul" #: libraries/server_privileges.lib.php:1946 @@ -13148,9 +13301,7 @@ msgid "User has been added." msgstr "Vizualizarea %s a fost eliminată" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13234,11 +13385,15 @@ msgstr "" "… șterge cel vechi din tabelul de utilizatori și reîncarcă privilegiile." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Schimbă informațiile de autentificare/Copiază utilizator" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Creează un utilizator nou cu aceleași privilegii și…" #: libraries/server_privileges.lib.php:3036 @@ -13262,7 +13417,9 @@ msgid "Add privileges on the following table:" msgstr "Adaugă drepturi la următorul tabel" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Eliminarea utilizatorilor selectați" #: libraries/server_privileges.lib.php:3376 @@ -13299,47 +13456,53 @@ msgstr "Ați actualizat privilegiile pentru %s." msgid "Deleting %s" msgstr "Șterge %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Drepturile au fost reîncarcate cu succes." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Utilizatorul %s există deja!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Drepturi de acces" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 #, fuzzy #| msgid "New" msgctxt "Create new user" msgid "New" msgstr "Nou" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Editează drepturile de acces" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Utilizatori" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Descriere utilizator" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13352,11 +13515,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Ați adăugat un nou utilizator." @@ -14613,7 +14776,7 @@ msgstr "Identificator nevalid" msgid "Unknown Punctuation String" msgstr "Înșiruire de punctuație necunoscută" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabelul %s a fost golit." @@ -14626,14 +14789,14 @@ msgstr "Monitorizarea este activată." msgid "Tracking is not active." msgstr "Monitorizarea nu este activată." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Vizualizarea %s a fost eliminată" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14876,47 +15039,42 @@ msgstr "Utilizare spațiu" msgid "Effective" msgstr "Efectiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabelul %1$s a fost alterat cu succes." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabelul %1$s a fost alterat cu succes." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Tip interogare" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Utilizatorii selectați au fost eliminați." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Adaugă un server nou" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lista favoritelor este plină!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Afișează interogările SQL" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15386,18 +15544,6 @@ msgstr "Nu este disponibilă nici o versiune stabilă nouă" msgid "Wrong data" msgstr "Date greșite" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Nu sînt date de afișat" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15408,7 +15554,7 @@ msgstr "Baza de date „%s” nu există." msgid "Table %s already exists!" msgstr "Tabelul %s există deja!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Vizualizarea schemei tabelului" @@ -15416,24 +15562,12 @@ msgstr "Vizualizarea schemei tabelului" msgid "Invalid table name" msgstr "Denumire de tabel nevalidă" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Relație internă adăugată" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Firul de execuție %s a fost oprit cu succes." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15441,7 +15575,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nicio coloană aleasă." @@ -15666,7 +15800,7 @@ msgid "subquery" msgstr "subinterogare" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Creare relație" @@ -15747,13 +15881,13 @@ msgstr "Nume nou" msgid "Delete pages" msgstr "Selectează tabele" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Reîncarcă" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ajutor" @@ -16024,39 +16158,39 @@ msgstr "Titlul diagramei" msgid "X-Axis:" msgstr "Axa X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serii:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Valori X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "In interiorul coloanei::" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Valori pentru coloana %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17453,6 +17587,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert este setat cu 0" +#~ msgid "Add user" +#~ msgstr "Adaugă utilizator" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Modul de export" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "" #~ "Shift + Click pe numele funcției pentru a aplica la toate rândurile." @@ -17721,11 +17863,6 @@ msgstr "concurrent_insert este setat cu 0" #~ msgid "pdf export page" #~ msgstr "Tip invalid de export" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Tip invalid de export" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/ru.po b/po/ru.po index e213da5932..d822dd360c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,17 +3,17 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-07-08 07:30+0200\n" "Last-Translator: Олег Карпов \n" -"Language-Team: Russian " -"\n" +"Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.4-dev\n" #: changelog.php:37 license.php:28 @@ -92,9 +92,9 @@ msgstr "Столбец" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -152,7 +152,7 @@ msgid "Links to" msgstr "Ссылки на" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -171,7 +171,7 @@ msgstr "Комментарии" msgid "Primary" msgstr "Первичный" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -194,7 +194,7 @@ msgstr "Первичный" msgid "No" msgstr "Нет" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -217,7 +217,7 @@ msgstr "Нет" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -235,11 +235,11 @@ msgstr "Таблиц в базе данных не обнаружено." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Таблицы" @@ -249,11 +249,11 @@ msgstr "Таблицы" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -265,12 +265,12 @@ msgid "Structure" msgstr "Структура" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Данные" @@ -281,21 +281,21 @@ msgstr "Данные" msgid "Select all" msgstr "Выбрать все" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Не указано имя базы данных!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "База данных %1$s переименована в %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "База данных %1$s скопирована в %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -337,14 +337,14 @@ msgid "Tracked tables" msgstr "Отслеживаемые таблицы" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -362,7 +362,7 @@ msgstr "Создано" msgid "Updated" msgstr "Обновлёно" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -491,23 +491,23 @@ msgid "Point:" msgstr "Точка:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Точка %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Добавить точку" @@ -529,7 +529,7 @@ msgstr "Внутренний контур %d:" msgid "Add a linestring" msgstr "Добавить отрезок" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Добавить внутренний контур" @@ -546,32 +546,32 @@ msgstr "Добавить многоугольник" msgid "Add geometry" msgstr "Добавить геометрию" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -600,7 +600,7 @@ msgstr "" msgid "Succeeded" msgstr "Удалось" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Ошибка" @@ -700,7 +700,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -799,7 +799,7 @@ msgstr "Информация о версии:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1014,7 +1014,6 @@ msgid "Do you really want to delete this central column?" msgstr "Вы действительно хотите удалить эту центральную колонку?" #: js/messages.php:63 -#| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete the selected items?" msgstr "Вы действительно хотите удалить выбранные элементы?" @@ -1145,7 +1144,7 @@ msgid "SQL query:" msgstr "SQL запрос:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Значения Y" @@ -1171,36 +1170,58 @@ msgstr "Некорректное подтверждение пароля!" msgid "Removing Selected Users" msgstr "Удаление выбранных пользователей" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Закрыть" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Количество созданных страниц." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Профиль был обновлен." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Строка была удалена." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Другое" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Соединения / Процессы" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Настройки локального монитора несовместимы!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1212,154 +1233,154 @@ msgstr "" "работоспособности текущих настроек. Пожалуйста, сбросьте ваши настройки в " "меню Настройки." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Эффективность кэширования запросов" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Использование кэширования запросов" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Использован кэш запроса" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Загрузка процессора" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Системная память" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Система подкачки" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Средняя загрузка" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Общий объём памяти" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Кэшированная память" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Буферизованная память" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Свободная память" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Использованная память" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Всего области подкачки" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Кэшировано области подкачки" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Использовано области подкачки" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Свободно области подкачки" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Отослано байт" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Принято байт" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Соединения" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процессы" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Байт" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КиБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГиБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПиБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЭБ" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d таблиц(а)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Вопросы" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Настройки" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Добавить график к сетке" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Пожалуйста, добавьте в серию хотя бы одну переменную!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1371,47 +1392,47 @@ msgstr "Пожалуйста, добавьте в серию хотя бы од msgid "None" msgstr "Ниодного" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Возобновить монитор" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Приостановить монитор" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Начать автообновление" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Остановить автообновление" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "Включены переменные general_log и slow_query_log." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "Включена переменная general_log." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "Включена переменная slow_query_log." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "Отключены переменные slow_query_log и general_log." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "Переменная log_output не установлена для таблицы." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "Переменная log_output установлена для таблицы." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1423,12 +1444,12 @@ msgstr "" "установить переменную long_query_time на 0-2 секунды, в зависимости от вашей " "системы." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "Переменная long_query_time установлена в %d секунд." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1437,30 +1458,30 @@ msgstr "" "состояние при перезагрузке сервера:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Установить log_output в %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Включить %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Отключить %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Установить long_query_time в %d секунд." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1468,57 +1489,57 @@ msgstr "" "Вы не можете изменить значения данных переменных. Пожалуйста, войдите под " "учетной записью root или свяжитесь с администратором базы данных." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Изменить настройки" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Текущие настройки" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Заголовок графика" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Различия" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Разделено на %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Единица" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Из журнала медленных запросов" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Из основного журнала" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Имя базы данных неизвестно данному запросу в журнале сервера." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Анализ журналов" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Анализ и загрузка журналов. Ждите, может занять какое-то время." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Отменить запрос" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1529,7 +1550,7 @@ msgstr "" "SQL запрос, таким образом другие атрибуты запросов, как время запуска, могут " "отличаться." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1539,33 +1560,33 @@ msgstr "" "той же таблицы так же группируются вместе, в независимости от заносимых " "данных." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Данные журналов загружены. Запросы, выполненные в данный промежуток времени:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Перейти к таблице журнала" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Данные не найдены" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Анализ журнала пройден, но данные за выбранный промежуток времени не найдены." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Анализ…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Анализ результатов" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1575,58 +1596,58 @@ msgstr "Анализ результатов" msgid "Time" msgstr "Время" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Полное время:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Профилирование результатов" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Таблица" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "График" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Параметры фильтра таблицы журнала" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Фильтр" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Фильтровать запросы по строке либо регулярному выражению:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Группировать запросы, игнорируя данные переменных в условии WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Сумма сгруппированных строк:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Всего:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Загрузка журналов" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Обновление монитора завершилось ошибкой" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1636,88 +1657,88 @@ msgstr "" "может быть истекшая сессия. Перезагрузка страницы и последующий ввод данных " "учётной записи должны решить проблему." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Перезагрузить страницу" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Затронуто строк:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "Ошибка при разборе конфигурационного файла. Некорректный код JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Ошибка построения сетки графика из импортированной конфигурации. Сброшено на " "изначальную конфигурацию…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Импорт" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Импорт настроек монитора" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Пожалуйста, выберите файл, который хотите импортировать." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "На сервере нет доступных для импорта файлов!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Анализировать запрос" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Системный советник" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Возможные проблемы производительности" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Проблема" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Рекомендация" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Подробности правила" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Обоснование" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Использованная переменная / формула" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Тест" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Форматирование SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1728,61 +1749,61 @@ msgstr "Форматирование SQL..." msgid "Cancel" msgstr "Отменить" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Изменить настройки" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Применить" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Загрузка…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Запрос отменён!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Обработка запроса" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Запрос не выполнен!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Ошибка при обработке запроса" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Код ошибки: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Текст ошибки: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ни одна база данных не выбрана." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Удаление столбца" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Добавление первичного ключа" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1791,63 +1812,63 @@ msgstr "Добавление первичного ключа" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Кликните для сокрытия данного уведомления" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Переименование баз данных" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Копирование базы данных" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Смена кодировки" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Отключить проверку внешних ключей" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Не удалось получить реальное количество строк." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Поиск" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Скрыть результаты поиска" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Отобразить результаты поиска" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Просмотр" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Удаление" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Определение хранимой функции должно содержать выражение RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1857,60 +1878,60 @@ msgstr "Определение хранимой функции должно со msgid "Export" msgstr "Экспорт" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Редактор ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Значения для столбца %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Значения для новых столбцов" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Вставьте каждое значение в отдельное поле." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Добавить %d значение(й)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Замечание: если файл содержит множество таблиц, они будут объединены в одну." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Скрыть поле запроса" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Отобразить поле запроса" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Изменить" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1918,41 +1939,41 @@ msgstr "Изменить" msgid "Delete" msgstr "Удалить" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "Число %d не является правильным номером строки." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Обзор внешних значений" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Нет автосохраненных запросов" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Переменная" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Выбрать" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Селектор столбца" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Искать в списке" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1962,15 +1983,15 @@ msgstr "" "столбцов для базы данных %s имеет столбцы, которые не присутствуют в текущей " "таблице." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Больше информации" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Вы уверены?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1978,52 +1999,52 @@ msgstr "" "Это действие может изменить некоторые определения столбцов.
Вы уверены, " "что хотите продолжить?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Продолжить" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Добавить первичный ключ" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Добавлен первичный ключ." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Переход к следующему шагу…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Первый этап нормализации таблицы '%s' завершён." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Конец шага" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Второй этап нормализации (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Готово" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Подтвердите частичные зависимости" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Выбранные частичные зависимости показаны ниже:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2031,20 +2052,20 @@ msgstr "" "Примечание: a, b -> d, f подразумевает, что значения столбцов a и b при " "объединении вместе могут определить значения столбца d и столбца f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Не выбраны зависимости!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Покажите мне возможные частичные зависимости на основе данных в таблице" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Скрыть список частичных зависимостей" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2052,40 +2073,40 @@ msgstr "" "Подождите, пожалуйста! Это может занять несколько секунд, в зависимости от " "объёма данных и количества столбцов таблицы." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Шаг" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Выполнены следующие действия:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP столбцов %s в таблице %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Создать следующую таблицу" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Третий этап нормализации (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Подтвердите транзитивные зависимости" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Выбранные зависимости показаны ниже:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Не выбраны зависимости!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2094,124 +2115,124 @@ msgstr "Не выбраны зависимости!" msgid "Save" msgstr "Сохранить" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Скрыть параметры поиска" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Отобразить параметры поиска" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Поиск в диапазоне" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Максимум в столбце:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Минимум в столбце:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Минимальное значение:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Максимальное значение:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Скрыть параметры поиска и замены" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Отобразить параметры поиска и замены" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Каждая точка представляет строку данных." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Задержание курсора над точкой отобразит ее название." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Для увеличения, выберите часть диаграммы мышкой." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Кликните ссылку сброса увеличения для возвращения к исходному состоянию." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Кликните точку данных для просмотра или редактирования строки данных." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Можно изменить размер участка перетащив его вдоль нижнего правого угла." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Выберите два столбца" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Выберите два различных столбца" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Содержание точки данных" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Игнорировать" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Копировать" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Точка" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Линия" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Многоугольник" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Геометрия" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Внутренний контур" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Внешний контур" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Вы хотите скопировать ключ шифрования?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Ключ шифрования" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2219,24 +2240,24 @@ msgstr "" "Показывает, что были произведены изменения на странице. Для отмены изменений " "потребуется подтверждение" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Выберите ссылочный ключ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Выберите внешний ключ" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Выберите поле основного индекса (PRIMARY) или уникального индекса!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Выбор отображаемого столбца" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2244,79 +2265,79 @@ msgstr "" "Вы не сохранили изменения в раскладке. Без сохранения, они будут потеряны. " "Продолжить?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Название страницы" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Сохранить страницу" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Сохранить страницу" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Открыть страницу" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Удалить страницу" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Без названия" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Выберите следующую страницу" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Введите правильное имя страницы" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Вы хотите записать изменения на текущую страницу?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Страница успешно удалена" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Экспорт схемы связей" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Изменения сохранены" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Добавить параметр для столбца \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "создано %d объект(ов)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Выполнить" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Для отмены редактирования нажмите Esc." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2324,15 +2345,15 @@ msgstr "" "Вы отредактировали некоторые данные, но изменения не были сохранены. Вы " "уверены, что хотите покинуть данную страницу без сохранения данных?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Перетяните для изменения порядка сортировки." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Кликните для сортировки результатов по данному столбцу." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2342,26 +2363,26 @@ msgstr "" "переключения ASC/DESC.
- Удерживая Ctrl или Alt (для Mac: удерживая " "Shift и Option), кликните для удаления столбца из класса ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Кликните для установки/снятия отметки." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Кликните дважды для копирования имени столбца." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Кликните выпадающую стрелку
для переключения видимости столбца." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Показать все" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2370,13 +2391,13 @@ msgstr "" "могут не работать функции связанные с редактированием сетки, выставления " "галочки, ссылки редактирования, копирования и удаления." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Пожалуйста, введите допустимую шестнадцатеричную строку. Допустимыми знаками " "являются 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2384,136 +2405,136 @@ msgstr "" "Вы действительно хотите отобразить все строки? При большом количестве данных " "возможно отключение браузера." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Исходная строка" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "Отмена" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Прервано" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Успех" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Импортировать состояние" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Перетащите файлы сюда" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Выберите базу данных" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Большинство значений можно отредактировать
дважды кликнув прямо на них." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Возможно редактировать большинство значений
кликнув прямо на них." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Перейти к ссылке:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Скопировать имя столбца." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Для копирования имени столбца в буфер обмена, сделайте щелчок правой кнопкой " "мышки." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Создать пароль" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Генерировать" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Изменить пароль" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Ещё" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Раскрыть панель" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Скрыть панель" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Отображать скрытые пункты дерева навигации." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Связать с главной панелью" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Отсоединить от основной панели" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Для фильтрации по всем базам данных, нажмите Enter после ввода поискового " "запроса" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Для фильтрации по всем %s в базе данных, нажмите Enter после ввода " "поискового запроса" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "таблицам" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "представлениям" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "процедурам" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "событиям" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "функциям" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Запрошенная страница не найдена в истории, возможно, истекло время ее " "хранения." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2523,50 +2544,50 @@ msgstr "" "Новейшая версия %s, выпущена %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", последняя стабильная версия:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "актуально" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Создать представление" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Отправить отчёт об ошибке" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Отправить отчёт об ошибке" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Произошла фатальная ошибка JavaScript. Вы хотите отправить отчёт об ошибке?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Изменить настройки отчёта" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Показать детали отчёта" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Ваш экспорт незавершён из-за ограничений времени выполнения на уровне PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2576,65 +2597,65 @@ msgstr "" "поля могут быть проигнорированы согласно значения переменной max_input_vars " "в PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "На сервере обнаружены некоторые ошибки!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Пожалуйста, посмотрите вниз текущего окна." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Игнорировать всё" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "В соответствии с вашими настройками они заносятся в данное время, подождите, " "пожалуйста." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Выполнить запрос ещё раз?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Вы действительно хотите удалить эту закладку?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "В процессе получения информации по отладке SQL произошла ошибка." -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "%s запрос(ов) выполнено %s раз(а) за %s секунд(у/ы)." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Комментарии к таблице" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Скрыть результаты поиска" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2645,357 +2666,348 @@ msgstr "" "Safary, данная проблема возникает из-за включенного \"Private Mode Browsing" "\"." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Предыдущий" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Следующий" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Сегодня" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Январь" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Февраль" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Март" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Апрель" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Май" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Июнь" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Июль" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Август" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Сентябрь" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Октябрь" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Ноябрь" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Декабрь" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Дек" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Воскресенье" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Понедельник" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Вторник" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Среда" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Четверг" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Пятница" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Суббота" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Вс" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Вс" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Нед." #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "календарь-месяц-год" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Час" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Минута" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Секунда" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Использовать текстовое поле" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Введите правильное имя страницы" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Пожалуйста, введите правильное числовое значение!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Введите правильное имя страницы" -#: js/messages.php:772 -#| msgid "Please enter a valid page name" +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Введите правильную дату ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Пожалуйста, введите правильное числовое значение!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Пожалуйста, введите правильное числовое значение!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Пожалуйста, введите правильную длину!" -#: js/messages.php:776 -#| msgid "Please enter a valid page name" +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Введите то же значение еще раз" -#: js/messages.php:777 -#| msgid "Please enter correct captcha!" +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Пожалуйста, введите не более {0} символ(ов/а)" -#: js/messages.php:778 -#| msgid "Please enter correct captcha!" +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Пожалуйста, введите не минее {0} символ(ов/а)" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Пожалуйста, введите значение длиной между {0} и {1} символами(ом)" -#: js/messages.php:780 -#| msgid "Please enter a valid page name" +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Пожалуйста, введите значение между {0} и {1} символами(ом)" -#: js/messages.php:781 -#| msgid "Please enter a valid length!" +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Пожалуйста, введите значение меньшее или равное {0}" -#: js/messages.php:782 -#| msgid "Please enter a valid page name" +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Пожалуйста, введите значение, большее или равное {0}" -#: js/messages.php:784 -#| msgid "Please enter a valid page name" +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Введите правильную дату или время" -#: js/messages.php:785 -#| msgid "Please enter a valid number!" +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Пожалуйста, введите правильное значение HEX" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Ошибка" @@ -3067,18 +3079,18 @@ msgstr "в час" msgid "per day" msgstr "на день" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Невозможно прочесть существующий конфигурационный файл (%s)." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "На конфигурационный файл выставлены неверные права разрешающие запись для " "всех!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Размер шрифта" @@ -3097,7 +3109,7 @@ msgid "Requery" msgstr "Повторный запрос" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3106,7 +3118,7 @@ msgstr "Повторный запрос" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3182,7 +3194,7 @@ msgid "History" msgstr "История" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3205,7 +3217,7 @@ msgstr "История" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Параметры" @@ -3224,22 +3236,18 @@ msgid "Press Ctrl+Enter to execute query" msgstr "Нажмите Ctrl+Enter для выполнения запроса" #: libraries/Console.class.php:259 -#| msgid "Press Ctrl+Enter to execute query" msgid "Press Enter to execute query" msgstr "Нажмите Enter для выполнения запроса" #: libraries/Console.class.php:277 -#| msgid "Ascending" msgid "ascending" msgstr "по возрастанию" #: libraries/Console.class.php:280 -#| msgid "Descending" msgid "descending" msgstr "по убыванию" #: libraries/Console.class.php:283 -#| msgid "Order" msgid "Order:" msgstr "Порядок сортировки:" @@ -3248,7 +3256,6 @@ msgid "Count" msgstr "Количество" #: libraries/Console.class.php:292 -#| msgid "Execute every" msgid "Execution order" msgstr "Порядок выполнения" @@ -3257,17 +3264,14 @@ msgid "Time taken" msgstr "Занято времени" #: libraries/Console.class.php:298 -#| msgid "Order" msgid "Order by:" msgstr "Сортировки по:" #: libraries/Console.class.php:301 -#| msgid "SQL queries" msgid "Group queries" msgstr "Группировать запросы" #: libraries/Console.class.php:304 -#| msgid "SQL queries" msgid "Ungroup queries" msgstr "Разгруппировать запросы" @@ -3284,12 +3288,11 @@ msgid "Hide trace" msgstr "Скрыть панель" #: libraries/Console.class.php:317 -#| msgid "Count" msgid "Count:" msgstr "Количество:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3343,10 +3346,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Переключиться на скопированную таблицу" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3354,10 +3357,10 @@ msgstr "Переключиться на скопированную таблиц msgid "Ascending" msgstr "По возрастанию" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3378,7 +3381,6 @@ msgid "Sort:" msgstr "Отсортировать:" #: libraries/DBQbe.class.php:630 -#| msgid "Sort:" msgid "Sort order:" msgstr "Порядок сортировки:" @@ -3572,125 +3574,126 @@ msgstr "Снять выделение" msgid "Inside column:" msgstr "В поле:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Сохранить отредактированные данные" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Восстановить порядок столбцов" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Фильтровать строки" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Поиск в таблице" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Предыдущая" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Следующая" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Конец" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Все" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Количество строк:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Сортировать по индексу" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Сокращенные тексты" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Полные тексты" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Ссылочный ключ" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Отображение связанного поля" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Показать бинарные данные" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Показать BLOB содержимое" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Скрыть преобразование" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Текст (WKT)" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Бинарный (WKB)" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Строка была удалена." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Завершить" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Может быть приблизительно. Смотрите [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "SQL-запрос успешно выполнен." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3699,36 +3702,36 @@ msgstr "" "Данное представление имеет, по меньшей мере, указанное количество строк. " "Пожалуйста, обратитесь к %sдокументации%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Отображение строк %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d всего, %2$d в запросе" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d всего" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Запрос занял %01.4f сек." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "С отмеченными:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3737,24 +3740,24 @@ msgstr "С отмеченными:" msgid "Check All" msgstr "Отметить все" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Версия для печати" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Использование результатов запроса" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Отобразить график" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Визуализация GIS данных" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Связь не найдена!" @@ -3882,7 +3885,7 @@ msgstr "Уникальных элементов" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3892,7 +3895,7 @@ msgid "Collation" msgstr "Сравнение" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Комментарий" @@ -3907,7 +3910,7 @@ msgid "Index %s has been dropped." msgstr "Индекс %s был удален." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3923,7 +3926,7 @@ msgid "" msgstr "Индексы %1$s и %2$s равнозначны и один из них может быть удалён." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервер" @@ -3940,7 +3943,7 @@ msgstr "Представление" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3971,7 +3974,7 @@ msgstr "Вставить" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Привилегии" @@ -4034,16 +4037,18 @@ msgid "Central columns" msgstr "Центральные столбцы" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Базы данных" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Пользователи" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Группы пользователей" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4121,7 +4126,7 @@ msgid "Could not save favorite table!" msgstr "Невозможно записать избранную таблицу!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Удалить из избранного" @@ -4142,7 +4147,7 @@ msgid "Recent" msgstr "Недавнее" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Избранные таблицы" @@ -4773,16 +4778,16 @@ msgstr "Максимальный размер: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Ответ MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Анализ SQL запроса" @@ -4799,7 +4804,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Убрать PHP-код" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-код" @@ -4890,6 +4895,10 @@ msgstr "Последнее обновление" msgid "Last check" msgstr "Последняя проверка" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Пользователи" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Поиск:" @@ -4983,8 +4992,8 @@ msgstr "НЕТ" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4992,7 +5001,7 @@ msgstr "Имя" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Длина/Значения" @@ -5160,7 +5169,6 @@ msgid "display column" msgstr "отобразить колонку" #: libraries/config.values.php:102 -#| msgid "Welcome to %s" msgid "Welcome" msgstr "Добро пожаловать" @@ -5185,7 +5193,6 @@ msgid "Never send error reports" msgstr "Никогда не отправлять отчёты об ошибках" #: libraries/config.values.php:132 -#| msgid "Set default" msgid "Server default" msgstr "Сервер по умолчанию" @@ -5278,7 +5285,7 @@ msgid "Not a valid port number!" msgstr "Некорректный номер порта!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Некорректное значение!" @@ -5289,35 +5296,35 @@ msgstr "Некорректное значение!" msgid "Value must be equal or lower than %s!" msgstr "Значение должно быть меньше или равно %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Отсутствуют данные для %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "недоступно" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "Для \"%s\" требуется расширение %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Импорт архива не будет функционировать из-за отсутствия функции %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Экспорт в сжатом виде не будет работать без функции %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "максимум %s" @@ -5332,7 +5339,7 @@ msgid "Set value: %s" msgstr "Установить значение: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Восстановить изначальное значение" @@ -5757,7 +5764,6 @@ msgid "Default table tab" msgstr "Вкладка по умолчанию для таблицы" #: libraries/config/messages.inc.php:95 -#| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Автоматическое заполнение имени таблицы и имен колонок в SQL-запросах." @@ -5809,7 +5815,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Максимальное время выполнения" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5819,7 +5825,7 @@ msgstr "Добавить выражение %s" msgid "Save as file" msgstr "Сохранить как файл" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Кодировка файла" @@ -5835,8 +5841,8 @@ msgstr "Упаковать" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5846,14 +5852,14 @@ msgstr "Упаковать" msgid "Put columns names in the first row" msgstr "Поместить названия полей в первой строке" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Значения полей обрамлены" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Символ экранирования" @@ -5861,8 +5867,8 @@ msgstr "Символ экранирования" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Заменить NULL на" @@ -5870,13 +5876,13 @@ msgstr "Заменить NULL на" msgid "Remove CRLF characters within columns" msgstr "Удалить из полей символы перевода строки CRLF" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Разделитель столбцов" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Разделитель строк" @@ -5898,8 +5904,8 @@ msgid "Table name template" msgstr "Шаблон имени таблицы" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5927,14 +5933,14 @@ msgid "Label key" msgstr "Идентификатор метки" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-тип" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Связи" @@ -5942,110 +5948,116 @@ msgstr "Связи" msgid "Export method" msgstr "Метод экспорта" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Сохранить на сервере" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Перезаписать существующий(е) файл(ы)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Экспорт заголовков таблиц" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Запомнить шаблон имени файла" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Добавить AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Заключить названия таблиц и полей в косые кавычки" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Режим совместимости SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Параметры CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Даты создания, обновления и проверки" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Использовать отложенные вставки (DELAYED)" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Отключить проверку внешних ключей" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Экспортировать виды как таблицы" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Отсутствие таблиц хранения конфигурации phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Добавить %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Использовать шестнадцатеричное отображение для BINARY и BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Использовать игнорирующие вставки (IGNORE)" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Использовать синтаксис при вставке данных" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Максимальная длина создаваемого запроса" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Тип экспорта" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Заключить экспорт в транзакцию" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Экспорт времени в UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "При использовании phpMyAdmin предпочитать безопасное соединение." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Предпочитать SSL соединение" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6053,164 +6065,162 @@ msgstr "" "Порядок сортировки значений в списке внешних ключей; [kbd]content[/kbd] - " "ссылочные данные, [kbd]id[/kbd] - значение ключа." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Сортировка внешних ключей" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Если значений меньше указанного, то они будут выведены в виде выпадающего " "списка." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Лимит внешних ключей" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Проверка внешних ключей:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Обзор" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Настройка режима просмотра данных." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Настроить опции по-умолчанию." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Разработчик" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Настройки для разработчиков phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Редакция" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Настроить режим редактирования." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Экспорт" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Настроить параметры экспорта по-умолчанию." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Настройки" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Общие" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Настроить некоторые основные параметры." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Импорт" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Настроить параметры импорта по-умолчанию." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Импорт / экспорт" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Установить каталоги импорта и экспорта, а также параметры сжатия." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Параметры отображения списка баз данных." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Панель навигации" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Настроить вид панели навигации." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Дерево навигации" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Модифицировать дерево навигации." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сервера" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Параметры отображения списка серверов." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Параметры отображения списка таблиц." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Основная панель" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Другие настройки ядра" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Настройки, неподходящие к другим разделам." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Заголовки страниц" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6218,11 +6228,11 @@ msgstr "" "Определите текст заголовка браузера. Для ввода особых значений используйте " "подставные строки, которые описаны в [doc@faq6-27]документация[/doc]." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Безопасность" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6230,23 +6240,23 @@ msgstr "" "Обратите внимание! phpMyAdmin - это только интерфейс пользователя и его " "настройки не ограничивают возможности MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Основные настройки" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Идентификация" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Настройки идентификации." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Параметры сервера" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6254,15 +6264,15 @@ msgstr "" "Расширенное управление сервером, не изменяйте данные параметры без " "достаточного понимания их назначения." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Введите параметры соединения сервера." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Хранение конфигурации" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6271,11 +6281,11 @@ msgstr "" "Настройка phpMyAdmin для расширенных возможностей, смотрите раздел " "[doc@linked-tables]phpMyAdmin configuration storage[/doc] в документации." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Слежение за изменениями" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6283,110 +6293,110 @@ msgstr "" "Слежение за изменениями произведенными в базе данных. Для работы требуется " "настройка хранения конфигурации phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Модифицировать параметры экспорта" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Модифицировать изначальлные настройки импорта" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Модифицировать панель навигации" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Модифицировать основную панель" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL запросы" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL Запрос" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Настроить ссылки, выводимые в окнах SQL запросов." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Настройки SQL запросов." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Главная" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Настройка вида начальной страницы." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Структура базы данных" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Выберите детали для отображения в структуре базы данных (списке таблиц)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Структура таблицы" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Настройки структуры таблицы (список столбцов)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Вкладки" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Настройте отображение вкладок." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Отобразить схему связей" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Размер бумаги" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Текстовые поля" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Настройте вид текстовых полей." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! текст" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Настройте параметры экспорта используемые по умолчанию" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Предупреждения" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Отключить некоторые предупреждения, выводимые phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6394,15 +6404,15 @@ msgstr "" "Включить [a@http://ru.wikipedia.org/wiki/Gzip]gzip[/a] сжатие для операций " "импорта и экспорта." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Добавочные параметры iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6410,11 +6420,11 @@ msgstr "" "При включении данного параметра phpMyAdmin продолжит выполнение составного " "запроса даже в случае, когда один из запросов не будет выполнен." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Игнорировать ошибки составных запросов" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6424,25 +6434,25 @@ msgstr "" "временного лимита на выполнение скрипта. Может помочь при импорте файлов " "большого размера, однако небезопасно для транзакций." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Частичный импорт: разрешает прерывание" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Не прерывать при возникновении ошибки во время выполнения INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6450,69 +6460,69 @@ msgstr "" "Формат по-умолчанию; обратите внимание, что этот список зависит от положения " "(базы данных, таблицы) и только SQL доступен в любом случае." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Формат импортируемого файла" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Использовать ключевое слово LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Имена таблиц в первой строке" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Пропускать пустые строки" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Импортировать денежные единицы (5.00 вместо $5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Импортировать проценты в виде десятичных значений (.12 вместо 12.00%)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Количество запросов, пропускаемых от начала." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Частичный импорт: пропуск запросов" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не использовать AUTO_INCREMENT для нулевых значений" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Исходное положение раскрывающихся блоков" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Количество строк, которое можно вставить за один раз." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Количество строк при вставке" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Максимальное количество символов, отображаемых в любом нечисловом столбце в " "режиме просмотра." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Ограничить по количеству символов в поле" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6523,11 +6533,11 @@ msgstr "" "значения в FALSE можно легко забыть отключиться от других серверов при " "множественном подключении." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Удалить все cookies при выходе" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6535,11 +6545,11 @@ msgstr "" "Определяет необходимость выводить имя пользователя предыдущего подключения " "при использовании [kbd]cookie[/kbd] идентификации." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Выводить имя пользователя" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6552,50 +6562,50 @@ msgstr "" "закрытия окна браузера. Хранение в течении сессии рекомендуется для " "использования в недружественном окружении." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Хранение cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Определяет длительность (в секундах) действия cookie идентификации." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Срок действия cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" "Двойной размер текстового поля ввода для столбцов, имеющих тип LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Увеличение текстового поля для LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Максимальное количество символов, используемых при отображении SQL запроса." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Максимальная длина отображаемого SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Пользователи не смогут установить более высокое значение" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Максимальное количество баз данных, отображаемых в списке." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Максимальное количество баз данных" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6603,21 +6613,21 @@ msgstr "" "Количество пунктов, выводимых на одной странице первого уровня дерева " "навигации." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Максимальное количество пунктов на первом уровне" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Количество пунктов, выводимых на одной странице дерева навигации." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Максимальное количество пунктов в ветке" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6625,19 +6635,19 @@ msgstr "" "Количество строк при выводе результата запроса. Если строк больше, то будут " "выведены ссылки перелистывания страниц." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Максимальное количество строк" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Максимальное количество таблиц, отображаемых в списке таблиц." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Максимальное количество таблиц" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6645,41 +6655,41 @@ msgstr "" "Максимальное количество байт, которые могут быть выделены скрипту. Пример: " "[kbd]32M[/kbd] ([kbd]0[/kbd] - без ограничений)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Лимит памяти" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Отображать скрытые пункты дерева навигации." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "Связать с главной панелью, выделив текущую базу данных или таблицу." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Отображать логотип в панели навигации." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Выводить логотип" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, на который будет ссылаться логотип в панели навигации." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL ссылка логотипа" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6687,29 +6697,29 @@ msgstr "" "Открывать ссылку в основном окне ([kbd]main[/kbd]) или в новом ([kbd]new[/" "kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Цель ссылки логотипа" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Отображать в верхней части панели навигации список серверов." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Отображать выбор сервера" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Цель иконки быстрого доступа" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Цель иконки быстрого доступа" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6717,15 +6727,15 @@ msgstr "" "Определяет минимальное количество пунктов (таблиц, представлений, функций и " "событий) для вывода поля фильтра." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Минимальное количество пунктов для вывода поля фильтра" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Минимальное количество баз данных для отображения поля фильтра" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6737,166 +6747,166 @@ msgstr "" "Группировать пункты в дереве навигации (определяется указанием разделителя " "ниже)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Группировать пункты в дереве" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Строка, разделяющая базы данных на различные уровни дерева." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Разделитель дерева баз данных" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Строка, разделяющая таблицы на различные уровни дерева." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Разделитель дерева таблиц" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Максимальная глубина дерева таблиц" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Подсвечивать сервер при наведении курсора." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Включить подсветку" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Следует ли отключить возможность расширения базы данных или нет." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Строка навигации по таблице" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "Отображение таблиц:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "Следует ли отключить возможность расширения базы данных или нет." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Показать версии" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Отображать скрытые пункты дерева навигации." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Выводить поля функций" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Список процессов" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Показать версии" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Отображать скрытые пункты дерева навигации." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Максимальное количество недавно использованных таблиц; для отключения " "установите в 0." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Максимальное количество избранных таблиц; для отключения установите в 0." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Недавно использованные таблицы" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Ссылки редактирования, копирования и удаления." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Где вывести ссылки строки таблицы" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Использовать естественный порядок сортировки имен таблиц и баз данных." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Порядок сортировки" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Использовать только иконки, только текст, или всё вместе." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Строка навигации по таблице" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Использовать буферизацию вывода GZip для увеличения скорости передачи данных " "по HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Буферизация вывода GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6904,19 +6914,19 @@ msgstr "" "[kbd]SMART[/kbd] - означает обратный порядок сортировки для полей типа TIME, " "DATE, DATETIME и TIMESTAMP; в ином случае порядок будет прямой." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Порядок сортировки" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Использовать постоянные соединения с базами данных MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Постоянные соединения" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6925,11 +6935,11 @@ msgstr "" "Отключить предупреждение, отображаемое на странице структуры базы данных при " "отсутствии таблиц, необходимых для хранения конфигурации phpMyAdmin." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Отсутствие таблиц хранения конфигурации phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6937,11 +6947,11 @@ msgstr "" "Отключить отображение предупреждения при различии версий библиотеки MySQL и " "сервера." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Предупреждение различия Сервера/библиотеки" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6949,27 +6959,27 @@ msgstr "" "Отключить предупреждение, отображаемое на странице структуры при наличии " "столбцов таблицы с именами, являющимися зарезервированными словами MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Предупреждение о зарезервированном слове MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Как отображать вкладки меню" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Как отображать ссылки на различные действия" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Запретить возможность редактирования столбцов типа BLOB и BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Защитить бинарные данные" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6979,126 +6989,126 @@ msgstr "" "настройка расширений phpMyAdmin). При отключении, для истории запросов " "используется JavaScript (история теряется при закрытии окна)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Постоянная история запросов" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Количество запросов, хранимых в истории." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Длина истории запросов" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Выберите функции, которые будут использоваться для перекодирования." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Механизм перекодирования" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "При просмотре таблиц запоминается сортировка каждой таблицы." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Запоминать сортировку таблиц" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Порядок сортировки по-умолчанию для таблиц с первичным ключом." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Порядок сортировки первичного ключа по-умолчанию" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Повторять заголовки через каждые X ячеек, [kbd]0[/kbd] отключает данную " "функцию." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Повтор заголовков" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Редактирование сетки: действие триггера" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Отображение связанного поля" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Параметры отображения списка серверов." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Редактирование сетки: сохранить все отредактированные ячейки сразу" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Каталог на сервере, в который можно сохранять файлы при экспорте." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Каталог сохранения" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Оставьте поле пустым, если не используете данную функцию." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Последовательность идентификации хоста" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Оставьте поле пустым для использования значения по-умолчанию." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Правила идентификации хоста" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Разрешать подключения без пароля" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Разрешить вход под root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Значение сессии" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Отображаемая строка при идентификации методом HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Область HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7107,19 +7117,19 @@ msgstr "" "Путь к конфигурационному файлу для [a@http://swekey.com]SweKey hardware " "authentication[/a]." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Конфигурационный файл SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Используемый метод идентификации." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Тип идентификации" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7128,11 +7138,11 @@ msgstr "" "bookmark]закладок[/a] оставьте поле пустым, рекомендуется: " "[kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Таблица закладок" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7140,31 +7150,31 @@ msgstr "" "Для отключения поддержки комментариев/mime-типов полей оставьте поле пустым, " "рекомендуется: [kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Таблица информации полей" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Сжимать данные при соединении с сервером MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Соединение со сжатием" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Способ соединения с сервером. Если неуверены, оставьте [kbd]tcp[/kbd]." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Тип соединения" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Пароль выделенного пользователя" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7172,11 +7182,11 @@ msgstr "" "Специальный пользователь MySQL с ограниченными привилегиями. Подробнее: " "[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Выделенный пользователь" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7184,11 +7194,11 @@ msgstr "" "Альтернативный хост для хранения настроек конфигурации; для использования " "уже определённого хоста оставьте поле пустым." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Контрольный хост" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7198,15 +7208,15 @@ msgstr "" "уже определённого поста оставьте поле пустым, или уже заранее определённым, " "если контрольный хост идентичен хосту." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Контрольный порт" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Скрыть базы данных, подпадающие под регулярное выражение (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7214,15 +7224,15 @@ msgstr "" "Подробнее смотрите на [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] и [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Отключить использование INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Скрыть базы данных" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7230,23 +7240,23 @@ msgstr "" "Для отключения поддержки истории SQL запросов оставьте поле пустым, " "рекомендуется: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Таблица истории SQL запросов" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Хост, на котором работает сервер MySQL." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Хост сервера" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL выхода" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7254,15 +7264,15 @@ msgstr "" "Ограничивает количество хранимых в базе данных свойств таблицы, устаревшие " "записи автоматически удаляются." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Максимальное количество хранимых свойств таблицы" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "таблица сохраненных запросов QBE" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7270,13 +7280,31 @@ msgstr "" "Для отключения поддержки QBE оставьте поле пустым, рекомендуется: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Экспортировать виды как таблицы" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Центральные столбцы" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7288,15 +7316,15 @@ msgstr "" "Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Пытаться установить соединение без пароля." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Соединять без пароля" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7306,30 +7334,30 @@ msgstr "" "хотите использовать, как обычные литературные символы, т.е. используйте " "[kbd]'my\\_db'[/kbd], а не [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Показывать только базы данных из списка" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Если не используется config идентификация, оставьте поле пустым." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Прописанный пароль" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF схема: страницы таблицы" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7340,20 +7368,20 @@ msgstr "" "pmadb]pmadb[/a]. Для отключения поддержки оставьте поле пустым. " "Рекомендуется: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Имя базы данных" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Порт, на котором работает сервер MySQL. По-умолчанию оставьте пустым." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Порт сервера" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7361,11 +7389,11 @@ msgstr "" "Для отключения возможности просмотра недавно использованных таблиц оставьте " "поле пустым, рекомендуется: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Недавно использованная таблица" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7377,13 +7405,13 @@ msgstr "" "Для отключения возможности просмотра недавно использованных таблиц оставьте " "поле пустым, рекомендуется: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Избранные таблицы" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7391,11 +7419,11 @@ msgstr "" "Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] оставьте поле пустым, рекомендуется: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Таблица связей" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7403,31 +7431,31 @@ msgstr "" "Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types[/a]." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Имя сессии для Signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL для Signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Сокет, на котором работает сервер MySQL. По-умолчанию оставьте пустым." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Сокет сервера" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Использовать SSL для соединения с сервером MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Использовать SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7435,11 +7463,11 @@ msgstr "" "Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Дизайнер и PDF схема: координаты таблиц" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7447,11 +7475,11 @@ msgstr "" "Таблица для описания отображаемых полей, для отключения поддержки данной " "функции оставьте поле пустым, рекомендуется: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Таблица с описаниями полей" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7459,11 +7487,11 @@ msgstr "" "Для отключения возможности хранения настроек интерфейса таблиц через сессии " "оставьте поле пустым, рекомендуется: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Таблица хранения настроек интерфейса" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7471,11 +7499,11 @@ msgstr "" "Будет ли при создании базы данных, в журнал первой строкой добавлено " "выражение DROP DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Добавить DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7483,11 +7511,11 @@ msgstr "" "Будет ли при создании таблицы, в журнал первой строкой добавлено выражение " "DROP TABLE IF EXISTS." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Добавить DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7495,21 +7523,21 @@ msgstr "" "Будет ли при создании представления, в журнал первой строкой добавлено " "выражение DROP VIEW IF EXISTS." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Добавить DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Определить список выражений используемых для автоматического создания новых " "версий." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Слежение за выражениями" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7517,11 +7545,11 @@ msgstr "" "Для отключения поддержки слежения за SQL запросами оставьте поле пустым, " "рекомендуется: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Таблица слежения за SQL запросами" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7529,11 +7557,11 @@ msgstr "" "Должен ли механизм слежения создавать версии таблиц и представлений " "автоматически." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Автоматическое создание версий" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7541,11 +7569,11 @@ msgstr "" "Для отключения возможности хранения пользовательских настроек в базе данных " "оставьте поле пустым, рекомендуется: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Таблица хранения настроек пользователя" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7555,11 +7583,11 @@ msgstr "" "возможности настраиваемых меню; если хотя бы одна из них пустая, то эта " "возможность будет отключена, предложил: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Таблица пользователей" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7569,11 +7597,11 @@ msgstr "" "настраиваемых меню; если хотя бы одна из них пустая, то эта возможность " "будет отключена, предложил: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Таблица групп пользователей" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7581,15 +7609,15 @@ msgstr "" "Для отключения функции скрытия/отображения элементов навигации оставьте поле " "пустым, рекомендуется: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Таблица скрытых пунктов навигации" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Прописанный пользователь" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7597,19 +7625,19 @@ msgstr "" "Пользовательское описание сервера. Оставьте поле пустым, чтобы вывести " "название хоста." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Пользовательское имя сервера" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Позволяет вывести пользователю кнопку \"показать все (записи)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Разрешать вывод всех строк" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7619,57 +7647,57 @@ msgstr "" "идентификации методом [kbd]config[/kbd] из-за жестко прописанного пароля. " "Смена пароля в конфигурационном файле напрямую никак не ограничена." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Вывести форму изменения пароля" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Вывести форму создания базы данных" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the comments for all tables." msgstr "Выводить/скрывать столбец, отображающий время создания всех таблиц." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Комментарии к таблице" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Выводить/скрывать столбец, отображающий время создания всех таблиц." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Показать время создания" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Выводить/скрывать столбец, отображающий последнее время обновления всех " "таблиц." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Показать последнее время обновления" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Выводить/скрывать столбец, отображающий последнее время проверки всех таблиц." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Показать последнее время проверки" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7677,82 +7705,82 @@ msgstr "" "Определяет, должны ли введенные поля изначально отображаться в режиме " "редактирования/вставки." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Отображение типа полей" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Выводить поля функций в режиме редактирования/вставки." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Выводить поля функций" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Показать/скрыть подсказки." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Показать подсказку" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" "Вывести ссылку [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Вывести ссылку на phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Вывести подробную информацию по MySQL серверу" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Определяет выводить или нет SQL запросы, генерируемые phpMyAdmin." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Показывать SQL запросы" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Определяет будет ли форма запроса оставаться на экране после его отправки." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Оставить поле запроса" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Разрешить вывод статистики по базе данных и таблице (например, объем " "занятого пространства)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Показывать статистику" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Отмечать использованные таблицы и делать возможным отображение баз данных с " "заблокированными таблицами." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Пропускать заблокированные таблицы" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7760,11 +7788,11 @@ msgid "" "detected." msgstr "Выводить предупреждение на главной странице при определении Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Предупреждение о Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7777,13 +7805,13 @@ msgstr "" "Отключить предупреждение, отображаемое на странице структуры при наличии " "столбцов таблицы с именами, являющимися зарезервированными словами MySQL." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Срок действия cookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7796,11 +7824,11 @@ msgstr "" "значение будет приоритетным для текстовых полей SQL запроса (*2) и для окна " "запроса (*1.25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Столбцов в текстовом поле" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7813,31 +7841,31 @@ msgstr "" "значение будет приоритетным для текстовых полей SQL запроса (*2) и для окна " "запроса (*1.25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Строк в текстовом поле" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Заголовок окна браузера при выборе базы данных." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Заголовок окна браузера по-умолчанию." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Заголовок по умолчанию" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Заголовок окна браузера при выборе сервера." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Заголовок окна браузера при выборе таблицы." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7849,27 +7877,27 @@ msgstr "" "For) заголовку, пришедшему с прокси 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Список доверенных прокси для IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Каталог на сервере, в который вы можете загружать файлы для импорта." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Каталог загрузки" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Разрешить поиск по всей базе данных." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Использовать поиск по базе данных" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7877,28 +7905,28 @@ msgstr "" "При отключении пользователи не смогут установить никакие из указанных ниже " "параметров вне зависимости от галочки справа от них." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Включение вкладки разработчика в настройках" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Проверить обновление" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Включает возможность проверки последней версии phpMyAdmin на главной " "странице." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Проверка версии" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7910,11 +7938,11 @@ msgstr "" "необходимо, если сервер, на котором установлен phpMyAdmin, не имеет прямого " "доступа к Интернету. Формат: «hostname:portnumber»." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Ссылка на прокси" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7925,19 +7953,19 @@ msgstr "" "будет выполнена обычная проверка подлинности. В настоящее время другие типы " "проверки подлинности не поддерживаются." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Имя пользователя прокси" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Пароль для идентификации через прокси." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Пароль прокси" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7945,47 +7973,47 @@ msgstr "" "Включить [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] сжатие " "для операций импорта и экспорта." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Введите ваш публичный ключ для сервиса reCaptcha вашего домена." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Публичный ключ для reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Введите ваш закрытый ключ для сервиса reCaptcha вашего домена." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Закрытый ключ для reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Выберите действие по-умолчанию при отправке отчётов об ошибках." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Отправить отчёты об ошибках" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Выполнено запросов" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7993,7 +8021,7 @@ msgstr "" "Включить режим нулевой конфигурации, который позволяет настроить хранилище " "конфигурации phpMyAdmin автоматически." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Включить режим нулевой конфигурации" @@ -8019,47 +8047,78 @@ msgstr "Авторизация с помощью HTTP" msgid "Signon authentication" msgstr "Авторизация с помощью Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV, используя LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Электронная таблица OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Быстро" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Обычно" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Параметры экспорта базы данных" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV для MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Текст OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Не был задан SQL запрос для выборки данных." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "В таблице отсутствуют числовые столбцы для построения графика." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Данные не найдены" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Таблица %1$s была успешно изменена." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Процесс %s был успешно завершен." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "Добавлена внутренняя связь." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8074,12 +8133,12 @@ msgstr "возможная атака глубокой рекурсии" msgid "No change" msgstr "Нет изменений" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Смотрите %sour documentation%s для дополнительной информации." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8133,6 +8192,7 @@ msgid "Create database" msgstr "Создать базу данных" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Создать" @@ -8146,7 +8206,7 @@ msgid "No Privileges" msgstr "Нет привилегий" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Создать таблицу" @@ -8160,50 +8220,94 @@ msgstr "" "Отсутствуют модули экспорта. Проверьте содержимое установленной копии " "phpMyAdmin!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Экспорт баз данных с текущего сервера" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Экспорт таблиц из базы данных \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Экспорт строк из таблицы \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Способ экспорта:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Тип экспорта" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Шаблон имени файла:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Имя таблицы" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Шаблон имени файла:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Соотношение временных таблиц на диске" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Обновлёно" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Выберите таблицу" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Метод экспорта" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Быстрый - отображать минимум настроек" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Обычный - отображать все возможные настройки" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "База(ы) данных:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Таблица(ы):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Формат:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Параметры формата:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8211,52 +8315,52 @@ msgstr "" "Заполните параметры для выбранного формата и игнорируйте параметры остальных " "форматов." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Изменение кодировки:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Строки:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Выгрузить часть строк" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Начать со строки:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Выгрузить все строки" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Вывод:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Сохранить на сервере в каталоге %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Шаблон имени файла:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ будет замещено именем сервера" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ будет замещено именем базы данных" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ будет замещено именем таблицы" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8268,76 +8372,76 @@ msgstr "" "следующие подстановки: %3$s. Остальной текст останется без изменений. " "Подробности смотрите в %4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "использовать для будущего экспорта" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Кодировка файла:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Компрессия:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Отобразить вывод как текст" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Экспортировать виды как таблицы" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Экспорт заголовков таблиц" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Переименовать экспортируемые базы данных/таблицы/столбцы" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Сохранить вывод в файл" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Пропускать таблицы большие, чем" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Выберите базу данных" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Выберите таблицу" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Имя новой базы данных" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Имя новой таблицы" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Предыдущее имя столбца" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Имя нового столбца" @@ -8892,7 +8996,7 @@ msgid "Dump has been saved to file %s." msgstr "Дамп был сохранен в файл %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вернула пустой результат (т.е. ноль строк)." @@ -8970,7 +9074,7 @@ msgstr "Скрыть" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функция" @@ -9046,7 +9150,7 @@ msgstr "" "+клавиши со стрелками - для свободного перемещения" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9484,7 +9588,7 @@ msgstr "Новый" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Представления" @@ -9811,232 +9915,243 @@ msgstr "Частичных зависимостей не найдено!" msgid "Rename database to" msgstr "Переименовать базу данных в:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Для доступа к данной странице у вас недостаточно прав!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Редактировать привилегии" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "База данных %s была удалена." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Удалить базу данных" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Удалить базу данных (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Только структура" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структура и данные" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Только данные" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Скопировать базу данных в:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Перед копированием создать базу данных (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Добавить ограничения" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Переключиться на скопированную базу данных" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Изменить сортировку таблицы" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(столбец)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Переместить таблицы в (база данных.таблица):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Переименовать таблицу в" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Комментарии к таблице" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Параметры таблицы" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Тип таблиц" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 #, fuzzy #| msgid "Make all columns atomic" msgid "Change all column collations" msgstr "Сделать все столбцы atomic" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Скопировать таблицу в (база данных.таблица):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Переключиться на скопированную таблицу" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Обслуживание таблицы" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Анализ таблицы" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Проверить таблицу" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Проверить таблицу" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дефрагментировать таблицу" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Обновлен кеш таблицы %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Обновить кеш таблицы (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Оптимизировать таблицу" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Восстановить таблицу" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Удалить данные или таблицу" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Очистить таблицу (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Удалить таблицу (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Анализ" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Проверка" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Оптимизация" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Перестройка" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Исправление" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Свернуть" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Обслуживание разделов" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Раздел %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Удалить разделение" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Проверить целостность данных:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Не возможно переместить таблицу саму в себя!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Невозможно скопировать таблицу саму в себя!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблица %s была перемещена в %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблица %s была скопирована в %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблица %s была перемещена в %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблица %s была скопирована в %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Не задано имя таблицы!" @@ -10232,7 +10347,7 @@ msgstr "Событие" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Определение" @@ -11251,11 +11366,17 @@ msgstr "Управление центральным списком столбц msgid "Remembering Designer Settings" msgstr "Запоминать сортировку таблиц" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Ошибочный тип экспорта" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Шаги необходимые для установки дополнительных функций:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11264,11 +11385,11 @@ msgstr "" "Создайте необходимые таблицы с помощью скрипта examples/create_tables." "sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Создайте пользователя pma и предоставьте доступ к этим таблицам." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11276,23 +11397,23 @@ msgstr "" "Подключите дополнительные функции в конфигурационном файле (config.inc." "php), начните с примера в config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Перезайдите в phpMyAdmin, чтобы загрузить обновленный конфигурационный файл." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "нет описания" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11300,13 +11421,13 @@ msgid "" "configuration storage there." msgstr "Отсутствие таблиц хранения конфигурации phpMyAdmin" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "%sСоздать%s хранилище конфигурации phpMyAdmin в текущей базе данных." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11499,6 +11620,7 @@ msgstr "Имя пользователя:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Имя пользователя" @@ -11657,10 +11779,10 @@ msgid "Master server changed successfully to %s." msgstr "Главный сервер успешно изменён на %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11681,7 +11803,7 @@ msgstr "Было изменено событие %1$s." msgid "Event %1$s has been created." msgstr "Было создано событие %1$s." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "При обработке вашего запроса были обнаружены ошибки:" @@ -11690,7 +11812,8 @@ msgstr "При обработке вашего запроса были обна msgid "Edit event" msgstr "Редактировать событие" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Детали" @@ -11704,7 +11827,7 @@ msgid "Event type" msgstr "Тип события" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Изменить на %s" @@ -11732,13 +11855,13 @@ msgid "On completion preserve" msgstr "Сохранить при окончании" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Определитель" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Определитель должен быть в формате \"username@hostname\"!" @@ -11764,9 +11887,9 @@ msgid "You must provide an event definition." msgstr "Вы должны задать определение события." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Ошибка при обработке запроса:" @@ -11803,90 +11926,96 @@ msgstr "" "проблем, используйте улучшенное 'mysqli' расширение." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Ошибочный тип процедуры: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Невозможно восстановить удаленную процедуру." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Была изменена процедура %1$s." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Была изменена процедура %1$s." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Была создана процедура %1$s." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Изменить процедуру" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Имя процедуры" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Параметры" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Направление" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Добавить параметр" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Удалить последний параметр" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Возвращаемый тип" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Вернуть длину/значения" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Вернуть параметры" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Определяющий" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Тип безопасности" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Доступ к SQL данным" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Необходимо задать имя процедуры!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "\"%s\" является ошибочным параметром." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11894,24 +12023,24 @@ msgstr "" "Вы должны задать длину/значения для параметров процедуры, имеющих тип ENUM, " "SET, VARCHAR и VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Вы должны задать имя и тип для каждого параметра процедуры." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Необходимо задать корректный возвращаемый тип для процедуры." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Вы должны задать определение процедуры." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Результаты выполнения процедуры %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11919,13 +12048,13 @@ msgstr[0] "Последним выражением в процедуре был msgstr[1] "Последним выражением в процедуре были затронуты %d строки." msgstr[2] "Последним выражением в процедуре было затронуто %d строк." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Выполнить процедуру" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Параметры процедуры" @@ -12485,12 +12614,16 @@ msgid "You have revoked the privileges for %s." msgstr "Вы отменили привилегии для %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Добавить пользователя" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Добавить группу пользователей" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "База данных для пользователя" #: libraries/server_privileges.lib.php:1946 @@ -12520,9 +12653,7 @@ msgid "User has been added." msgstr "Пользователь был добавлен." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12598,11 +12729,15 @@ msgstr "" "… удалить предыдущего из таблиц пользователей и перезагрузить привилегии." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Изменить регистрационные данные / Копировать пользователя" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Создать нового пользователя с такими же привилегиями и …" #: libraries/server_privileges.lib.php:3036 @@ -12624,7 +12759,9 @@ msgid "Add privileges on the following table:" msgstr "Добавить привилегии на следующую таблицу:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Удалить выбранных пользователей" #: libraries/server_privileges.lib.php:3376 @@ -12659,30 +12796,38 @@ msgstr "Вы обновили привилегии для %s." msgid "Deleting %s" msgstr "Удаление %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Привилегии были успешно перезагружены." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Пользователь %s уже существует!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Привилегии для %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Новый" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Редактировать привилегии:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Группа пользователей" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12690,11 +12835,13 @@ msgstr "" "Примечание: Вы пытаетесь изменить привилегии пользователя, под именем " "которого вы в настоящее время вошли в систему." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Обзор пользователей" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12707,11 +12854,11 @@ msgstr "" "отличаться от привилегий, используемых сервером, если они были изменены " "вручную. В этом случае необходимо %sперезагрузить привилегии%s." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Выбранный пользователь не найден в таблице привилегий." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Вы добавили нового пользователя." @@ -14034,7 +14181,7 @@ msgstr "Неправильный идентификатор" msgid "Unknown Punctuation String" msgstr "Неизвестная пунктуация" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Таблица %s была очищена." @@ -14047,13 +14194,13 @@ msgstr "Слежение включено." msgid "Tracking is not active." msgstr "Слежение выключено." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Представление %s было удалено." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Таблица %s была удалена." @@ -14272,39 +14419,34 @@ msgstr "Используемое пространство" msgid "Effective" msgstr "Эффективность" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Таблица %1$s была успешно изменена." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Таблица %1$s была успешно изменена." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Ошибка запроса" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Поля были успешно перемещены." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Добавить в Избранное" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Список избранного полностью заполнен!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Показываются запросы создания" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14786,18 +14928,6 @@ msgstr "Обновление стабильной версии недоступ msgid "Wrong data" msgstr "Ошибочные данные" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Данные не найдены" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Не был задан SQL запрос для выборки данных." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "В таблице отсутствуют числовые столбцы для построения графика." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14808,7 +14938,7 @@ msgstr "База данных '%s' не существует." msgid "Table %s already exists!" msgstr "Таблица %s уже существует!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Отобразить дамп (схему) таблицы" @@ -14816,24 +14946,12 @@ msgstr "Отобразить дамп (схему) таблицы" msgid "Invalid table name" msgstr "Неправильное имя таблицы" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "Добавлена внутренняя связь." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Процесс %s был успешно завершен." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Строка: %1$s, Столбец: %2$s, Ошибка: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14842,7 +14960,7 @@ msgstr[0] "Столбец с именем '%s' является зарезерв msgstr[1] "Столбец с именем '%s' является зарезервированным словом MySQL." msgstr[2] "Столбец с именем '%s' является зарезервированным словом MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Не выбран столбец." @@ -15031,7 +15149,7 @@ msgid "subquery" msgstr "подзапрос" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Создать связь" @@ -15097,13 +15215,13 @@ msgstr "Новая страница" msgid "Delete pages" msgstr "Удалить страницы" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Обновить" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Помощь" @@ -15354,37 +15472,37 @@ msgstr "Заголовок графика" msgid "X-Axis:" msgstr "Ось-X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Серии:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Подпись для оси X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Значения X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Подпись для оси Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Имена серии находятся в столбце" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Столбец серии:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "Столбец значения:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Сохранить диаграмму как изображение" @@ -16836,6 +16954,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert установлен в 0" +#~ msgid "Add user" +#~ msgstr "Добавить пользователя" + +#~ msgid "Export Method:" +#~ msgstr "Способ экспорта:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Данные для визуализации GIS не найдены." @@ -17070,11 +17194,6 @@ msgstr "concurrent_insert установлен в 0" #~ msgid "pdf export page" #~ msgstr "Ошибочный тип экспорта" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Ошибочный тип экспорта" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/si.po b/po/si.po index 3f96274a30..a932f35195 100644 --- a/po/si.po +++ b/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-11 12:16+0200\n" "Last-Translator: Madhura Jayaratne \n" "Language-Team: Sinhala Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "විමසුම් කෑෂ් කාර්යක්ෂමතාව" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "විමසුම් කෑෂ් භාවිතය" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "භාවිතා කරන ලද විමසුම් කෑෂ්" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "පද්ධතියේ CPU භාවිතය" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "පද්ධතියේ මතකය" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "පද්ධතියේ ප්‍රතිහරණය" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "මධ්‍යක භාරය" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "සම්පූර්ණ මතකය" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "කෑෂ්ගත මතකය" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "බෆරගත මතකය" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "නිදහස් මතකය" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "භාවිත මතකය" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "මුළු ප්‍රතිහරණය" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "කෑෂ්ගත ප්‍රතිහරණය" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "භාවිත ප්‍රතිහරණය" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "නිදහස් ප්‍රතිහරණය" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "යැවුණු බයිට ගණන" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "ලැබුණු බයිට ගණන" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "සම්බන්ධතා" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "ක්‍රියාවලි" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "වගු %d" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "ප්‍රශ්න" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "තදබදය" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "සිටුවම්" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "ජාලකයට ප්‍රස්තාර එක් කරන්න" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "කරුණාකර ශ්‍රේණියට අවම වශයෙන් එක විචල්‍යයක්වත් ඇතුලත් කරන්න!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1433,47 +1455,47 @@ msgstr "කරුණාකර ශ්‍රේණියට අවම වශයෙ msgid "None" msgstr "කිසිවක් නැත" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "අධීක්ෂණය නැවත අරඹන්න" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "අධීක්ෂණය තාවකාලිකව නවතන්න" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log සහ slow_query_log සක්‍රීය යි." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log සක්‍රීය යි." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log සක්‍රීය යි." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log සහ general_log අක්‍රීය යි." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output අගය TABLE ලෙස සිටුවා නැත." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output අගය TABLE ලෙස සිටුවා ඇත." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1483,12 +1505,12 @@ msgstr "" "slow_query_log සක්‍රීයමුත් සේවාදායකය ලොග ගත කරන්නේ තත්පර %dට වඩා ගතවන විමසුම් පමණි. " "ඔබගේ පද්ධතියද සලකා long_query_time අගය තත්පර 0-2 අතර අගයකට සිටුවීම සුදුසුය." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time තත්පර %d කට සිටුවා ඇත." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1497,30 +1519,30 @@ msgstr "" "ප්‍රතිසැකසේ:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output %s ට සිටුවන්න" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s සක්‍රිය කරන්න" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s අක්‍රිය කරන්න" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time තත්පර %dකට සිටුවන්න." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1528,96 +1550,96 @@ msgstr "" "ඔබට මෙම විචල්‍යයන් වෙනස් කල නොහැක. කරුණාකර root ලෙස ප්‍රවේශ වන්න. නැතහොත් දත්ත ගබඩා " "පරිපාලක විමසන්න." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "සිටුවම් වෙනස් කිරීම" # සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "වර්තමාන සිටුවම්" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "ප්‍රස්තාර මාතෘකාව" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "ආන්තර" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s න් බෙදන ලද" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "ඒකකය" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "slow log වෙතින්" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "general log වෙතින්" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "ලොග විශ්ලේෂණය කෙරෙමින්" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "ලොග විශ්ලේෂණය සහ පූරණය කෙරෙමින්. මේ සඳහා මඳ වේලාවක් ගත විය හැක." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "ඉල්ලීම අවලංගු කරන්න" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "ලගු දත්ත පූරණය කරන ලදී. මේ අතරතුර කෙරුණු විමසුම්:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "ලොග වගුව වෙත යන්න" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "දත්ත කිසිවක් හමු නොවිණි" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "ලොගය විශ්ලේෂණය කෙරුනමුත් මෙම කාල පරාසයට අදාල දත්ත කිසිවක් හමු නොවිණි." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "විශ්ලේෂණය…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "ප්‍රතිදානය පහදන්න" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1627,60 +1649,60 @@ msgstr "ප්‍රතිදානය පහදන්න" msgid "Time" msgstr "කාලය" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "මුළු කාලය:" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Query results operations" msgid "Profiling results" msgstr "විමසුම් ප්‍රථිඵල සඳහා මෙහෙයුම්" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "වගුව" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "ප්‍රස්ථාර" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "ලොග වගුව සඳහා පෙරහන් විකල්ප" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "පෙරහන්න" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "විමසුම් වචන/regexp මගින් පෙරහන්න:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "WHERE වාක්‍යඛණ්ඩයේ ඇති විචල්‍ය දත්ත මගහැර, විමසුම් කාණ්ඩ කරන්න" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "ගොනු කල පේළි ගණන:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "මුළු එකතුව:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "ලොගයන් පූරණය කෙරෙමින්" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "අධීක්ෂකය යාවත්කාලින කිරීම අසමත් විය" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1689,87 +1711,87 @@ msgstr "" "ප්‍රස්ථාර සඳහා නව දත්ත ලබාගැනීමේදී සේවාදායකය නොවලංගු ප්‍රතිචාරයක් ලබාදුනි. මෙය බොහෝදුරට " "ඔබගේ සැසිය කල් ඉකුත්වීමෙන් සිදුවිය හැක. පිටුව ප්‍රතිපූරණය කර ලොගින් වීම සලකා බලන්න." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "පිටුව ප්‍රතිපූරණය කරන්න" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "වෙනස් වූ පේළි:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "වින්‍යාස ගොනුව විග්‍රහ කිරීම අසමත් විය. ගොනුවෙහි වලංගු JSON කේත ඇත්දැයි පරීක්ෂා කරන්න." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "අනයනිත වින්‍යාස සමඟින් ප්‍රස්ථාර ජාලය ගොඩනැගීම අසමත් විය. පෙරනිමි වින්‍යාස වෙත මාරු වෙමින්…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "ආනයනය" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "අධීක්ෂකයේ වින්‍යාසයන් ආනයනය" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "ඔබට ආනයනය කිරීමට අවශ්‍ය ගොනුව තෝරන්න." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "විමසුම විශ්ලේෂණය" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "උපදේශක පද්ධතිය" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "විය හැකි කාර්ය සාධනය ආශ්‍රිත ගැටළු" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "ගැටළු" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "නිර්දේශය" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "රීතිය සම්බන්ද තොරතුරු" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "යුක්තිසාධනය" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "භාවිතා කරන ලද විචල්‍යයන් / සූත්‍ර" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "ඇගයීම" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1780,63 +1802,63 @@ msgstr "" msgid "Cancel" msgstr "අවලංගු කරන්න" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "සිටුවම් වෙනස් කිරීම" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "පූරණය කෙරෙමින්…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "ඉල්ලීම පිරිසැකසෙමින්" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "ඉල්ලීම පිරිසැකසීමේදී දෝශ ඇතිවිය" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "දෝෂ කේතය: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "දෝෂ පණිවුඩය: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "තීරුව හලමින්" # ප්‍රාථමික මූලය = Primary key. Source: Glossary of Information Technology # Terms - ICTA -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "ප්‍රාථමික මූලය එක් කරමින්" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1845,65 +1867,65 @@ msgstr "ප්‍රාථමික මූලය එක් කරමින්" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "මෙම නිවේදනය ඉවත් කිරීමට ක්ලික් කරන්න" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "දත්තගබඩාවල නම් වෙනස් කෙරෙමින්" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "දත්තගබඩාව පිටපත් කෙරෙමින්" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "අක්ෂර කට්ටලය වෙනස් කෙරෙමින්" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "අන්‍ය මූල පරීක්ෂා අක්‍රිය කරන්න" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "ශීර්ෂකය ලබා ගැනීමට නොහැකි විය" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "සොයමින්" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "සෙවුම් ප්‍රතිඵල සඟවන්න" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "සෙවුම් ප්‍රතිඵල පෙන්වන්න" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "පිරික්සමින්" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "ඉවත් කෙරෙමින්" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "සුරැකි ශ්‍රිතයක නිර්වචනයෙහි RETURN ප්‍රකාශයක් තිබිය යුතුයි!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1913,59 +1935,59 @@ msgstr "සුරැකි ශ්‍රිතයක නිර්වචනයෙ msgid "Export" msgstr "අපනයනය" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET සංස්කාරකය" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s තීරුව සඳහා අගයන්" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "නව තීරුවක් සඳහා අගයන්" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "එක් එක් අගයන් වෙන වෙනම ක්ෂේත්‍ර වලට ඇතුලත් කරන්න." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "අගයන් %dක් එක් කරන්න" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "සටහන: ගොනුවේ වගු එකකට වැඩි ගණනක් ඇත්නම්, ඒවා එකකට සංයුක්ත කෙරෙනු ඇත." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "විමසුම් කවුළුව සඟවන්න" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "විමසුම් කවුළුව පෙන්වන්න" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "සංස්කරණය කරන්න" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1973,96 +1995,96 @@ msgstr "සංස්කරණය කරන්න" msgid "Delete" msgstr "ඉවත් කරන්න" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d වලංගු පේළි අංකයක් නොවේ." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "අන්‍ය අගයන් පිරික්සන්න" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "විචල්‍යය" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "පේළි කිසිවක් තෝරගෙන නැත" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "දත්තගබඩාවේ සොයන්න" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "නිදහස් මතකය" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "දායක වන්න" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "ප්‍රාථමික මූලය එක් කරන්න" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "%s ට ප්‍රාථමික මූලයක් එක් කරන ලදි" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "අවධානය පිළිබඳ වාර්තාව" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2070,89 +2092,89 @@ msgstr "" msgid "End of step" msgstr "පේළියේ අවසානය" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "තෝරන්න" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "පහත විමසුම් ක්‍රියාත්මක කරන ලදි:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "පහත වගුවට වරප්‍රසාද එක් කරන්න:" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2161,161 +2183,161 @@ msgstr "දත්තගබඩාවක් තෝරාගෙන නොමැත. msgid "Save" msgstr "සුරකින්න" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "සෙවුම් නිර්ණායක සඟවන්න" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "සෙවුම් නිර්ණායක පෙන්වන්න" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "වගුව තුල සෙවීම" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "තීර නම්: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "තීර නම්: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "උපරිම වගු" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "උපරිම වගු" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "සෙවුම් නිර්ණායක සඟවන්න" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "සෙවුම් නිර්ණායක පෙන්වන්න" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "එක් ලක්ෂ්‍යයකින් දත්ත පේළියක් නියෝජනය කෙරේ." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "ලක්ෂ්‍යයක් මතින් ගමන් කරන විට එහි ලේබලය පෙන්නුම් කරයි." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "තුළු සූමකරණය සඳහා ප්‍රස්ථාරයේ කොටසක් මූසිකය ආධාරයෙන් තෝරන්න." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "පෙර තත්ත්වයට පැමිණීම සඳහා සූමකරණය ප්‍රතිසකසන බොත්තම ක්ලික් කරන්න." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "පේළියක දත්ත පරීකෂා කිරීමට හා සමහරක් දත්ත වෙනස් කිරීමට ලක්ෂ්‍යයක් මත ක්ලික් කරන්න." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "ප්‍රස්තාරයෙහි විශාලත්වය පහළ දකුණු කොණෙන් ඇදීමෙන් වෙනස් කල හැක." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "තීර දෙකක් තෝරන්න" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "එකිනෙකට වෙනස් තීර දෙකක් තෝරන්න" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "ලක්ෂයට අදාල දත්ත" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "නොසලකන්න" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "පිටපත් කරන්න" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "ලක්ෂ්‍යය" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "රේඛාව" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "බහු අස්‍රය" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "ජ්‍යාමිතිය" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "ඇතුලත කවය" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "පිටත කවය" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "සම්බන්දිත මූලය තෝරන්න" # ප්‍රාථමික මූලය = Primary key. Source: Glossary of Information Technology # Terms - ICTA -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "අන්‍ය මූලය තෝරන්න" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "කරුණාකර ප්‍රාථමික මූලය හෝ අනුපම මූලයක් තෝරන්න!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "පෙන්වීම සඳහා තීරය ‍තෝරාගන්න" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2323,137 +2345,137 @@ msgstr "" "සැලැස්මේ සිදුකල වෙනස්කම් සුරැකීම සිදුකර නැත. සුරැකීම සිදු නොකළහොත් ඒවා අහිමි වනු ඇත. ඉදිරියට " "යන්න?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "පිටුවේ නම" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "පිටුව තෝරන්න" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "පිටුව තෝරන්න" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "නිදහස් පිටු" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "පිටුව තෝරන්න" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "ඒකකය" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "සංස්කරණය සඳහා පිටුවක් තෝරාගන්න" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "ක්‍රමානුරූපය සංස්කරණය හෝ අපනයනය කරන්න" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "වෙනස් කිරීම් සුරකින ලදි" # අභිරුචිය = option. Source: Glossary of Information Technology Terms - ICTA -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "ක්ෂේත්‍රයට අභිරුචියක් එක් කරන්න " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "වස්තූන් %d ක් නිමැවිණි." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "ඉදිරිපත් කරන්න" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "සංස්කරණය අවලංගු කිරීමට escape ඔබන්න" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "ඔබ සංස්කරණය කල දත්ත සුරැකී නැත. දත්ත සුරැකීමෙන් තොරව මෙම පිටුවෙන් ඉවත් වීමට අවශ්‍යද?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "අනුපිලිවෙල නැවත සකස් කිරීමට අදින්න." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "සලකුණු කිරීමට/ ඉවත් කිරීමට ක්ලික් කරන්න." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "තීර නාමය පිටපත් කිරීම සඳහා ද්වි ක්ලික් කරන්න." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "තීර පෙන්වීමට/සැඟවීමට
ඊතලය ක්ලික් කරන්න." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "සියල්ල පෙන්වන්න" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2461,161 +2483,161 @@ msgstr "" "මෙම වගුවෙහි අනුපම තීරුවක් නැත. සුරැකීමෙන් අනතුරුව වෙනස් කිරීමට, පිටපත් කිරීමට, මකා දැමීමට අදාළ " "ඇඳීම් ක්‍රියා විරහිත වනු ඇත." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "මුල් පිහිටුම" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "අවලංගු කරන්න" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "අත්හැර දමන ලදි" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "ආනයන පෙරනිමි" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "වගු තෝරන්න" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "අන්තර්ගත දත්ත මත ද්විත්ව-ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් කල හැක." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "අන්තර්ගත දත්ත මත ක්ලික් කිරීමෙන් ඔබට
බොහෝ තීරවල අඩංගු දත්ත වෙනස් කල හැක." -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link." msgid "Go to link:" msgstr "සබැඳීම වෙත යන්න." -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "තීර නම් පිටපත් කරන්න." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "පසුරු පුවරුව වෙත පිටපත් කිරීම සඳහා තීර නාමය දකුණු ක්ලික් කරන්න." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "මුරපදය උත්පාදනය කරන්න" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "උත්පාදනය කරන්න" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "මුරපදය වෙනස් කරන්න" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "තවත්" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "පැනලය පෙන්වන්න" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "පැනලය සඟවන්න" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show hidden navigation tree items." msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "ප්‍රධාන පැනලය රිසි සේ සකසන්න" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "ප්‍රධාන පැනලය රිසි සේ සකසන්න" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "වගු" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "දසුන්" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "ක්‍රියාපටිපාටි" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "සිද්ධිය" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "ශ්‍රිත" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "ඔබ ඉල්ලු පිටුව ඉතිහාසයේ හමු නොවිණි, එය කල් ඉකුත් වී ඇතිවා විය හැකිය." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2625,487 +2647,487 @@ msgstr "" "අනුවාදය %s අනුවාදයයි (%s දින නිකුත් කරන ලද)." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", නවතම ස්ථායි අනුවාදය:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "යාවත්කාලීන" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "දසුනක් සාදන්න" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "සර්වරයේ පොර්ට්" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "සිටුවම් වෙනස් කිරීම" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "විවෘත වගු පෙන්වන්න" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "නොසලකන්න" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "මෙම විමසුම මෙහි නැවත පෙන්වන්න" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "\"%s\" ක්‍රියාත්මක කිරීමට ඔබට ඇත්තෙන්ම අවශ්‍යද?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "ක්‍රියාත්මක කරන ලද විමසුම්" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "වගු විස්තර" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "සෙවුම් ප්‍රතිඵල සඟවන්න" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "පෙර" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "මීලඟ" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "අද දින" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "ජනවාරි" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "පෙබරවාරි" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "මාර්තු" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "අ‍ප්‍රේල්" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "මැයි" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "ජුනි" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "ජූලි" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "අගෝස්තු" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "සැප්තැම්බර්" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "ඔක්තෝම්බර්" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "නොවැම්බර්" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "දෙසැම්බර්" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ජනවාරි" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "පෙබරවාරි" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "මාර්තු" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "අ‍ප්‍රේල්" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "මැයි" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ජුනි" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ජූලි" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "අගෝස්තු" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "සැප්තැම්බර්" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ඔක්තෝම්බර්" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "නොවැම්බර්" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "දෙසැම්බර්" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "ඉරිදා" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "සඳුදා" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "අඟහරු‍වදා" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "බදාදා" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "බ්‍රහස්පතින්දා" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "සිකුරාදා" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "සෙනසුරාදා" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "ඉරිදා" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "සඳුදා" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "අඟහ" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "බදාදා" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "බ්‍රහස්" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "සිකුරා" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "සෙනසු" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ඉරි" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "සඳු" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "අඟ" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "බදා" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "බ්‍රහ" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "සිකු" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "සෙන" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "සති" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "දින දර්ශන-මාස-වසර" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "කිසිවක් නැත" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "පැය" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "මිනිත්තු" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "තත්පර" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "පෙළ ක්ෂේත්‍ර භාවිතා කරන්න" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "වලංගු පොර්ට් අංකයක් නොවේ" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "දෝෂය" @@ -3173,16 +3195,16 @@ msgstr "පැයකට" msgid "per day" msgstr "දිනකට" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "වත්මන් වින්‍යාස ගොනුව (%s) කියවිය නොහැක." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "වින්‍යාස ගොනුව සඳහා වැරදි අවසර සිටුවා ඇත. සැමටම ඊට ලිවිය හැකි නොවිය යුතුය!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "ෆොන්ටයෙහි ප්‍රමාණය" @@ -3203,7 +3225,7 @@ msgid "Requery" msgstr "උප විමසුම" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3212,7 +3234,7 @@ msgstr "උප විමසුම" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3305,7 +3327,7 @@ msgid "History" msgstr "SQL ඉතිහාසය" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3328,7 +3350,7 @@ msgstr "SQL ඉතිහාසය" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "විකල්ප" @@ -3427,7 +3449,7 @@ msgid "Count:" msgstr "තීර" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3493,10 +3515,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "පිටපත් කල වගුව වෙත මාරු වන්න" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3504,10 +3526,10 @@ msgstr "පිටපත් කල වගුව වෙත මාරු වන් msgid "Ascending" msgstr "ආරෝහන" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3730,129 +3752,130 @@ msgstr "සියල්ලේ තෝරාගැනීම ඉවත් කරන msgid "Inside column:" msgstr "තීරය තුල:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "සංස්කරණය කල දත්ත සුරකින්න" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "තීර අනුපිලිවල ප්‍රතිෂ්ඨාපනය කරන්න" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "පෙරහන්" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "දත්තගබඩාවේ සොයන්න" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "ඇරඹුම" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "පෙර" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "මීලඟ" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "අවසන" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "සියලු" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "පේළි ගණන:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "යතුර අනුව තෝරන්න" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "අර්ධ පෙළ" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "පූර්ණ පෙළ" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "සබැඳි යතුර" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "සබැඳි දර්ශන තීරය" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "ද්වීමය දත්ත පෙන්වන්න" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB දත්ත පෙන්වන්න" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "බ්‍රව්සර රූපාන්තරනය සඟවන්න" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Well Known Text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "පේළිය ඉවත් කරන ලදි." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "නවතා දමන්න" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "සමහර විට ආසන්න වශයෙන්. [doc@faq3-11]FAQ 3.11[/doc] බලන්න." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "ඔබගේ SQL විමසුම සාර්ථකව ක්‍රියාවට නංවන ලදි." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3860,36 +3883,36 @@ msgid "" msgstr "" "මෙම දසුනේ අවම වශයෙන් පේළි මෙතරම් සංඛයාවක් ඇත. කරුණාකර %s ලේඛනය %s අධ්‍යනය කරන්න." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s පේළි පෙන්වමින්" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "මුළු එකතුව %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "විමසුම තත්පර %01.4f ගන්නා ලදි." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "තෝරාගත්:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3898,24 +3921,24 @@ msgstr "තෝරාගත්:" msgid "Check All" msgstr "සියල්ල කතිර කොටුගත කරන්න" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "මුද්‍රණ දර්ශනය" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "විමසුම් ප්‍රථිඵල සඳහා මෙහෙයුම්" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "ප්‍රස්තාරගත කරන්න" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "ජ්‍යාමිතික දත්ත නිරූපණය" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "සබැඳිය හමු නොවිණි!" @@ -4042,7 +4065,7 @@ msgstr "අනේකත්වය" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4052,7 +4075,7 @@ msgid "Collation" msgstr "පරිතුලනය" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "ටීකාව" @@ -4067,7 +4090,7 @@ msgid "Index %s has been dropped." msgstr "%s සූචිය හලන ලදි" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4083,7 +4106,7 @@ msgid "" msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එකක් ඉවත් කල හැක." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "සේවාදායකය" @@ -4100,7 +4123,7 @@ msgstr "දසුන" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4131,7 +4154,7 @@ msgstr "ඇතුල් කරන්න" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "වරප්‍රසාද" @@ -4196,15 +4219,17 @@ msgid "Central columns" msgstr "පෙළ පෙදෙසේ පළල" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "දත්තගබඩා" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "භාවිතා කරන්නන්" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4282,7 +4307,7 @@ msgid "Could not save favorite table!" msgstr "මෑතදී භාවිතා කල වගු සුරැකීම අසමත් විය!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4309,7 +4334,7 @@ msgid "Recent" msgstr "ප්‍රතිසකසන්න" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4938,16 +4963,16 @@ msgstr "උපරිම: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL පවසන ලදි: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL ය පහදන්න" @@ -4964,7 +4989,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP කේත නොමැතිව" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP කේත සාදන්න" @@ -5057,6 +5082,10 @@ msgstr "අවසන් යාවත්කාලීන කිරීම" msgid "Last check" msgstr "අවසන් පරීක්ෂාව" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "භාවිතා කරන්නන්" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "සෙවීම:" @@ -5151,8 +5180,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5160,7 +5189,7 @@ msgstr "නම" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "දිග/අගයන්" @@ -5449,7 +5478,7 @@ msgid "Not a valid port number!" msgstr "වලංගු පොර්ට් අංකයක් නොවේ!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "වැරදි අගයකි!" @@ -5460,35 +5489,35 @@ msgstr "වැරදි අගයකි!" msgid "Value must be equal or lower than %s!" msgstr "අගය %s ට සමාන හෝ අඩු විය යුතුය!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s සඳහා දත්ත නොමැත" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "නොතිබෙන" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" සඳහා %s දිගුව අවශ්‍යය" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "%s ක්‍රියාවලිය නොමැති හෙයින් හකුළුවා ඇති ගොනු ආනයනය අකර්මණ්‍යයි." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "%s ක්‍රියාවලිය නොමැති හෙයින් හකුළුවූ ගොනු අපනයන අකර්මණ්‍යයි." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "උපරිම %s" @@ -5503,7 +5532,7 @@ msgid "Set value: %s" msgstr "%s අගය පිහිටුවන්න" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "පෙරනිමි අගය ප්‍රතිස්ථාපනය කරන්න" @@ -5932,7 +5961,7 @@ msgstr "" msgid "Maximum execution time" msgstr "උපරිම ක්‍රියාත්මක කාලය" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5942,7 +5971,7 @@ msgstr "%s ප්‍රකාශය එක්කරන්න" msgid "Save as file" msgstr "ගොනුවක් ලෙස තෝරන්න" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "ගොනුවේ අක්ෂර කට්ටලය" @@ -5958,8 +5987,8 @@ msgstr "හැකිළීම" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5969,14 +5998,14 @@ msgstr "හැකිළීම" msgid "Put columns names in the first row" msgstr "තීර නම් පළමු පේළියේ යොදන්න" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "තීර ඇවුරුම් සළකුණ" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "තීර මගහැරීමේ සළකුණ" @@ -5984,8 +6013,8 @@ msgstr "තීර මගහැරීමේ සළකුණ" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL වෙනුවට භාවිතා කරන්න" @@ -5993,13 +6022,13 @@ msgstr "NULL වෙනුවට භාවිතා කරන්න" msgid "Remove CRLF characters within columns" msgstr "තීර තුල ඇති CRLF අනුලකුණු ඉවත් කරන්න" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "තීර වෙන් කිරීමේ සළකුණ" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "පේළි අවසන් කිරීමේ සළකුණ" @@ -6021,8 +6050,8 @@ msgid "Table name template" msgstr "ගොනු නාම ටෙම්ප්ලේටය" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6050,14 +6079,14 @@ msgid "Label key" msgstr "ලේබල යතුර" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME වර්ගය" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "සබඳතා" @@ -6065,114 +6094,120 @@ msgstr "සබඳතා" msgid "Export method" msgstr "අපනයන ක්‍රමය" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "සේවාදායකයේ සුරකින්න" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "වත්මන් ගොනු(ව) උඩින් ලියන්න" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "වගු ශීර්ෂක අපනයනය කරන්න" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "ගොනු නාම ටෙම්ප්ලේටය මතක තබා ගන්න" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT අගයක් එක් කරන්න" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "වගු සහ තීර නම් පසු-උදෘත මගින් අවුරන්න" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL ගැලපුම් ප්‍රකාරය" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE විකල්ප:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "සෑදීම/යාවත් කාලීන/පරීක්ෂා කිරීමේ දින" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "ප්‍රමාදිත ඇතුල් කිරීම භාවිතා කරන්න" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "අන්‍ය මූල පරීක්ෂා අක්‍රිය කරන්න" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s එක් කරන්න" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB සඳහා hexadecimal භාවිතා කරන්න" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "දෝෂ නොසලකා ඇතුල් කිරීම් භාවිතා කරන්න" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "දත්ත ඇතුල් කිරීමේදී භාවිතා කල යුතු වාග් රීතිය" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "නිර්මිත විමසුමේ උපරිම දිග" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "අපනයන වර්ගය" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "අපනයන transaction යක් තුල අඩංගු කරන්න" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "වේලාව UTC ලෙස අපනයනය කරන්න" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin භාවිතා කිරීමේදී ආරක්‍ෂිත සම්බන්දතාවක් යොදා ගැනීමට බල කරන්න." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL සම්බන්ධතාවක් යොදා ගැනීමට බල කරන්න" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6180,164 +6215,164 @@ msgstr "" "අන්‍ය-මූල පතන කොටුව තුල භාවිතා කල යුතු අනුපිළිවෙල; [kbd]content[/kbd] යොමුවේ දත්ත සඳහා, " "[kbd]id[/kbd] යතුරේ අගය සඳහා." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "අන්‍ය-මූල පතන කොටුවේ අනුපිළිවෙල" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "අයිතම ගණන අඩු නම් පතනයක් භාවිතා කෙරෙයි." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "අන්‍ය මූල සීමාව" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "අන්‍ය මූල පරීක්ෂාව:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "පිරික්සුම් ප්‍රකාරය" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "පිරික්සුම් ප්‍රකාරය රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "මෘදුකාංග සංවර්ධනය කරන්නා" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin හි මෘදුකාංග සංවර්ධනය කරන්නන් සඳහා සිටුවම්." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "සංස්කරණ ප්‍රකාරය" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "සංස්කරණ ප්‍රකාරය රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "අපනයන පෙරනිමි" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "පෙරනිමි අපනයන විකල්ප රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "විශේෂාංග" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "සාමාන්‍ය" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "නිතර භාවිතා වන විකල්ප සඳහා අගයන් සිටුවන්න." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "ආනයන පෙරනිමි" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "පොදු ආනයන විකල්ප සඳහා පෙරනිමි අගයන් සකසන්න." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "ආනයන / අපනයන" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "ආනයන, අපනයන ඩිරෙක්ටරි සහ හැකිලුම් සඳහා විකල්ප තෝරාගන්න." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "දත්තගබඩා පෙන්වුම් විකල්ප." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "යාත්‍රණ පැනලය" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "යාත්‍රණ පැනලයේ පෙනුම රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "යාත්‍රණ පැනලය" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "යාත්‍රණ පැනලය රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "සේවාදායකයන්" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "සේවාදායක පෙන්වුම් විකල්ප." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "ගොනු පෙන්වුම් විකල්ප." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "ප්‍රධාන පැනලය" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "මයික්‍රොසොෆ්ට් ඔෆිස්" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "අනෙකුත් ප්‍රධාන සිටුවම්" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "වෙනත් කිසිඳු තැනකට නොගැලපුණු සිටුවම්." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "පිටු නාම" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6350,11 +6385,11 @@ msgstr "" "බව්සරයේ මාතෘකා පටියේ දැක්වෙන පෙළ සඳහන් කරයි. මේ සඳහා යොදාගත හැකි විශේෂ අගයන් ගෙනදෙන " "වචන දැනගැනීමට [doc@cfg_TitleTable]ලියකියවිලි[/doc] බලන්න." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "ආරක්ෂාව" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6362,38 +6397,38 @@ msgstr "" "phpMyAdmin අතුරුමුහුණතක් පමණක් බව හා MySQL හි විශේෂාංග මෙයට සීමා නොවන බව කරුණාවෙන් " "සලකන්න." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "මූලික සිටුවම්" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "සත්‍යාපනය" # සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "සත්‍යාපන සිටුවම්." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "සේවාදායකයේ වින්‍යාස" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "සේවාදායකයට සම්බන්ධ වීමේ පරාමිතියන් ඇතුල් කරන්න." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "වින්‍යාස ගබඩාව" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6402,120 +6437,120 @@ msgstr "" "අමතර විශේෂාංග භාවිතා කිරීම සඳහා phpMyAdmin වින්‍යාස ගබඩාව සකසන්න. ලියකියවිලි වල " "[doc@linked-tables]phpMyAdmin වින්‍යාස ගබඩාව[/doc] බලන්න." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "වෙනස්කම් පිළිබඳ අවධානය" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "දත්තගබඩා වල සිදු කරන වෙනස්කම් පිලිබඳ දත්ත තබා ගනියි. phpMyAdmin වින්‍යාස ගබඩාව අවශ්‍ය වේ." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "අපනයන සිටුවම් රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "ආනයන පෙරනිමි රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "යාත්‍රණ පැනලය රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "ප්‍රධාන පැනලය රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL විමසුම" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL විමසුම් කවුළුව" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "SQL විමසුම් කවුළුවේ ඇති සබැඳුම් රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL විමසුම් සිටුවම්." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "ඇරඹුම්" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "ඇරඹුම් පිටුව රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "දත්තගබඩා සැකිල්ල" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "දත්තගබඩා සැකිල්ලේ (වගු ලයිස්තුවේ) පෙන්විය යුතු විස්තර තෝරන්න." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "වගු සැකිල්ල" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "වගු සැකිල්ලට අදාල සිටුවම් (තීර ලැයිස්තුව)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "ටැබ්" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "ටැබ් ක්‍රියා කල යුතු ආකාරය තෝරන්න." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "ක්‍රමානුරූපය පෙන්වන්න" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "පිටුවේ ප්‍රමාණය" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "පෙළ ක්ෂේත්‍රයන්" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "පෙළ ආදාන ක්ෂේත්‍රයන් රිසි සේ සකසන්න." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! පෙළ" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "අනතුරු ඇඟවීම්" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin හි සමහර අනතුරු ඇඟවීම් අක්‍රීය කරන්න." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6523,15 +6558,15 @@ msgstr "" "ආනයන හා අපනයන සඳහා [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] හැකිළුම සක්‍රීය " "කරන්න." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv සඳහා අමතර පරාමිතියන්" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6539,11 +6574,11 @@ msgstr "" "සක්‍රීය කළහොත් විමසුම් වැඩි ගණනක් එකවර ක්‍රියාත්මක කිරීමේදී එක විමසුමක් අසමත් වුවද ඉතිරි විමසුම් " "ක්‍රියාත්මක කරවයි." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "විමසුම් වැඩි ගණනකදී දෝෂ නොසලකන්න" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6552,25 +6587,25 @@ msgstr "" "කාල සීමාව අවසානයට ආසන්න බව දැණුනු විට අනයනනයට බාධා කිරීම සිදුකරන්න. විශාල ගොනු ආනයනයට " "මෙය හොඳ ක්‍රමයක් වන නමුත් මෙමඟින් transactions බිඳීම සිදුවිය හැක." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "අර්ධ ආනයනය: අතුරු බිඳිය හැක" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "ඇතුළු කිරීමේ දෝෂ මත අත් නොහරින්න" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6578,78 +6613,78 @@ msgstr "" "පෙරනිමි ආකෘතිය; මෙම ලැයිස්තුව ඔබ සිටිනා ස්ථානය (දත්තගබඩා, වගු) මත තීරණය වේ. SQL පමණක් සෑම " "විටම ඇත." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "ආනයනය කරන ලද ගොනුවේ ආකෘතිය" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL මූල පදය භාවිතා කරන්න" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "පළමු පේළියේ තීරු නම්" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "හිස් පේළි ආනයනය නොකරන්න" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "ව්‍යවහාර මුදල් අගයන් ආනයනය කරන්න (උදා. $5.00, 5.00 ලෙස)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "ප්‍රතිශත පූර්ණ සංඛ්‍යා ලෙස ආනයනය කරන්න (උදා. 12.00%, 12 ලෙස)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "ආරම්භයේ සිට ඇත හැරිය යුතු විමසුම් ගණන." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "අර්ධ ආනයනය: විමසුම් නොසලකා හරිමින්" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "ශුන්‍ය අගයන් සඳහා AUTO_INCREMENT භාවිතා නොකරන්න" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "හැකිලුමේ ආරම්භක ආකාරය" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "වරකට ඇතුල් කල හැකි පේළි ගණන." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "ඇතුල් කල පේළි ගණන" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "වගු පිරික්සීමේදී සංඛ්‍යාමය නොවන තීරුවක පෙන්විය යුතු උපරිම අනුලකුණු ගණන." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "තීරුවක අනුලකුණු සීමා කරන්න" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "පිටවීමේදී කුකී සියල්ල ඉවත් කරන්න" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6659,11 +6694,11 @@ msgid "" "kbd] authentication mode." msgstr "කුකී සත්‍යාපන ප්‍රකාරයේදී අවසන් ඇතුළු වීමම භාවිතා කල යුතුදැයි සඳහන් කරයි." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "භාවිත නාමය සිහියට නගන්න" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6674,48 +6709,48 @@ msgstr "" "වන 0 න් අදහස් වනුයේ එය වත්මන් සැසිය සඳහ පමණක් තබාගෙන බ්‍රව්සරය වැසීමෙන් පසු ඉවත් කල යුතුය " "යන්නය. විශ්වාසදායි නොවන පරිසරයන් සඳහා මෙම පෙරනිමි අගය නිර්දේශිතය." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "ඇතුල් වීමේ කුකිය රඳවාගන්න" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "ලොගින් කුකියේ වලංගු කාලය (තත්පර වලින්) සඳහන් කරන්න." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "ලොගින් කුකියේ වලංගුතාවය" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT තීර සඳහා දෙගුණයක් විශාල පෙළපෙදෙසක්." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT සඳහා විශාල පෙළ පෙදෙසක්" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL විමසුම පෙන්වීමේදී භාවිතා කල යුතු උපරිම අනුලකුණු ගණන." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "දර්ෂිත SQL සඳහා උපරිම දිග" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "භාවිතා කරන්නන්ට වැඩි අගයක් සිටුවිය නොහැක" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "දත්තගබඩා ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු දත්තගබඩා ගණන." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "උපරිම දත්තගබඩා" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6725,23 +6760,23 @@ msgid "" "the navigation tree." msgstr "යාත්‍රණ ගසෙහි එක පිටුවක පෙන්විය හැකි අයිතම ගණන." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "අත්තක උපරිම අයිතම ගණන" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "යාත්‍රණ ගසෙහි එක පිටුවක පෙන්විය හැකි අයිතම ගණන." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "අත්තක උපරිම අයිතම ගණන" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6749,19 +6784,19 @@ msgstr "" "ප්‍රථිඵල පිරික්සීමේදී එකවර පෙන්විය යුතු පේළි ගණන. ප්‍රතිඵලයේ ඊට වඩා පේළි ඇත්නම් \"පෙර\" සහ \"මීළඟ" "\" සබැඳි පෙන්වයි." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "පෙන්විය යුතු උපරිම පේළි ගණන" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "වගු ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු වගු ගණන." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "උපරිම වගු" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6769,41 +6804,41 @@ msgstr "" "විධානවලියකට වෙන් කිරීමට අවසර ඇති බයිට ගණන, උදා. [kbd]32M[/kbd] (අසීමිත බයිට ගණනක් සඳහා " "[kbd]0[/kbd])." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "මතක සීමාව" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show databases navigation as tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "ලාංඡනය පෙන්වන්න" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "යාත්‍රණ පැනලයේ දැක්වෙන ලාංඡනය සබැඳිය යුතු URL." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "ලාංඡනය හා සබැඳි URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6811,43 +6846,43 @@ msgstr "" "සබැඳි පිටුව ප්‍රධාන කවුළුව ([kbd]main[/kbd]) තුල හෝ නව කවුළුවක් ([kbd]new[/kbd]) තුල " "විවෘත කරන්න." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "ලාංඡනයේ සබැඳුම" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "සේවාදායක තේරීම යාත්‍රණ පැනලයේ ඉහල පෙන්වන්න." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "සේවාදායක තේරීම පෙන්වන්න" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "ක්ෂණික ප්‍රවේශය අයිකනය සඳහා ඉලක්කය" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "ක්ෂණික ප්‍රවේශය අයිකනය සඳහා ඉලක්කය" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම (වගු, දසුන්, නෛත්‍යක සහ සිද්ධි) ගණන." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "වගු පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම ගණන" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "දත්තගබඩා පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු දත්තගබඩා ගණන" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6857,163 +6892,163 @@ msgid "" "the Databases and Tables tabs above)." msgstr "යාත්‍රණ ගසෙහි අයිතම සමූහගත කරන්න (පහත සඳහන් වෙන්කරණය මත තීරණය වේ)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "ගසෙහි අයිතම සමූහගත කරන්න" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "දත්තගබඩා ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "දත්තගබඩා ගසෙහි වෙන්කරණය" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "වගු ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "වගු ගසෙහි වෙන්කරණය" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "වගු ගසෙහි උපරිම මට්ටම් ගණන" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "කර්සරයෙන් දැක්වෙන සේවාදායකය ඉස්මතු කරන්න." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "ඉස්මතු කිරීම සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "අයිකන සහිත යාත්‍රණ පටිය" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "වගු පෙන්වමින්:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "අනුවාද පෙන්වන්න" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "ශ්‍රිතය තීරුව පෙන්වන්න" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "ක්‍රියාවලිය පෙන්වන්න" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "අනුවාද පෙන්වන්න" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්‍රීය කිරීමට 0 යොදන්න." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්‍රීය කිරීමට 0 යොදන්න." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "මෑතදී භාවිතා කල වගු" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "මේවා සංස්කරණය කරන්න, පිටපත් කරන්න සහ ඉවත් කරන්න යන සබැඳිය." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "වගුවේ පේළි වලට අදාල සබැඳි පෙන්විය යුත්තේ කොහේද යන වග" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "වගු හා දත්තගබඩා වල නම් අනුපිළිවෙලට සැකසීම සඳහා ස්වභාවික අනුපිළිවෙල භාවිතා කරන්න." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "ස්වභාවික අනුපිළිවල" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "භාවිතා කල යුත්තේ අයිකන පමණක්, පෙළ පමණක්, හෝ මේ දෙකම." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "අයිකන සහිත යාත්‍රණ පටිය" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP හුවමාරුවල වේගය වැඩි කිරීම සඳහා GZip ප්‍රතිදාන ගොඩගැසීම භාවිතා කරන්න." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip ප්‍රතිදාන ගොඩගැසීම" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -7021,19 +7056,19 @@ msgstr "" "[kbd]SMART[/kbd] - එනම් TIME, DATE, DATETIME සහ TIMESTAMP තීර සඳහා අවරෝහණ " "පිළිවෙලත්, අනෙකුත් තීර සඳහා ආරෝහණ පිළිවෙලත්." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "පෙරනිමි අනුපිළිවෙල" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "MySQL දත්තගබඩා වෙත කල්පවතිනා සබඳතා භාවිතා කරන්න." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "කල්පවතිනා සබඳතා" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -7042,22 +7077,22 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" "MySQL පුස්තකාලය සහ සේවාදායකය අතර වෙනසක් හඳුනාගත් විට පෙන්වන අනතුරු ඇඟවීම අක්‍රීය කරන්න." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7070,82 +7105,82 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB සහ BINARY තීරු සංස්කරණය වලකන්න" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "ද්වීමය තීරු ආරක්ෂා කරන්න" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "ස්ථායී විමසුම් ඉතිහාසය" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "කොපමණ විමසුම් ප්‍රමාණයක් ඉතිහාසයේ රඳවා ගත යුතුද යන්න" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "විමසුම් ඉතිහාසයේ ප්‍රමාණය" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "අක්ෂර කට්ටල පරිවර්තනය සඳහා කුමන ශ්‍රිතය භාවිතා විය යුතුදැයි තෝරන්න" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "පටිගත කිරීමේ යන්ත්‍රය" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "වගු පිරික්සීමේදී එක් එක් වගුවේ අනුපිලිවෙල සැකසූ ආකාරය මතක තබා ගැනේ" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "වගුව සැකසූ අනුපිළිවෙල මතක තබාගන්න" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "පෙරනිමි අනුපිළිවෙල" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7153,89 +7188,89 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "පේළි x සංඛ්‍යාවකට වරක් ශීර්ෂ පුනරාවර්තනය කරන්න. අක්‍රීය කිරීමට [kbd]0[/kbd] යොදන්න" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "ශීර්ෂක පුනරාවර්තනය" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය ඇරඹිය යුත්තේ" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "සබැඳි දර්ශන තීරය" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "සේවාදායක පෙන්වුම් විකල්ප." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය කල කොටු සියල්ල එකවර සුරකින්න" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "සේවාදායකය මත අපනයන සුරැකිය හැකි ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "සුරැකුම් ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "භාවිතා නොකෙරේ නම් හිස්ව තබන්න" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "දායකයන් සඳහා අවසර ලබා දීමේ අනුපිළිවෙල" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "පෙරනිමි අගයන් සඳහා හිස්ව තබන්න" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "දායක සඳහා අවසර දීමේ රීති" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "මුරපදයක් රහිතව ඇතුල් වීමට ඉඩ ලබා දෙන්න" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "root ලෙස ඇතුල් වීමට ඉඩ දෙන්න" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "සැසි අගය" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7249,21 +7284,21 @@ msgstr "" "[a@http://swekey.com]SweKey දෘඩාංග සත්‍යාපනය[/a] සඳහා අවශ්‍ය වින්‍යාස ගොනුව අඩංගු " "ස්ථානය.(ඔබගේ ලියකියවිලි මූලයේ අඩංගු නැත. යෝජිත: /etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey වින්‍යාස ගොනුව" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "භාවිතා කල යුතු සත්‍යාපන ක්‍රමය" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "සත්‍යාපන වර්ගය" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7271,11 +7306,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]පොත්සලකුණු[/a] විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න. යෝජිත: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "පොත්සලකුණු ගොනුව" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7287,35 +7322,35 @@ msgstr "" "තීර විස්තර/mime වර්ග විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න. යෝජිත: [kbd]pma__column_info[/" "kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "තීර විස්තර ගොනුව" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL සේවාදායකය වෙත සම්බන්දතාව හකුළුවන්න" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "සම්බන්ධතාව හකුළුවන්න" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "සේවාදායකයට කෙසේ සම්බන්ද විය යුතුද යන්න, අනියත නම් [kbd]tcp[/kbd] ලෙස යොදන්න" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "සම්බන්ධතා වර්ගය" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "පරිපාලක භාවිතා කරන්නාගේ මුරපදය" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7328,11 +7363,11 @@ msgstr "" "සීමිත අවසර සහිතව වින්‍යාස කරන ලද විශේෂ MySQL භාවිතා කරන්නෙක්, වැඩි විස්තර සඳහා [a@http://" "wiki.phpmyadmin.net/pma/controluser]විකිය[/a] බලන්න" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "පරිපාලක භාවිතා කරන්නා" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7344,11 +7379,11 @@ msgstr "" "වින්‍යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට " "හිස්ව තබන්න" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "පාලක දායකයා" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7361,31 +7396,31 @@ msgstr "" "වින්‍යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට " "හිස්ව තබන්න" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "පාලක පෝර්ටය" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Regular expression (PCRE) හා ගැළපෙන දත්තගබඩා සඟවන්න" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA භාවිතය අක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "දත්තගබඩා සඟවන්න" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7397,41 +7432,41 @@ msgstr "" "SQL විමසුම් ඉතිහාසය රඳවා ගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL විමසුම් ඉතිහාස වගුව" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL සේවාදායකය ක්‍රියාත්මක දායකයේ දායක නාමය" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "සේවාදායකයේ දායක නාමය" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "පිටවිය යුතු URLය" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "ගබඩා කල යුතු උපරිම වගු අභිරුචි ගණන" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "අනුගාමි සේවාදායකයේ තත්ත්ව වගුව බලන්න" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7443,13 +7478,31 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " +"[kbd]pma__pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "පෙළ පෙදෙසේ පළල" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7461,38 +7514,38 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "මුරපදය නොමැතිව සම්බන්ධ වීමට උත්සාහ කරන්න" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "මුරපදය නොමැතිව සම්බන්ධ වන්න" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "සඳහන් දත්තගබඩා පමණක් පෙන්වන්න" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "config සත්‍යාපනය භාවිතා නොකරයි නම් හිස්ව තබන්න" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "config සත්‍යාපනය සඳහා මුරපදය" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7503,11 +7556,11 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF ක්‍රමනුරූපයේ පිටු පිලිබඳ විස්තර අඩංගු වගුව" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7522,22 +7575,22 @@ msgstr "" "සඳහා [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්‍ය " "නම් හිස්ව තබන්න, යෝජිත: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "දත්තගබඩාවේ නම" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL සේවාදායකය සවන් දෙන පෝර්ටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "සර්වරයේ පොර්ට්" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7549,11 +7602,11 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න, යෝජිත: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "මෑතදී භාවිතා වූ වගුව" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7565,13 +7618,13 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න, යෝජිත: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "විචල්‍යනයන්" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7583,11 +7636,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] " "විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "සබැඳුම් දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7599,35 +7652,35 @@ msgstr "" "උදාහරණයක් ලෙස [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]සත්‍යාපන ක්‍රම[/" "a] බලන්න" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon සැසි නාමය" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Signon URLය" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL සේවාදායකය සවන් දෙන සොකටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "සර්වරයේ සොකට්" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "MySQL සේවාදායකය වෙත සබඳතාවය සඳහා SSL සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL භාවිතා කරන්න" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7639,13 +7692,13 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF ක්‍රමානුරූපය: වගු ඛණ්ඩාංක" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7657,11 +7710,11 @@ msgstr "" "දර්ෂිත තීර පිලිබඳ දත්ත අඩංගු වගුව. විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "පෙන්විය යුතු තීර පිළිබඳ දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables' UI preferences across sessions, " @@ -7673,11 +7726,11 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් " "හිස්ව තබන්න, යෝජිත: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI අභිරුචි පිළිබඳ දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7685,41 +7738,41 @@ msgstr "" "දත්තගබඩාවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP DATABASE IF EXISTS ප්‍රකාශයක් එක් " "කරන්නේද යන වග." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE එක් කරන්න" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "වගුවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP TABLE IF EXISTS ප්‍රකාශයක් එක් කරන්නේද යන වග." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE එක් කරන්න" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "දසුනක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP VIEW IF EXISTS ප්‍රකාශයක් එක් කරන්නේද යන වග." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW එක් කරන්න" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "නව අනුවාදයක් සඳහා ස්වයංක්‍රීය-සැදුම විසින් භාවිතා කලයුතු ප්‍රකාශන ලැයිස්තුව සඳහන් කරයි." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "අවධානය සක්‍රීය කල යුතු ප්‍රකාශ" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7730,21 +7783,21 @@ msgid "" msgstr "" "SQL විමසුම් අවධානය විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL විමසුම් අවධානයට අදාළ වගුව" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "අවධාන ක්‍රියාවලිය විසින් වගු සහ දසුන් සඳහා ස්වයන්ක්‍රීයව අනුවාද සාදන්නේ ද යන වග." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "ස්වයංක්‍රියව අනුවාද සාදන්න" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7756,37 +7809,37 @@ msgstr "" "භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "භාවිතා කරන්නාගේ අභිරුචි වගුව" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "වගු භාවිතා කරන්න" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "දායක වගුව භාවිතා කරන්න" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7798,74 +7851,74 @@ msgstr "" "භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "config සත්‍යාපනය සඳහා භාවිතා කරන්නා" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "සේවාදායකය සඳහා පරිශ්‍රීලක මිත්‍ර විස්තරයක්. එය වෙනුවට දායක නාමය පෙන්වීමට හිස්ව තබන්න." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "\"සියලුම පේළි පෙන්වන්න\" සබැඳිය භාවිතා කරන්නාට පෙන්වන්නේද යන වග" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "මුරපදය වෙනස් කිරීමේ පෝරමය පෙන්වන්න" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "දත්තගබඩාවක් සෑදීමේ පෝරමය පෙන්වන්න" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the comments for all tables." msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "වගු විස්තර" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "සෑදූ වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -7873,11 +7926,11 @@ msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව යාවත්කාලීන කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "අවසන් වරට යාවත්කාලීන කල වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -7885,11 +7938,11 @@ msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව පරීක්ෂා කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "අවසන් වරට පරීක්ෂා කල වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -7900,31 +7953,31 @@ msgid "" msgstr "" "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී තීර වර්ගය දක්වන ක්ෂේත්‍රය ආරම්භයේදී පෙන්විය යුතුද නැතිද යන වග" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "ක්ෂේත්‍රයේ වර්ගය පෙන්වන්න" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී ශ්‍රිතය ක්ෂේත්‍රයන් පෙන්වයි" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "ශ්‍රිතය තීරුව පෙන්වන්න" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "ඉඟිය පෙන්විය යුතුද නැත්ද යන වග" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "ඉඟිය පෙන්වන්න" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7936,15 +7989,15 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්‍රතිදානය වෙත " "සබැඳුම පෙන්වන්න" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() සබැඳුම පෙන්වන්න" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MySQL සේවාදායකය පිලිබඳ විස්තරාත්මක තොරතුරු පෙන්වන්න" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -7952,11 +8005,11 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "phpMyAdmin විසින් සාදන ලද විමසුම් පෙන්විය යුතුදැයි සඳහන් කරයි" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL විමසුම් පෙන්වන්න" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -7964,22 +8017,22 @@ msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "විමසුම ක්‍රියාත්මක කිරීමෙන් පසුව විමසුම් කවුළුව තිරය මත රඳවා ගත යුතුදැයි සඳහන් කරයි" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "විමසුම් කවුළුව රඳවාගන්න" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "දත්තගබඩා හා වගු වලට අදාල සංඛ්‍යාලේඛන (උදා. භාවිතා වන ඉඩ ප්‍රමාණය) පෙන්වීමට ඉඩ සලසයි" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "සංඛ්‍ය ලේඛන පෙන්වන්න" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -7987,11 +8040,11 @@ msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "භාවිතා කරන ලද වගු සලකුණු කර අගුලු ළෑ වගු සහිත දත්තගබඩා පෙන්වීමට ඉඩ සලසන්න" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "අගුලු ළෑ දත්තගබඩා මඟහරින්න" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected" msgid "" @@ -7999,11 +8052,11 @@ msgid "" "detected." msgstr "Suhosin ඇති බව හඳුනාගතහොත් ප්‍රධාන පිටුවේ අනතුරු ඇඟවීමක් පෙන්වයි" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin අනතුරු ඇඟවීම" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8017,13 +8070,13 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "ලොගින් කුකියේ වලංගුතාවය" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -8035,11 +8088,11 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ පළල (තීරු ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) පළල ලබා ගැනේ" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "පෙළ පෙදෙසේ පළල" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -8051,39 +8104,39 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ උස (පේලි ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) උස ලබා ගැනේ" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "පෙළ පෙදෙසේ උස" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "දත්තගබඩාවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "කිසිවක් තෝරා නැති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "පෙරනිමි නාමය" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "සේවාදායකයක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "වගුවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8091,58 +8144,58 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "ආනයනය සඳහා ගොනු උඩුගත කල හැකි සේවාදායකයේ ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "උඩුගත කිරීමේ ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "සම්පූර්ණ දත්තගබඩාව තුලම සෙවීම සඳහා ඉඩ ලබා දෙන්න" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "දත්තගබඩා සෙවීම භාවිතා කරන්න" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "සිටුවම් හි ක්‍රමලේඛනය කරන්නන් සදහා වූ ටැබය සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "නවතම අනුවාදය සඳහා පරීක්ෂා කරන්න" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin ප්‍රධාන පිටුවේ නවතම අනුවාදය සඳහා පරීක්ෂාව සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "අනුවාද පරීක්ෂාව" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8150,34 +8203,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "භාවිත නාමය" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "මුරපදය" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8189,55 +8242,55 @@ msgstr "" "ආනයන අපනයන මෙහෙයුම් සඳහා [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] හැකිළීම යොදාගැනීම සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "සර්වරයේ පොර්ට්" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "ක්‍රියාත්මක කරන ලද විමසුම්" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8265,47 +8318,76 @@ msgstr "HTTP සත්‍යාපනය" msgid "Signon authentication" msgstr "Signon සත්‍යාපනය" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "LOAD DATA භාවිතයෙන් CSV" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument පැතුරුම්පත" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "කඩිනම්" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "අභිමත" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "දත්තගබඩා අපනයන විකල්ප" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS එක්සෙල් සඳහා CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "මයික්‍රොසොෆ්ට් වර්ඩ් 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument පෙළ" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "පෙන්වීම සඳහා දත්ත නොමැත" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s වගුව සාර්ථකව වෙනස් කරන ලදි" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "අභ්‍යන්තර සබඳතා එක් කරන ලදි" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8320,12 +8402,12 @@ msgstr "" msgid "No change" msgstr "වෙනස්කම් නැත" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8377,6 +8459,7 @@ msgid "Create database" msgstr "දත්තගබඩාවක් සාදන්න" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "සාදන්න" @@ -8390,7 +8473,7 @@ msgid "No Privileges" msgstr "වරප්‍රසාද නොමැත" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "වගුව සාදන්න" @@ -8402,102 +8485,147 @@ msgstr "තීර ගණන" msgid "Could not load export plugins, please check your installation!" msgstr "අපනයන පේණු පූරණය කල නොහැකි විය, ඔබගේ ස්ථාපනය පරීක්ෂා කර බලන්න!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "වත්මන් සේවාදායකයෙන් දත්තගබඩා අපනයනය කිරීම" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "\"%s\" දත්තගබඩාවෙන් වගු අපනයනය කිරීම" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "අපනයන ක්‍රමය:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "අපනයන වර්ගය" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "ගොනු නාම අච්චුව:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "වගුවේ නම" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "ගොනු නාම අච්චුව:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s වගු" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "යාවත්කාලීන කරන ලදි" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "වගු තෝරන්න" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "අපනයන ක්‍රමය" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "කඩිනම් - අවම තෝරා ගැනීම් පමණක් පෙන්වන්න" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "අභිමත - සියලුම තෝරා ගැනීම් පෙන්වන්න" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "දත්තගබඩා(ව):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "වගු(ව):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "ආකෘතිය:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "ආකෘති-විශේෂී තෝරා ගැනීම්:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" "තෝරාගත් ආකෘතිය සඳහා විකල්ප භාවිතා කිරීමට පහලට යන්න. අනෙකුත් ආකෘති සඳහා විකල්ප නොසලකන්න." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "කේතීකරණ පරිවර්තනය:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "පේළි:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "සමහර පේළි(ය) පමණක් ප්‍රතිදානය කරන්න" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "ආරම්භක පේළිය:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "සියළුම පේළි ප්‍රතිදානය කරන්න" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "ප්‍රතිදානය:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "සේවාදායකයේ %s ඩිරෙක්ටරියේ සුරකින්න" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "ගොනු නාම අච්චුව:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ සේවාදායකයේ නාමයෙන් ප්‍රතිස්ථාපනය කෙරෙනු ඇත" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ දත්තගබඩාවේ නාමයෙන් ප්‍රතිස්ථාපනය කෙරෙනු ඇත" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ වගුවේ නාමයෙන් ප්‍රතිස්ථාපනය කෙරෙනු ඇත" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "alue is interpreted using %1$sstrftime%2$s, so you can use time matting " @@ -8512,86 +8640,86 @@ msgstr "" "formatting strings. Additionally the following transformations will happen: " "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "මතු අපනයන සඳහා භාවිතා කරන්න" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ගොනුවේ අක්ෂර කට්ටලය:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "හැකිළීම:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip කරන ලද" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipp කරන ලද" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "ප්‍රතිදානය පෙළ ලෙස දර්ශනය කරන්න" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "වගු ශීර්ෂක අපනයනය කරන්න" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "ප්‍රතිදානය ගොනුවකට සුරකින්න" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "වගු තෝරන්න" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "වගු තෝරන්න" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "දත්තගබඩාවේ නම" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "නව පිටු නාමය: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name." msgid "Old column name" msgstr "තීර නම් පිටපත් කරන්න." -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name." msgid "New column name" @@ -9093,7 +9221,7 @@ msgid "Dump has been saved to file %s." msgstr "%s ගොනුවට නික්ෂේප දත්ත සුරකින ලදි." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL හිස් ප්‍රතිඵල කුලකයක් (පේළි කිසිවක් අඩංගු නොවන) සපයන ලදි." @@ -9175,7 +9303,7 @@ msgstr "සඟවන්න" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "ශ්‍රිතය" @@ -9251,7 +9379,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9711,7 +9839,7 @@ msgstr "නව ප්‍රේරකයක්" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "දසුන්" @@ -10009,233 +10137,242 @@ msgstr "" msgid "Rename database to" msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "වරප්‍රසාද සංස්කරණය කරන්න" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s දත්තගබඩාව හලන ලදි." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "දත්තගබඩාව ඉවත් කරන්න" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "දත්තගබඩාව හලන්න. (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "සැකිල්ල පමණයි" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "සැකිල්ල සහ දත්ත" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "දත්ත පමණයි" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "වෙත දත්තගබඩාව පිටවත් කරන්න:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "පිටපත් කිරීමට ප්‍රථම දත්තගබඩාවක් සාදන්න" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "සීමා බාධවන් එක් කරන්න" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "පිටපත් කරන ලද දත්තගබඩාව වෙත මාරු වන්න" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "වගු අනුපිළිවෙල වෙනස් කරන්න" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 #, fuzzy msgid "(singly)" msgstr "(singly)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට ගෙන යන්න:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "වගුව බවට නම වෙනස් කරන්න" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "වගු විස්තර" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "වගු විකල්ප" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "ගබඩා යන්ත්‍ර‍" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට පිටපත් කරන්න:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "පිටපත් කල වගුව වෙත මාරු වන්න" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "වගු නඩත්තුව" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "වගුව විශ්ලේෂණය කරන්න" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "වගුව පරීක්ෂා කරන්න" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "වගුව පරීක්ෂා කරන්න" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Flush the table (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "වගුව ප්‍රශස්තගත කරන්න" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "වගුව ප්‍රතිසංස්කරණය කරන්න" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "වගුව හෝ දත්ත ඉවත් කරන්න" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "වගුව හිස් කරන්න (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "වගුව ඉවත් කරන්න (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "විශ්ලේෂණය" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "පරීක්ෂාව" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "ප්‍රශස්තනය" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "නැවත සෑදීම" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "ප්‍රතිසංස්කරණය" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "වසන්න" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "කොටස් නඩත්තුව" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "%s කොටස" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "කොටස් කිරීම ඉවත් කරන්න" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "එම වගුවටම පිටපත් කල නොහැක!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s වගුව %s වෙතට ගෙනයන ලදි." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s වගුව %s වෙතට පිටපත් කරන ලදි." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s වගුව %s වෙතට ගෙනයන ලදි." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s වගුව %s වෙතට පිටපත් කරන ලදි." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "වගුවෙහි නම හිස්ව ඇත!" @@ -10429,7 +10566,7 @@ msgstr "සිද්ධිය" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "අර්ථ දැක්වීම" @@ -11432,43 +11569,49 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "වගුව සැකසූ අනුපිළිවෙල මතක තබාගන්න" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "වැරදි අපනයන වර්ගයකි" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." msgid "Create the needed tables with the %screate_tables.sql." msgstr "examples/create_tables.sql භාවිතා කර අවශ්‍ය කරන වගු තනා ගන්න." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "පරිපාලක භාවිතා කරන්නෙක් තනා ඔහුට මෙම වගු සඳහා පරිශීලන වරප්‍රසාද ලබා දෙන්න." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "යාවත්කාලීන කරන ලද වින්‍යාස ගොනුව පූරණය සඳහා phpMyAdmin වෙත නැවත වරක් ඇතුල් වන්න." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "විස්තරයක් නොමැත" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11476,14 +11619,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11669,6 +11812,7 @@ msgstr "භාවිත නාමය:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "භාවිත නාමය" @@ -11835,10 +11979,10 @@ msgid "Master server changed successfully to %s." msgstr "ප්‍රධාන සේවාදායකය %s වෙත සාර්ථකව වෙනස් කරන ලදි." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11859,7 +12003,7 @@ msgstr "%1$s සිද්ධිය වෙනස් කරන ලදි." msgid "Event %1$s has been created." msgstr "%1$s සිද්ධිය සාදන ලදි." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "ඔබගේ ඉල්ලීම පිරිසකසන අතරතුර දෝෂ එකක් හෝ වැඩි ගණනක් ඇති විය:" @@ -11868,7 +12012,8 @@ msgstr "ඔබගේ ඉල්ලීම පිරිසකසන අතරතු msgid "Edit event" msgstr "සිද්ධිය සංස්කරණය කරන්න" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "තොරතුරු" @@ -11882,7 +12027,7 @@ msgid "Event type" msgstr "සිද්ධි වර්ගය" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "%s ලෙස වෙනස් කරන්න" @@ -11910,13 +12055,13 @@ msgid "On completion preserve" msgstr "සමාප්තියේදී සුරකින්න" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "අර්ථ දක්වන්නා" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "අර්ථ දක්වන්නා \"භාවිත නාමය@සේවාදායක නාමය\" ආකෘතියේ විය යුතුය!" @@ -11942,9 +12087,9 @@ msgid "You must provide an event definition." msgstr "ඔබ සිද්ධි අර්ථ දැක්වීමක් ලබාදිය යුතුයි." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "ඉල්ලීම පිරිසැකසීමේදී දෝශ ඇතිවිය:" @@ -11977,90 +12122,96 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "වලංගු නැති නෛත්‍යක වර්ගය: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "හලන ලද නෛත්‍යකය ප්‍රතිස්ථාපනය කිරීම අසමත් විය." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "%1$s නෛත්‍යකය වෙනස් කරන ලදී." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "%1$s නෛත්‍යකය වෙනස් කරන ලදී." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "%1$s නෛත්‍යකය සාදන ලදි." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "නෛත්‍යකය සංස්කරණ කරන්න" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "නෛත්‍යකයේ නම" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "පරාමිතියන්" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "දිශාව" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "පරාමිතය එක් කරන්න" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "අවසන් පරාමිතය ඉවත් කරන්න" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "ප්‍රතිදාන වර්ගය" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "ප්‍රතිදානයේ දිග/අගයන්" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "ප්‍රතිදාන විකල්ප" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "නිර්ණයනය කල හැකිද යන වග" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "ආරක්ෂණ වර්ගය" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL දත්ත පරිශීලනය" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "ඔබ නෛත්යකය සඳහා නමක් ලබාදිය යුතුයි!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "පරාමිතිය සඳහා සපයන ලද \"%s\", දිශාව සඳහා වැරදි අගයකි." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12068,24 +12219,24 @@ msgstr "" "ENUM, SET, VARCHAR සහ VARBINARY වර්ගවල නෛත්‍යක පරාමිති සඳහා ඔබ ප්‍රමාණය/අගයන් ලබා දිය " "යුතුය." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "සෑම නෛත්‍යක පරාමිතියක් සඳහාම ඔබ නමක් සහ වර්ගයක් ලබා දිය යුතුය." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "නෛත්‍යකය සඳහා ඔබ වලංගු ප්‍රතිදාන වර්ගයක් ලබා දිය යුතුය." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "ඔබ නෛත්‍යක අර්ථදක්වීමක් ලබා දිය යුතුය." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "%s නෛත්‍යකයේ ප්‍රතිදානය" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12094,13 +12245,13 @@ msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "කාර්ය පටිපාටියේ අවසන් ප්‍රකාශය ක්‍රියාත්මක කිරීමෙන් පේළි %d කට බලපෑවේ ය" msgstr[1] "කාර්ය පටිපාටියේ අවසන් ප්‍රකාශය ක්‍රියාත්මක කිරීමෙන් පේළි %d කට බලපෑවේ ය" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "නෛත්‍යකය ක්‍රියාත්මක කරන්න" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "නෛත්‍යක පරාමිති" @@ -12642,12 +12793,16 @@ msgid "You have revoked the privileges for %s." msgstr "ඔබ %s සඳහා වරප්‍රසාද අහෝසි කර ඇත" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "භාවිතා කරන්නෙක් එක් කරන්න" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "භාවිතා කරන්නා සඳහා දත්තගබඩාව" #: libraries/server_privileges.lib.php:1946 @@ -12674,9 +12829,7 @@ msgid "User has been added." msgstr "භාවිතා කරන්නා එක් කරන ලදි." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12753,11 +12906,15 @@ msgid "" msgstr "… භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කර වරප්‍රසාද නැවත අලුත් කරන්න." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "ලොගින් තොරතුරු වෙනස් කරන්න / භාවිතා කරන්නා පිටපත් කරන්න" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "සහ එකම වරප්‍රසාද සහිතව නව භාවිතා කරන්නෙක් එක් කරන්න …" #: libraries/server_privileges.lib.php:3036 @@ -12779,7 +12936,9 @@ msgid "Add privileges on the following table:" msgstr "පහත වගුවට වරප්‍රසාද එක් කරන්න:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "තෝරාගත් භාවිතා කරන්නන් ඉවත් කරන්න" #: libraries/server_privileges.lib.php:3376 @@ -12814,40 +12973,50 @@ msgstr "ඔබ %s සඳහා වරප්‍රසාද අලුත් ක msgid "Deleting %s" msgstr "%s ඉවත් කරමින් පවතී" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "සාර්ථකව වරප්‍රසාද පූරණය කරන්න ලදි." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s භාවිතා කරන්නා දැනටමත් පවතී!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s සඳහා වරප්‍රසාද" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "නව භාවිතා කරන්නෙක්" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "වරප්‍රසාද සංස්කරණය කරන්න:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "භාවිතා කරන්නන්" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "භාවිතා කරන්නන් පිළිබඳ දළ විශ්ලේෂණය" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12859,11 +13028,11 @@ msgstr "" "සේවාදායකයේ වරප්‍රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්‍රසාද වලට " "වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්‍රසාද පූරණය%s කල යුතුය." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "තෝරාගත් භාවිත කරන්නා වරප්‍රසාද වගුවේ හමු නොවිණි." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "ඔබ නව භාවිතා කරන්නනෙක් එක් කරන ලදි." @@ -14083,7 +14252,7 @@ msgstr "වලංගු නොවන හඳුන්වනය" msgid "Unknown Punctuation String" msgstr "නොදන්නා විරාම අකුරු වැල" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s වගුව හිස් කරන ලදි" @@ -14096,13 +14265,13 @@ msgstr "අවධානය සක්‍රීයයි." msgid "Tracking is not active." msgstr "අවධානය අක්‍රීයයි." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "%s දසුන හලන ලදි." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "%s වගුව හලන ලදි." @@ -14332,43 +14501,38 @@ msgstr "අවකාශ භාවිතය" msgid "Effective" msgstr "එලදායී" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s වගුව සාර්ථකව වෙනස් කරන ලදි" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s වගුව සාර්ථකව වෙනස් කරන ලදි" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "විමසුම් දෝෂය" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "තීර සාර්ථකව ගෙන යන ලදි." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "මෙම ශ්‍රේණිය එක් කරන්න" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "SQL විමසුම් පෙන්වන්න" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14829,18 +14993,6 @@ msgstr "අලුත් ස්ථායී අනුවාදයක් නොම msgid "Wrong data" msgstr "වැරදි දත්ත" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "පෙන්වීම සඳහා දත්ත නොමැත" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14851,7 +15003,7 @@ msgstr "'%s' දත්තගබඩාව නොමැත." msgid "Table %s already exists!" msgstr "%s වගුව දැනටමත් පවතී!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14859,29 +15011,19 @@ msgstr "" msgid "Invalid table name" msgstr "වලංගු නොවන වගු නම" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "අභ්‍යන්තර සබඳතා එක් කරන ලදි" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15091,7 +15233,7 @@ msgid "subquery" msgstr "උප විමසුම" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "සම්බන්දතාවයක් සාදන්න" @@ -15168,13 +15310,13 @@ msgstr "නව නාමය" msgid "Delete pages" msgstr "පිටුව තෝරන්න" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "ප්‍රතිපූරණය" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "උදවු" @@ -15435,39 +15577,39 @@ msgstr "ප්‍රස්ථාර මාතෘකාව" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "ශ්‍රේණි:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-අක්ෂයේ ලේබලය:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X අගයන්" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-අක්ෂයේ ලේබලය:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "තීරය තුල:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s තීරුව සඳහා අගයන්" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16754,6 +16896,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත" +#~ msgid "Add user" +#~ msgstr "භාවිතා කරන්නෙක් එක් කරන්න" + +#~ msgid "Export Method:" +#~ msgstr "අපනයන ක්‍රමය:" + #~ msgid "No data found for GIS visualization." #~ msgstr "ජ්‍යාමිතික නිරූපණයට දත්ත කිසිවක් හමු නොවිණි." @@ -16990,11 +17138,6 @@ msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත" #~ msgid "pdf export page" #~ msgstr "වැරදි අපනයන වර්ගයකි" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "වැරදි අපනයන වර්ගයකි" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/sk.po b/po/sk.po index a6563bda2b..d5da05d829 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-16 07:14+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: Slovak Nastavenia." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Úspešnosť vyrovnávacej pamäte príkazov" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Využitie vyrovnávacej pamäte príkazov" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Využitá vyrovnávacia pamäť príkazov" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Využitie CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Systémová pamäť" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Stránkovacia oblasť" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Priemerné vyťaženie" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Celková pamäť" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Vyrovnávacia pamäť" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Vyrovnávacia pamäť" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Voľná pamäť" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Využitá pamäť" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Swap celkom" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cachovaný swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Využitý swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Voľný swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Odoslaných bajtov" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Prijatých bajtov" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Spojenia" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesy" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabuliek" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Dopyty" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Vyťaženie" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Nastavenia" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Pridať graf do mriežky" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Pridajte prosím aspoň jednu hodnotu do série!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1373,47 +1395,47 @@ msgstr "Pridajte prosím aspoň jednu hodnotu do série!" msgid "None" msgstr "Žiadny" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Obnoviť monitor" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Prerušiť monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Zapnúť automatické obnovovanie" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Vypnúť automatické obnovovanie" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log a slow_query_log sú povolené." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log je povolený." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log je povolený." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log a general_log sú zakázané." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nie je nastavený do tabuľky." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output je nastavený do tabuľky." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1424,12 +1446,12 @@ msgstr "" "sekúnd. Doporučujeme nastaviť premennú long_query_time na 0-2 sekundy, v " "závislosti na zaťažení vášho systému." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je nastavený na %d sekúnd." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1438,30 +1460,30 @@ msgstr "" "servera:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Nastaviť log_output do %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Zapnúť %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Vypnúť %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Nastaviť long_query_time na %d sekúnd." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1469,57 +1491,57 @@ msgstr "" "Nemôžete zmeniť tieto premenné. Prihláste sa prosím ako root alebo " "kontaktujte vášho správcu databázy." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Zmeniť nastavenia" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Aktuálne nastavenia" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Názov grafu" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Rozdiely" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Vydelené s %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Jednotka" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Zo záznamu pomalých dopytov" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Z všeobecného logu" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Názov databázy pre tento dotaz nie je známy v logoch servera." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyzujem záznamy" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Načítavam a analyzujem záznamy. Môže to chvíľu trvať." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Zrušiť požiadavku" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1529,7 +1551,7 @@ msgstr "" "Kritériom na zoskupenie bol len samotný SQL dopyt, takže ostatné atribúty " "dopytov, ako je napr. čas spustenia, sa môžu líšiť." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1538,35 +1560,35 @@ msgstr "" "Keďže bolo zvolené zoskupovanie INSERT dopytov, sú aj INSERT dopyty do " "rovnakej tabuľky zoskupované, bez ohľadu na vkladané dáta." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Záznamy boli načítané. V tomto časovom rozmedzí boli vykonané nasledujúce " "dopyty:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Prejsť na tabuľku so záznamami" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Žiadne dáta" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Záznamy boli skontrolované, ale v tomto časovom rozmedzí neboli nájdené " "žiadne údaje." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyzujem…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Vysvetliť výstup" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1576,58 +1598,58 @@ msgstr "Vysvetliť výstup" msgid "Time" msgstr "Čas" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Celkový čas:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Výsledky profilovania" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabuľka" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Graf" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Nastavenie filtrovania logovacích tabuliek" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrovať dopyty podľa slova/regulárneho výrazu:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Zlučovať dopyty, ignorovať premenné dáta vo WHERE výraze" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Počet zlúčených riadkov:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Celkom:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Načítavam záznamy" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Obnovenie monitora zlyhalo" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1637,90 +1659,90 @@ msgstr "" "spôsobené vypršaním relácie. Problém môžete vyriešiť znovu načítaním " "stránky, alebo opätovným prihlásením." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Znovu načítať stránku" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Ovplyvnené záznamy:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Zlyhalo spracovanie konfiguračného súboru. Pravdepodobne neobsahuje platný " "JSON kód." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Nepodarilo sa vytvoriť graf z importovanej konfigurácie. Používam východzie " "nastavenia…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importovať konfiguráciu monitora" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Prosím zvoľte súbor, ktorý chcete importovať." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Na serveri nie sú dostupné žiadne súbory na import!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analyzovať dopyt" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Poradca" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Možné problémy s výkonom" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problém" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Odporúčanie" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Podrobnosti o pravidle" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Zdôvodnenie" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Použitá premenná / vzorec" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Kontrola" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formátujem SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1731,61 +1753,61 @@ msgstr "Formátujem SQL..." msgid "Cancel" msgstr "Zrušiť" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Zmeniť nastavenia" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Použiť" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Načítanie…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Požiadavka bola zrušená!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Prebieha spracovanie požiadavka" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Požiadavka zlyhala!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Chyba pri spracovanie požiadavku" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Číslo chyby: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Text chyby: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Neboli vybrané žiadne databázy." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Odstraňujem stĺpce" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Pridavam primarny kľúč" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1794,61 +1816,61 @@ msgstr "Pridavam primarny kľúč" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kliknutím zatvoríte túto správu" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Premenovávam databázy" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopírujem databázu" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Mením znakovú sadu" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Povoliť kontrolu cudzích kľúčov" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Nepodarilo sa zístiť skutočný počet riadkov." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Vyhľadávam" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Skryť výsledky vyhľadávania" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Zobraziť výsledky vyhľadávania" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Prechádzať" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Odstraňujem" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definícia uloženej funkcie musí obsahovať príkaz RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1858,60 +1880,60 @@ msgstr "Definícia uloženej funkcie musí obsahovať príkaz RETURN!" msgid "Export" msgstr "Exportovať" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Upraviť ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Hodnoty pre pole %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Hodnoty pre nový stĺpec" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Zadajte každú hodnotu do samostatného poľa." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Pridať %d hodnôt" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Poznámka: Ak súbor obsahuje viac tabuliek, tieto budú spojené do jednej." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Skryť vyhľadávacie pole" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Zobrazit vyhľadávacie pole" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Upraviť" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1919,55 +1941,55 @@ msgstr "Upraviť" msgid "Delete" msgstr "Zmazať" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nie je platné číslo riadku." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Prejsť hodnoty cudzích kľúčov" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Žiadny automaticky uložený dopyt" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Premenná %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Zvoliť" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Volič stĺpcov" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Hľadať v tomto zozname" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Zobraziť viac" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Ste si istí?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1975,52 +1997,52 @@ msgstr "" "Táto akcia môže zmeniť niektoré definície stĺpcov.
Naozaj chcete " "pokračovať?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Pokračovať" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Pridať primárny kľúč" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Bol pridaný primárny kľúč." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Vezmeme vás na ďalší krok…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Prvý krok normalizácie je kompletný pre tabuľku '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Koniec kroku" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Druhý krok normalizácie (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Hotovo" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Potvrdiť čiastočné závislosti" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Vybrané čiastočné závislostí sú nasledovné:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2028,19 +2050,19 @@ msgstr "" "Poznámka: a, b -> d,f znamená, že kombinované hodnoty v stĺpcoch a a b " "spolu môžu určovať hodnoty stĺpcov d a f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Neboli vybrané žiadne čiastkové závislosti!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Ukáž mi možné čiastočné závislosti na základe údajov v tabuľke" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Skryť zoznam čiastočných závislostí" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2048,40 +2070,40 @@ msgstr "" "Posaďte sa! Môže to trvať niekoľko sekúnd v závislosti od veľkosti dát a " "počtu stĺpcov tabuľky." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Krok" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Vykonajú sa nasledovné akcie:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "Odstrániť stĺpce %s z tabuľky %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Vytvoriť nasledujúcu tabuľku" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tretí krok normalizácie (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Potvrdiť prechodné závislostí" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Boli zvolené nasledujúce závislosti:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Neboli vybrané žiadne závislosti!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2090,122 +2112,122 @@ msgstr "Neboli vybrané žiadne závislosti!" msgid "Save" msgstr "Uložiť" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Skryť parametre vyhľadávania" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Zobraziť parametre vyhľadávania" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Rozsah vyhľadávania" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Najväčšia hodnota stĺpca:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Najmenšia hodnota stĺpca:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimálna hodnota:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maximálna hodnota:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Skryť kritériá vyhľadávania" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Zobraziť kritériá vyhľadávania" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Každý bod reprezentuje riadok dát." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Pohybom myši nad bodom zobrazíte jeho názov." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Pre priblíženie kliknite na sekciu grafu." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Kliknite na tlačidlo Obnoviť zoom na návrat do pôvodného stavu." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Kliknite na dátový bod pre zobrazenie a prípadnú úpravu dát." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Graf môžete zväčšiť potiahnutím za pravý dolný roh." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Zvoľte dva stĺpce" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Zvoľte dva rôzne stĺpce" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Obsah datového bodu" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorovať" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopírovať" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Bod" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linka" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygón" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometria" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Vnútorný obrys" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Vonkajší obrys" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Chcete skopírovať šifrovací kľúč?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Šifrovací kľúč" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2213,24 +2235,24 @@ msgstr "" "Hovorí, že ste vykonali zmeny na tejto stránke; budete vyzvaní k potvrdeniu " "pred zahodením zmien" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Zvoliť odkazovaný kľúč" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Zvoliť cudzí kľúč" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Zvoľte, prosím, primárny alebo unikátny kľúč!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Zvoľte, ktoré polia zobraziť" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2238,118 +2260,118 @@ msgstr "" "Neuložili ste zmeny v schéme. Ak ich neuložíte, tieto zmeny budú stratené. " "Chcete pokračovať?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Názov stránky" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Uložiť stránku" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Uložiť stránku ako" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Otvoriť stránku" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Zmazať stránku" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Nepomenovaná" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Prosím zvoľte si stránku, kde chcete pokračovať" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Prosím zadajte platný názov stránky" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Chcete uložiť zmeny aktuálnej stránky?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Stránka bola odstránená" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Exportovať relačnú schému" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Zmeny boli uložené" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Pridať voľbu pre stĺpec \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "Bolo vytvorených %d objektov." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Odošli" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Klávesou ESC ukončíte upravovanie." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "Na stránke sú neuložené zmeny. Naozaj ju chcete opustiť?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Usporiadajte pretiahnutím." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Kliknutím zoradíte výsledky podľa tohto stĺpca." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Kliknite pre označenie/odznačenie." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dvakrát kliknite pre skopírovanie názvu stĺpca." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Kliknite na šípku rozbaľovacieho zoznamu
pre zmenu viditeľnosti stĺpca." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Zobraziť všetko" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2358,11 +2380,11 @@ msgstr "" "zaškrtávanie, úprava, kopírovanie a mazanie liniek nemusí fungovať po " "uložení." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Zadajte platný šestnástkový reťazec. Platné znaky sú 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2370,130 +2392,130 @@ msgstr "" "Skutočne chcete zobraziť všetky riadky? Pri veľkej tabuľke môže dôjsť k pádu " "prehliadača." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Originálna dĺžka" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "zrušiť" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Prerušené" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Úspech" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Stav importu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Presuňte súbory sem" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Najprv vyberte databázu" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "Väčšinu stĺpcov môžete upraviť
dvojkliknutím na ich obsah." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Väčšinu stĺpcov môžete upraviť
kliknutím na ich obsah." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Prejsť na odkaz:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopírovať názov stĺpca." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Kliknutím pravým tlačidlom myši na názov stĺpca ho skopírujete do schránky." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Vytvoriť heslo" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Vytvoriť" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Zmeniť heslo" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Viac" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Zobraziť panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Skryť panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Zobraziť skryté položky navigácie." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Prepojiť s hlavným panelom" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Zrušiť prepojenie s hlavným panelom" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Pre filtrovanie všetkých databáz na serveri, stlačte Enter po zadaní " "hľadaného výrazu" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Pre filtrovanie všetkých %s v databázi, stlačte Enter po zadaní hľadaného " "výrazu" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabuľky" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "pohľady" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedúry" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "udalosti" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funkcie" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Zvolená stránka sa nenašla v histórii, pravdepodobne bola zrušená." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2503,42 +2525,42 @@ msgstr "" "Najnovšia verzia je %s a bola vydaná %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", posledná stabilná verzia:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktuálna" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Vytvoriť pohľad" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Odoslať chybové hlásenie" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Odoslať chybové hlásenie" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "Vyskytla sa chyba JavaScriptu. Chcete odoslať chybové hlásenie?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Zmeniť nastavenia hlásení" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Zobraziť detail hlásenia" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2546,7 +2568,7 @@ msgstr "" "Export nie je kompletný kvôli krátkemu času vykonávania (execution time) v " "nastaveniach PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2555,397 +2577,397 @@ msgstr "" "Varovanie: formulár na tejto stránke má viac než %d polí. Pri odoslaní, " "niektoré polia môžu byť ignorované kvôli nastaveniu PHP max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Na serveri boli zistené chyby!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Prosím, pozrite sa na spodnú časť okna." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ignorovať všetko" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Vykonať tento dopyt znovu?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Naozaj chcete odstrániť túto záložku?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Vykonaných dopytov" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Show table comments" msgid "Show arguments" msgstr "Zobraziť komentáre tabuľky" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Skryť výsledky vyhľadávania" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Predchádzajúci" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Ďalší" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Dnes" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Január" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Február" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Marec" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Apríl" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Máj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Jún" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Júl" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "August" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "September" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Október" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "November" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Nedeľa" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Pondelok" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Utorok" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Streda" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Štvrtok" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Piatok" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Po" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Út" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "St" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Št" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pi" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ut" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Št" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pi" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Týž" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalendár-mesiac-rok" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "žiadny" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minúty" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekundy" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Toto pole je povinné" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Prosím opravte toto pole" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Prosím zadajte platnú emailovú adresu" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Prosím zdajte platnú adresu URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Prosím zadajte platný dátum" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Prosím zadajte platný dátum ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Prosím zadajte platné číslo" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Prosím zadajte platné číslo kreditnej karty" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Prosím zadajte iba čísla" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Prosím zadajte tú istú hodnotu ešte raz" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Prosím zadajte nie viac ako {0} znakov" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Prosím zadajte najmenej {0} znakov" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Prosím zadajte počet znakov medzi {0} a {1}" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Prosím zadajte hodnotu medzi {0} a {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Prosím zadajte hodnotu menšiu alebo rovnú {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Prosím zadajte hodnotu väčšiu alebo rovnú {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Prosím zadajte platný dátum alebo čas" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Prosím zdajte platný HEX vstup" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Chyba" @@ -3016,18 +3038,18 @@ msgstr "za hodinu" msgid "per day" msgstr "za deň" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, 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:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Veľkosť písma" @@ -3046,7 +3068,7 @@ msgid "Requery" msgstr "Znovu spustiť dopyt" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3055,7 +3077,7 @@ msgstr "Znovu spustiť dopyt" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3131,7 +3153,7 @@ msgid "History" msgstr "História" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3154,7 +3176,7 @@ msgstr "História" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Nastavenia" @@ -3245,7 +3267,7 @@ msgid "Count:" msgstr "Počet" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3297,10 +3319,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Prepnúť na tmavú tému" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3308,10 +3330,10 @@ msgstr "Prepnúť na tmavú tému" msgid "Ascending" msgstr "Vzostupne" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3528,125 +3550,126 @@ msgstr "Odznačiť všetko" msgid "Inside column:" msgstr "V tabuľke:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Uložiť zmeny" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Obnoviť poradie stĺpcov" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtrovať riadky" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Hľadať v tabuľke" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Začiatok" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Predchádzajúci" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Ďalší" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Koniec" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Všetko" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Počet riadkov:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Zoradiť podľa kľúča" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Čiastočné texty" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Plné texty" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relačný kľúč" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relačné zobrazenie stĺpcov" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Zobraziť binárny obsah" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Zobraziť obsah BLOBu" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Skryť transformácie prehliadača" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Text (Well Known Text)" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Well Known Binary" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Riadok bol zmazaný." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Zabiť" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Môže byť nepresné. Viď [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "SQL dopyt bol úspešne vykonaný." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3654,36 +3677,36 @@ msgid "" msgstr "" "Tento pohľad má aspoň toľko riadok. Podrobnosti nájdete v %sdokumentaci%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zobrazené riadky %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d celkom, %2$d v dotaze" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "celkom %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Dopyt zabral %01.4f sekúnd." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Výber:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3692,24 +3715,24 @@ msgstr "Výber:" msgid "Check All" msgstr "Označiť všetko" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Náhľad k tlači" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operácie s výsledkami dopytu" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Zobraziť graf" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Zobraziť GIS data" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Odkaz nebol nájdený!" @@ -3834,7 +3857,7 @@ msgstr "Mohutnosť" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3844,7 +3867,7 @@ msgid "Collation" msgstr "Zotriedenie" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentár" @@ -3859,7 +3882,7 @@ msgid "Index %s has been dropped." msgstr "Index pre %s bol odstránený." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3877,7 +3900,7 @@ msgstr "" "odstránený." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -3894,7 +3917,7 @@ msgstr "Pohľad" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3925,7 +3948,7 @@ msgstr "Vložiť" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Oprávnenia" @@ -3988,16 +4011,18 @@ msgid "Central columns" msgstr "Centrálne stĺpce" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databázy" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Používatelia" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Užívateľské skupiny" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4075,7 +4100,7 @@ msgid "Could not save favorite table!" msgstr "Nepodarilo sa uložiť obľubenú tabuľku!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Odstrániť z obľúbených" @@ -4096,7 +4121,7 @@ msgid "Recent" msgstr "Nedávne" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Obľúbené tabuľky" @@ -4719,16 +4744,16 @@ msgstr "Maximálna veľkosť: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL hlási: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Vysvetliť SQL" @@ -4745,7 +4770,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Bez PHP kódu" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Vytvoriť PHP kód" @@ -4836,6 +4861,10 @@ msgstr "Posledná zmena" msgid "Last check" msgstr "Posledná kontrola" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Používatelia" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Hľadať:" @@ -4926,8 +4955,8 @@ msgstr "NIE" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4935,7 +4964,7 @@ msgstr "Názov" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Dĺžka/Nastaviť*" @@ -5214,7 +5243,7 @@ msgid "Not a valid port number!" msgstr "Neplatné číslo portu!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Nesprávna hodnota!" @@ -5225,35 +5254,35 @@ msgstr "Nesprávna hodnota!" msgid "Value must be equal or lower than %s!" msgstr "Hodnota musí byť rovná alebo menšia ako %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Chýba hodnota pre %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "nedostupné" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" vyžaduje rozšírenie %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Komprimovaný import nebude funkčný, chýba funkcia %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Komprimovaný export nebude funkčný, chýba funkcia %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximálne %s" @@ -5268,7 +5297,7 @@ msgid "Set value: %s" msgstr "Nastavená hodnota: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Obnoviť východziu hodnotu" @@ -5711,7 +5740,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maximálny čas behu" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Použi %s príkaz" @@ -5720,7 +5749,7 @@ msgstr "Použi %s príkaz" msgid "Save as file" msgstr "Uložiť ako súbor" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Znaková sada súboru" @@ -5736,8 +5765,8 @@ msgstr "Kompresia" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5747,14 +5776,14 @@ msgstr "Kompresia" msgid "Put columns names in the first row" msgstr "Pridať názvy polí na prvý riadok" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Polia uzatvorené do" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Polia uvedené pomocou" @@ -5762,8 +5791,8 @@ msgstr "Polia uvedené pomocou" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Nahradiť NULL hodnoty" @@ -5771,13 +5800,13 @@ msgstr "Nahradiť NULL hodnoty" msgid "Remove CRLF characters within columns" msgstr "Odstrániť konce riadkov (CRLF) z polí" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Stĺpce ukončené" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Riadky ukončené" @@ -5799,8 +5828,8 @@ msgid "Table name template" msgstr "Vzor pre názov tabuľky" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5828,14 +5857,14 @@ msgid "Label key" msgstr "Návestie" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME typ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Prepojenia" @@ -5843,110 +5872,116 @@ msgstr "Prepojenia" msgid "Export method" msgstr "Metóda exportu" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Uložiť na server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Prepísať existujúce súbory" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportovať záhlavia tabuliek" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Zapamätať si vzor pre názov súboru" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Pridať hodnotu AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Použiť opačný apostrof pri názvoch tabuliek a polí" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Voľby CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Dátum vytvorenia, poslednej zmeny a kontroly" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Použiť oneskorené vloženia" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Vypnúť kontrolu cudzích kľúčov" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportovať pohľady (views) ako tabuľky" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Pridať %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Použiť hexadecimálne zobrazenie pre BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Použiť IGNORE" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Použitá syntax pre vkladanie dát" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maximálna veľkosť vytvoreného príkazu" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Typ exportu" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Uzatvoriť príkazy v transakcii" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportovať čas v UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Vynútiť zabezpečené spojenie pri použití phpMyAdmina." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Vynutit SSL spojenie" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -5954,162 +5989,162 @@ msgstr "" "Poradie radenia položiek v rozbaľovacej ponuke cudzích kľúčov; [kbd]obsah[/" "kbd] sú referenčné dáta, [kbd]id[/kbd] je hodnota kľúča." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Poradie cudzích kľúčov v rozbaľovacej ponuke" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Pokiaľ je dostupných menej položiek, bude použitá rozbaľovacia ponuka." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limit cudzích kľúčov" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Kontrola cudzích kľúčov" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Režim prezerania" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Prispôsobiť režim prezerania." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Prispôsobenie východzích nastavení." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV dáta" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Vývojár" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Nastavenia pre vývojárov phpMyAdmina." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Režim úprav" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Prispôsobenie režimu úprav." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Východzie nastavenia exportu" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Prispôsobiť východzie nastavenia exportu." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funkcie" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Všeobecné" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Nastaviť často používané nastavenia." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Východzie nastavenia importu" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Prispôsobiť východzie nastavenia importu." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import / export" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Nastaví adresáre pre import a export a voľby kompresie." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Nastavenia zobrazenia databáz." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigačný panel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Prizpôsobiť vzhľad navigačného panela." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigačný panel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Prispôsobiť navigačný panel" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servery" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Nastavenie zobrazenia serverov." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Nastavenie zobrazenia tabuliek." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Hlavný panel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Ostatné základné nastavenia" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Nastavenia, ktoré sa nedajú zaradiť inde." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Mená stránok" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6118,11 +6153,11 @@ msgstr "" "[doc@faq6-27]documentácii[/doc] nájdete špeciálne reťazce, ktoré môžete " "použiť na získanie špeciálnych hodnôt." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Zabezpečenie" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6130,23 +6165,23 @@ msgstr "" "Pripomíname, že phpMyAdmin je len užívateľské rozhranie a jeho funkcie " "neobmedzujú MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Základné nastavenia" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Overenie" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Nastavenia prihlasovania." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfigurácia servera" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6154,15 +6189,15 @@ msgstr "" "Pokročilá konfigurácia servera, nemeňte tieto nastavenia, pokiaľ neviete " "čoho sa týkajú." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Vložte parametre pripojenia servera." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Miesto uloženia konfigurácie" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6172,11 +6207,11 @@ msgstr "" "prídavným funkciám, viď [doc@linked-tables]miesto uloženia konfigurácie [/" "doc] v dokumentácii." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Sledovanie zmien" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6184,111 +6219,111 @@ msgstr "" "Sledovanie zmien vykonaných v databáze. Vyžaduje nastavenie miesta uloženia " "zmien phpMyAdmina." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Prispôsobebie možností exportu" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Prispôsobebie východzích nastavení importu" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Prispôsobiť navigačný panel" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Prispôsobiť hlavný panel" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL dopyty" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Pole pre SQL dopyty" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Prispôsobenie odkazov zobrazovaných v poliach pre SQL dopyty." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Nastavenia SQL dopytov." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Úvodná stránka" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Prispôsobenie úvodnej stránky." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Štruktúra databázy" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Vyberte, ktoré detaily sa majú zobrazovať v štruktúre databázy (zoznam " "tabuliek)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Štruktúra tabuľky" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Nastavenia štruktúry tabuliek (zoznam stĺpcov)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Panely" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Zvoľte, ako majú panely fungovať." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Zobraziť relačnú schému" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Veľkosť stránky" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Textové polia" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Prispôsobenie vstupných textových polí." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Prispôsobenie východzích nastavení" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Varovania" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Vypnúť niektoré varovania zobrazované phpMyAdminom." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6296,15 +6331,15 @@ msgstr "" "Povolí [a@http://sk.wikipedia.org/wiki/GZ_(súborový_formát)]gzip[/a] " "kompresiu pre importovanie a exportovanie." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Extra parametre pre iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6312,11 +6347,11 @@ msgstr "" "Pokiaľ je povolené, phpMyAdmin bude pokračovať v spracovaní viacprvkových " "dopytov, aj keď jeden z nich zlyhal." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorovať chyby vo viacprvkových dopytoch" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6326,25 +6361,25 @@ msgstr "" "Týmto spôsobom sa môžu importovať aj veľké súbory, ale môže to zároveň " "spôsobiť problémy s transakciami." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Čiastočný import: povoliť prerušenie" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Neprerušovať pri chybe v príkaze INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6352,68 +6387,68 @@ msgstr "" "Východzí formát: Berte na vedomie, že tento zoznam závisí na umiestnení " "(databáza, tabuľka) a len SQL je stále dostupné." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formát importovaného súboru" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Použiť kľúčové slovo LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Mená stĺpcov na prvom riadku" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Neimportovať prázdne riadky" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Import mien (5.00 namiesto $5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importovať percentá ako desatinné čísla (0,12 namiesto 12,00%)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Počet dopytov, ktoré sa majú preskočiť od začiatku." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Čiastočný import: preskočiť dopyty" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Počiatočný stav pre posuvníky" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Koľko riadkov môže byť vložených naraz." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Počet vložených riadkov" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximálny počet znakov zobrazovaných v nečíselných poliach pri prechádzaní." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Obmedzenie počtu znakov" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6424,11 +6459,11 @@ msgstr "" "sa môže ľahko stať, že sa zabudnete odhlásiť z ostatných serverov, pokiaľ " "ich používate viac." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Vymazať všetky cookies pri prihlásení" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6436,11 +6471,11 @@ msgstr "" "Určuje, či sa má obnoviť predchádzajúce prihlásenie alebo nie pri " "prihlasovaní pomocou [kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Pamätať si užívateľské meno" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6452,48 +6487,48 @@ msgstr "" "sedenia a bude vymazaná pri zatvorení okna. Toto je odporúčané v " "nedôveryhodných prostrediach." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Uloženie prihlasovacej cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Určuje, ako dlho je platná prihlasovacie cookie (v sekundách)." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Platnosť prihlasovacej cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Zdvojnásobiť veľkosť editačného poľa pre stĺpec typu LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Väčšie editačné pole pre LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximálny počet znakov pri zobrazení SQL dopytu." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Mazimálna dĺžka zobrazeného SQL dopytu" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maximálny počet databáz zobrazených v zozname databáz." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Najvyšší počet databáz" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6501,22 +6536,22 @@ msgstr "" "Počet položiek, ktoré sa zobrazia na každej stránke prvej úrovne navigačného " "stromu." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maximálny počet položiek na prvej úrovni" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Počet položiek, ktoré sa zobrazia na každej stránke navigačného stromu." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maximálny počet položiek vo vetve" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6524,19 +6559,19 @@ msgstr "" "Počet zobrazených riadkov pri prechádzaní sady výsledkov. Ak sada výsledkov " "obsahuje viac riadkov, zobrazia sa odkazy \"Predchádzajúci\" a \"Ďalší\"." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maximálny počet zobrazených riadkov" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maximum tabuliek" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6544,39 +6579,39 @@ msgstr "" "Počet bytov, ktoré môže alokovať skript, napr. [kbd]32M[/kbd] ([kbd]0[/kbd] " "ruší obmedzenia)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Obmedzenie pamäte" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Zobraziť databázovú navigáciu ako strom" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Zobraziť logo v navigačnom paneli." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Zobraziť logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, na ktoré bude odkazovať logo v navigačnom paneli." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL odkazu loga" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6584,27 +6619,27 @@ msgstr "" "Otvoriť odkazovanú stránku v hlavnom okne ([kbd]hlavné[/kbd]) alebo v novom " "([kbd]nové[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Cieľ odkazu loga" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Zobraziť voľbu servera v hornej časti navigačného panela." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Zobraziť výber serverov" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Cieľ pre ikonu rýchleho prístupu" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Cieľ pre druhú ikonu rýchleho prístupu" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6612,15 +6647,15 @@ msgstr "" "Definuje minimálny počet položiek (tabuliek, zobrazení, rutín, udalostí) pre " "zobrazenie filtra." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minimálny počet položiek pre zobrazenie filtra" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minimálny počet databáz pre zobrazenie filtra databáz" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6628,54 +6663,54 @@ msgstr "" "Zoskupovať položky v navigačnom paneli (určené oddeľovačom nastaveným v " "záložke Databázy a tabuľky vyššie)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Zoskupovať položky v strome" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Reťazec, ktorý rozdeľuje databázy do rôznych úrovní stromu." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Oddeľovač databázového stromu" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Reťazec, ktorý rozdelí tabuľky do rôznych úrovní stromu." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Oddeľovač tabuľkového stromu" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maximálna hĺbka tabuľkového stromu" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Zvýrazní server pod kurzorom myši." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Povoliť zvýrazňovanie" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Či sa má ponúknuť možnosť rozbaľovania stromu v navigačnom paneli." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Povoliť rozbalenie navigačného stromu" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Zobraziť/skryť zoznam tabuliek" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -6683,109 +6718,109 @@ msgstr "Zobraziť/skryť zoznam tabuliek" msgid "Whether to show tables under database in the navigation tree" msgstr "Či sa má ponúknuť možnosť rozbaľovania stromu v navigačnom paneli." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Group items in the tree" msgid "Show views in tree" msgstr "Zoskupovať položky v strome" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show views under database in the navigation tree" msgstr "Zobraziť databázovú navigáciu ako strom" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Zobraziť zoznam funkcií" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Zobraziť procesy" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show hidden items" msgid "Show events in tree" msgstr "Zobraziť skryté položky" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show databases navigation as tree" msgid "Whether to show events under database in the navigation tree" msgstr "Zobraziť databázovú navigáciu ako strom" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maximálny počet tabuliek v zozname nedávno zobrazených tabuliek; nastavte 0 " "pre vypnutie." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maximálny počet tabuliek v zozname obľúbených tabuliek; nastavte 0 pre " "vypnutie." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Nedávno použité tabuľky" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Toto sú odkazy na Upraviť, Kopírovať a Odstrániť." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Kde zobraziť linky riadkov tabuľky" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Použiť prirodzené triedenie pre mená tabuliek a databáz." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Prirodzené poradie" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Použiť len ikony, len text alebo obidve." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Navigačná lišta tabuľky" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Použiť vyrovnávaciu pamäť GZip výstupu pre zvýšenie rýchlosti HTTP prenosov." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Medzipamäť pre GZip výstup" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6793,19 +6828,19 @@ msgstr "" "[kbd]SMART[/kbd] - t.j. zostupné radenie pre polia typu TIME, DATE, DATETIME " "a TIMESTAMP, ostatné budú radené vzostupne." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Východzie radenie" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Použiť trvalé (persistent) spojenia k MySQL databázam." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Trvalé spojenia" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6815,11 +6850,11 @@ msgstr "" "vyžadovaných tabuliek pre miesto uloženia phpMyAdmin konfigurácie nebola " "nájdená." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6827,11 +6862,11 @@ msgstr "" "Vypnúť štandardné varovanie pri zistení rozdielu medzi verziou knižnice " "MySQL a servera." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Varovanie o rozdiele medzi verziou knižnice MySQL a servera" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6839,27 +6874,27 @@ msgstr "" "Vypnúť štandardné varovanie na stránke so štruktúou tabuľky, ak názvy " "stĺpcov v tabuľke patria k rezervovaným kľúčovým slovám MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Varovanie o kľúčových slovách MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Ako zobraziť lišty menu" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Ako zobraziť rôzne príkazy" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Zakázať úpravu polí typu BLOB a BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Chrániť binárne polia" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6870,104 +6905,104 @@ msgstr "" "zobrazeniu histórie dopytoj Java Scriptové funkcie (bude stratená pri " "zavretí okna)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Trvalá história dopytov" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Koľko dopytov sa má držať v histórii." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Dĺžka histórie dopytov" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Zvoľte, ktorí funkcie budú použité pre konverziu znakových sád." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Prekódovací nástroj" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Pri prechádzaní tabuliek, sa pre každú uloží nastavenie triedenia." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Pamätať si triedenie tabuľky" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Prednastavený spôsob triedenia pre tabuľky s primárnym kľúčom." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Východzie radenie primárneho kľúča" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Opkovať hlavičku každých X buniek, [kbd]0[/kbd] vypne túto možnosť." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Opakovať záhlavie" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Úprava mriežky: vyvolať akciu" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relačné zobrazenie" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Pre zobrazenie nastavení" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Úprava mriežky: uložiť všetky upravené bunky naraz" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Adresár na serveri pre ukladanie exportov." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Adresár pre ukladanie" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Nechajte prázdne pokiaľ nepoužívate." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Poradie overovania hostiteľa" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Nechajte prázdne, ak chcete použiť východzie nastavenia." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Pravidlá overovania hostiteľa" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Povoliť prihlásenie bez hesla" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Povoliť prihlásenia užívateľa root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Časová zóna sedenia" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -6975,15 +7010,15 @@ msgstr "" "Nastaví efektívnu časovú zónu; pravdepodobne rôznu od nastavenia vášho " "databázového servera" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Názov pre zobrazenie pri použití HTTP prihlasovania." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -6993,19 +7028,19 @@ msgstr "" "overovanie[/a] (Neuložená vo vašom koreňovom adresári dokumentov, doporučené " "umiestneie: /etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Konfiguračný súbor SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Výber použitej prihlasovacej metódy." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Typ overovania" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7013,11 +7048,11 @@ msgstr "" "Nechajte prázdne pre žiadnu podporu [a@http://wiki.phpmyadmin.net/pma/" "bookmark]záložiek[/a], navrhované: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabuľka záložiek" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7025,31 +7060,31 @@ msgstr "" "Nechajte prázdne pre žiadne komentáre či mime typy polí, navrhované: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabuľka informácii o poliach" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Komprimovať spojenie s MySQL serverom." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimovať pripojenie" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Ako sa pripájať k serveru, nechajte [kbd]tcp[/kbd] ak si nie ste istí." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Typ pripojenia" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Heslo kontrolného užívateľa" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7057,11 +7092,11 @@ msgstr "" "Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je " "dostupných na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrolný užívateľ" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7069,11 +7104,11 @@ msgstr "" "Alternatívny hostiteľ na ukladanie konfigurácie; ponechajte prázdne, aby sa " "použil už definovaný hostiteľ." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrolný hostiteľ" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7083,15 +7118,15 @@ msgstr "" "ponechajte prázdne na použitie štandardného portu alebo už definovaný port, " "ak je nastavený server rovnaký ako hostiteľ." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontrolný port" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skryť databázy zodpovedajúce regulárnemu výrazu (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7099,15 +7134,15 @@ msgstr "" "Viac informácii na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Zakazať použitie INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Skryť databázy" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7115,23 +7150,23 @@ msgstr "" "Nechajte prázdne pre vypnutie histórie SQL dopytov, navrhované: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabuľka histórie SQL dopytov" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Meno počítača, kde beží MySQL server." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Meno servera" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL pri odhlásení" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7139,15 +7174,15 @@ msgstr "" "Obmedzuje počet nastavení tabuľky, ktoré sú uložené v databáze. Najstaršie " "záznamy sú automaticky odstraňované." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maximálny počet uložených nastavení tabuliek" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7155,11 +7190,29 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory pre ukladanie vyhľadávaní, navrhované: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportovať pohľady (views) ako tabuľky" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Nechajte prázdne pre vypnutie podpory pre PDF schémy, navrhované: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabuľka centrálnych stĺpcov" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7167,15 +7220,15 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory centrálnych stĺpcov. Odporúčaná " "hodnota: [kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Pokúsiť sa pripojiť bez hesla." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Pripojiť sa bez hesla" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7185,30 +7238,30 @@ msgstr "" "ich pôvodnom význame, vložte spätné lomítko pred, napríklad [kbd]'moja" "\\_db'[/kbd] namiesto [kbd]'moja_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Zobraziť len vybrané databázy" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Nechajte prázdne ak nepoužívate prihlasovací config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Heslo pre prihlásenie podľa konfigurácie" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Nechajte prázdne pre vypnutie podpory pre PDF schémy, navrhované: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF schéma: tabuľka stránok" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7218,21 +7271,21 @@ msgstr "" "viď [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Ak ponecháte prázdne, " "bude táto možnosť vypnutá. Doporučená hodnota: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Meno databázy" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, na ktorom počúva MySQL server, nechajte prázdne pre východziu hodnotu." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port servera" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7240,11 +7293,11 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti \"trvalého\" ukladania nedávno " "použitých tabuliek. Odporúčaná hodnota: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Naposledy použitá tabuľka" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7252,11 +7305,11 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti \"trvalého\" ukladania obľúbených " "tabuliek počas sedenia. Odporúčaná hodnota: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabuľka obľúbených" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7264,11 +7317,11 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory [a@http://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a]. Odporúčaná hodnota: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relačná tabuľka" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7276,32 +7329,32 @@ msgstr "" "Priklad, viď [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typy " "overovania[/a]." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Meno prihlasovacej session/sedenia" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL pri prihlásení" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket na ktorom počúva MySQL server, nechajte prázdne pre východziu hodnotu." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Socket servera" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Povoliť SSL pre pripojenie k MySQL serveru." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Použiť SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7309,11 +7362,11 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory pre PDF schému. Odporúčaná hodnota: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Dizajnér a PDF schéma: tabuľka súradníc" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7321,11 +7374,11 @@ msgstr "" "Tabuľka obsahujúca popisy polí. Nechajte prázdnu pre vypnutie tejto funkcie. " "Odporúčaná hodnota: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Zobrazenie stĺpcov tabuľky" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7333,11 +7386,11 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory \"trvalého\" ukladania nastavení, " "navrhované: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabuľka pre nastavenie rozhrania" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7345,11 +7398,11 @@ msgstr "" "Či chcete pridať príkaz DROP DATABASE IF EXISTS do logu ako prvý riadok pri " "vytváraní databázy." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Pridať DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7357,11 +7410,11 @@ msgstr "" "Či chcete pridať príkaz DROP TABLE IF EXISTS do logu ako prvý riadok pri " "vytváraní tabuľky." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Pridať DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7369,21 +7422,21 @@ msgstr "" "Či chcete pridať príkaz DROP VIEW IF EXISTS do logu ako prvý riadok pri " "vytváraní pohľadu." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Pridať DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Určuje zoznam príkazov, ktoré sa automaticky použijú pri vytváraní nových " "verzií." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Sledované príkazy" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7391,22 +7444,22 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory pre sledovanie SQL dopytov. Odporúčaná " "hodnota: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabuľka pre sledovanie SQL dopytov" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Či má sledovací mechanizmus automaticky vytvárať verzie tabuliek a pohľadov." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automaticky vytvárať verzie" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7414,33 +7467,33 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti ukladania užívateľských nastavení v " "databáze. Odporúčaná hodnota: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabuľka pre užívateľské nastavenia" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabuľka používateľov" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabuľka užívateľských skupín" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7448,15 +7501,15 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti pre schovávanie navigačných položiek. " "Odporúčané nastavenie: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Užívateľ pre prihlásenie podľa konfigurácie" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7464,20 +7517,20 @@ msgstr "" "Užívateľsky prívetivý popis tohto servera. Ak necháte prízdne, zobrazí sa " "namiesto popisu meno servera." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Dlhé meno tohto servera" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Či sa bude užívateľovi zobrazovať tlačidlo \"zobraziť všetky (riadky)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Povoliť zobraziť všetky riadky" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7488,54 +7541,54 @@ msgstr "" "konfiguračnom súbore; toto nemá vplyv na možnosť vykonať rovnaký príkaz " "priamo." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Zobraziť formulár na zmenu hesla" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Zobraziť formulár na vytvorenie databázy" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "Zobraziť/Skryť stĺpec zobrazujúci komentáre pre všetky tabuľky." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Zobraziť komentáre tabuľky" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou vytvorenia vo všetkých tabuľkách." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Zobraziť viac časových značiek" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou poslednej aktualizácie vo všetkých " "tabuľkách." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Zobraziť Časovú značku poslednej aktualizácie" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou poslednej kontroly vo všetkých " "tabuľkách." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Zobraziť Časovú značku poslednej kontroly" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7543,27 +7596,27 @@ msgstr "" "Definuje, či sa majú alebo nemajú zobrazovať typové polia v móde úprav/" "vkladania." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Zobraziť typy polí" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Zobraziť zoznam funkcií v móde úprav." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Zobraziť zoznam funkcií" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Či sa má zobrazovať nápoveda alebo nie." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Zobraziť nápovedu" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7571,53 +7624,53 @@ msgstr "" "Zobraziť odkaz na výstup funkcie [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Zobraziť odkaz na phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Zobraziť podrobné informácie o MySQL serveri" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Určuje, či sa budú zobrazovať SQL dopyty generované phpMyAdminom." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Zobraziť SQL dopyty" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Určuje či má príkazové okno ostať na obrazovke po vykonaní." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Zachovať príkazové okno" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Povoliť zobrazenie štatistík o databázach a tabuľkách (napr. využité miesto)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Zobraziť štatistiky" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označiť použité tabuľky a umožniť zobrazovanie databáz s uzamknutými " "tabuľkami." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Preskočiť zamknuté tabuľky" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7625,11 +7678,11 @@ msgstr "" "Vypne štandardné varovanie, ktoré je zobrazované na hlavnej stránke ak je " "zistený Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Varovanie Suhosin rozšírenia" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7638,11 +7691,11 @@ msgstr "" "Vypnúť štandardné varovanie na hlavnej stránke, ak je hodnota PHP nastavenia " "session.gc_maxlifetime nižšia ako hodnota `LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Varovanie o platnosti prihlasovacej cookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7650,11 +7703,11 @@ msgstr "" "Veľkosť editačného okna (počet stĺpcov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Stĺpce s textovou oblasťou" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7662,31 +7715,31 @@ msgstr "" "Veľkosť editačného okna (počet riadkov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Riadkov v textovej oblasti" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Názov okna prehliadača pri výbere databázy." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Názov okna prehliadača keď nie je nič vybrané." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Východzí popis" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Názov okna prehliadača keď je vybraný server." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Popis okna prehliadača keď je vybraná tabuľka." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7698,27 +7751,27 @@ msgstr "" "Forwarded-For) prichádzajúcej z proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Zoznam dôveryhodných proxy pre povolenie/zakázanie IP adresy" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Adresár na serveri, kde môžete nahrať súbor pre import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Adresár pre nahrávanie" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Povoliť prehľadávať celú databázu." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Použiť databázové vyhľadávanie" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7726,26 +7779,26 @@ msgstr "" "Pokiaľ je vypnuté, užívatelia nemôžu zmeniť žiadne z nižšie uvedených " "nastavení, bez ohľadu na zaškrtávacie pole vpravo." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Povoliť záložku Pre vývojára v nastaveniach" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Skontrolovať najnovšiu verziu" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Povoliť kontrolu poslednej verzie na hlavnej stránke phpMyAdmina." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Kontrola verzie" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7753,11 +7806,11 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy url" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7767,19 +7820,19 @@ msgstr "" "žiadne prihlásenie. Ak je zadané užívateľské meno, použije sa základné " "overenie. Žiadny iný spôsob overovania momentálne nie je podporovaný." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxy užívateľské meno" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Heslo pre prihlásenie sa k proxy serveru." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxy heslo" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7787,53 +7840,53 @@ msgstr "" "Povoliť [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] " "kompresiu pre import a export operácie." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Vložte váš verejný kľúč pre službu reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Verejný kľúč pre reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Privátny kľúč pre reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Zvoľte východziu akciu pri odosielaní hlásení o chybe." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Poslať chybové hlásenia" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Vykonaných dopytov" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Povoliť režim nulovej konfigurácie" @@ -7859,47 +7912,76 @@ msgstr "HTTP overovanie" msgid "Signon authentication" msgstr "Overovanie signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV pomocou LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Tabuľkový procesor Open Document" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Rýchle" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Vlastné" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Nastavenia exportu databáz" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV pre MS Excel dáta" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Open Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Žiadne dáta" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabuľka %1$s bola úspešné upravená." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Vlákno %s bol úspešne zabité." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Interné vzťahy boli úspešne zmenené." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7914,12 +7996,12 @@ msgstr "" msgid "No change" msgstr "Žiadna zmena" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7971,6 +8053,7 @@ msgid "Create database" msgstr "Vytvoriť databázu" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Vytvoriť" @@ -7984,7 +8067,7 @@ msgid "No Privileges" msgstr "Žiadne oprávnenia" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Vytvoriť tabuľku" @@ -7997,50 +8080,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Nepodarilo sa načítať exportné pluginy, skontrolujte prosím vašu inštaláciu!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportujem databázy z aktuálneho servera" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportujem tabuľky z databázy \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportujem riadky z tabuľky \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Metóda exportu:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Typ exportu" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Šablóna pre názov súboru:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Názov tabuľky" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Šablóna pre názov súboru:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Frekvencia dočasného ukladania na disk" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Aktualizované" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Vyberte tabuľku" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metóda exportu" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Rýchla - zobraziť len minimum možností" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Vlastná - zobrazí všetky voľby nastavení" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Databáza(y):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabuľka(y):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formát:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Formát - špecifické voľby:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8048,52 +8175,52 @@ msgstr "" "Posuňte sa nižšie pre nastavenie vybraného formátu a ignorujte nastavenia " "ostatných." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Prevod znakovej sady:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Riadky:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Vypísať niektoré riadky" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Začať od riadku:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Vypísať všetky riadky" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Výstup:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Uložiť na server do adresára %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Šablóna pre názov súboru:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "Meno servera bude zmenené na @SERVER@" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", meno databázy bude zmenené na @DATABASE@" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", meno tabuľky bude zmenené na @TABLE@" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8105,76 +8232,76 @@ msgstr "" "nahradenia: %3$s. Ostatný text bude zachovaný. Viď %4$sFAQ%5$s pre viac " "detailov." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "použiť aj pre budúce exporty" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Znaková sada súboru:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresia:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zazipované" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip-ované" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Zobraziť výstup ako text" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportovať pohľady (views) ako tabuľky" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportovať záhlavia tabuliek" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Uložiť výstup do suboru" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Preskočiť tabuľky väčšie ako" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Zvoľte databázu" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Zvoľte tabuľku" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Nové meno databázy" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Nové meno tabuľky" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Starý názov stĺpca" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Nový názov stĺpca" @@ -8697,7 +8824,7 @@ msgid "Dump has been saved to file %s." msgstr "Výpis bol uložený do súboru %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdny výsledok (tj. nulový počet riadkov)." @@ -8772,7 +8899,7 @@ msgstr "Skryť" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcia" @@ -8848,7 +8975,7 @@ msgstr "" "smermi klávesy CTRL+šípky" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9278,7 +9405,7 @@ msgstr "Nová" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Pohľady" @@ -9553,226 +9680,237 @@ msgstr "" msgid "Rename database to" msgstr "Premenovať databázu na" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nemáte dostatočné práva na vykonanie tejto akcie!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Upraviť oprávnenia" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databáza %s bola zmazaná." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Odstrániť databázu" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Odstrániť databázu (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Iba štruktúru" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Štruktúru a dáta" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Iba dáta" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Skopírovať databázu do" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Vytvoriť databázu (CREATE DATABASE) pred kopírovaním" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Pridať obmedzenia" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Prepnúť na skopírovanú databázu" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Zmeniť poradie tabuľky podľa" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(po jednom)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Presunúť tabuľku do (databáza.tabuľka)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Premenovať tabuľku na" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentár k tabuľke" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Parametre tabuľky" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Úložný Systém" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Skopírovať tabuľku do (databáza.tabuľka)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Prepnúť na skopírovanú tabuľku" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Údržba tabuľky" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analyzovať tabuľku" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Skontrolovať tabuľku" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Skontrolovať tabuľku" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentovať tabuľku" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabuľka %s bola vyprázdnená." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Vyprázdniť tabuľku (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimalizovať tabuľku" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Opraviť tabuľku" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Odstrániť dáta alebo tabuľku" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Vyprázdniť tabuľku (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Odstrániť tabuľku (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analyzovať" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Skontrolovať" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimalizovať" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Opraviť" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Zbaliť" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Skontrolovať referenčnú integritu:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nedá sa presunúť tabuľka sama do seba!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nedá sa skopírovať tabuľka sama do seba!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabuľka %s bola presunutá do %s. Oprávnenia boli upravené." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabuľka %s bola skopírovaná do %s. Oprávnenia boli upravené." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabuľka %s bola presunutá do %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabuľka %s bola skorírovaná do %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tabuľka je prázdna!" @@ -9965,7 +10103,7 @@ msgstr "Udalosť" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definícia" @@ -10884,41 +11022,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Pamätať si triedenie tabuľky" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Chybný typ exportu" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "bez popisu" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -10926,14 +11070,14 @@ msgid "" "configuration storage there." msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11111,6 +11255,7 @@ msgstr "Meno používateľa:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Meno používateľa" @@ -11265,10 +11410,10 @@ msgid "Master server changed successfully to %s." msgstr "Master server zmenený úspešne na %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11289,7 +11434,7 @@ msgstr "Udalosť %1$s bola zmenená." msgid "Event %1$s has been created." msgstr "Udalosť %1$s bola vytvorená." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Pri spracovaní požiadavky došlo k jednej alebo viacerým chybám:" @@ -11298,7 +11443,8 @@ msgstr "Pri spracovaní požiadavky došlo k jednej alebo viacerým chybám:" msgid "Edit event" msgstr "Upraviť udalosť" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Podrobnosti" @@ -11312,7 +11458,7 @@ msgid "Event type" msgstr "Typ udalosti" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Zmeniť na %s" @@ -11340,13 +11486,13 @@ msgid "On completion preserve" msgstr "Zachovať pri ukončení" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11372,9 +11518,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Chyba pri spracovaní požiadavky:" @@ -11411,113 +11557,119 @@ msgstr "" "'mysqli'." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Chybný typ rutiny: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Bohužiaľ sa nepodarilo obnoviť odstránenú rutinu." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Rutina %1$s bola zmenená." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Rutina %1$s bola zmenená." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Rutina %1$s bola vytvorená." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Upraviť rutinu" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Meno rutiny" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Smer" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Pridať parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Odstrániť posledný parameter" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Návratový typ" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Vrátiť dĺžku/hodnoty" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Návratové možnosti" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Je deterministický" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Typ zabezpečenia" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Musíte zadať názov rutiny!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Výsledky spustenia rutiny %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11525,13 +11677,13 @@ msgstr[0] "Posledným príkazom v procedúre bol ovplyvnený %d riadok." msgstr[1] "Posledným príkazom v procedúre boli ovplyvnené %d riadky." msgstr[2] "Posledným príkazom v procedúre bolo ovplyvnených %d riadkov." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Spustiť rutinu" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12081,12 +12233,16 @@ msgid "You have revoked the privileges for %s." msgstr "Boli zrušené oprávnenia pre %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Pridať používateľa" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Pridať používateľskú skupinu" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Databáza pre používateľa" #: libraries/server_privileges.lib.php:1946 @@ -12113,9 +12269,7 @@ msgid "User has been added." msgstr "Užívateľ bol pridaný." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12193,11 +12347,15 @@ msgstr "" "oprávnenia." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Zmeniť informácie o používateľovi / Kopírovať používateľa" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Vytvoriť nového používateľa s rovnakými právami a …" #: libraries/server_privileges.lib.php:3036 @@ -12219,7 +12377,9 @@ msgid "Add privileges on the following table:" msgstr "Pridať oprávnenia pre nasledujúcu tabuľku:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Odstrániť vybraných používateľov" #: libraries/server_privileges.lib.php:3376 @@ -12255,40 +12415,50 @@ msgstr "Boli aktualizované oprávnenia pre %s." msgid "Deleting %s" msgstr "Odstraňuje sa %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Práva boli úspešne znovunačítané." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Používateľ %s už existuje!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Oprávnenia pre %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nový" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Upraviť oprávnenia:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User groups" +msgid "User account" +msgstr "Užívateľské skupiny" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Zoznam používatelov" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12301,11 +12471,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Používateľ bol pridaný." @@ -13589,7 +13759,7 @@ msgstr "Neplatný identifikátor" msgid "Unknown Punctuation String" msgstr "Neznámy interpunkčný reťazec" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabuľka %s bola vyprázdená." @@ -13602,13 +13772,13 @@ msgstr "Sledovanie je aktívne." msgid "Tracking is not active." msgstr "Sledovanie nie je aktívne." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Pohľad %s bol odstránený." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabuľka %s bola odstránená." @@ -13825,39 +13995,34 @@ msgstr "Zabrané miesto" msgid "Effective" msgstr "Efektívny" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabuľka %1$s bola úspešné upravená." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabuľka %1$s bola úspešné upravená." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Chyba dopytu" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Stĺpce boli úspešne presunuté." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Pridať k obľúbeným" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Zoznam obľúbených je plný!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Zobrazovanie SQL dopytov pre vytvorenie" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14306,18 +14471,6 @@ msgstr "" msgid "Wrong data" msgstr "Nesprávne dáta" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Žiadne dáta" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14328,7 +14481,7 @@ msgstr "'%s' databáza neexistuje." msgid "Table %s already exists!" msgstr "Tabuľka %s už existuje!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Zobraziť dump (schému) tabuľky" @@ -14336,22 +14489,12 @@ msgstr "Zobraziť dump (schému) tabuľky" msgid "Invalid table name" msgstr "Chybné meno tabuľky" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Interné vzťahy boli úspešne zmenené." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Vlákno %s bol úspešne zabité." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -14359,7 +14502,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nebol vybraný žiadny stĺpec." @@ -14546,7 +14689,7 @@ msgid "subquery" msgstr "poddopyt" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Vytvoriť relaciu" @@ -14610,13 +14753,13 @@ msgstr "Nová stránka" msgid "Delete pages" msgstr "Odstrániť stránky" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Znovu načítať" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pomoc" @@ -14863,39 +15006,39 @@ msgstr "Názov grafu" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Série:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X Hodnoty" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "V tabuľke:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Hodnoty pre pole %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Uložiť graf ako obrázok" @@ -16097,6 +16240,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert je nastavené na 0" +#~ msgid "Add user" +#~ msgstr "Pridať používateľa" + +#~ msgid "Export Method:" +#~ msgstr "Metóda exportu:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Neboli nájdené žiadne dáta pre GIS vizualizáciu." @@ -16321,11 +16470,6 @@ msgstr "concurrent_insert je nastavené na 0" #~ msgid "pdf export page" #~ msgstr "Chybný typ exportu" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Chybný typ exportu" - #, fuzzy #~| msgid "Click to sort." #~ msgid "Click to sort" diff --git a/po/sl.po b/po/sl.po index a509410d10..dcc50f3caa 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" -"PO-Revision-Date: 2015-06-28 15:32+0200\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" +"PO-Revision-Date: 2015-07-08 20:31+0200\n" "Last-Translator: Domen \n" "Language-Team: Slovenian " "\n" @@ -92,9 +92,9 @@ msgstr "Stolpec" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -152,7 +152,7 @@ msgid "Links to" msgstr "Povezave z" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -171,7 +171,7 @@ msgstr "Pripombe" msgid "Primary" msgstr "Primarni" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -194,7 +194,7 @@ msgstr "Primarni" msgid "No" msgstr "Ne" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -217,7 +217,7 @@ msgstr "Ne" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -235,11 +235,11 @@ msgstr "V zbirki podatkov ni mogoče najti tabel." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabele" @@ -249,11 +249,11 @@ msgstr "Tabele" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -265,36 +265,35 @@ msgid "Structure" msgstr "Struktura" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Podatki" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Izberi vse" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Ime zbirke podatkov je prazno!" -#: db_operations.php:139 +#: db_operations.php:140 #, 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:151 +#: db_operations.php:152 #, 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:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -336,14 +335,14 @@ msgid "Tracked tables" msgstr "Sledene tabele" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -361,7 +360,7 @@ msgstr "Ustvarjeno" msgid "Updated" msgstr "Posodobljeno" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -493,23 +492,23 @@ msgid "Point:" msgstr "Točka:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Točka %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Dodaj točko" @@ -531,7 +530,7 @@ msgstr "Notranji obroč %d:" msgid "Add a linestring" msgstr "Dodaj daljico" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Dodaj notranji obroč" @@ -548,32 +547,32 @@ msgstr "Dodaj večkotnik" msgid "Add geometry" msgstr "Dodaj geometrijo" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -602,7 +601,7 @@ msgstr "" msgid "Succeeded" msgstr "Uspelo" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Spodletelo" @@ -705,7 +704,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Ne morem naložiti napredka nalaganja." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -804,7 +803,7 @@ msgstr "Podatki o različici:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1165,7 +1164,7 @@ msgid "SQL query:" msgstr "Poizvedba SQL:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Vrednosti y" @@ -1191,36 +1190,55 @@ msgstr "Gesli se ne ujemata!" msgid "Removing Selected Users" msgstr "Odstranjevanje izbranih uporabnikov" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Zapri" +#: js/messages.php:129 +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Predlogo smo ustvarili." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "Predlogo smo naložili." + +#: js/messages.php:131 +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Predlogo smo posodobili." + +#: js/messages.php:132 +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Predlogo smo izbrisali." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Drugo" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "," -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Povezave / Procesi" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Konfiguracija lokalnega nadziranja ni združljiva!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1232,154 +1250,154 @@ msgstr "" "je, da vaša trenutna konfiguracija ne bo več delovala. Prosimo, ponastavite " "svojo konfiguracijo na privzeto v meniju Nastavitve." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Učinkovitost predpomnilnika poizvedb" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Uporaba predpomnilnika poizvedb" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Uporabljenega predpomnilnika poizvedb" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Uporaba sistemskega CPU" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistemski pomnilnik" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Sistemska izmenjava" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Povprečna obremenitev" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Skupni pomnilnik" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Predpomnjen pomnilnik" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Medpomnjen pomnilnik" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Prost pomnilnik" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Uporabljen pomnilnik" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Skupna izmenjava" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Predpomnjena izmenjava" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Medpomnjena izmenjava" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Prosta izmenjava" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Poslanih bajtov" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Prejetih bajtov" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Povezave" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabel(a)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Vprašanja" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Promet" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Nastavitve" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Dodaj grafikon na mrežo" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Prosimo, da v serijo dodate vsaj eno spremenljivko!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1391,47 +1409,47 @@ msgstr "Prosimo, da v serijo dodate vsaj eno spremenljivko!" msgid "None" msgstr "Brez" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Nadaljuj nadziranje" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Postoj nadziranje" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Začni s samodejnim osveževanjem" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Ustavi samodejno osveževanje" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log in slow_query_log sta omogočena." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log je omogočen." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log je omogočen." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log in general_log sta onemogočena." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output ni nastavljen na TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output je nastavljen na TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1442,12 +1460,12 @@ msgstr "" "trajajo več kot %d sekund. Priporočljivo je, da nastavite long_query_time na " "0–2 sekundi, odvisno od vašega sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je nastavljen na %d sekund(o)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1456,30 +1474,30 @@ msgstr "" "privzeto vrednost ob ponovnem zagonu strežnika:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Nastavi log_output na %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Omogoči %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Onemogoči %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Nastavi long_query_time na %d sekund." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1487,57 +1505,57 @@ msgstr "" "Teh spremenljivk ne morete spremeniti. Prosimo, prijavite se kot root ali " "stopite v stik z upravljavcem vaše zbirke podatkov." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Spremeni nastavitve" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Trenutne nastavitve" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Naslov grafikona" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Razlika" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Deljeno z %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Enota" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Iz počasnega dnevnika" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Iz splošnega dnevnika" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Ime zbirke podatkov ni znano za to poizvedbo v dnevnikih strežnika." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analiziranje dnevnikov" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analiziranje in nalaganje dnevnikov. To lahko traja nekaj časa." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Prekliči zahtevo" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1547,7 +1565,7 @@ msgstr "" "zbirni pogoj je bila uporabljena le sama poizvedba SQL, zato se lahko drugi " "atributi poizvedb, npr. začetni čas, razlikujejo." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1556,33 +1574,33 @@ msgstr "" "Ker je izbrano zbiranje poizvedb INSERT, so poizvedbe INSERT iste tabele " "prav tako zbrane skupaj, ne glede na vstavljene podatke." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Podatki dnevnika so naloženi. Poizvedbe, izvedene v tem časovnem razponu:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Pojdi v dnevniško tabelo" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Našel nisem nobenih podatkov" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Dnevnik je analiziran, vendar v tem časovnem razponu nisem našel podatkov." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analiziranje…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Razloži izhod" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1592,58 +1610,58 @@ msgstr "Razloži izhod" msgid "Time" msgstr "Čas" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Skupni čas:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profiliranje rezultatov" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafikon" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Možnosti filtra dnevnikov tabel" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtriranje" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtriraj poizvedbe po besedi/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Združi poizvedbe, neupoštevajoč spremenljive podatke v stavkih WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Seštevek združenih vrstic:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Skupaj:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Dnevniki nalaganja" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Osvežitev nadziranja je spodletela" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1653,90 +1671,90 @@ msgstr "" "se je najverjetneje zgodilo, ker je vaša seja potekla. Ponovno nalaganje " "strani in ponovni vnos poveril bi morala pomagati." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Ponovno naloži stran" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Spremenjene vrstice:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Razčlenjevalne konfiguracijske datoteke je spodletelo. Kot kaže, ni veljavna " "koda JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Gradnja grafikona z uvoženo konfiguracijo je spodletela. Ponastavljanje na " "privzeto konfiguracijo…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Uvozi" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Uvozi konfiguracijo nadziranja" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Prosimo, izberite datoteko, ki jo želite uvoziti." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Na strežniku ni na voljo nobena datoteka za uvoz!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analiziraj poizvedbo" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Svetovalni sistem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Morebitni spori zmogljivosti" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Spor" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Priporočilo" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Podrobnosti pravila" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Utemeljitev" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Uporabljena spremenljivka/formula" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Preizkus" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Oblikovanje SQL ..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1747,59 +1765,59 @@ msgstr "Oblikovanje SQL ..." msgid "Cancel" msgstr "Prekliči" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Nastavitve, povezane s stranjo" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Uveljavi" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Nalaganje…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Zahteva je prekinjena!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Obdelovanje zahteve" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Zahteva je spodletela!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Napaka v obdelovanju zahteve" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Koda napake: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Besedilo napake: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Ni izbranih zbirk podatkov." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Brisanje stolpca" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Dodajanje primarnega ključa" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1808,61 +1826,61 @@ msgstr "Dodajanje primarnega ključa" msgid "OK" msgstr "V redu" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kliknite, da prezrete obvestilo" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Preimenovanje zbirk podatkov" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopiranje zbirke podatkov" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Spreminjanje nabora znakov" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Omogoči preverjanja tujih ključev" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Pridobivanje pravega števila vrstic je spodletelo." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Iskanje" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Skrij rezultate iskanja" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Prikaži rezultate iskanja" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Brskanje" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Brisanje" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Opredelitev shranjene funkcije mora vsebovati izjavo RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1872,59 +1890,59 @@ msgstr "Opredelitev shranjene funkcije mora vsebovati izjavo RETURN!" msgid "Export" msgstr "Izvozi" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Urejevalnik ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Vrednosti stolpca %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Vrednosti novega stolpca" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Vnesite vsako vrednost v svoje polje." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Dodaj %d vrednost(i)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Opomba: Če datoteka vsebuje več tabel, bodo združene v eno." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Skrij polje poizvedbe" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Prikaži polje poizvedbe" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Uredi" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1932,40 +1950,40 @@ msgstr "Uredi" msgid "Delete" msgstr "Izbriši" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ni veljavna številka vrstice." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Prebrskaj tuje vrednosti" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Ni nobene samodejno shranjene poizvedbe" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Spremenljivka %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Izberite" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Izbirnik stolpcev" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Iskanje po seznamu" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1974,15 +1992,15 @@ msgstr "" "V osrednjem seznamu ni stolpcev. Prepričajte se, da ima seznam osrednjih " "stolpcev za zbirko podatkov %s stolpce, ki niso prisotni v trenutni tabeli." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Poglej več" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Ste prepričani?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1990,52 +2008,52 @@ msgstr "" "Dejanje bo morda spremenilo nekatere opredelitve stolpcev.
Ste " "prepričani, da želite nadaljevati?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Nadaljuj" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Dodaj primarni ključ" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Dodal sem primarni ključ." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Prestavili vas bomo na naslednji korak …" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Prvi korak normalizacije je končan za tabelo '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Konec koraka" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Druga stopnja normalizacije (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Končano" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Potrdi delne odvisnosti" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Izbrane so naslednje delne odvisnosti:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2043,19 +2061,19 @@ msgstr "" "Opomba: a, b -> d,f pomeni, da lahko z združitvijo vrednosti stolpcev a in b " "določimo vrednost stolpca d in stolpca f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Ni izbranih delnih odvisnosti!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Pokaži mi možne delne odvisnosti glede na podatke v tabeli" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Skrij seznam delnih odvisnosti" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2063,40 +2081,40 @@ msgstr "" "Prosimo, počakajte. To lahko traja nekaj sekund, odvisno od velikosti " "podatkov in števila stolpcev v tabeli." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Korak" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Izvedli bomo naslednja dejanja:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "ZAVRZI stolpce %s v tabeli %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Ustvari naslednjo tabelo" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Tretja stopnja normalizacije (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Potrdi prehodne odvisnosti" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Izbrane so naslednje odvisnosti:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Ni izbranih odvisnosti!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2105,123 +2123,123 @@ msgstr "Ni izbranih odvisnosti!" msgid "Save" msgstr "Shrani" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Skrij iskalne pogoje" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Prikaži iskalne pogoje" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Iskanje v območju" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maksimum stolpcev:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Minimum stolpcev:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Minimalna vrednost:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Maksimalna vrednost:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Skrij pogoje za iskanje in zamenjavo" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Prikaži pogoje za iskanje in zamenjavo" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Vsaka točka predstavlja podatkovno vrstico." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Prehod z miško čez točko bo pokazalo njeno oznako." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Za povečanje izberite z miško del izrisa." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "Kliknite gumb za ponastavitev povečave za vrnitev na prvotno stanje." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Kliknite podatkovno točko za ogled in morebitno urejanje podatkovne vrstice." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Izris lahko povečate tako, da ga vlečete ob spodnjem desnem kotu." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Izberite dva stolpca" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Izberite dva različna stolpca" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Vsebina kazalca podatkov" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Prezri" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiraj" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Točka" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Daljica" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Večkotnik" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrija" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Notranji obroč" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Zunanji obroč" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Ali želite kopirati šifrirni ključ?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Šifrirni ključ" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2229,24 +2247,24 @@ msgstr "" "Označuje, da ste na strani naredili spremembe; pred opustitvijo sprememb vas " "bomo pozvali" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Izberite referenčni ključ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Izberite tuji ključ" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Prosimo, izberite primarni ključ ali unikatni ključ!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Izberite stolpec za prikaz" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2254,77 +2272,77 @@ msgstr "" "Niste shranili sprememb ureditve. Če jih ne shranite, bodo izgubljena. " "Želite nadaljevati?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Ime strani" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Shrani stran" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Shrani stran kot" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Odpri stran" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Izbriši stran" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Neimenovano" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Prosimo, izberite stran za nadaljevanje" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Prosimo, vnesite veljavno ime strani" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Želite shraniti spremembe na trenutni strani?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Stran ste uspešno izbrisali" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Izvozi relacijsko shemo" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Spremembe so shranjene" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Dodaj možnost za stolpec \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "Ustvaril sem %d objekt(ov)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Pošlji" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Za prekinitev urejanja pritisnite ubežnico (escape)." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2332,15 +2350,15 @@ msgstr "" "Uredili ste nekatere podatke, vendar jih niste shranili. Ste prepričani, da " "želite zapustiti stran, preden shranite podatke?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Povlecite za preureditev." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Kliknite, da razvrstite rezultate po tem stolpcu." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2350,26 +2368,26 @@ msgstr "" "
- Ctrl+klik ali Alt+klik (Mac: Shift+možnost+klik), da stolpec " "odstranite iz stavka ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Kliknite za označitev/opustitev." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dvakrat kliknite za kopiranje imena stolpca." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Za preklop vidnosti stolpcev
kliknite spustno puščico." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Pokaži vse" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2378,12 +2396,12 @@ msgstr "" "potrditvenimi polji, povezavami Uredi, Kopiraj in Izbriši, po shranjevanju " "morda ne bodo delovale." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Prosimo, vnesite veljaven šestnajstiški niz. Veljavni znaki so 0–9, A–F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2391,132 +2409,132 @@ msgstr "" "Si res želite ogledati vse vrstice? V primeru velikih tabel lahko to zruši " "brskalnik." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Izvirna dolžina" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "prekliči" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Prekinjeno" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Uspešno" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Stanje uvoza" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Spustite datoteke tukaj" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Najprej izberite zbirko podatkov" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Večino vrednosti lahko urejate
neposredno z dvojnim klikom na njih." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "Večino vrednosti lahko urejate
neposredno s klikom na njih." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Pojdi na povezavo:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopiraj ime stolpca." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Z desnim miškinim gumbom kliknite na ime stolpca, da ga skopirate v " "odložišče." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Ustvari geslo" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Ustvari" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Spremeni geslo" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Več" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Pokaži ploščo" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Skrij ploščo" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Prikaži skrite predmete v navigacijskem drevesu." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Poveži z glavno ploščo" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Ne poveži z glavno ploščo" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Za filtriranje vseh zbirk podatkov na strežniku po vnosu iskalnega pojma " "pritisnite enter" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Za filtriranje vseh %s v zbirki podatkov po vnosu iskalnega pojma pritisnite " "enter" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabel" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "pogledov" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "procedur" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "dogodkov" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funkcij" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Izbrane strani nisem našel v zgodovini; morda je potekla." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2526,43 +2544,43 @@ msgstr "" "Najnovejša različica je %s, izdana %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", zadnja ustaljena različica:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "posodobljeno" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Ustvari pogled" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Pošlji poročilo o napaki" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Oddaj poročilo o napaki" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Prišlo je do usodne napake v JavaScriptu. Želite poslati poročilo o napaki?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Spremeni nastavitve poročila" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Pokaži podrobnosti poročila" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2570,7 +2588,7 @@ msgstr "" "Vaš izvoz ni popoln zaradi nizke časovne omejitve izvršitve na stopnji PHP-" "ja!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2579,61 +2597,61 @@ msgstr "" "Opozorilo: obrazec na strani vsebuje več kot %d polj. Od potrditvi bodo " "nekatera polja morda prezrta zaradi PHP-jeve nastavitve max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Na strežniku smo zaznali nekatere napake!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Prosimo, poglejte na dno okna." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Prezri vse" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "V skladu z vašimi nastavitvami jih trenutno pošiljamo; prosimo, bodite " "potrpežljivi." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Ponovno izvedem poizvedbo?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Ali res želite izbrisati zaznamek?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" "Med pridobivanjem informacij za odpravljanje napak SQL je prišlo do napake." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s poizvedb izvedenih %s-krat v %s sekundah." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "podanih %s argumentov" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Prikaži argumente" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Skrij argumente" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Porabljen čas:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2644,334 +2662,334 @@ msgstr "" "delovale pravilno. V Safariju to težavo pogosto povroči brskanje v zasebnem " "načinu (Private Mode Browsing)." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Prej" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Nasl" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Danes" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "januar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "februar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "marec" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "junij" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "julij" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "avgust" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "september" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "november" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "nedelja" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "ponedeljek" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "torek" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "sreda" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "četrtek" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "petek" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "sobota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "sre" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "čet" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "pet" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "sob" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ne" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "po" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "sr" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "če" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "pe" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "so" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "ted." #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "brez" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Ura" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuta" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekunda" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Polje je obvezno" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Prosimo, popravite to polje" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Prosimo, vnesite veljaven e-pošni naslov" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Prosimo, vnesite veljaven URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Prosimo, vnesite veljaven datum" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Prosimo, vnesite veljaven datum (ISO)" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Prosimo, vnesite veljavno število" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Prosimo, vnesite veljavno številko kreditne kartice" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Prosimo, vnesite samo številke" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Prosimo, ponovno vnesite isto vrednost" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Prosimo, ne vnesete več kot {0} znakov" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Prosimo, vnesite vsaj {0} znakov" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Prosimo, vnesite vrednost, dolgo od {0} do {1} znakov" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Prosimo, vnesite vrednost med {0} in {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Prosimo, vnesite vrednost, manjšo ali enako {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Prosimo, vnesite vrednost, večjo ali enako {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Prosimo, vnesite veljaven datum ali čas" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Prosimo, vnesite veljaven heksadecimalen vnos" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Napaka" @@ -3043,17 +3061,17 @@ msgstr "na uro" msgid "per day" msgstr "na dan" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Obstoječa konfiguracijska datoteka (%s) ni berljiva." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Velikost pisave" @@ -3072,7 +3090,7 @@ msgid "Requery" msgstr "Ponovna poizvedba" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3081,7 +3099,7 @@ msgstr "Ponovna poizvedba" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3158,7 +3176,7 @@ msgid "History" msgstr "Zgodovina" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3181,7 +3199,7 @@ msgstr "Zgodovina" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Možnosti" @@ -3252,7 +3270,7 @@ msgid "Count:" msgstr "Štetje:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3306,10 +3324,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Preklopi na temno emo" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3317,10 +3335,10 @@ msgstr "Preklopi na temno emo" msgid "Ascending" msgstr "Naraščajoče" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3539,161 +3557,162 @@ msgstr "Prekliči izbor vsega" msgid "Inside column:" msgstr "V stolpcu:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Shrani urejene podatke" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Obnovi vrstni red stolpcev" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Filtriraj vrstice" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Išči po tabeli" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Začetek" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Prejšnja" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Naslednja" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Konec" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Vse" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Število vrstic:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Uredi po ključu" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Delna besedila" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Polna besedila" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relacijski ključ" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relacijski prikazni stolpec" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Prikaži dvojiške vsebine" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Prikaži vsebine BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Skrij pretvorbo z brskalnikom" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Dobro poznano besedilo" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Dobro poznana dvojiška datoteka" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Vrstica je izbrisana." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Prekini proces" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Morda je približno. Glej [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Poizvedbo SQL sem uspešno izvedel." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, 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." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Prikazujem vrstice %1s–%2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "skupno %1$d, %2$d v poizvedbi" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "skupaj %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Poizvedba je potrebovala %01.4f sekunde." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Z označenim:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3702,24 +3721,24 @@ msgstr "Z označenim:" msgid "Check All" msgstr "Označi vse" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Pogled za tiskanje" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Dejanja rezultatov poizvedbe" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Prikaži grafikon" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Predstavi podatke GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Povezave ni mogoče najti!" @@ -3842,7 +3861,7 @@ msgstr "Kardinalnost" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3852,7 +3871,7 @@ msgid "Collation" msgstr "Pravilo za razvrščanje znakov" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Pripomba" @@ -3867,7 +3886,7 @@ msgid "Index %s has been dropped." msgstr "Zavrgel sem indeks %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3885,7 +3904,7 @@ msgstr "" "odstrani." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Strežnik" @@ -3902,7 +3921,7 @@ msgstr "Pogled" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3933,7 +3952,7 @@ msgstr "Vstavi" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegiji" @@ -3996,16 +4015,17 @@ msgid "Central columns" msgstr "Osrednji stolpci" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Zbirke podatkov" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Uporabniki" +#: libraries/Menu.class.php:567 +#| msgid "User groups" +msgid "User accounts" +msgstr "Uporabniški računi" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4086,7 +4106,7 @@ msgid "Could not save favorite table!" msgstr "Ne morem shraniti priljubljene tabele!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Odstrani iz Priljubljenih" @@ -4107,7 +4127,7 @@ msgid "Recent" msgstr "Nedavno" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Priljubljene tabele" @@ -4738,16 +4758,16 @@ msgstr "Največja velikost: %s %s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL je vrnil: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Razloži stavek SQL" @@ -4764,7 +4784,7 @@ msgstr "Analiziraj explain pri %s" msgid "Without PHP Code" msgstr "Brez kode PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Ustvari kodo PHP" @@ -4855,6 +4875,10 @@ msgstr "Zadnjič posodobljeno" msgid "Last check" msgstr "Zadnjič pregledano" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Uporabniki" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Iskanje:" @@ -4949,8 +4973,8 @@ msgstr "NE" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4958,7 +4982,7 @@ msgstr "Ime" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Dolžina/Vrednosti" @@ -5237,7 +5261,7 @@ msgid "Not a valid port number!" msgstr "Neveljavna številka vrat!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Napačna vrednost!" @@ -5248,35 +5272,35 @@ msgstr "Napačna vrednost!" msgid "Value must be equal or lower than %s!" msgstr "Vrednost mora biti enaka ali nižja od %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Manjkajoči podatki za %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "ni na voljo" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" potrebuje razširitev %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Stisnjeni uvoz ne bo deloval, saj manjka funkcija %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Stisnjeni izvoz ne bo deloval, saj manjka funkcija %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "največ %s" @@ -5292,7 +5316,7 @@ msgid "Set value: %s" msgstr "Določi vrednost: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Povrni privzeto vrednost" @@ -5759,7 +5783,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Najdaljši čas izvajanja" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Uporabi izjavo %s" @@ -5768,7 +5792,7 @@ msgstr "Uporabi izjavo %s" msgid "Save as file" msgstr "Shrani kot datoteko" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Nabor znakov datoteke" @@ -5784,8 +5808,8 @@ msgstr "Stiskanje" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5795,14 +5819,14 @@ msgstr "Stiskanje" msgid "Put columns names in the first row" msgstr "Postavi imena stolpcev v prvo vrstico" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Stolpci so obdani z" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Stolpci so izognjeni z" @@ -5810,8 +5834,8 @@ msgstr "Stolpci so izognjeni z" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Zamenjaj NULL z" @@ -5819,13 +5843,13 @@ msgstr "Zamenjaj NULL z" msgid "Remove CRLF characters within columns" msgstr "Odstrani znake CRLF znotraj stolpcev" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Stolpci so zaključeni z" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Vrstice so zaključene z" @@ -5847,8 +5871,8 @@ msgid "Table name template" msgstr "Predloga imena tabele" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5876,14 +5900,14 @@ msgid "Label key" msgstr "Označi ključ" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Vrsta MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacije" @@ -5891,108 +5915,113 @@ msgstr "Relacije" msgid "Export method" msgstr "Način izvoza" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Shrani na strežnik" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Prepiši obstoječo(e) datoteko(e)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Izvozi v ločenih datotekah" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Zapomni si predlogo imena datoteke" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj vrednost AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Obdaj imena tabel in stolpcev z enojnimi poševnimi narekovaji" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Združljivostni način SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "Možnosti CREATE TABLE:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Datumi za ustvarjeno/posodobljeno/preverjeno" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Uporabi zakasnjeno vstavljanje" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Onemogoči preverjanja tujih ključev" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Izvozi poglede kot tabele" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Izvozi sorodne metapodatke iz hrambe konfiguracije phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Dodaj %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Uporabi šestnajstiško za BINARY in BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Uporabi možnost prezri vstavke" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Skladnja ob vstavljanju podatkov" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Največja dolžina ustvarjene poizvedbe" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Vrsta izvoza" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Vključi izvoz v transakcijo" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Izvozi čas v UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Vsili varno povezavo med uporabo phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Vsili povezavo SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6000,162 +6029,160 @@ msgstr "" "Vrstni red za predmete na spustnem seznamu tujih ključev; [kbd]content[/kbd] " "je sklicevan podatek, [kbd]id[/kbd] je vrednost ključa." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Vrstni red spustnega seznama tujih ključev" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Uporabljen bo spustni seznam, če je prisotnih manj elementov." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Omejitev tujih ključev" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Polje za privzeto vrednost za preverjanja tujih ključev pri nekaterih " "poizvedbah." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Preverjanja tujih ključev" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Način brskanja" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Prilagodite način brskanja." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Prilagodite privzete možnosti." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Razvijalec" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Nastavitve za razvijalce phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Način urejanja" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Prilagodite način urejanja." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Privzete možnosti izvoza" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Prilagodite privzete možnosti izvoza." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Lastnosti" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Splošno" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Nastavi nekatere pogosto uporabljane možnosti." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Privzete možnosti uvoza" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Prilagodite pogoste privzete možnosti uvoza." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Uvoz / izvoz" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Nastavi mape za uvoz in izvoz ter možnosti stiskanja." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Možnosti prikaza zbirk podatkov." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigacijska plošča" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Prilagodite prikaz navigacijske plošče." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Navigacijsko drevo" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Prilagodi navigacijsko drevo." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Strežniki" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Možnosti prikaza strežnikov." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Možnosti prikaza tabel." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Glavna plošča" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Druge nastavitve" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Nastavitve, ki se ne uvrščajo nikamor drugam." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Naslovi strani" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6164,11 +6191,11 @@ msgstr "" "[doc@faq6-27]dokumentacijo[/doc] za čarobne nize, ki jih lahko uporabite za " "pridobitev posebnih vrednosti." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Varnost" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6176,23 +6203,23 @@ msgstr "" "Pomnite, da je phpMyAdmin samo uporabniški vmesnik in njegove lastnosti ne " "omejujejo MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Osnovne nastavitve" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Overovitev" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Nastavitve overovitve." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfiguracija strežnika" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6200,15 +6227,15 @@ msgstr "" "Napredne nastavitve strežnika; ne spreminjajte teh možnosti, če ne veste " "čemu služijo." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Vnesite parametre povezave s strežnikom." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Hramba konfiguracije" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6218,11 +6245,11 @@ msgstr "" "funkcij, glej [doc@linked-tables]hrambo konfiguracije phpMyAdmin[/doc] v " "dokumentaciji." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Sledenje spremembam" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6230,111 +6257,111 @@ msgstr "" "Sledenje spremembam narejenih v zbirki podatkov. Potrebuje hrambo " "konfiguracije phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Prilagodi možnosti izvoza" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Prilagodi privzete možnosti uvoza" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Prilagodi navigacijsko ploščo" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Prilagodi glavno ploščo" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Poizvedbe SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Polje poizvedbe SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Prilagodi povezave prikazane v poljih poizvedbe SQL." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Nastavitve poizvedb SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Zagon" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Prilagodi začetno stran." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Zgradba zbirke podatkov" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Izberite podrobnosti, ki jih želite prikazati v zgradbi zbirke podatkov " "(seznam tabel)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Zgradba tabele" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Nastavitve zgradbe tabele (seznam stolpcev)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Zavihki" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Določite, kako želite, da delujejo zavihki." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Prikaži relacijsko shemo" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Velikost papirja" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Besedilna polja" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Prilagodi polja za vnos besedila." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Besedilo Texy!" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Prilagodite privzete možnosti" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Opozorila" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Onemogoči nekatera opozorila, ki jih prikazuje phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6342,15 +6369,15 @@ msgstr "" "Omogoči stiskanje [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] za posege " "uvoza in izvoza." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Dodatni parametri za iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6358,11 +6385,11 @@ msgstr "" "Če je omogočeno, phpMyAdmin nadaljuje z izvajanjem poizvedb z več izjavami, " "četudi ena od poizvedb spodleti." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Prezri napake več stavkov" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6372,25 +6399,25 @@ msgstr "" "omejitve. To je morda dober način za uvoz velikih datotek, čeprav lahko " "prekine transakcije." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Delni uvoz: dovoli prekinitev" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Ne prekini ob napaki INSERT" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Dodaj ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Ko pri uvozu obstajajo podvojeni ključi, posodobi podatke" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6398,69 +6425,69 @@ msgstr "" "Privzeta oblika; pomnite, da je seznam odvisen od položaja (zbirka podatkov, " "tabela) in vedno je na voljo samo SQL." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Oblika uvožene datoteke" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Uporabi ključno besedo LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Imena stolpcev v prvi vrstici" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ne uvozi praznih vrstic" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Uvozi denarne enote ($5.00 v 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Uvozi odstotke kot ustrezne decimalne vrednosti (12.00% v .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Število poizvedb, ki jih naj preskočim od začetka." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Delni uvoz: preskoči poizvedbe" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne uporabi AUTO_INCREMENT za ničelne vrednosti" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Začetno stanje drsnikov" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Koliko vrstic je lahko vstavljenih naenkrat." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Število vstavljenih vrstic" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Največje število znakov prikazanih v katerem koli neštevilčnem stolpcu v " "načinu brskanja." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Omejitev znakov stolpca" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6471,11 +6498,11 @@ msgstr "" "hitro povzroči pozabljanje odjavljanja iz ostalih strežnikov, ko ste " "povezani na več strežnikov." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Izbriši vse piškotke ob odjavi" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6483,11 +6510,11 @@ msgstr "" "Določi, ali se naj prejšnji prijavni podatki v načinu overovitve " "[kbd]cookie[/kbd] prikličejo ali ne." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Prikliči uporabniško ime" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6499,48 +6526,48 @@ msgstr "" "sejo in bo izbrisan takoj, ko zaprete okno brskalnika. To je priporočeno za " "okolja, ki jim ne zaupate." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Shranjevanje prijavnih piškotkov" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Določa, kako dolgo (v sekundah) je prijavni piškotek veljaven." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Veljavnost prijavnega piškotka" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dvojna velikost besedilnega polja za stolpce LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Večje besedilno polje za LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Največje število znakov pri prikazu poizvedbe SQL." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Največja dolžina prikazanega SQL" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Uporabniki ne morejo določiti višje vrednosti" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Največje število zbirk podatkov, prikazanih na seznamu zbirk podatkov." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Največ zbirk podatkov" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6548,11 +6575,11 @@ msgstr "" "Število predmetov, ki se lahko prikažejo na posamezni strani na prvi stopnji " "navigacijskega drevesa." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Največ predmetov na prvi stopnji" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6560,11 +6587,11 @@ msgstr "" "Število predmetov, ki se lahko prikažejo na posamezni strani navigacijskega " "drevesa." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Največ predmetov v veji" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6573,19 +6600,19 @@ msgstr "" "rezultatov vsebuje več vrstic, se prikažeta povezavi »Prejšnja« " "in »Naslednja«." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Največje število vrstic za prikaz" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Največje število tabel, prikazanih na seznamu tabel." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Največ tabel" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6593,40 +6620,40 @@ msgstr "" "Število bajtov, ki jih skript lahko dodeli, npr. [kbd]32M[/kbd] ([kbd]0[/" "kbd] za neomejeno)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Omejitev spomina" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Na navigacijski plošči zamenja drevo zbirke podatkov z izbirnikom" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Prikaži navigacijo po zbirkah podatkov kot drevo" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Poveži z glavno ploščo tako, da označiš trenutno zbirko podatkov ali tabelo." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Prikaži logotip na navigacijski plošči." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Prikaži logotip" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, kamor bo kazal logotip na navigacijski plošči." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL-povezava logotipa" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6634,27 +6661,27 @@ msgstr "" "Odpre povezano stran v glavnem ([kbd]main[/kbd]) ali v novem oknu ([kbd]new[/" "kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Cilj povezave logotipa" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Prikaži izbrani strežnik na vrhu navigacijske plošče." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Prikaži izbiro strežnikov" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Cilj ikone za hitri dostop" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Cilj druge ikone za hitri dostop" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6662,17 +6689,17 @@ msgstr "" "Najmanjše število predmetov (tabel, pogledov, rutin in dogodkov), potrebnih " "za prikaz filtrirnega polja." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Najmanjše število predmetov, potrebnih za prikaz filtrirnega polja" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Najmanjše število zbirk podatkov, potrebnih za prikaz polja za filtriranje " "zbirk podatkov" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6680,158 +6707,148 @@ msgstr "" "Združi predmete v navigacijskem drevesu (določeno z ločilom, navedenim v " "zavihkih Zbirke podatkov in Tabele spodaj)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Združi predmete v drevesu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Niz, ki loči zbirke podatkov v drugi nivo drevesa." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Ločilo drevesa zbirke podatkov" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Niz, ki loči tabele v različne stopnje drevesa." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Ločilo drevesa tabel" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Največja globina drevesa tabel" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Poudari strežnik pod miškinim kazalcem." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Omogoči poudarjanje" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Ali naj bo ponujena možnost razširitve drevesa na navigacijski plošči." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Omogoči razširitev navigacijskega drevesa" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "V drevesu prikaži tabele" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane tabele" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "V drevesu prikaži poglede" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazani pogledi" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "V drevesu prikaži funkcije" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane funkcije" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "V drevesu prikaži procedure" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane procedure" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "V drevesu prikaži dogodke" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazani dogodki" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Največje število nedavno uporabljenih tabel; določite 0 za onemogočitev." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Največje število priljubljenih tabel; določite 0 za onemogočitev." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Nedavno uporabljene tabele" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "To so povezave Uredi, Kopiraj in Izbriši." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Kje naj prikažem povezave vrstic tabel" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "Ali naj bodo povezave vrstic prikazane tudi ko ni unikatnega ključa." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Prikaži povezave vrstic v vsakem primeru" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Uporabi naravni vrstni red za razvrščanje tabel in imen zbirk podatkov." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Naravni vrstni red" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Uporabi samo ikone, samo besedilo ali oboje." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Navigacijska vrstica tabele" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Uporabi izhod medpomnjenja GZip za povečano hitrost v prenosih HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "Izhod medpomnjenja GZip" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6839,19 +6856,19 @@ msgstr "" "[kbd]SMART[/kbd] – tj. padajoči vrstni red za stolpce vrste TIME, DATE, " "DATETIME in TIMESTAMP, v naprotnem primeru naraščajoči vrstni red." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Privzet vrstni red" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Uporabi vztrajne povezave s podatkovnimi zbirkami MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Vztrajne povezave" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6861,11 +6878,11 @@ msgstr "" "podatkov Struktura, če katera od tabel, potrebnih za hrambo konfiguracije " "phpMyAdmin, ni bila najdena." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Manjkajoče tabele hrambe konfiguracije phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6873,11 +6890,11 @@ msgstr "" "Onemogoči privzeto opozorilo, ki se prikaže, če zaznam razliko med knjižnico " "in strežnikom MySQL." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Opozorilo razlike med strežnikom in knjižnico" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6885,27 +6902,27 @@ msgstr "" "Onemogoči privzeto opozorilo, ki se prikaže na strani Struktura, če so imena " "stolpcev v tabeli rezervirane besede MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Opozorilo rezerviranih besed MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Kako prikazati zavihke menija" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Kako prikazati različne povezave dejanj" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Prepreči urejanje stolpcev BLOB in BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Zaščiti dvojiške stolpce" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6915,104 +6932,104 @@ msgstr "" "(potrebuje hrambo konfiguracije phpMyAdmin). Če je onemogočeno, se za prikaz " "zgodovine poizvedb uporabi rutina JavaScript (ki se izgubi ob zaprtju okna)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Trajna zgodovina poizvedb" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Koliko poizvedb je hranjenih v zgodovini." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Dolžina zgodovine poizvedb" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Določi, katere funkcije bodo uporabljene za pretvorbo nabora znakov." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Snemalni pogon" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Med brskanjem po tabelah se razvrščanje vsake tabele ohrani." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Ohrani razvrščanje tabel" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Privzeto razvrščanje za tabele s primarnim ključem." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Privzeto razvrščanje primarnega ključa" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Ponovi glave vsakih X celic, [kbd]0[/kbd] dezaktivira to funkcijo." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Ponovi glave" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Urejanje mreže: sproži dejanje" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Relacijski prikaz" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Za prikaz Možnosti" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Urejanje mreže: naenkrat shrani vse urejene celice" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Mapa, kamor se lahko na strežnik shranijo izvozi." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Mapa za shranjevanje" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Pustite prazno, če se ne uporablja." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Zaporedje overovitve gostitelja" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Pustite prazno za privzeto." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Pravila overovitve gostitelja" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Dovoli prijave brez gesla" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Dovoli prijavo root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Časovni pas seje" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7020,15 +7037,15 @@ msgstr "" "Določi časovni pas v uporabi; lahko se razlikuje od časovnega pasu na " "strežniku zbirke podatkov" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Ime področja HTTP Basic Auth, ki se prikaže med HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Področje HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7038,19 +7055,19 @@ msgstr "" "SweKey[/a] (se ne nahaja v korenski mapi dokumentov; predlagano: /etc/swekey." "conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "Konfiguracijska datoteka SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Način overovitve za uporabo." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Vrsta overovitve" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7058,11 +7075,11 @@ msgstr "" "Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/" "bookmark]zaznamkov[/a]; predlagano: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabela zaznamkov" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7070,32 +7087,32 @@ msgstr "" "Pustite prazno, če ne želite pripomb/vrst MIME stolpcev; predlagano: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabela informacij stolpcev" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Stisni povezavo s strežnikom MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Stisni povezavo" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Način povezave s strežnikom; pustite [kbd]tcp[/kbd], če niste prepričani." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Vrsta povezave" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Geslo krmilnega uporabnika" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7103,11 +7120,11 @@ msgstr "" "Posebni uporabnik MySQL, konfiguriran z omejenimi dovoljenji; več informacij " "je na voljo na [a@http://wiki.phpmyadmin.net/pma/controluser]wikiji[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Krmilni uporabnik" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7115,11 +7132,11 @@ msgstr "" "Nadomestni gostitelj, ki ima shrambo konfiguracije; pustite prazno, če " "želite uporabiti že opredeljen gostitelj." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Krmilni gostitelj" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7129,15 +7146,15 @@ msgstr "" "pustite prazno, če želite uporabiti privzeta vrata ali že nastavljena vrata " "v primeru, ko je nadzorni gostitelj enak gostitelju." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Krmilna vrata" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skrije zbirke podatkov, ki se ujemajo z običajnim izrazom (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7146,15 +7163,15 @@ msgstr "" "bugs/2606/]sledilniku hroščev PMA[/a] in[a@http://bugs.mysql." "com/19588]hroščih MySQL[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Onemogoči uporabo INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Skrij zbirke podatkov" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7162,23 +7179,23 @@ msgstr "" "Pustite prazno, če ne želite podpore zgodovine poizvedb SQL; predlagano: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabela zgodovine poizvedb SQL" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Ime gostitelja, kjer teče strežnik MySQL." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Ime gostitelja strežnika" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Odjavni URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7186,15 +7203,15 @@ msgstr "" "Omeji število nastavitev tabel, ki so shranjene v zbirki podatkov; " "najstarejši zapisi bodo samodejno odstranjeni." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Največje število shranjenih nastavitev tabel" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "Tabela shranjenih iskanj QBE" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7202,11 +7219,27 @@ msgstr "" "Pustite prazno, če ne želite podpore shranjenih iskanj QBE; predlagano: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Izvozi tabelo s predlogami" + +#: libraries/config/messages.inc.php:657 +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Pustite prazno, če ne želite podpore izvoza predlog; predlagano: " +"[kbd]pma__exporttemplates[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabela osrednjih stolpcev" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7214,15 +7247,15 @@ msgstr "" "Pustite prazno, če ne želite podpore osrednjih stolpcev; predlagano: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Poskusi se povezati brez gesla." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Poveži se brez gesla" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7232,30 +7265,30 @@ msgstr "" "uporabiti dobesedno, npr. uporabite [kbd]'my\\_db'[/kbd] in ne [kbd]'my_db'[/" "kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Prikaži samo navedene zbirke podatkov" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Pustite prazno, če ne uporabljate overovitve config." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Geslo za overovitev config" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Pustite prazno, če ne želite podpore sheme PDF; predlagano: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-shema: tabele strani" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7265,22 +7298,22 @@ msgstr "" "si [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] za vse informacije. " "Pustite prazno, če ne želite podpore. Predlagano: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Ime zbirke podatkov" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Vrata, na katera naj bo strežnik MySQL priključen; pustite prazno za " "privzeto." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Vrata strežnika" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7288,11 +7321,11 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« nedavno uporabljenih tabel skozi " "seje; predlagano: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Nedavno uporabljena tabela" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7300,11 +7333,11 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« priljubljenih tabel skozi seje; " "predlagano: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabela priljubljenih" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7312,11 +7345,11 @@ msgstr "" "Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/" "relation]relacijskih povezav[/a]; priporočeno: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relacijska tabela" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7324,32 +7357,32 @@ msgstr "" "Oglejte si [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]vrste " "overovitev[/a] za primer." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Ime seje signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL signon" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Vtičnica na katero je povezan strežnik MySQL; pustite prazno za privzeto." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Vtičnica strežnika" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Omogoči SSL za povezavo s strežnikom MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Uporabi SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7357,11 +7390,11 @@ msgstr "" "Pustite prazno, če ne želite podpore sheme PDF; predlagano: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Shema PDF in Designer: koordinate tabel" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7369,11 +7402,11 @@ msgstr "" "Tabela za opisovanje prikaznih stolpcev; pustite prazno, če ne želite " "podpore; predlagano: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Tabela prikaznih stolpcev" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7381,11 +7414,11 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« nastavitev uporabniškega vmesnika " "tabel skozi seje; predlagano: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabela nastavitev uporabniškega vmesnika" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7393,11 +7426,11 @@ msgstr "" "Ali naj se stavek DROP DATABASE IF EXISTS doda kot prva vrstica v dnevnik " "pri ustvarjanju zbirke podatkov." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7405,11 +7438,11 @@ msgstr "" "Ali naj se stavek DROP TABLE IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju tabele." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Dodaj DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7417,21 +7450,21 @@ msgstr "" "Ali naj se stavek DROP VIEW IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju pogleda." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Določi seznam stavkov, ki jih samodejno ustvarjanje uporabi za nove " "različice." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Izjave za sledenje" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7439,22 +7472,22 @@ msgstr "" "Pustite prazno, če ne želite podpore sledenja poizvedb SQL; predlagano: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Tabela sledenja poizvedb SQL" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Ali naj mehanizem sledenja ustvari različice tabel in pogledov samodejno." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Samodejno ustvari različice" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7462,11 +7495,11 @@ msgstr "" "Pustite prazno, če ne želite hranjenja uporabnikovih nastavitev v zbirki " "podatkov; predlagano: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabela za hranjenje uporabnikovih nastavitev" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7476,11 +7509,11 @@ msgstr "" "funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste " "onemogočiti funkcionalnost; predlagano: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabela uporabnikov" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7490,11 +7523,11 @@ msgstr "" "funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste " "onemogočiti funkcionalnost; predlagano: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabela uporabniških skupin" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7502,15 +7535,15 @@ msgstr "" "Pustite prazno, če ne želite zmožnosti skrivanja in prikazovanja " "navigacijskih predmetov; predlagano: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Skriti predmeti navigacijskega drevesa" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Uporabnik za overovitev config" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7518,19 +7551,19 @@ msgstr "" "Uporabniku prijazen opis tega strežnika. Pustite prazno, če se naj namesto " "tega prikaže ime gostitelja." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Razširjeno ime tega strežnika" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Ali se naj uporabniku prikaže gumb \"prikaži vse (vrstice)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Dovoli prikaz vseh vrstic" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7540,81 +7573,81 @@ msgstr "" "kbd], saj je geslo vgrajeno v konfiguracijsko datoteko; to ne omejuje " "možnosti izvedbe enakega ukaza neposredno." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Pokaži obrazec za spremembo gesla" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Pokaži obrazec za ustvarjanje zbirke podatkov" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "Prikaži ali skrij stolpec, ki prikazuje pripombe vseh tabel." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Prikaži pripombe tabele" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig nastanka vseh tabel." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Prikaži časovni žig nastanka" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig zadnje spremembe vseh " "tabel." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Prikaži časovni žig zadnje spremembe" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig zadnjega preverjanja " "vseh tabel." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Prikaži časovni žig zadnjega preverjanja" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Določa ali naj bodo v načinu urejanja/vstavljanja prikazane vrste polj." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Pokaži vrste polj" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Prikaže polja funkcij v načinu urejanja/vstavljanja." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Prikaži polja funkcij" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Naj prikažem namig ali ne." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Prikaži namig" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7622,54 +7655,54 @@ msgstr "" "Prikaže povezavo do podatkov [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Prikaži povezavo phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Prikaži podrobne informacije o strežniku MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Določi, ali se naj poizvedbe SQL, ki jih ustvari phpMyAdmin, prikažejo." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Pokaži poizvedbe SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Določa, ali naj polje s poizvedbo ostane na zaslonu po njeni izvedbi." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Ohrani polje poizvedbe" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Dovoli prikaz statistike zbirke podatkov in tabele (npr. poraba prostora)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Pokaži statistiko" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označi uporabljene tabele in omogoči prikaz zbirk podatkov z zaklenjenimi " "tabelami." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Preskoči zaklenjene tabele" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7677,11 +7710,11 @@ msgstr "" "Onemogoči privzeto opozorlo, ki se prikaže na glavni strani, če je zaznan " "Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Opozorilo Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7691,11 +7724,11 @@ msgstr "" "nastavitve PHP session.gc_maxlifetime manjša kot vrednost " "`LoginCookieValidity`." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Opozorilo o veljavnost prijavnega piškotka" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7703,11 +7736,11 @@ msgstr "" "Velikost besedilnega polja (stolpci) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Stolpcev besedilnega polja" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7715,31 +7748,31 @@ msgstr "" "Velikost besedilnega polja (vrstice) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Vrstic besedilnega polja" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Naslov okna brskalnika, ko je izbrana zbirka podatkov." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Naslov okna brskalnika, ko je ni izbrano nič." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Privzeti naslov" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Naslov okna brskalnika, ko je izbran strežnik." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Naslov okna brskalnika, ko je izbrana tabela." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7750,27 +7783,27 @@ msgstr "" "navaja, da naj phpMyAdmin zaupa glavi HTTP_X_FORWARDED_FOR (X-Forwarded-For) " "prihajajoči iz proxyja 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Seznam zaupanja vrednih proxyjev za sprejetje/zavrnitev IP" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Mapa na strežniku, kamor lahko naložite datoteke za uvoz." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Mapa za nalaganje" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Dovoli iskanje po celotni zbirki podatkov." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Uporabi iskanje po zbirki podatkov" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7778,26 +7811,26 @@ msgstr "" "Ko je onemogočeno, uporabniki ne morejo nastaviti katere koli od spodnjih " "možnosti, ne glede na potrditveno polje na desni." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Omogoči zavihek Razvijalec v nastavitvah" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Preveri za najnovejšo različico" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Omogoča preverjanje najnovejše različice na glavni strani phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Preverjanje različice" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7809,11 +7842,11 @@ msgstr "" "nameščen phpMyAdmin, nima neposredne povezave z medmrežjem. Oblika je: " "»imegostitelja:številkavrat«." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL proxyja" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7823,19 +7856,19 @@ msgstr "" "navedete uporabniško ime, se bo izvedla overitev Basic Authentication. Druge " "vrste overitve trenutno niso podprte." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Uporabniško ime proxyja" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Geslo za overitev s proxyjem." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Geslo proxyja" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7843,35 +7876,35 @@ msgstr "" "Omogoči stiskanje [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "za posege uvoza in izvoza." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Vnesite vaš javni ključ storitve reCaptcha vaše domene." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Javni ključ za reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Vnesite vaš zasebni ključ storitve reCaptcha vaše domene." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Zasebni ključ za reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Izberite privzeto dejanje za pošiljanje poročil o napakah." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Pošlji poročila o napakah" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7879,11 +7912,11 @@ msgstr "" "Poizvedbe izvede pritisk na Enter (namesto Ctrl+Enter). Nove vrstice lahko " "vstavite s Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter izvede poizvedbe v konzoli" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7891,7 +7924,7 @@ msgstr "" "Omogoči način ničelne konfiguracije, ki omogoča, da phpMyAdmin samodejno " "nastavi hrambene tabele konfiguracije." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Omogoči način ničelne konfiguracije" @@ -7917,47 +7950,75 @@ msgstr "Overitev s HTTP" msgid "Signon authentication" msgstr "Overitev s signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV z uporabo LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Preglednica OpenDocument" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Hitro" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Po meri" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Možnosti izvoza zbirke podatkov" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Besedilo OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Za pridobivanje podatkov ni bil določen noben SQL." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" +"V tabeli ni številskih stolpcev, ki bi jih bilo mogoče narisati na graf." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Ni podatkov za prikaz" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabelo %1$s smo uspešno spremenili." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Prikazni stolpec smo uspešno posodobili." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Notranja razmerja smo uspešno posodobili." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7972,12 +8033,12 @@ msgstr "možen napad globoke rekurzije" msgid "No change" msgstr "Brez sprememb" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Za več informacij si oglejte %snašo dokumentacijo%s." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8029,6 +8090,7 @@ msgid "Create database" msgstr "Ustvari zbirko podatkov" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Ustvari" @@ -8042,7 +8104,7 @@ msgid "No Privileges" msgstr "Brez privilegijev" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Ustvari tabelo" @@ -8055,50 +8117,86 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Ne morem naložiti vtičnikov za izvoz, prosimo, preverite vašo namestitev!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Izvažanje zbirk podatkov iz trenutnega strežnika" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Izvažanje tabel iz zbirke podatkov \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Izvažanje vrstic iz tabele \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#| msgid "Export type" +msgid "Export templates:" +msgstr "Izvozite predloge:" + +#: libraries/display_export.lib.php:208 +#| msgid "File name template:" +msgid "New template:" +msgstr "Nova predloga:" + +#: libraries/display_export.lib.php:211 +#| msgid "Table name" +msgid "Template name" +msgstr "Ime predloge" + +#: libraries/display_export.lib.php:220 +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Obstoječe predloge:" + +#: libraries/display_export.lib.php:221 +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Predloga:" + +#: libraries/display_export.lib.php:226 +#| msgid "Updated" +msgid "Update" +msgstr "Posodobi" + +#: libraries/display_export.lib.php:248 +#| msgid "Select a table" +msgid "Select a template" +msgstr "Izberite predlogo" + +#: libraries/display_export.lib.php:294 +#| msgid "Export method" +msgid "Export method:" msgstr "Način izvoza:" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Hitro - prikaži kar najmanj možnosti" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Po meri - prikaži vse mogoče možnosti" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Zbirke podatkov:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabele:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Oblika:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Možnosti odvisne od oblike:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8106,52 +8204,52 @@ msgstr "" "Pomaknite se dol, da vnesete možnosti za izbrane oblike in ignorirate " "možnosti za ostale oblike." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Pretvorba kodiranja:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Vrstice:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Odloži nekaj vrstic" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Začetna vrstica:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Odloži vse vrstice" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Izhod:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Shrani na strežnik v imenik %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Predloga imena datoteke:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ bo postalo ime strežnika" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ bo postalo ime zbirke podatkov" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ bo postalo ime tabele" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8163,74 +8261,72 @@ msgstr "" "Ostalo besedilo bo ostalo takšno, kot je. Oglejte si %4$sFAQ%5$s za " "podrobnosti." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "uporabi to za prihodnje izvoze" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Nabor znakov datoteke:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Stiskanje:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipano" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipano" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Ogled izhoda kot besedilo" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Izvozi zbirke podatkov v ločenih datotekah" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Izvozi tabele v ločenih datotekah" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Preimenuj izvožene zbirke podatov/tabele/stolpce" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Shrani izhod v datoteko" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Preskoči tabele, večje od" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Izberite zbirko podatkov" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Izberite tabelo" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Ime nove zbirke podatkov" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Ime nove tabele" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Staro ime stolpca" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Novo ime stolpca" @@ -8783,7 +8879,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump je shranjen v datoteko %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic)." @@ -8863,7 +8959,7 @@ msgstr "Skrij" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -8939,7 +9035,7 @@ msgstr "" "premik kamor koli" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9202,7 +9298,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Med nalaganjem navigacijskega prikaza je prišlo do napake" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Skupine:" @@ -9372,7 +9467,7 @@ msgstr "Nov" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Pogledi" @@ -9686,222 +9781,234 @@ msgstr "Našli nismo nobene delne odvisnosti!" msgid "Rename database to" msgstr "Preimenuj zbirko podatkov v" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" +"Nimate zadostnih pravic za izvedbo posega; prosimo, oglejte si dokumentacijo " +"za več podrobnosti" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Prilagodi privilegije" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Zbirka podatkov %s je zavržena." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Odstrani zbirko podatkov" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Zavrzi zbirko podatkov (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Samo struktura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktura in podatki" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Samo podatki" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopiraj zbirko podatkov v" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE pred kopiranjem" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Dodaj omejitve" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Preklopi na kopirano zbirko podatkov" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Spremeni vrstni red prikaza tabele za" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(posamezno)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Premakni tabelo v (podatkovna_zbirka.tabela)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Preimenuj tabelo v" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Pripomba tabele" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Možnosti tabele" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Pogon skladiščenja" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Spremeni vsa pravila za razvrščanje znakov v stolpcih" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiraj tabelo v (podatkovna_zbirka.tabela)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Preklopi na kopirano tabelo" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Vzdrževanje tabele" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analiziraj tabelo" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Preveri tabelo" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Tabela kontrolnih vsot" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentiraj tabelo" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Osvežil sem tabelo %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Počisti tabelo (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimiraj tabelo" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Popravi tabelo" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Izbriši podatke ali tabelo" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Izprazni tabelo (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Izbriši tabelo (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analiziraj" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Označi" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimiraj" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Ponovno sestavi" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Popravi" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Izprazni" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Združi (coalesce)" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Vzdrževanje particij" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Particija %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Odstrani particioniranje" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Preveri referenčno integriteto:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Tabele ne morete premakniti same vase!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Tabele ne morete kopirati same vase!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelo %s smo premaknili na %s. Privilegije smo prilagodili." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelo %s smo skopirali na %s. Privilegije smo prilagodili." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelo %s smo premaknili na %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelo %s smo skopirali na %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Ime tabele je prazno!" @@ -10096,7 +10203,7 @@ msgstr "Dogodek" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Opredelitev" @@ -11056,24 +11163,28 @@ msgid "Managing Central list of columns" msgstr "Upravljanje osrednjega seznama stolpcev" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Pomnjenje nastavitev Designerja" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Shranjevanje predlog izvoza" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Hitri koraki za namestitev naprednih funkcij:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Ustvarite potrebne tabele z %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Ustvarite uporabnika pma in mu dodelite dostop do teh tabel." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11081,17 +11192,17 @@ msgstr "" "Omogočite napredne funkcije v konfiguracijski datoteki (config.inc." "php); začnite na primer s config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Ponovno se prijavite v phpMyAdmin, da naložite posodobljeno konfiguracijsko " "datoteko." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "brez opisa" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11101,7 +11212,7 @@ msgstr "" "Greste lahko na zavihek 'Dejanja' v vsaki od zbirk podatkov in nastavite " "hrambo konfiguracije phpMyAdmin." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11110,7 +11221,7 @@ msgstr "" "%sUstvari%s zbirko podatkov 'phpmyadmin' in vanjo namesti hrambo " "konfiguracije phpMyAdmin." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." @@ -11118,7 +11229,7 @@ msgstr "" "%sCreate%s tabele hrambe konfiguracije phpMyAdmin in trenutni zbirki " "podatkov." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "%sUstvari%s manjkajoče tabele hrambe konfiguracije phpMyAdmin." @@ -11310,6 +11421,7 @@ msgstr "Uporabniško ime:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Uporabniško ime" @@ -11468,10 +11580,10 @@ msgid "Master server changed successfully to %s." msgstr "Glavni strežnik sem uspešno spremenil v %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11492,7 +11604,7 @@ msgstr "Dogodek %1$s je bil spremenjen." msgid "Event %1$s has been created." msgstr "Dogodek %1$s je ustvarjen." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Med obdelovanjem vaše zahteve je prišlo do ene ali več napak:" @@ -11501,7 +11613,8 @@ msgstr "Med obdelovanjem vaše zahteve je prišlo do ene ali več napak:" msgid "Edit event" msgstr "Uredi dogodek" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Podrobnosti" @@ -11515,7 +11628,7 @@ msgid "Event type" msgstr "Vrsta dogodka" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Spremeni v %s" @@ -11543,13 +11656,13 @@ msgid "On completion preserve" msgstr "Ob dokončanju ohrani" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Opredeljevalec" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Opredeljevalec mora biti oblike \"uporabniškoime@imegostitelja\"!" @@ -11575,9 +11688,9 @@ msgid "You must provide an event definition." msgstr "Navesti morate opredelitev dogodka." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Napaka v obdelovanju zahteve:" @@ -11614,89 +11727,97 @@ msgstr "" "morebitnim težavam." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Neveljavna vrsta rutine: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Oprostite, zavržene rutine nam ni uspelo obnoviti." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Rutino %1$s smo spremenili. Privilegije smo prilagodili." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Rutino %1$s smo spremenili." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Rutino %1$s smo ustvarili." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Uredi rutino" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Ime rutine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametri" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Smer" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Dodaj parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Odstrani zadnji parameter" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Vrnjena vrsta" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Vrnjena dolžina/vrednosti" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Vrnjene možnosti" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Je deterministično" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" +"Nimate zadostnih pravic za izvedbo posega; prosimo, oglejte si dokumentacijo " +"za več podrobnosti" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Vrsta varnosti" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Dostop do podatkov SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Navesti morate ime rutine!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Neveljavna smer \"%s\" podana za parameter." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11704,24 +11825,24 @@ msgstr "" "Navesti morate dolžine/vrednosti za parametre rutine vrste ENUM, SET, " "VARCHAR in VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Navesti morate ime in vrsto vsakega parametra rutine." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Navesti morate veljavno vrsto vrnjene vrednosti dogodka." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Navesti morate opredelitev rutine." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Rezultati izvedbe rutine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11730,13 +11851,13 @@ msgstr[1] "Zadnja izjava znotraj procedure je spremenila %d vrstici." msgstr[2] "Zadnja izjava znotraj procedure je spremenila %d vrstice." msgstr[3] "Zadnja izjava znotraj procedure je spremenila %d vrstic." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Izvedi rutino" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametri rutine" @@ -12294,13 +12415,15 @@ msgid "You have revoked the privileges for %s." msgstr "Odvzeli ste privilegije za %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Dodaj uporabnika" +#: libraries/server_privileges.lib.php:4063 +#| msgid "Add user group" +msgid "Add user account" +msgstr "Dodaj uporabniški račun" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "Zbirka podatkov za uporabnika" +#| msgid "Database for user" +msgid "Database for user account" +msgstr "Zbirka podatkov za uporabniški račun" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12327,9 +12450,7 @@ msgid "User has been added." msgstr "Uporabnik je dodan." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12406,12 +12527,14 @@ msgstr "" "njegove pravice." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" -msgstr "Spremeni prijavne informacije / Kopiraj uporabnika" +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" +msgstr "Spremeni prijavne informacije / Kopiraj uporabniški račun" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" -msgstr "Ustvari novega uporabnika z enakimi pravicami in …" +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" +msgstr "Ustvari nov uporabniški račun z enakimi pravicami in …" #: libraries/server_privileges.lib.php:3036 msgid "Column-specific privileges" @@ -12432,8 +12555,9 @@ msgid "Add privileges on the following table:" msgstr "Dodaj privilegije na naslednji tabeli:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "Izbriši izbrane uporabnike" +#| msgid "Remove selected users" +msgid "Remove selected user accounts" +msgstr "Izbriši izbrane uporabniške račune" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12467,30 +12591,36 @@ msgstr "Posodobili ste privilegije za %s." msgid "Deleting %s" msgstr "Brišem %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Uspešno sem osvežil privilegije." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Uporabnik %s že obstaja!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegiji %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Nov" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Uredi privilegije:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#| msgid "User group" +msgid "User account" +msgstr "Uporabniški račun" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12498,11 +12628,12 @@ msgstr "" "Opozorilo: Poskušate urediti privilegije uporabnika, s katerim ste trenutno " "prijavljeni." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" -msgstr "Pregled uporabnikov" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#| msgid "Users overview" +msgid "User accounts overview" +msgstr "Pregled uporabniških računov" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12515,11 +12646,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Dodali ste novega uporabnika." @@ -13818,7 +13949,7 @@ msgstr "Neveljavni identifikator" msgid "Unknown Punctuation String" msgstr "Neznan niz ločil" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Izpraznil sem tabelo %s." @@ -13831,13 +13962,13 @@ msgstr "Sledenje je aktivno." msgid "Tracking is not active." msgstr "Sledenje ni aktivno." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Pogled %s sem zavrgel." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabelo %s sem zavrgel." @@ -14051,38 +14182,33 @@ msgstr "Poraba prostora" msgid "Effective" msgstr "Učinkovito" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabelo %1$s smo uspešno spremenili. Privilegije smo prilagodili." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabelo %1$s smo uspešno spremenili." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Napaka poizvedbe" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Stolpce smo uspešno premaknili." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Dodaj med Priljubljene" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Seznam Priljubljenih je poln!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Pokaži poizvedbe create" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Pogled relacij" @@ -14551,19 +14677,6 @@ msgstr "Na voljo ni novejše stabilne različice" msgid "Wrong data" msgstr "Napačni podatki" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Ni podatkov za prikaz" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Za pridobivanje podatkov ni bil določen noben SQL." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" -"V tabeli ni številskih stolpcev, ki bi jih bilo mogoče narisati na graf." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14574,7 +14687,7 @@ msgstr "Zbirka podatkov '%s' ne obstaja." msgid "Table %s already exists!" msgstr "Tabela %s že obstaja!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Preglej povzetek stanja tabele" @@ -14582,20 +14695,12 @@ msgstr "Preglej povzetek stanja tabele" msgid "Invalid table name" msgstr "Neveljavno ime tabele" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Notranja razmerja smo uspešno posodobili." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Prikazni stolpec smo uspešno posodobili." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Vrstica: %1$s, Stolpec: %2$s, Napaka: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -14604,7 +14709,7 @@ msgstr[1] "Imeni '%s' sta rezervirani besedi MySQL." msgstr[2] "Imena '%s' so rezervirane besede MySQL." msgstr[3] "Imena '%s' so rezervirane besede MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Ni izbranih stolpcev." @@ -14785,7 +14890,7 @@ msgid "subquery" msgstr "podpoizvedba" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Ustvari razmerje" @@ -14849,13 +14954,13 @@ msgstr "Nova stran" msgid "Delete pages" msgstr "Izbriši strani" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Osveži" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pomoč" @@ -15099,35 +15204,35 @@ msgstr "Naslov grafikona" msgid "X-Axis:" msgstr "Os x:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serije:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Oznaka osi x:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Vrednosti x" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Oznaka osi y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Imena zaporedij so v stolpcu" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Stolpec z zaporedjem:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Stolpec z vrednostjo:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Shrani grafikon kot sliko" @@ -16516,6 +16621,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert je nastavljeno na 0" +#~ msgid "Add user" +#~ msgstr "Dodaj uporabnika" + +#~ msgid "Export Method:" +#~ msgstr "Način izvoza:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Za predstavitev GIS ni najdenih podatkov." @@ -16742,11 +16853,6 @@ msgstr "concurrent_insert je nastavljeno na 0" #~ msgid "pdf export page" #~ msgstr "Neveljavna vrsta izvoza" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Neveljavna vrsta izvoza" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/sq.po b/po/sq.po index 29a304d6b4..50d0df476c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-06-29 00:58+0200\n" "Last-Translator: Arben Çokaj \n" -"Language-Team: Albanian " -"\n" +"Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -92,9 +92,9 @@ msgstr "Kolona" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -152,7 +152,7 @@ msgid "Links to" msgstr "Lidhje tek" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -171,7 +171,7 @@ msgstr "Komente" msgid "Primary" msgstr "Primar" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -194,7 +194,7 @@ msgstr "Primar" msgid "No" msgstr "Jo" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -217,7 +217,7 @@ msgstr "Jo" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -235,11 +235,11 @@ msgstr "Nuk gjenden tabela në databazë." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tabela" @@ -249,11 +249,11 @@ msgstr "Tabela" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -265,36 +265,35 @@ msgid "Structure" msgstr "Struktura" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Të dhëna" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Zgjedh të gjitha" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Emri i databazës është i zbrazët!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "Databaza %1$s është riemëruar në %2$s." -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "Databaza %1$s është kopjuar në %2$s." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -338,14 +337,14 @@ msgid "Tracked tables" msgstr "Tabelat e gjurmuara" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -363,7 +362,7 @@ msgstr "Krijuar" msgid "Updated" msgstr "Aktualizuar" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -496,23 +495,23 @@ msgid "Point:" msgstr "Pikë:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Pikë %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Shto një pikë" @@ -534,7 +533,7 @@ msgstr "Unazë e brendshme %d:" msgid "Add a linestring" msgstr "Shto një linestring (varg linje)" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "Shto një rreth të brendshëm" @@ -551,32 +550,32 @@ msgstr "Shto një poligon" msgid "Add geometry" msgstr "Shto gjeometri" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -605,7 +604,7 @@ msgstr "" msgid "Succeeded" msgstr "Ka sukses" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Dështoi" @@ -708,7 +707,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "Nuk mund të ngarkojë progresin e importit." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -807,7 +806,7 @@ msgstr "Informacion mbi versionin:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1171,7 +1170,7 @@ msgid "SQL query:" msgstr "SQL pyetsor:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y vlerat" @@ -1197,36 +1196,58 @@ msgstr "Fjalëkalimet nuk janë të njëjtë!" msgid "Removing Selected Users" msgstr "Largon përdoruesit e zgjedhur" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Mbyll" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Numri i faqeve të krijuara." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Profili është aktualizuar." + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Radha është fshirë." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Tjetër" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Lidhjet / Proçeset" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Konfigurimi lokal i monitorit i papërshtatshëm!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1238,154 +1259,154 @@ msgstr "" "Është shumë e mundshme, që konfigurimi aktual nuk do të punojë më. Ju lutem " "rivendos konfigurimin në vlerën e parazgjedhur në menynë Rregullimet." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efiçienca e cache të pyetsorit" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Përdorimi cache i pyetsorit" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Cache e përdorur e pyetsorit" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Përdorimi i CPU të sistemit" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Kujtesa e sistemit" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Shkëmbimi i sistemit" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Ngarkimi mesatar" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Kujtesa totale" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Cached kujtesë" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Kujtesa e amortizimit (zbutjes)" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Kujtesë e lirë" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Kujtesa e përdorur" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Shkëmbim total" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cached shkëmbim" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Shkëmbim i përdorur" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Shkëmbim i lirë" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Bajt të dërguara" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Bajt të marra" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Lidhjet" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Proçeset" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabelë(a)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Pyetjet" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafiku" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Konfigurimet" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Shto grafik tek rrjeta" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Ju lutem, shtoni së paku një variabël në seri!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1397,47 +1418,47 @@ msgstr "Ju lutem, shtoni së paku një variabël në seri!" msgid "None" msgstr "Asnjë" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Rifillo monitorin" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Monitori i pauzës" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Fillo auto rifreskim" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Ndalo auto rifreskim" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log dhe slow_query_log janë aftësuar." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log është aftësuar." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log është aftësuar." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log dhe general_log janë pasivizuar." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nuk është vendosur në TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output është vendosur në TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1448,12 +1469,12 @@ msgstr "" "marrin më shumë se %d sekonda. Këshillohet ta vendosni këtë long_query_time " "0-2 sekonda, në varësi të sistemit tuaj." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time është vendosur në %d sekond(a)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1462,30 +1483,30 @@ msgstr "" "rifillimin e serverit:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Vendos log_output në %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aftëso %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Pasivizo %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Vendos long_query_time në %d sekonda." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1493,59 +1514,59 @@ msgstr "" "Nuk mund t'i ndryshoni këto variabla. Ju lutem, hyni si rrënjë (root) ose " "kontaktoni administratorin tuaj të databazës." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Ndrysho konfigurimet" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Rregullimet aktuale" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Titulli i grafikut" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencial" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Ndarë sipas %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Njësi" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Nga regjistri i ngadalshëm" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Nga regjistri i përgjithshëm" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" "Emri i databazës nuk është i njohur për këtë pyetsor në regjistrat (logs) e " "serverit." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analizon regjistrat (logs)" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analizon & ngarkon regjistrat (logs). Kjo mund të marrë pak kohë." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Anulo kërkesën" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1556,7 +1577,7 @@ msgstr "" "kështu që atributet e tjera të pyetsorëve, të tilla si koha e fillimit, mund " "të ndryshojnë." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1566,35 +1587,35 @@ msgstr "" "njëjtën tabelë grupohen gjithashtu bashkë, pa marrë parasysh të dhënave të " "futura." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" "Të dhënat e regjistrit (log) u ngarkuan. Pyetsorët u ekzekutuan në këtë " "shtrirje kohore:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Hidhu tek tabela e regjistrit (log)" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nuk gjenden të dhëna" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Regjistër (log) i analizuar, por nuk gjenden të dhëna në këtë shtrirje " "kohore." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analizon…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Sqaro rezultatin" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1604,59 +1625,59 @@ msgstr "Sqaro rezultatin" msgid "Time" msgstr "Koha" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Koha totale:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Rezultatet e profilimit" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabelë" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafik" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opsionet e filtrit të regjistrit (log) të tabelës" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtro" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtro pyetsorët spas fjalës/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" "Pyetsorët e grupit, injoron të dhënat e variablave në klauzolën (ku) WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Shuma e radhëve të grupuara:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totali:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Ngarkon regjistrat (logs)" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Rifreskimi i monitorit dështoi" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1666,90 +1687,90 @@ msgstr "" "pavlefshme. Kjo ka mundësi të jetë për shkak se sesioni juaj ka skaduar. " "Ringarko faqen dhe ri-futja e kredencialeve tuaja duhet të ndihmojë." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Ringarko faqen" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Radhët e ndikuara:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Dështoi në parsimin e filit config. Nuk duket se është një kod i vlefshëm " "JSON." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Dështoi në ndërtimin e rrjetës së grafikut me konfig të importuar. " "Rivendosje në konfig standard…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importi" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Konfigurimi i monitorit të importit" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Ju lutem, zgjedh filin që doni të importoni." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Nuk ka file të vlefshme në server për import!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Pyetsor analize" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistem këshilltar" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Çështje të mundshme performance" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Çështje" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Rekomandim" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detajet e rregullit" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Justifikim" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Variabli i përdoruesit / formula" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Testi" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "Formaton SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1760,59 +1781,59 @@ msgstr "Formaton SQL..." msgid "Cancel" msgstr "Anulo" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Rregullimet faqe-relevante" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Apliko" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Ngarkon…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Kërkesa u abortua!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Proçeson kërkesën" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "Kërkesa dështoi!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Gabim në proçesimin e kërkesës" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Kodi i gabimit: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Teksti gabim: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nuk janë zgjedhur databaza." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Po fshin kolonën" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Shton çelësin primar" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1821,63 +1842,63 @@ msgstr "Shton çelësin primar" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kliko për të larguar këtë njoftim" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Riemëron databazën" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopjon databazën" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Ndryshon setin e karaktereve" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Aftëso kontrollet e çelësave të huaj" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Dështoi në marrjen e numrit real të radhës." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Kërkon" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Fsheh rezultatet e kërkimit" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Shfaq rezultatet e kërkimit" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Shfleton" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Fshin" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Përkufizimi i një funksioni të ruajtur duhet të përmbajë një deklaratë " "RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1887,60 +1908,60 @@ msgstr "" msgid "Export" msgstr "Eksporti" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "Editori ENUM/SET (num/vendos)" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Vlerat për kolonat %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Vlerat për kolonën e re" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Fut secilën vlerë në një fushë të ndarë." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Shto %d vlerë(a)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Shënim: Nëse fili përmban tabela të shumëfishta, ato do të kombinohen në një." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Fsheh kutinë e pyetsorit" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Shfaq kutinë e pyetsorit" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Korrigjo" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1948,40 +1969,40 @@ msgstr "Korrigjo" msgid "Delete" msgstr "Fshij" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nuk është numër i vlefshëm radhe." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Shfleto vlerat e huaja" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Nuk ka pyetsor auto-ruaj" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Variabli %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Zgjedh" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Zgjedhësi i kolonës" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Kërko këtë listë" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1990,15 +2011,15 @@ msgstr "" "Nuk ka kolona në listën qendrore. Sigurohu që lista Qendrore e kolonave për " "databazën %s ka kolona, të cilat nuk janë të pranishme në tabelën e aktuale." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Shiko më shumë" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "A jeni i sigurtë?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2006,52 +2027,52 @@ msgstr "" "Ky veprim mund të ndryshojë disa nga përkufizimet e kolonave.
Jeni i " "sigurtë, qe doni te vazhdoni?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Vazhdo" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Shto çelës primar" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Çelësi primar u shtua." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Po kalon në hapin tjetër…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Hapi i parë i normalizimit është i plotë për tabelën '%s'." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Fundi i hapit" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Hapi i dytë i normalizimit (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "U krye" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Konfirmo varësitë e pjesëshme" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Varësitë e pjesëshme të zgjedhura janë si vijon:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2059,19 +2080,19 @@ msgstr "" "Shënim: a, b -> d,f implikon vlerat e kolonave a dhe b të kombinuara së " "bashku, mund të përcaktojnë vlerat e kolonës d dhe kolonës f." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Nuk janë zgjedhur varësi të pjesëshme!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Shfaq varësitë e mundshme të pjesëshme në bazë të të dhënave në tabelë" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Fsheh listën e varësisë së pjesëshme" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2079,40 +2100,40 @@ msgstr "" "Trego durim! Mund të marrë disa sekonda, në varësi të madhësisë së të " "dhënave dhe numrit të kolonave të tabelës." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Hapi" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Veprimet që vijojnë do të kryhen:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "DROP (hedh) kolonat %s nga tabela %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Krijo tabelën që vijon" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Hapi i tretë i normalizimit (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Konfirmo varësitë kalimtare" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Varësitë e zgjedhura janë si vijon:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Nuk janë zgjedhur varësi!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2121,129 +2142,129 @@ msgstr "Nuk janë zgjedhur varësi!" msgid "Save" msgstr "Ruaj" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Fsheh kriteret e kërkimit" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Shfaq kriteret e kërkimit" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Kërkim i vargut" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Maksimumi i kolonës:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Minimumi i kolonës:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Vlera minimale:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Vlera maksimale:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Fsheh gjetjen dhe zëvendëso kriteret" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Shfaq gjej dhe zëvendëso kriteret" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Secila pikë paraqet një radhë të dhënash." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" "Vendosja e treguesit të miut sipër një pike do të shfaqë etiketën e saj." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Për ta zvogëluar, kap një zgjedhje nga subjekti me treguesin e miut." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Kliko butonin rivendos dimensionimin (zoom), për t'u kthyer në gjendjen " "origjinale." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Kliko një pikë të të dhënave për të parë dhe ndoshta korrigjuar radhën e të " "dhënave." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Komploti mund të ndryshojë madhësi, duke u zvarritur përgjatë qoshes së " "djathtë në fund." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Zgjedh dy kolona" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Zgjedh dy kolona të ndryshme" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Përmbajtja e pikës së të dhënave" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Injoro" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopjo" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Pikë" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Vargu i linjës" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Gjeometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Brenda rrethit" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Rrethi i jashtëm" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Doni të kopjoni çelësin e kriptimit?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Çelësi i kriptimit" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2251,24 +2272,24 @@ msgstr "" "Tregon se keni bërë ndryshime në këtë faqe; do të nxiteni për konfirmim para " "braktisjes së ndryshimeve" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Zgjedh çelësin e referencës" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Zgjedh çelësin e huaj" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Ju lutem, zgjedh çelësin primar ose një çelës unik!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Zgjedh kolonën për të shfaqur" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2276,77 +2297,77 @@ msgstr "" "Nuk i keni ruajtur ndryshimet e faqosjes (layout). Do të humbin, nëse nuk i " "ruani ato. Doni të vazhdoni?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Emri i faqes" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Ruaj faqen" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Ruaj faqen si" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Hap faqe" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Fshij faqen" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Pa titull" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Ju lutem, zgjedh një faqe për të vazhduar" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Ju lutem, fut një emër të vlefshëm faqeje" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "A doni të ruani ndryshimet në faqen aktuale?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Faqja u fshi me sukses" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Eksporto skemën relacionale" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Modifikimet janë ruajtur" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Shto një opsion për kolonë \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objekt(e) u krijuan." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Dërgo" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Shtyp Esc (ik) për të anulluar korrigjimin." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2354,15 +2375,15 @@ msgstr "" "Keni ndryshuar disa të dhëna dhe ato nuk janë ruajtur. Jeni i sigurtë, qe " "doni të largoheni nga kjo faqe, para se të ruani të dhënat?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Tërhiq dhe rirendit." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Kliko të klasifikoni rezultatet sipas kësaj kolone." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2372,27 +2393,27 @@ msgstr "" "bashkuar ASC/DESC.
- Ctrl+klikim ose Alt+klikim (Mac: Shift+Option" "+klikim), për të larguar kolonën nga klauzola ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Kliko për të shënjuar/mos-shënjuar." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Kliko dyfish për të kopjuar emrin e kolonës." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Kliko shigjetën lësho-poshtë
për të shkëmbyer shikueshmërinë e kolonës." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Shfaq të gjitha" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2401,13 +2422,13 @@ msgstr "" "korrigjim rrjetë, kuti kontrolli, Korrigjo, Kopjo dhe Fshij mund të mos " "punojnë pas ruajtjes." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Ju lutem, fut një varg të vlefshëm hekzadecimal. Karakteret e vlefshme janë " "0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2415,133 +2436,133 @@ msgstr "" "Doni me të vërtetë t'i shikoni të gjitha radhët? Për një tabelë të madhe, " "kjo mund të dështojë shfletuesin." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Gjatësi origjinale" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "anulo" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Abortuar" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Sukses" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Importo statusin" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Lësho filet këtu" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Zgjedh databazën së pari" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Mund të korrigjoni vlerat më të shumta
duke klikuar dyfish direkt mbi " "to." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Mund të korrigjoni vlerat më të shumta
duke klikuar direkt mbi to." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Shko tek lidhja:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopjo emrin e kolonës." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Kliko me tastin e djathtë të miut emrin e kolonës për ta kopjuar atë në " "bordin e klipeve." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Gjenero fjalëkalimin" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Gjenero" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Ndrysho fjalëkalimin" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Më shumë" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Shfaq Panelin" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Fsheh panelin" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Shfaq njësitë e fshehta të pemës së navigimit." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Lidh me panelin kryesor" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Moslidh nga paneli kryesor" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Për të filtruar të gjitha databazat në server, shtyp Enter pas një termi " "kërkimi" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Për të filtruar të gjitha %s në databazë, shtyp Enter pas një temi kërkimi" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tabelat" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "pamje" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "proçedurat" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "ngjarjet" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "funksionet" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Faqja e kërkuar nuk gjendet në histori, ajo mund të ketë skaduar." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2551,28 +2572,28 @@ msgstr "" "aktualizimin. Versioni më i ri është %s, lëshuar më %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", versioni i fundit stabil:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktual" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Krijo pamje" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Dërgo raportin e gabimit" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Dërgo raportin e gabimit" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2580,15 +2601,15 @@ msgstr "" "Një gabim fatal ka ndodhur në JavaScript. Dëshironi të dërgoni një raport " "gabimi?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Ndrysho rregullimet e raportit" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Shfaq detajet e raportit" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2596,7 +2617,7 @@ msgstr "" "Eksporti juaj është jo i plotë, për shkak të ekzekutimit të ulët të " "kufizimit kohor në nivel të PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2606,60 +2627,60 @@ msgstr "" "dorëzimin, disa nga fushat mund të injorohen, për shkak të konfigurimit PHP " "max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Disa gabime janë zbuluar në server!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Ju lutem shiko në fund të kësaj dritareje." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Injoro të gjitha" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" "Si per rregullimet tuaja, ata janë duke u dërguar aktualisht, ju lutem " "tregoni durim." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Ekzekuto përsëri këtë pyetsor?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Doni me të vërtetë të fshini këtë faqeruajtës?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "Disa gabime knë ndodhur, ndërsa merr informacion për SQL debug." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s pyetsorë të ekzekutuar %s herë në %s sekonda." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s argument(e) kaluan" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Shfaq argumentet" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Fsheh argumentet" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Koha që ka marrë:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2670,334 +2691,334 @@ msgstr "" "për ju. Në Safari, një problem i tillë shkaktohet zakonisht nga \"Private " "Browsing Mode\" (mënya private e shfletimit)." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Para" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Tjetër" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Sot" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Janar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Shkurt" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mars" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Prill" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "June" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Korrik" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Gusht" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Shtator" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Tetor" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Nëntor" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Dhjetor" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Shk" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Pri" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Kor" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Gus" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sht" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Tet" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nën" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dhj" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Dielë" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "E hënë" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "E martë" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "E mërkurë" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "E enjte" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "E premte" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "E shtunë" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Die" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Hën" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Mër" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Enj" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pre" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sht" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Hë" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Më" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Enj" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Sh" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Wk" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalendar-muaj-vit" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "asnjë" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Orë" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minutë" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Dytësor" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Kjo fushë kërkohet" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Ju lutem, fiksoje këtë fushë" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Ju lutem, fut një adresë të vlefshme email" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Ju lutem, fut një URL të vlefshme" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Ju lutem, fut një datë të vlefshme" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Ju lutem, fut një datë të vlefshme ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Ju lutem, fut një numër të vlefshëm" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Ju lutem, fut një numër të vlefshëm karte krediti" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Ju lutem, fut vetëm numra" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Ju lutem, fut të njëjtën vlerë përsëri" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Ju lutem, mos fut më shumë se {0} karaktere" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Ju lutem, fut së paku {0} karaktere" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Ju lutem, fut një vlerë të gjatë ndërmjet {0} dhe {1} karaktere" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Ju lutem, fut një vlerë ndërmjet {0} dhe {1}" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Ju lutem, fut një vlerë më të vogël ose të barabartë me {0}" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Ju lutem, fut një vlerë më të madhe ose të barabartë me {0}" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Ju lutem, fut një datë ose kohë të vlefshme" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Ju lutem, fut një hyrje HEX të vlefshëm" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Gabim" @@ -3068,18 +3089,18 @@ msgstr "për orë" msgid "per day" msgstr "për ditë" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Fili i konfigurimit ekzistues (%s) nuk është i lexueshëm." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Lejimet e gabuara mbi filin e konfigurimit, nuk duhet të jetë botërisht e " "shkruajtshme!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Madhësia e shkrimit" @@ -3098,7 +3119,7 @@ msgid "Requery" msgstr "Requery (kërkesë)" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3107,7 +3128,7 @@ msgstr "Requery (kërkesë)" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3182,7 +3203,7 @@ msgid "History" msgstr "Historia" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3205,7 +3226,7 @@ msgstr "Historia" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opsionet" @@ -3276,7 +3297,7 @@ msgid "Count:" msgstr "Numri:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3330,10 +3351,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Kalo tek modeli i errët" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3341,10 +3362,10 @@ msgstr "Kalo tek modeli i errët" msgid "Ascending" msgstr "Ngritëse" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3559,125 +3580,126 @@ msgstr "Mos-zgjedh të gjitha" msgid "Inside column:" msgstr "Kolona e brendshme:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Ruaj të dhënat e korrigjuara" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Rivendos renditjen e kolonës" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Radhët e filterit" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Kërko këtë tabelë" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Fillo" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Përpara" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Tjetër" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Fund" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Të gjithë" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Numri i radhëve:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Klasifiko sipas çelësit" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Tekste pjesore" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Tekstet e plota" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Çelësi relacional" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Kolona e shfaqjes relacionale" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Shfaq përmbajtjen binare" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Shfaq përmbajtjen BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Fsheh transformimin e shfletuesit" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Tekst i mirënjohur" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Binare e mirënjohur" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Radha është fshirë." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Vrit" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Mund të jetë me afërsi. Shiko [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Pyetsori juaj SQL është ekzekutuar me sukses." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3686,36 +3708,36 @@ msgstr "" "Kjo pamje ka të paktën këtë numër të radhëve. Ju lutem, refero " "%sdokumentacionin%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Shfaqën radhët %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d gjithsejt, %2$d në pyetsor" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d gjithsejt" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Pyetsori mori %01.4f sekonda." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Me të zgjedhur:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3724,24 +3746,24 @@ msgstr "Me të zgjedhur:" msgid "Check All" msgstr "Shënjo të gjitha" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Shfaq printimin" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Veprimet e rezultatit të pyetsorit" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Shfaq grafikun" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Vizualizo të dhënat GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Lidhja nuk gjendet!" @@ -3864,7 +3886,7 @@ msgstr "Kardinaliteti" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3874,7 +3896,7 @@ msgid "Collation" msgstr "Përshtatja" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komenti" @@ -3889,7 +3911,7 @@ msgid "Index %s has been dropped." msgstr "Indeksi %s është fshirë." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3907,7 +3929,7 @@ msgstr "" "hiqet." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Serveri" @@ -3924,7 +3946,7 @@ msgstr "Shfaq" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3955,7 +3977,7 @@ msgstr "Fut" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegjet" @@ -4018,16 +4040,18 @@ msgid "Central columns" msgstr "Kolonat qendrore" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databazat" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Përdoruesit" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Grupet e përdoruesve" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4102,7 +4126,7 @@ msgid "Could not save favorite table!" msgstr "Nuk mund të ruajë tabelën e preferuar!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Largo nga preferencat" @@ -4123,7 +4147,7 @@ msgid "Recent" msgstr "Të fundit" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Tabelat e preferuara" @@ -4751,16 +4775,16 @@ msgstr "Maks: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL tha: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Sqaro SQL" @@ -4777,7 +4801,7 @@ msgstr "Analizo sqarimin në %s" msgid "Without PHP Code" msgstr "Pa kod PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Krijo kod PHP" @@ -4868,6 +4892,10 @@ msgstr "Aktualizimi i fundit" msgid "Last check" msgstr "Kontrolli i fundi" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Përdoruesit" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Kërko:" @@ -4962,8 +4990,8 @@ msgstr "JO" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4971,7 +4999,7 @@ msgstr "Emri" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Gjatësia/Vlerat" @@ -5250,7 +5278,7 @@ msgid "Not a valid port number!" msgstr "Nuk është një numër i vlefshëm porte!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Vlerë jokorrekte!" @@ -5261,37 +5289,37 @@ msgstr "Vlerë jokorrekte!" msgid "Value must be equal or lower than %s!" msgstr "Vlera duhet të jetë e barabartë ose më e ulët se %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Mungojnë të dhëna për %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "e pavlefshme" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" kërkon zgjerimin %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" "Importi i kompresuar nuk do të punojë për arsye se mungon funksioni %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" "Eksporti i kompresuar nuk do të punojë për arsye se mungon funksioni %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -5307,7 +5335,7 @@ msgid "Set value: %s" msgstr "Vendos vlerën: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Rivendos vlerën standarde" @@ -5787,7 +5815,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Koha maksimale e ekzekutimit" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "Shto deklaratën %s" @@ -5796,7 +5824,7 @@ msgstr "Shto deklaratën %s" msgid "Save as file" msgstr "Ruaj si fil" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Seti i karaktereve të filit" @@ -5812,8 +5840,8 @@ msgstr "Kompresim" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5823,14 +5851,14 @@ msgstr "Kompresim" msgid "Put columns names in the first row" msgstr "Vendos emrat e kolonave në radhë të parë" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Kolonat e mbyllura me" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Kolonat ikin nga" @@ -5838,8 +5866,8 @@ msgstr "Kolonat ikin nga" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Zëvendëso NULL nga" @@ -5847,13 +5875,13 @@ msgstr "Zëvendëso NULL nga" msgid "Remove CRLF characters within columns" msgstr "Largo karakteret CRLF brenda kolonave" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Kolonat ndërpriten me" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Rreshta që përfundojnë me" @@ -5875,8 +5903,8 @@ msgid "Table name template" msgstr "Modeli i emrit të tabelës" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5904,14 +5932,14 @@ msgid "Label key" msgstr "Çelësi i etiketës" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Tipi MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacionet" @@ -5919,109 +5947,115 @@ msgstr "Relacionet" msgid "Export method" msgstr "Metoda e eksportit" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Ruaj në server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Mbishkruaj filin(et) ekzistues" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Eksporto tabelat si file të ndara" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Kujto modelin e emrit të filit" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Shto vlerën AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" "Bashkëngjitni emrat e tabelave dhe kolonave me prapacitate (backquotes)" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL mënyrë e përshtatshme" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "KRIJO TABELË opsionet:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Krijimi/Aktualizimi/Kontrollo datat" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Përdor futje të vonuara" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Pasivizo kontrollet e çelësave të huaj" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Eksporto pamjet si tabela" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Eksporti i metadata të lidhura nga ruajtja e konfigurimit phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Shto %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Përdor hekzadecimal për BINARY & BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Përdor futje injoruese" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaksa që përdoret kur fut të dhënat" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Gjatësia maksimale e pyetsorit të krijuar" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tipi i eksportit" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Përfshij eksportin në një transaksion" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Eksporti i kohës në UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Detyro lidhje të sigurtë, ndërsa përdor phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Detyro lidhjen SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6030,162 +6064,160 @@ msgstr "" "[kbd]përmbajtja[/kbd] janë të dhënat e referencës, [kbd]id[/kbd] është vlera " "e çelësit." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Renditja lësho-poshtë e çelësit të huaj" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Një lësho-poshtë do të përdoret, nëse janë të pranishëm më pak njësi." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Limiti i çelësit të huaj" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Vlera e parazgjedhur për çelësin e huaj kontrollon kutinë e kontrollit për " "disa pyetsorë." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Kontrollet e çelësit të huaj" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Mënyra e shfletimit" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Përshtat mënyrën e shfletimit." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Përshtat opsionet e parazgjedhura." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Zhvillues" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Rregullimet për zhvilluesit phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Mënyra e korrigjimit" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Përshtat mënyrën e korrigjimit." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Standardet e eksportit" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Përshtat opsionet e parazgjedhura të eksportit." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Tiparet" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "E përgjithshme" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Vendos disa opsione të përdorura zakonisht." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importo standardet" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Përshtat opsionet e parazgjedhura të importimit të zakonshëm." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importi / eksporti" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Vendos drejtoritë e importit dhe eksportit dhe opsionet kompresimit." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Opsionet e shfaqjes së databazave." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Paneli i navigimit" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Përshtat shfaqjen e panelit të navigimit." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Pema e navigimit" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Përshtat pemën e navigimit." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serverat" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Opsionet e shfaqjes së serverit." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Opsionet e shfaqjes së tabelës." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Paneli kryesor" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Rregullime tjera kryesore" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Rregullimet që nuk përshtaten diku tjetër." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Titujt e faqes" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6194,11 +6226,11 @@ msgstr "" "[doc@faq6-27]dokumentacionin[/doc] për vargjet magjike, që mund të përdoren " "për të marrë vlera të veçanta." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Siguria" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6206,23 +6238,23 @@ msgstr "" "Ju lutem, vini re se phpMyAdmin është vetëm një ndërfaqe e përdoruesit dhe " "karakteristikat e tij nuk e kufizojnë MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Rregullimet bazë" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentifikimi" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Rregullimet e autentifikimit." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfigurimi i serverit" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6230,15 +6262,15 @@ msgstr "" "Konfigurimi i avancuar i serverit, nuk do i ndryshojë këto opsione, nëse nuk " "e dini se për çfarë janë ata." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Fut parametrat e lidhjes me serverin." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Ruajtja e konfigurimit" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6248,11 +6280,11 @@ msgstr "" "shtesë, shiko [doc@linked-tables]ruajtja e konfigurimit phpMyAdmin[/doc] në " "dokumentacion." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Ndryshon gjurmimin" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6260,111 +6292,111 @@ msgstr "" "Gjurmimi i ndryshimeve të bëra në databazë. Kërkon ruajtjen e konfigurimit " "të phpMyAdmin." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Përshtat opsionet e eksportit" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Përshtat vlerën e parazgjedhur të importit" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Përshtat panelin e navigimit" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Përshtat panelin kryesor" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "Pyetsorët SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL kutia e pyetsorit" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Përshtat lidhjet e shfaqura në kutitë SQL Query (pyetsor)." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Rregullimet e pyetsorëve SQL." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Fillimi" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Përshtat faqen e fillimit." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Struktura e databazës" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Zgjedh cilat detaje do të shfaqn në strukturën e databazës (lista e " "tabelave)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Struktura e tabelës" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Rregullimet për strukturën e tabelës (lista e kolonave)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Tabelorët" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Zgjedh se si i doni tabelorët të punojnë." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Shfaq skemën e relacioneve" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Madhësia e letrës" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Fushat e tekstit" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Përshtat fushat e futjes së tekstit." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Përshtat opsionet e parazgjedhura" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Paralajmërime" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Pasivizo disa nga paralajmërimet e shfaqura nga phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6372,15 +6404,15 @@ msgstr "" "Aftëso kompresimin [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] për " "veprimet e importit dhe eksportit." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Parametra ekstra për iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6388,11 +6420,11 @@ msgstr "" "Nëse aftësohet, phpMyAdmin vazhdon llogaritjen e pyetsorëve shumë-" "deklaratash, edhe nëse një prej pyetsorëve dështon." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Injoro gabimet e deklaratave të shumëfishta" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6402,25 +6434,25 @@ msgstr "" "kohor. Kjo mund të jetë një mënyrë e mirë për të importuar file të mëdha, " "por mund të thyejë transaksionet." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Importim pjesor: lejo ndërprerje" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Mos aborto në INSERT gabim" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Shto ON DUPLICATE KEY UPDATE (në çelësin e dyfishtë aktualizo)" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "Aktualizo të dhënat kur dyfishon çelësat e gjetur në import" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6428,69 +6460,69 @@ msgstr "" "Formati standard; të jeni i qartë se kjo listë varet nga lokalizimi " "(databaza, tabela) dhe vetëm SQL është gjithmonë e vlefshme." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Formati i filit të importuar" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Përdor fjalë kyçe LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Emrat e kolonës në radhën e parë" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Mos importo radhë të zbrazëta" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importo monedhat (£5.00 në 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Përqindjet e importit si numra dhjetorë të plotë (12.00% në .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Numri i pyetsorëve që shmangen nga fillimi." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Importim pjesor: shmang pyetsorët" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Mos përdor AUTO_INCREMENT për vlerat zero" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Gjendja fillestare për rrëshqitësit" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Sa radhë do të futen në të njëjtën kohë." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Numri i radhëve të futura" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Numri maksimal i karaktereve të shfaqura në çdo kolonë jo-numerike në pamjen " "e shfletimit." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Kufizo karakteret e kolonës" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6501,11 +6533,11 @@ msgstr "" "tek FALSE, e bën të lehtë harrimin e daljes nga serverat e tjerë, kur lidhet " "me servera të shumëfishtë." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Fshij të gjithë gatimet në dalje" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6513,11 +6545,11 @@ msgstr "" "Përcaktoni nëse hyrja e mëparshme duhet të ri-thirret apo jo në mënyrën e " "autentifikimit [kbd]cookie[/kbd] (gatim)." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Ri-thirr emrin e përdoruesit" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6529,49 +6561,49 @@ msgstr "" "ekzistuese dhe do të fshihet sapo të mbyllni dritaren e shfletuesit. Kjo " "rekomandohet për mjedise jo-të-besuar." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Rezerva e gatimit (cookie) të hyrjes" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Përcakto sa i gjatë (në sekonda) është një gatim (cookie) hyrjeje." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Vlefshmëria e gatimit (cookie) të hyrjes" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Madhësi dyfishe e zonës së tekstit për kolonat LONGTEXT." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Zonë teksti e madhe për LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Numri maksimal i karaktereve që përdoret kur një pyetsor SQL është shfaqur." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Gjatësia maksimale SQL e shfaqur" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Përdoruesit nuk mund të vendosin një vlerë më të lartë" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Numri maksimal i databazave të paraqitura në listën e databazës." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maksimumi i databazave" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6579,21 +6611,21 @@ msgstr "" "Numri i njësive që mund të shfaqet në çdo faqe të nivelit të parë të pemës " "së navigimit." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maksimumi i njësive në nivelin e parë" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Numri i njësive që mund të shfaqet në çdo faqe të pemës së navigimit." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Njësitë maksimale në degë" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6602,19 +6634,19 @@ msgstr "" "rezultateve përmban më shumë radhë, lidhjet \"Përpara \" dhe \"Tjetër\" do " "të shfaqen." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Numri maksimal i radhëve për t'u shfaqur" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Numri maksimal i tabelave të paraqitura në listën e tabelës." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimumi i tabelave" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6622,40 +6654,40 @@ msgstr "" "Numri i bajt, që një skript është i lejuar të ndajë, psh. [kbd]32M[/kbd] " "([kbd]0[/kbd] për asnjë kufizim)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Kufizimi i kujtesës" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Në panelin e navigimit, zëvendëso pemën e databazës me një përzgjedhës" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Shfaq navigimin e databazës si pemë" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Lidhja me panelin kryesor, duke theksuar databazën aktuale ose tabelën." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Shfaq logon në panelin e navigimit." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Shfaq logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL ku logo në panelin e navigimit do të tregojë." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL e lidhjes së logos" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6663,27 +6695,27 @@ msgstr "" "Hap faqen e lidhur në dritaren kryesore ([kbd]kryesore[/kbd]) ose në një të " "re ([kbd]e re[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Objektivi i lidhjes së logos" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Shfaq zgjedhjen e serverit në krye të panelit të navigimit." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Shfaq zgjedhjen e serverave" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Objektivi për ikonën e hyrjes së shpejtë" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "Objektivi për ikonën e dytë të hyrjes së shpejtë" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6691,15 +6723,15 @@ msgstr "" "Përcakton numrin minimal të njësive (tabela, pamje, rutinat dhe ngjarjet) " "për të shfaqur një kuti filtri." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Numri minimal i njësive që shfaq kutia e filtrit" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Numri minimal i databazave që shfaq kutia e filtrit të databazës" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6707,155 +6739,145 @@ msgstr "" "Njësitë e grupit në pemën e navigacionit (të përcaktuar nga ndarës të " "vendosur në tabelorët e Databazave dhe Tabelave më lart)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Njësitë e grupit në pemë" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Vargu që ndan databazat në nivele të ndryshme të pemës." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Ndarësi pemë i databazës" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Vargu që ndan tabelat në nivele të ndryshme të pemës." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Ndarësi i pemës së tabelës" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Thellësia maksimale e pemës së tabelës" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Thekso serverin nën kursorin e miut." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Aftëso theksimin" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Nëse ofron mundësinë e zgjerimit të pemës në panelin e navigimit." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Aftëso zgjerimin e navigimit të pemës" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Shfaq tabelën në pemë" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "Nëse shfaq tabelat nën databazë në pemën e navigimit" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Shfaq pamjet në pemë" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "Nëse shfaq pamjet nën databazë në pemën e navigimit" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "Shfaq funksionet në pemë" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "Nëse shfaq funksionet nën databazë në pemën e navigimit" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Shfaq procedurat në pemë" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "Nëse shfaq procedurat nën databazë në pemën e navigimit" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Shfaq ngjarjet në pemë" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "Nëse shfaq ngjarjet nën databazë në pemën e navigimit" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Numri maksimal i tabelave të përdorura së fundi; vendos 0 për ta pasivizuar." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Numri maksimal i tabelave të preferuara; vëndos 0 për ta pasivizuar." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Tabelat e përdorura së fundi" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Këto janë lidhjet Korrigjo, Kopjo dhe Fshij." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Ku tregohen lidhjet radhët e tabelës" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Qoftë për të treguar lidhjet e radhës edhe në mungesë të një çelësi unik." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Shfaq lidhjet e radhës megjithatë" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" "Përdor renditje natyrale për klasifikimin e emrave të tabelës dhe databazës." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Renditja natyrale" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Përdor vetëm ikona, vetëm text ose të dyja." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Linja e navigimit të tabelës" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Përdor rezultatin e zbutjes GZip, për rritur shpejtësië në tranferuesit HTTP." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip stimulimi i produktit" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6863,19 +6885,19 @@ msgstr "" "[kbd]SMART[/kbd] - dmth. renditje zbritëse për kolonat e tipit TIME, DATE, " "DATETIME dhe TIMESTAMP, përndryshe rendiktje ngritëse." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Mënyrë standarde e renditjes" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Përdor lidhje të qëndrueshme për tek databazat MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Lidhjet e vazhdueshme" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6885,11 +6907,11 @@ msgstr "" "databazës Struktura, nëse ndonjë nga tabelat e kërkuara për ruajtjen e " "konfigurimit të phpMyAdmin nuk mund të gjendet." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mungojnë tabelat e ruajtjes së konfigurimit të phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6897,11 +6919,11 @@ msgstr "" "Pasivizo paralajmërimin standard që shfaqet, nëse është zbuluar një dallim " "në mes të librarisë MySQL dhe serverit." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Paralajmërimi i ndryshimit server/librari" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6909,27 +6931,27 @@ msgstr "" "Pasivizon paralajmërimin standard që është shfaqur në faqen Struktura, nëse " "emrat e kolonës në një tabelë janë fjalë të rezervuara MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL paralajmërim fjale e rezervuar" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Si të shfaqen tabelorët e menysë" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Si të shfaqen lidhjet e veprimeve të ndryshme" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Moslejo kolona BLOB dhe BINARY nga korrigjimi." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Mbro kolonat binare" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6939,106 +6961,106 @@ msgstr "" "konfigurimit phpMyAdmin). Nëse është pasiv, ky përdor JS-rutinat për të " "shfaqur historinë e pyetsorit (humbet me mbylljen e dritares)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Historia e pyetsorit permanent" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Sa pyetsorë do të mbahen në histori." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Gjatësia e historisë së pyetsorit" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Zgjedh cilat funksione do të përdoren për konvertimin e setit të karaktereve." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Makinë regjistrimi" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kur shfleton tabelat, klasifikimi i çdo tabele kujtohet." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Kujto klasifikimin e tabelës" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" "Renditja e klasifikimit të paracaktuar për tabelat me një çelës primar." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Renditja e paracaktuar e klasifikimit të çelësit primar" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Përsërit kokat për çdo X qeliza, [kbd]0[/kbd] e pasivizon këtë tipar." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Përsërit kokat" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Korrigjim i rrjetës: veprim shkrehës" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Shfaqje relacionale" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Për opsionet e shfaqjes" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Korrigjim i rrjetës: ruaj të gjithë qelizat e korrigjuara menjëherë" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Drejtoria ku eksportet mund të ruhen në server." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Drejtoria e ruajtjes" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Lëre të zbrazët nëse nuk përdoret." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Renditja e autorizimit të hostit (pritësit)" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Lëre të zbrazët për standardet." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Rregullat e autorizimit të hostit (pritësit)" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Lejo hyrjet pa fjalëklalim" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Lejo hyrjen në rrënjë (root)" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Zona kohore e sesionit" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7046,17 +7068,17 @@ msgstr "" "Vendos zonën kohore efektive; ndoshta të ndryshme me atë që jepet nga " "serveri i databazës suaj" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Emri bazë Auth Realm (fushë autent) HTTP, që shfaqet kur bën HTTP Auth " "(autent)." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "Fusha HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7066,19 +7088,19 @@ msgstr "" "pajisjeve[/a] (nuk është lokalizuar në rrënjën e dokumentit; sugjerohet: /" "etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey fili konfig" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Metoda e autentifikimit që përdoret." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Tipi i autentifikimit" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7086,11 +7108,11 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje [a@http://wiki.phpmyadmin.net/pma/" "bookmark]faqeruajtësi[/a], sugjerohet: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabela e faqerojtësit" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7098,31 +7120,31 @@ msgstr "" "Lëre të zbrazët për asnjë kolonë të tipeve komente/mime, sugjerohet: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabela e informacionit të kolonës" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Lidhje e kompresuar për tek serveri MySQL." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Kompreso lidhjen" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Si të lidheni me serverin, mbaj [kbd]tcp[/kbd] nëse jeni i pasigurtë." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tipi i lidhjes" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Fjalëkalimi i përdoruesit të kontrollit" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7131,11 +7153,11 @@ msgstr "" "tepër informacion të vlefshëm në [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Përdoruesi i kontrollit" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7143,11 +7165,11 @@ msgstr "" "Një host (pritës) alternativ për të mbajtur ruajtjen e konfigurimit; lëre të " "zbrazët për të përdorur pritësin (host) e përcaktuar." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Hosti (pritësi) i kontrollit" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7158,15 +7180,15 @@ msgstr "" "portën e përcaktuar ndërkohë, nëse pritësi i kontrollit është i njëjtë me " "pritësin." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Porta e kontrollit" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Fsheh databazat që përkojnë me shprehjet e rregulta (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7175,15 +7197,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] dhe [a@http://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Pasivizo përdorimin e INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Fsheh databazat" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7191,23 +7213,23 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje të historisë së pyetsorit SQL, " "sugjerohet: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL tabela e historisë së pyetsorit" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Emri i pritësit (hostname) ku serveri MySQL funksionon." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Emri i pritësit të serverit" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL e daljes" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7215,15 +7237,15 @@ msgstr "" "Kufizon numrin e preferencave të tabelës, të cilat janë ruajtur në databazë, " "regjistrimet më të vjetra largohen automatiksht." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Numri maksimal i preferencave të tabelave për të ruajtur" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE ruajti tabelën e kërkimit" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7231,11 +7253,29 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje kërkimi të QBE të ruajtur, sugjerohet: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Eksporto pamjet si tabela" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Tabela e kolonave qendrore" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7243,15 +7283,15 @@ msgstr "" "Lëre të zbrazët për jo mbështetje të kolonave qendrore, sugjerohet: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Ptovo të lidhesh pa fjalëkalim." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Lidhu pa fjalëkalim" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7261,30 +7301,30 @@ msgstr "" "të përdorni instancat e tyre literale, dmth. përdor [kbd]'my\\_db'[/kbd] dhe " "jo [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Shfaq vetëm databazat e renditura" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Lëre të zbrazët nëse nuk përdor autent e konfig." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Fjalëkalimi për konfig autent" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF skema: tabela e faqeve" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7294,22 +7334,22 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] për informacion më të " "plotë. Lëre të zbrazët për mos mbështetje. Sugjerohet: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Emri i databazës" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta në të cilën serveri MySQL është duke dëgjuar, lëre të zbrazët për " "standardin." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Porta e serverit" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7317,11 +7357,11 @@ msgstr "" "Lëre të zbrazët për asnjë tabelë të \"përhershme\" të përdorur së fundi " "përmes sesionit, sugjerohet: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Tabela e përdorur së fundi" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7329,11 +7369,11 @@ msgstr "" "Lëre të zbrazët për jo tabela të preferuara të \"përhershme\" gjatë " "sesionit, sugjerohet: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Tabela e preferuar" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7342,11 +7382,11 @@ msgstr "" "relation]relation-links[/a] (lidhje-relacioni), sugjerohet: " "[kbd]pma__relation[/kbd] (relacion_pma)." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Tabela e relacionit" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7354,33 +7394,33 @@ msgstr "" "Shiko [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipet e " "autentifikimit[/a] për një shembull." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Emri i sesionit të hyrjes" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL e hyrjes" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Fole në të cilën serveri MySQL është duke dëgjuar, lëre të zbrazët për " "standard." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Foleja e serverit" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Aftëso SSL për lidhje me serverin MySQL." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Përdor SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7388,11 +7428,11 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Dizajneri dhe skema PDF: koordinatat e tabelës" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7400,11 +7440,11 @@ msgstr "" "Tabela që përshkruan kolonat e shfaqjes, lëre të zbrazët për asnjë " "mbështetje; sugjerohet: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Shfaq tabelën e kolonave" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7412,11 +7452,11 @@ msgstr "" "Lëre të zbrazët për preferenca tabelash UI jo të \"përhershme\" përrmes " "sesionit, sugjerohet: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "UI tabelë e preferencave" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7424,11 +7464,11 @@ msgstr "" "Nëse një deklaratë DROP DATABASE IF EXISTS (fshij databazën nëse ekziston) " "do të shtohet si linjë e parë në regjistër (log), kur krijon një databazë." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Shto DROP DATABASE (fshij databazën)" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7436,11 +7476,11 @@ msgstr "" "Nëse një deklaratë DROP TABLE IF EXISTS (fshij tabelën nëse ekziston) do të " "shtohet si linjë e parë tek regjistri (log) kur krijon një tabelë." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Shto DROP TABLE (fshij tabelën)" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7448,20 +7488,20 @@ msgstr "" "Nëse një deklaratë DROP VIEW IF EXISTS (fshij pamjen nëse ekziston) do të " "shtohet si linjë e parë tek regjistri (log) kur krijon një pamje." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Shto DROP VIEW (fshij pamjen)" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Përcakton listën e deklaratave, që auto-krijimi përdor për versionet e reja." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Deklaratat që gjurmohen" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7469,11 +7509,11 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje gjurmimi të pyetsorit SQL, sugjerohet: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL tabela e gjurmimit të pyetsorit" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7481,11 +7521,11 @@ msgstr "" "Nëse mekanizmi i ndjekjes krijon versione për tabelat dhe shfaqet " "automatikisht." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Krijo automatikisht versionet" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7493,11 +7533,11 @@ msgstr "" "Lëre të zbrazët për asnjë ruajtje të preferencave të përdoruesit në " "databazë, sugjerohet: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Tabela e ruajtjes së preferencave të përdoruesit" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7507,11 +7547,11 @@ msgstr "" "tiparin e menyve të konfigurueshme; duke lënë njërën prej tyre të zbrazët, " "do e pasivizoni këtë tipar, sugjerohet: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Tabela e përdoruesve" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7521,11 +7561,11 @@ msgstr "" "tiparin e menyve të konfigurueshme; duke lënë njërën prej tyre të zbrazët, " "do e pasivizoni këtë tipar, sugjerohet: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Tabela e grupit të përdoruesve" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7533,15 +7573,15 @@ msgstr "" "Lëre të zbrazët për të pasivizuar tiparin, që fsheh dhe shfaq njësitë e " "navigimit, sugjerohet: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabela e njësive të navigimit të fshehtë" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Përdoruesi për config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7549,20 +7589,20 @@ msgstr "" "Një përshkrim përdoruesi-miqësor i këtij serveri. Lëre të zbrazët për të " "shfaqur emrin e pritësit në vend të saj." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Emri fjalëshumë i këtij serveri" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Nëse një përdorues do të shfaqte një buton \"shfaq të gjitha (radhët)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Lejo për të shfaqur të gjitha radhët" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7573,56 +7613,56 @@ msgstr "" "në filin e konfigurimit; kjo nuk e kufizon aftësinë për të ekzekutuar të " "njëjtën komandë direkt." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Shfaq formularin e ndryshimit të fjalëkalimit" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Shfaq formularin krijo databazë" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e komenteve për të gjitha tabelat." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Shfaq komentet e tabelës" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Krijimit të vulës kohore për të " "gjitha tabelat." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Shfaq krijimin e vulës kohore" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Aktualizimit të fundit të vulës " "kohore për të gjithë tabelat." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Shfaq vulën kohore të aktualizuar së fundi" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Kontrollit të fundit të vulës " "kohore për të gjithë tabelat." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Shfaq vulën kohore të kontrolluar së fundi" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7630,27 +7670,27 @@ msgstr "" "Përcakton nëse fushat e shkrimit duhet ose jo të shfaqet fillimisht në " "mënyrën korrigjo/fut." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Shfaq tipet e fushave" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Shfaq fushat e funksionit në mënyrën korrigjo/fut." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Shfaq fushat e funksioneve" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Nëse e tregon , apo jo." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Shfaq idenë (hint)" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7658,57 +7698,57 @@ msgstr "" "Shfaq lidhjen tek rezultati [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Shfaq lidhjen phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Shfaq informacionin e detajuar të serverit MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Përcakton nëse pyetsorët SQL të gjeneruara nga phpMyAdmin duhet të shfaqen." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Shfaq pyetsorët SQL" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Përcakton nëse kutia e pyetsorit duhet të qëndrojë në ekran pas dorëzimit të " "saj." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Mbaj kutinë e pyetsorit" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Lejo për të shfaqur databazën dhe tabelën e statistikave (psh. përdorimi i " "hapësirës)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Shfaq statistikat" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Shënjo tabelat e përdorura dhe bëje të mundur shfaqjen e databazave me " "tabela të kyçura." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Shmang tabelat e kyçura" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7716,11 +7756,11 @@ msgstr "" "Pasivizo paralajmërimin standard, që shfaqet në faqen kryesore, nëse Suhosin " "është zbuluar." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin paralajmërim" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7730,11 +7770,11 @@ msgstr "" "vlera e rregullimit PHP session.gc_maxlifetime është më e vogël se vlera e " "`LoginCookieValidity` (vlefshmëria e hyrjes së gatimit)." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Paralajmërimi i vlefshmërisë së gatimit (cookie) të hyrjes" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7742,11 +7782,11 @@ msgstr "" "Madhësia e zonës së tekstit (kolonave) në mënyrën e korrigjimit, kjo vlerë " "do të theksohet për zonat e tekstit të pyetsorit SQL (*2)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Kolonat e zonës së tekstit" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7754,31 +7794,31 @@ msgstr "" "Madhësia e zonës së tekstit (radhët) në mënyrën e korrigjimit, kjo vlerë " "është e theksuar për zonat e tekstit të pyetsorit SQL (*2)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Radhët e zonës së tekstit" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një databazë." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titulli i dritares së shfletuesit, kur nuk është zgjedhur asgjë." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Titulli standard" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një server." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një tabelë." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7790,27 +7830,27 @@ msgstr "" "Forwarded-For), që vjen nga proksi 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista e proksi të besuara për IP lejo/moho" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Drejtoria në serverin ku mund të ngarkoni filet për import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Dosja e ngarkimit" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Lejo për kërkim në brendësi të të gjithë databazës." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Përdor kërkimin e databazës" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7818,27 +7858,27 @@ msgstr "" "Kur pasivizohet, përdoruesit nuk mund të vendosin ndonjë nga opsionet më " "poshtë, pavarësisht kutisë së kontrollit në të djathtë." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Aftëso tabelorin Zhvilluesi tek rregullimet" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Kontrollo për versionin e fundit" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Aftëson kontrollin për versionin e fundit në faqen kryesore phpMyAdmin." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Kontroll i versionit" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7850,11 +7890,11 @@ msgstr "" "kjo, nëse serveri ku është instaluar phpMyAdmin nuk ka hyrje direkte në " "internet. Formati është: \"hostname:portnumber\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "URL proksi" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7864,19 +7904,19 @@ msgstr "" "kryer autentifikimi. Nëse një emër nuk mbështetet, Autentifikimi bazë do të " "kryhet. Asnjë lloj tjetër autentifikimi nuk mbështetet aktualisht." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Emri i përdoruesit proksi" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Fjalëkalimi për autentifikimin (vërtetimin) me proksi (prokurë)." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Fjalëkalimi proksi" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7884,35 +7924,35 @@ msgstr "" "Aftëso kompresimin [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "për veprimet e importit dhe eksportit." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Fut çelësin tuaj publik për shërbimin e domainit tuaj reCaptcha." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Çelës publik për reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Çelës privat për reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Zgjedh veprimin e parazgjedhur, kur dërgoni raportet e gabimit." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Dërgo raportet e gabimit" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7920,11 +7960,11 @@ msgstr "" "Pyetsorët ekzekutohen duke shtypur Enter (në vend të Ctrl+Enter). Linja të " "reja mund të futen me Shift+Enter." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter ekzekuton pyetsorën në konsole" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7932,7 +7972,7 @@ msgstr "" "Aktivizo mënyrën e Konfigurimit Zero, e cila ju lejon të instaloni " "automatikisht tabelat e ruajtjes së konfigurimit të phpMyAdmin." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Aftëso mënyrën e konfigurimit zero" @@ -7958,47 +7998,74 @@ msgstr "Autentifikimi HTTP" msgid "Signon authentication" msgstr "Autentifikimi i hyrjes" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV përdor LOAD DATA (ngarko të dhëna)" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "HapDokument Excel" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Shpejt" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Përshtat" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opsionet e eksportit të databazës" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV për MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "HapDokument Tekst" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Nuk është vendosur pyetsor SQL për të kapur të dhëna." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Nuk ka kolona numerike të prezantuara në tabelën e komplotit." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Nuk ka të dhëna për të shfaqur" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabela %1$s është alternuar me sukses." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Shfaqja e kolonës u aktualizua me sukses." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "Relacionet e brendshme u aktualizuan me sukses." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8013,12 +8080,12 @@ msgstr "sulm i mundshëm i thellë ripërsëritje" msgid "No change" msgstr "Nuk ka ndryshime" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Shiko %sdokumentacionin tonë%s për më tepër informacion." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8071,6 +8138,7 @@ msgid "Create database" msgstr "Krijo databazë" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Krijo" @@ -8084,7 +8152,7 @@ msgid "No Privileges" msgstr "Nuk ka privilegje" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Krijo tabelë" @@ -8098,50 +8166,94 @@ msgstr "" "Nuk mund të ngarkojë shtojcat e eksportit, ju lutem kontrollo instalimin " "tuaj!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Eksportimi i databazave nga serveri aktual" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Eksporton tabela nga \"%s\" databaza" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Eksporton radhë nga \"%s\" tabela" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Metoda e eksportit:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tipi i eksportit" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Modeli i emrit të filit:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Emri i tabelës" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Modeli i emrit të filit:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Shkalla e diskut të përkohshëm" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Aktualizuar" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Zgjedh një tabelë" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Metoda e eksportit" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Shpejt - shfaq vetëm opsionet minimale" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Përshtat - shfaq të gjitha opsionet e mundshme" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Databaza(t):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabela(t):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Formati:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opsionet specifike të formatit:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8149,52 +8261,52 @@ msgstr "" "Rrëshqit poshtë për të mbushur opsionet për formatin e zgjedhur dhe injoro " "opsionet për formatet e tjera." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Konvertimi i kodimit:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Radhët:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Zbraz disa radhë" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Radha fillon në:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Zbraz të gjitha radhët" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Rezultat:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Ruaj në server në drejtorinë %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Modeli i emrit të filit:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ - do të bëhet emri i serverit" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ - do të bëhet emri i databazës" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ - do të bëhet emri i tabelës" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8206,74 +8318,72 @@ msgstr "" "vijojnë mund të ndodhin: %3$s. Teksti tjetër do të mbahet siç është. Shiko " "%4$sFAQ%5$s për detaje." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "përdore këtë për eksporte në të ardhmen" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Seti i karaktereve të filit:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresim:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipuar" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzipuar" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Shfaq rezultatin si tekst" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Eksporto databazat si file të ndara" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Eksporto tabelat si file të ndara" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Riemëro databazat/tabelat/kolonat e eksportuara" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Ruaj rezultatin në një fil" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Shmang tabelat më të mëdha se" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Zgjedh një databazë" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Zgjedh tabelë" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Emër i ri databaze" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Emër i ri tabele" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Emër i vjetër kolone" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Emri i ri i kolonës" @@ -8833,7 +8943,7 @@ msgid "Dump has been saved to file %s." msgstr "Zbrazja është ruajtur tek fili %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ktheu një set rezultati të zbrazët (psh. zero radhë)." @@ -8913,7 +9023,7 @@ msgstr "Fsheh" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksioni" @@ -8990,7 +9100,7 @@ msgstr "" "+shigjeta për të lëvizur kudo" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9253,7 +9363,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Një gabim ka ndodhur gjatë ngarkimit të shfaqjes së navigimit" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Grupet:" @@ -9421,7 +9530,7 @@ msgstr "I ri" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Shfaqje" @@ -9745,222 +9854,233 @@ msgstr "Nuk gjenden varësi të pjesëshme!" msgid "Rename database to" msgstr "Riemëro databazën në" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nuk keni privilegje të mjaftueshme të jeni këtu tani!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Përshtat privilegjet" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databaza %s është fshirë." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Largo databazën" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Fshij databazën (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Struktura vetëm" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktura dhe të dhënat" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Vetëm të dhënat" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopjo databazën në" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE para kopjimit" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Shto detyrime" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Kalo në databazën e kopjuar" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Alternon renditjen e tabelës sipas" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(vetëm)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Lëviz tabelën tek (databaza.tabela)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Riemëro tabelën në" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentet e tabelës" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opsionet e tabelës" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Makinat e ruajtjes" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Ndrysho të gjitha kolonat e sistemit" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopjo tabelën tek (databaza.tabela)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Kalo tek tabela e kopjuar" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Mirëmbajta e tabelës" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Tabela e analizës" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Kontrollo tabelën" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Tabela e kontrollshumës" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Tabela e defragmentimit" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabela %s është pastruar." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Zbraz tabelën (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizo tabelë" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Riparo tabelën" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Fshij të dhënat ose tabelat" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Zbraz tabelën (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Fshij tabelën (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analizë" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Kontrollo" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimizo" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Rindërto" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Riparo" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Cungo" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Bashko" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Mirëmbajtja e pjesës" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Pjesa %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Largo particionimin" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Kontrollo integritetin referencial:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Nuk mund t'i lëvizë tabelat tek vetvetja!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Nuk mund ta kopjojë tabelën tek vetvetja!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s ka lëvizur tek %s. Privilegjet janë përshtatur." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s është kopjuar tek %s. Privilegjet janë përshtatur." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s ka lëvizur tek %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s është kopjuar tek %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Emri i tabelës është i zbrazët!" @@ -10156,7 +10276,7 @@ msgstr "Ngjarje" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Përkufizimi" @@ -11127,24 +11247,29 @@ msgid "Managing Central list of columns" msgstr "Menaxhimi i listës qendrore të kolonave" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Kujton rregullimet e dizajnerit" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Lloji i eksportit është i pavlefshëm" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Hapat e shpejtë për të rregulluar tiparet e avancuara:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Krijo tabelat e nevojshme me %screate_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Krijo një përdorues pma dhe jepi hyrje këtyre tabelave." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11152,16 +11277,16 @@ msgstr "" "Aftëso tiparet e avancuara në filin e konfigurimit (config.inc.php), për shembull duke filluar nga config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Ri-hyj në phpMyAdmin, për të ngarkuar filin e aktualizuar të konfigurimit." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "nuk ka përshkrim" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11171,7 +11296,7 @@ msgstr "" "'phpmyadmin'. Ju mund të shkoni në tabelorin 'Veprimet' të çdo databaze, " "për të rregulluar ruajtjen e konfigurimit phpMyAdmin atje." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11180,13 +11305,13 @@ msgstr "" "%sKrijo%s një databazë me emrin 'phpmyadmin' dhe rregullo ruajtjen e " "konfigurimit të phpMyAdmin atje." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "%sKrijo%s ruajtjen e konfigurimit phpMyAdmin në databazën aktuale." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "%sKrijo%s mungon në tabelat e ruajtjes së konfigurimit phpMyAdmin." @@ -11376,6 +11501,7 @@ msgstr "Emri i përdoruesit:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Emri i përdoruesit" @@ -11534,10 +11660,10 @@ msgid "Master server changed successfully to %s." msgstr "Serveri master ka ndryshuar me sukses në %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11558,7 +11684,7 @@ msgstr "Ngjarja %1$s është modifikuar." msgid "Event %1$s has been created." msgstr "Ngjarja %1$s është krijuar." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11568,7 +11694,8 @@ msgstr "" msgid "Edit event" msgstr "Korrigjo ngjarjen" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detajet" @@ -11582,7 +11709,7 @@ msgid "Event type" msgstr "Tipi i ngjarjes" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Ndrysho tek %s" @@ -11610,13 +11737,13 @@ msgid "On completion preserve" msgstr "Në përfundim ruaj" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Përcaktuesi" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Përcaktuesi duhet të jetë në formatin \"username@hostname\"!" @@ -11642,9 +11769,9 @@ msgid "You must provide an event definition." msgstr "Duhet të siguroni një përcaktim për ngjarjen." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Gabim në proçesimin e kërkesës:" @@ -11681,89 +11808,95 @@ msgstr "" "përmirësuar, për të shmangur ndonjë problem." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Tip rutine i pavlefshëm: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Na vjen keq, dështuam në rikthimin e rutinës së fshirë." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Rutina %1$s është modifikuar. Privilegjet janë përshtatur." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Rutina %1$s është modifikuar." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Rutina %1$s është krijuar." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Korrigjo rutinën" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Emri rutinë" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametrat" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Drejtim" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Shto parametër" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Largo parametrin e fundit" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Tipi i kthimit" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Kthe gjatësinë/verat" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Opsionet e kthimit" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Është përcaktuese" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tipi i sigurisë" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL hyrje e të dhënave" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Duhet të siguroni një emër rutinë!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Drejtim i pavlefshëm \"%s\" i dhënë për parametrin." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11771,37 +11904,37 @@ msgstr "" "Duhet të siguroni gjatësinë/vlerat për parametrat rutinë të tipit ENUM, SET, " "VARCHAR dhe VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Duhet të siguroni një emër dhe një tip për çdo parametër rutinë." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Duhet të siguroni një tip të vlefshëm të kthimit për rutinën." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Duhet të siguroni një përkufizim rutinë." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Rezultatet e ekzekutimit të rutinës %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d radhë e ndikuar nga deklarata e fundit brenda procedurës." msgstr[1] "%d radhë të ndikuara nga deklarata e fundit brenda procedurës." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Ekzekuto rutinën" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametrat rutinë" @@ -12354,12 +12487,16 @@ msgid "You have revoked the privileges for %s." msgstr "Keni anuluar privilegjet për %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Shto përdorues" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Shto grup përdoruesish" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Databaza për përdorues" #: libraries/server_privileges.lib.php:1946 @@ -12388,9 +12525,7 @@ msgid "User has been added." msgstr "Përdoruesi është shtuar." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12468,11 +12603,15 @@ msgstr "" "… fshij të vjetrin nga tabela e përdoruesve dhe pastaj ringarko privilegjet." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Ndrysho informacionin e hyrjes / Kopjo përdorues" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Krijo një përdorues të ri me të njëjtat privilegje dhe …" #: libraries/server_privileges.lib.php:3036 @@ -12494,7 +12633,9 @@ msgid "Add privileges on the following table:" msgstr "Shto privilegje në tabelën që vijon:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Largo përdoruesit e zgjedhur" #: libraries/server_privileges.lib.php:3376 @@ -12530,30 +12671,38 @@ msgstr "Keni aktualizuar privilegjet për %s." msgid "Deleting %s" msgstr "Fshin %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegjet u ri-ngarkuan me sukses." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Përdoruesi %s ekziston ndërkohë!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegjet për %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "I ri" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Korrigjo privilegjet:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Grup përdoruesi" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12561,11 +12710,13 @@ msgstr "" "Shënim: Jeni përpjekur për të korrigjuar privilegjet e përdoruesit, me të " "cilën keni hyrë aktualisht." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Pamja e përgjithshme e përdoruesve" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12578,11 +12729,11 @@ msgstr "" "privilegjet që përdor serveri, nëse ato janë ndryshuar manualisht. Në këtë " "rast, ju duhet të %sngarkoni privilegjet%s para se të vazhdoni." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Përdoruesi i zgjedhur nuk gjendet në tabelën e të drejtave." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Keni shtuar një përdorues të ri." @@ -13900,7 +14051,7 @@ msgstr "Identifikues i pavlefshëm" msgid "Unknown Punctuation String" msgstr "Varg me shenja pikësimi të panjohura" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabela %s është zbrazur." @@ -13913,13 +14064,13 @@ msgstr "Gjurmimi është aktiv." msgid "Tracking is not active." msgstr "Gjurmimi nuk është aktiv." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Paraqitja %s është fshirë." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabela %s është fshirë." @@ -14131,38 +14282,33 @@ msgstr "Përdorimi i hapësirës" msgid "Effective" msgstr "Efektive" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabela %1$s është alternuar me sukses. Privilegjet janë përshtatur." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabela %1$s është alternuar me sukses." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Gabim pyetsori" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Kolonat kanë lëvizur me sukses." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Shto tek Preferencat" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Lista e preferencave është e mbushur!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Shfaqën krijo pyetsorët" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Pamje e relacionit" @@ -14634,18 +14780,6 @@ msgstr "Nuk ka version stabil të ri të vlefshëm" msgid "Wrong data" msgstr "Të dhëna gabim" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Nuk ka të dhëna për të shfaqur" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Nuk është vendosur pyetsor SQL për të kapur të dhëna." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Nuk ka kolona numerike të prezantuara në tabelën e komplotit." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14656,7 +14790,7 @@ msgstr "'%s' databaza nuk ekziston." msgid "Table %s already exists!" msgstr "Tabela %s ekziston ndërkohë!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Shfaq zbrazjen (skema) e tabelës" @@ -14664,27 +14798,19 @@ msgstr "Shfaq zbrazjen (skema) e tabelës" msgid "Invalid table name" msgstr "Emër tabele i pavlefshëm" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "Relacionet e brendshme u aktualizuan me sukses." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Shfaqja e kolonës u aktualizua me sukses." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Radhë: %1$s, Kolonë: %2$s, Gabim: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Emri '%s' është një fjalë kyçe e rezervuar MySQL." msgstr[1] "Emrat '%s' janë fjalë kyçe të rezervuara MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Nuk është zgjedhur kolona." @@ -14866,7 +14992,7 @@ msgid "subquery" msgstr "nënpyetsor" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Krijo relacion" @@ -14930,13 +15056,13 @@ msgstr "Faqe e re" msgid "Delete pages" msgstr "Fshij faqet" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Ringarko" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ndihmë" @@ -15182,35 +15308,35 @@ msgstr "Titull grafiku" msgid "X-Axis:" msgstr "X-Aksi:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Seritë:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-aksi etiketa:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X vlerat" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-aksi etiketa:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Emrat e serive janë në një kolonë" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Kolona e serive:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Vlera e kolonës:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Ruaj grafikun si imazh" @@ -16629,6 +16755,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert është vendosur në 0" +#~ msgid "Add user" +#~ msgstr "Shto përdorues" + +#~ msgid "Export Method:" +#~ msgstr "Metoda e eksportit:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Nuk gjenden të dhëna për vizualizimin GIS." @@ -16858,11 +16990,6 @@ msgstr "concurrent_insert është vendosur në 0" #~ msgid "pdf export page" #~ msgstr "Lloji i eksportit është i pavlefshëm" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Lloji i eksportit është i pavlefshëm" - #, fuzzy #~| msgid "Total" #~ msgid "Total " diff --git a/po/sr.po b/po/sr.po index 112de9e419..ff1a0a98c4 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-06-08 19:34+0200\n" "Last-Translator: Nikola Stojaković \n" "Language-Team: Serbian Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Кеш упита" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Кеш упита" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Кеш упита" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Укупно" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -#, fuzzy -#| msgid "Buffer Pool" -msgid "Buffered memory" -msgstr "Скуп прихватника" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Укупно" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 +#, fuzzy +#| msgid "Buffer Pool" +msgid "Buffered memory" +msgstr "Скуп прихватника" + +#: js/messages.php:159 +msgid "Free memory" +msgstr "" + +#: js/messages.php:160 +msgid "Used memory" +msgstr "" + +#: js/messages.php:162 +#, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Укупно" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Слободне стране" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Примљено" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Конекције" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процеси" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "бајтова" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЕБ" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s табела" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Персијски" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Саобраћај" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Опште особине релација" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Држи се мреже" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1515,47 +1537,47 @@ msgstr "" msgid "None" msgstr "нема" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1563,154 +1585,154 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Сачувај као датотеку" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Омогућено" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "Онемогућено" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Упит је трајао %01.4f секунди" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Опште особине релација" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Опште особине релација" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Наслов извештаја" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Локални" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Захтеви за читање" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "База не постоји" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "База не постоји" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Објасни SQL" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1720,170 +1742,170 @@ msgstr "Објасни SQL" msgid "Time" msgstr "Време" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Укупно" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Профилисање" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Табела" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Карактер сет" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Опције за извоз базе" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 #, fuzzy msgid "Filter" msgstr "Датотеке" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy msgid "Sum of grouped rows:" msgstr "Број сортираних редова." -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Укупно" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Локални" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Поново учитај" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Увоз" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Молимо изаберите примарни или јединствени кључ" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Ажурирај упит" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документација" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Документација" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1894,64 +1916,64 @@ msgstr "" msgid "Cancel" msgstr "Откажи" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Опште особине релација" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Локални" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Процеси" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Није изабрана ни једна база." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1960,79 +1982,79 @@ msgstr "" msgid "OK" msgstr "У реду" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Преименуј базу у" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Копирај базу у" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Карактер сет" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Искључи провере страних кључева" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Неуспело преузимање заглавља." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Претраживање" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL упит" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL упит" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Преглед" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "Бришем %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2042,62 +2064,62 @@ msgstr "" msgid "Export" msgstr "Извоз" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Број поља" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Додај новог корисника" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL упит" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL упит" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Промени" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2105,94 +2127,94 @@ msgstr "Промени" msgid "Delete" msgstr "Обриши" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d није исправан број реда." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Прегледај стране вредности" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Променљива" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Нема одабраних редова" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Претраживање базе" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Атрибути" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Примарни кључ је управо додат %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Промени" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2200,88 +2222,88 @@ msgstr "" msgid "End of step" msgstr "На крају табеле" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy msgid "Done" msgstr "Подаци" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Није изабрана ни једна база." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Додај привилегије на следећој табели" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Није изабрана ни једна база." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2290,471 +2312,471 @@ msgstr "Није изабрана ни једна база." msgid "Save" msgstr "Сачувај" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL упит" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL упит" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Претраживање" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Имена колона" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Имена колона" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy msgid "Maximum value:" msgstr "База не постоји" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL упит" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL упит" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Додај/обриши колону" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Величина показивача података" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Игнориши" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Копирај" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Линије се завршавају са" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Изаберите референцирани кључ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Изабери страни кључ" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Молимо изаберите примарни или јединствени кључ" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Изабери поља за приказ" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Број стране:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "Изабери све" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "Изабери све" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Слободне стране" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "Изабери све" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Изаберите страну коју мењате" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d није исправан број реда." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Уреди или извези релациону схему" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Измене су сачуване" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of fields" msgid "Add an option for column \"%s\"." msgstr "Број поља" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Пошаљи" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Имена колона" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Прикажи све" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Оригинална позиција" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Откажи" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Прекинуто" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Увоз датотека" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Изабери табеле" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "База не постоји" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Имена колона" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Направи лозинку" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Направи" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промени лозинку" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Прикажи све" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Add new field" msgid "Hide Panel" msgstr "Додај ново поље" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Прикажи мрежу" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Опције за извоз базе" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Опције за извоз базе" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Табеле" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Поглед" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Процедуре" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Догађаји" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Функције" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Изабрани корисник није пронађен у табели привилегија." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2762,137 +2784,137 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy msgid ", latest stable version:" msgstr "Направи релацију" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "База не постоји" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Направи релацију" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "ИД сервера" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Опште особине релација" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Прикажи отворене табеле" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Игнориши" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Прикажи поново овај упит" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Да ли стварно хоћете да " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Коментари табеле" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL упит" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2900,96 +2922,96 @@ msgid "Next" msgstr "Следећи" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Укупно" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарни" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "мај" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2997,78 +3019,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "дец" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Уто" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3076,226 +3098,226 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Уто" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Уто" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "нема" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "у секунди" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Користи текст поље" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d није исправан број реда." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d није исправан број реда." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d није исправан број реда." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d није исправан број реда." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d није исправан број реда." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d није исправан број реда." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d није исправан број реда." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d није исправан број реда." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d није исправан број реда." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d није исправан број реда." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d није исправан број реда." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d није исправан број реда." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d није исправан број реда." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d није исправан број реда." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Грешка" @@ -3364,16 +3386,16 @@ msgstr "на сат" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Величина фонта" @@ -3394,7 +3416,7 @@ msgid "Requery" msgstr "у упиту" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3403,7 +3425,7 @@ msgstr "у упиту" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3493,7 +3515,7 @@ msgid "History" msgstr "SQL историјат" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3516,7 +3538,7 @@ msgstr "SQL историјат" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Опције" @@ -3605,7 +3627,7 @@ msgid "Count:" msgstr "Колона" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3671,10 +3693,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Пређи на копирану табелу" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3682,10 +3704,10 @@ msgstr "Пређи на копирану табелу" msgid "Ascending" msgstr "Растући" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3937,31 +3959,31 @@ msgstr "ништа" msgid "Inside column:" msgstr "Унутар табела:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "Основни директоријум података" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Додај/обриши колону" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Датотеке" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Претраживање базе" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3969,7 +3991,7 @@ msgctxt "First page" msgid "Begin" msgstr "Почетак" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3978,7 +4000,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3987,7 +4009,7 @@ msgctxt "Next page" msgid "Next" msgstr "Следећи" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3995,137 +4017,138 @@ msgctxt "Last page" msgid "End" msgstr "Крај" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Све" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Број поља" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Сортирај по кључу" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Део текста" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Пун текст" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Релациона схема" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Релациона схема" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Транформације читача" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Ред је обрисан" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Обустави" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Може бити приближно. Видите [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Ваш SQL упит је успешно извршен" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Приказ записа" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "укупно" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Упит је трајао %01.4f секунди" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Означено:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4134,26 +4157,26 @@ msgstr "Означено:" msgid "Check All" msgstr "Означи све" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "За штампу" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Операције на резултатима упита" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "Прикажи PDF схему" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4290,7 +4313,7 @@ msgstr "Кардиналност" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4300,7 +4323,7 @@ msgid "Collation" msgstr "Сортирање" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4316,7 +4339,7 @@ msgid "Index %s has been dropped." msgstr "Кључ %s је обрисан." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4332,7 +4355,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервер" @@ -4349,7 +4372,7 @@ msgstr "Поглед" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4380,7 +4403,7 @@ msgstr "Нови запис" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Привилегије" @@ -4446,17 +4469,17 @@ msgid "Central columns" msgstr "Додај/обриши колону" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Базе" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Корисник" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4540,7 +4563,7 @@ msgid "Could not save favorite table!" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4568,7 +4591,7 @@ msgid "Recent" msgstr "Поништи" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5164,16 +5187,16 @@ msgstr "Максимална величина: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL рече: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Објасни SQL" @@ -5190,7 +5213,7 @@ msgstr "" msgid "Without PHP Code" msgstr "без PHP кода" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Направи PHP код" @@ -5287,6 +5310,12 @@ msgstr "Последња измена" msgid "Last check" msgstr "Последња провера" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Корисник" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5386,8 +5415,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5395,7 +5424,7 @@ msgstr "Име" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Дужина/Вредност*" @@ -5709,7 +5738,7 @@ msgid "Not a valid port number!" msgstr "%d није исправан број реда." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5720,37 +5749,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Променљива" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5765,7 +5794,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6179,7 +6208,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6189,7 +6218,7 @@ msgstr "Име" msgid "Save as file" msgstr "Сачувај као датотеку" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Карактер сет датотеке:" @@ -6206,8 +6235,8 @@ msgstr "Компресија" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6219,16 +6248,16 @@ msgstr "Компресија" msgid "Put columns names in the first row" msgstr "Стави имена поља у први ред" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Поља ограничена са" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6238,8 +6267,8 @@ msgstr "Ескејп карактер      " #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6249,15 +6278,15 @@ msgstr "Замени NULL са" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Линије се завршавају са" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6286,8 +6315,8 @@ msgid "Table name template" msgstr "Шаблон имена датотеке" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6317,14 +6346,14 @@ msgid "Label key" msgstr "Ознака кључа" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-типови" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Релације" @@ -6334,512 +6363,518 @@ msgstr "Релације" msgid "Export method" msgstr "Тип извоза" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Препиши постојеће датотеке" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "хоризонталном (ротирана заглавља)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Шаблон имена датотеке" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Додај AUTO_INCREMENT вредност" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Користи ' за ограничавање имена поља" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Мод SQL компатибилности" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Датуми креирања/ажурирања/провере" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Користи одложена уметања" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Искључи провере страних кључева" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Направи нову табелу у бази %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Додај %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Користи хексадецимално за BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Игнориши дупликате при уметању" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Максимална дужина направљеног упита" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Тип извоза" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Обави извоз у трансакцији" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Тип извоза" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Искључи провере страних кључева" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Режим аутоматског опоравка" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 #, fuzzy msgid "Export defaults" msgstr "Увоз датотека" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Направи" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Увоз датотека" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сервери" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Add new field" msgid "Main panel" msgstr "Додај ново поље" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Број стране:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Документација" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy msgid "Authentication settings." msgstr "Репликација" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Сортирање за MySQL везу" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 #, fuzzy msgid "Customize import defaults" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL упит" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL упит" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Статус" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "База за корисника" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "База за корисника" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Табела" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Релациона схема" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Димензије папира" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Користи текст поље" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -6850,119 +6885,119 @@ msgstr "" "ограничења. Ово може бити добар начин увоза великих датотека, али са друге " "стране може покварити трансакције." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Формат датотека за увоз" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Користи кључну реч LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Стави имена поља у први ред" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Број записа (упита) које треба прескочити:" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Додај AUTO_INCREMENT вредност" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 #, fuzzy msgid "Number of inserted rows" msgstr "Број сортираних редова." -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6970,51 +7005,51 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 #, fuzzy msgid "Maximum databases" msgstr "База не постоји" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7022,13 +7057,13 @@ msgid "" "the navigation tree." msgstr "Број спојева који су урадили пуно скенирање прве табеле." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Максимална величина привремених датотека за сортирање" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7036,99 +7071,99 @@ msgid "" "tree." msgstr "Број спојева који су урадили пуно скенирање прве табеле." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Ограничења ресурса" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -7136,1044 +7171,1056 @@ msgid "" "display a filter box." msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 #, fuzzy msgid "Database tree separator" msgstr "Шаблон имена датотеке" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Коментар табеле" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Прикажи табеле" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Прикажи листу процеса" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Број отворених табела." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy msgid "Recently used tables" msgstr "Провери табелу" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Промени редослед у табели" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Коментар табеле" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Промени име табеле у " -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Примарни кључ је управо додат %s." -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Нити поправке" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Релациона схема" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "Основни директоријум података" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Вредност сесије" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy msgid "Authentication method to use." msgstr "Репликација" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Не могу да се пријавим на MySQL сервер" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Конекције" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Било који домаћин" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Било који домаћин" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "База не постоји" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "назив сервера" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "Направи нову табелу у бази %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Додај/обриши колону" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Немој да мењаш лозинку" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "назив базе" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "ИД сервера" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Анализирај табелу" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Променљиве" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Поправи табелу" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Избор сервера" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "Enable SSL for connection to MySQL server." msgstr "Број fsyncs уписа начињених у датотеку дневника." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Приказујем коментаре колоне" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дефрагментирај табелу" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Име" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Режим аутоматског опоравка" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Користи табеле" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Користи табелу домаћина" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Коментари табеле" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Прикажи информације о PHP-у" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Прикажи статус подређених сервера" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Прикажи отворене табеле" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетне упите" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Статистике реда" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 #, fuzzy msgid "Skip locked tables" msgstr "Прикажи отворене табеле" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Додај/обриши колону" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy msgid "Default title" msgstr "Преименуј базу у" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8181,53 +8228,53 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 #, fuzzy msgid "Upload directory" msgstr "Основни директоријум података" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8235,84 +8282,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Корисничко име:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Лозинка" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "ИД сервера" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" @@ -8338,51 +8385,84 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV користећи LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Опције за извоз базе" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV за MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "База не постоји" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Изабрани корисници су успешно обрисани." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Процес %s је успешно прекинут." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Додата интерна релација" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8397,12 +8477,12 @@ msgstr "" msgid "No change" msgstr "Нема измена" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8462,6 +8542,7 @@ msgid "Create database" msgstr "Направи нову базу података" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Направи" @@ -8477,7 +8558,7 @@ msgid "No Privileges" msgstr "Нема привилегија" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Направи табелу" @@ -8492,122 +8573,163 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Није могуће учитати додатке за извоз, молимо проверите своју инсталацију!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Дозвољава закључавање табела текућим процесима." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "Направи нову табелу у бази %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "Направи нову табелу у бази %s" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Тип извоза" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Шаблон имена датотеке" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Назив табеле" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Шаблон имена датотеке" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s табела" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Update Query" +msgid "Update" +msgstr "Ажурирај упит" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Изабери табеле" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Тип извоза" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy msgid "Custom - display all possible options" msgstr "Опције за извоз базе" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Базе" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Табеле" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Формат" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Опције трансформације" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy msgid "Encoding Conversion:" msgstr "Верзија MySQL клијента" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Редова" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Сачувај на сервер у директоријум %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Шаблон имена датотеке" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "alue is interpreted using %1$sstrftime%2$s, so you can use time matting " @@ -8622,96 +8744,96 @@ msgstr "" "користите стрингове за форматирање времена. Такође ће се десити и следеће " "трансформације: %3$s. Преостали текст ће остати како јесте." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Карактер сет датотеке:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Компресија" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"зиповано\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"гзип-овано\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Сачувај као датотеку" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "Направи нову табелу у бази %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "хоризонталном (ротирана заглавља)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Сачувај као датотеку" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Изабери табеле" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Изабери табеле" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "назив базе" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "User name" msgid "New table name" msgstr "Име корисника" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Имена колона" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9244,7 +9366,7 @@ msgid "Dump has been saved to file %s." msgstr "Садржај базе је сачуван у датотеку %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL је вратио празан резултат (нула редова)." @@ -9321,7 +9443,7 @@ msgstr "Сакриј" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функција" @@ -9405,7 +9527,7 @@ msgstr "" "слободно померање" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9876,7 +9998,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10175,239 +10297,250 @@ msgstr "" msgid "Rename database to" msgstr "Преименуј базу у" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Није Вам дозвољено да будете овде!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Промени привилегије" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "База %s је одбачена." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Уклони базу" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Одбаци базу (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Само структура" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структура и подаци" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Само подаци" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Копирај базу у" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE пре копирања" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Додај ограничења" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Пребаци се на копирану базу" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Промени редослед у табели" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(по једном пољу)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Помери табелу у (база.табела):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Промени име табеле у" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Коментари табеле" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Опције табеле" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Погон складиштења" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Копирај табелу у (база.табела):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Пређи на копирану табелу" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Радње на табели" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Анализирај табелу" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Провери табелу" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Провери табелу" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дефрагментирај табелу" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Табела %s је освежена." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Освежи табелу (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Оптимизуј табелу" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Поправи табелу" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Приказ података табеле" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "База не постоји" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Чешки" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Поправи табелу" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Нема табела" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Радње на табели" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Провери референцијални интегритет:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Не могу да преместим табелу у саму себе!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Не могу да копирам табелу у саму себе!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табела %s је померена у %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табела %s је копирана у %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Табела %s је померена у %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Табела %s је копирана у %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Има табеле је празно!" @@ -10619,7 +10752,7 @@ msgstr "Догађаји" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11703,54 +11836,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Промени име табеле у " -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Тип извоза" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "нема описа" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11933,6 +12071,7 @@ msgstr "Име корисника" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Име корисника" @@ -12099,10 +12238,10 @@ msgid "Master server changed successfully to %s." msgstr "Привилегије су успешно поново учитане." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12124,7 +12263,7 @@ msgstr "Табела %s је одбачена" msgid "Event %1$s has been created." msgstr "Табела %s је одбачена" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12135,7 +12274,8 @@ msgstr "" msgid "Edit event" msgstr "Догађаји" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12151,7 +12291,7 @@ msgid "Event type" msgstr "Врста догађаја" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12185,13 +12325,13 @@ msgid "On completion preserve" msgstr "Комплетан INSERT (са именима поља)" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12219,9 +12359,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12258,134 +12398,140 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Неисправан индекс сервера: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Табела %s је одбачена" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Табела %s је одбачена" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "Табела %s је одбачена" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "Рутине" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Рутине" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Директне везе" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "Додај ново поље" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "Уклони базу" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Повратни тип" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Дужина/Вредност*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Опције табеле" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Врста упита" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Неисправан назив табеле" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Дозвољава извршавање сачуваних рутина." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12393,13 +12539,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13003,14 +13149,16 @@ msgid "You have revoked the privileges for %s." msgstr "Забранили сте привилегије за %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Било који корисник" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "База за корисника" #: libraries/server_privileges.lib.php:1946 @@ -13039,9 +13187,7 @@ msgid "User has been added." msgstr "Поглед %s је одбачен" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13122,11 +13268,15 @@ msgid "" msgstr "… обриши старог из табеле корисника и затим поново учитај привилегије." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Промени информације о пријави / Копирај корисника" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Направи новог корисника са истим привилегијама и …" #: libraries/server_privileges.lib.php:3036 @@ -13150,7 +13300,9 @@ msgid "Add privileges on the following table:" msgstr "Додај привилегије на следећој табели" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Уклони изабране кориснике" #: libraries/server_privileges.lib.php:3376 @@ -13185,45 +13337,51 @@ msgstr "Ажурирали сте привилегије за %s." msgid "Deleting %s" msgstr "Бришем %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Привилегије су успешно поново учитане." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Корисник %s већ постоји!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Привилегије" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Промени привилегије" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Корисник" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Преглед корисника" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13236,11 +13394,11 @@ msgstr "" "сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте " "привилегије%s пре него што наставите." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Изабрани корисник није пронађен у табели привилегија." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Додали сте новог корисника." @@ -14579,7 +14737,7 @@ msgstr "Неисправан иГ¤ентификатор" msgid "Unknown Punctuation String" msgstr "Непознат стринг интерпункције" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Табела %s је испражњена." @@ -14592,14 +14750,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Поглед %s је одбачен" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14853,44 +15011,39 @@ msgstr "Заузеће" msgid "Effective" msgstr "Ефективне" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Изабрани корисници су успешно обрисани." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Изабрани корисници су успешно обрисани." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Врста упита" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Изабрани корисници су успешно обрисани." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Додај новог корисника" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Прикажи комплетне упите" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15360,20 +15513,6 @@ msgstr "" msgid "Wrong data" msgstr "База не постоји" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "База не постоји" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15384,7 +15523,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Табела %s већ постоји!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Прикажи садржај (схему) табеле" @@ -15392,24 +15531,12 @@ msgstr "Прикажи садржај (схему) табеле" msgid "Invalid table name" msgstr "Неисправан назив табеле" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Додата интерна релација" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Процес %s је успешно прекинут." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15417,7 +15544,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15647,7 +15774,7 @@ msgid "subquery" msgstr "у упиту" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Направи релацију" @@ -15732,13 +15859,13 @@ msgstr "Име корисника" msgid "Delete pages" msgstr "Изабери све" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Поново учитај" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Помоћ" @@ -16031,42 +16158,42 @@ msgstr "Наслов извештаја" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL упит" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Вредност" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Унутар табела:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Број поља" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17404,6 +17531,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "макс. истовремених веза" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Било који корисник" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Тип извоза" + #~ msgid "Print view (with full texts)" #~ msgstr "Поглед за штампу (са пуним текстом)" @@ -17641,10 +17778,6 @@ msgstr "макс. истовремених веза" #~ msgid "pdf export page" #~ msgstr "Тип извоза" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Тип извоза" - #, fuzzy #~| msgid "Total" #~ msgid "Total " diff --git a/po/sr@latin.po b/po/sr@latin.po index 74b1939aa7..5af01e15d6 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-31 14:25+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Serbian (latin) Podešavanja." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Efikasnost query cache-a" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Upotreba query cache-a" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Iskorišćeno query cache-a" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Zauzetost sistemskog procesora" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistemska memorija" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Sistemski svop" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Prosečno opterećenje" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Ukupno memorije" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Keširana memorija" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Baferisana memorija" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Slobodna memorija" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Iskorišćena memorija" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Ukupno Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Keširani svop" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Iskorišćeni svop" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Slobodno Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Poslato bajtova" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Primljeno bajtova" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Veze" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabela" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Pitanja" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Saobraćaj" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Podešavanja" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Dodaj grafikon na grid" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "Molimo vas da dodate bar jednu promenljivu u seriju podataka" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1483,47 +1505,47 @@ msgstr "Molimo vas da dodate bar jednu promenljivu u seriju podataka" msgid "None" msgstr "nema" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Nastavi praćenje" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Zaustavi praćenje" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log i slow_query_log su omogućeni." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log je omogućen." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log je omogućen." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log i general_log su isključeni." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output nije postavljen na TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output je postavljen na TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1534,12 +1556,12 @@ msgstr "" "izvršavaju više od %d sekundi. Preporučljivo je da podesite long_query_time " "na 0-2 sekunde, u zavisnosti od vašeg sistema." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time je postavljeno na %d sekund(i)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1548,31 +1570,31 @@ msgstr "" "podrazumevane vrednosti kad server bude restartovan:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Postavi log_output na %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Omogući %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Onemogući %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "Postavi long_query_time na %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1580,57 +1602,57 @@ msgstr "" "Nemate prava da promenite ove promenljive. Molimo vas da se prijavite kao " "root ili kontaktirajte vašeg administratora baze." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Izmeni podešavanja" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Trenutna podešavanja" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Naslov grafikona" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Diferencijalni" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Podeljeno sa %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Jedinica" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Iz dnevnika sporih upita" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Iz glavnog dnevnika" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analiziranje logova" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analiziranje i učitavanje dnevnika. Ovo može da potraje neko vreme." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Otkaži zahtev" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1640,7 +1662,7 @@ msgstr "" "Međutim samo sam SQL upit je iskorišćen kao kriterijum za grupisanje, tako " "da ostali atributi upita, kao što je vreme pokretanja, mogu da se razlikuju." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1649,32 +1671,32 @@ msgstr "" "Pošto je grupisanje INSERT upita izabrano, INSERT upiti u istu tabelu su " "takođe grupisani zajedno, bez obzira na umetnute podatke." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Podaci iz dnevnika učitani. Upiti izvršeni u ovom vremenskom razmaku:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Preskoči na Log tabelu" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Nema podataka" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" "Dnevnik analiziran, ali ništa nije pronađeno u ovom vremenskom razmaku." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Aniliziram…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Objasni izlaz" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1684,58 +1706,58 @@ msgstr "Objasni izlaz" msgid "Time" msgstr "Vreme" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Ukupno vreme:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Rezultat profilisanja" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabela" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Grafikon" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Opcije filtera log tabele" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filter" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtriraj upite po word/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grupisanje upita, ignoriši promenljive vrednosti u WHERE klauzulama" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Suma grupisanih redova:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Ukupno:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Učitavanje logova" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Osvežavanje monitoringa neuspešno" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1745,92 +1767,92 @@ msgstr "" "odgovor. To se najverovatnije desilo jer je sesija istekla. Osvežavanje " "stranice i ponovno prijavljivanje trebalo bi da pomogne." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Ponovo učitaj stranu" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Zahvaćeni redovi:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Neuspelo analiziranje konfiguracione datoteke. Izgleda da sadržaj nije u " "validnom JSON formatu." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Neuspelo formiranje grafikona sa uvezenom konfiguracijom. Resetujem na " "podrazumevanu konfiguraciju…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Uvoz" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Podešavanje Import monitor-a" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "Molimo izaberite datoteku koju želite da uvezete" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analiza upita" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Sistem za savete" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Mogući problemi sa performansama" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Pitanje" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Preporuka" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Detalji pravila" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Opravdanje" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Korišćene promenljiva/formula" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1841,61 +1863,61 @@ msgstr "" msgid "Cancel" msgstr "Otkaži" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Izmeni podešavanja" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Učitavanje…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Obrada zahteva" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Greška kod obrade zahteva" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Brisanje kolone" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Dodavanje primarnog ključa" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1904,64 +1926,64 @@ msgstr "Dodavanje primarnog ključa" msgid "OK" msgstr "U redu" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Kliknite da bi ste zatvorili ovo obaveštenje" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Preimenovanje baza podataka" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopiranje baze" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Izmena seta znakova" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Isključi provere stranih ključeva" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Neuspelo upisivanje datoteke na disk." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Pretraga" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Sakrij tezultate pretrage" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Prikaži rezultate pretrage" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Pregledanje" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Brisanje" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Definicija uskladištene funkcije mora imati RETURN iskaz!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1971,63 +1993,63 @@ msgstr "Definicija uskladištene funkcije mora imati RETURN iskaz!" msgid "Export" msgstr "Izvoz" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET uređivač" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Vrednosti za kolonu %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Vrednosti za novu kolonu" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "Unesi svaku vrednost u posebno polje" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Dodaj %d vrednost(i)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Imajte u vidu: Ako datoteka sadrži više tabela, one će biti kombinovane u " "jednu." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Sakrij okvir sa upitima" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Prikažiokvir sa upitima" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Promeni" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2035,96 +2057,96 @@ msgstr "Promeni" msgid "Delete" msgstr "Obriši" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d nije ispravan broj reda." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Pregledaj strane vrednosti" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Promenljiva" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Nema odabranih redova" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Pretraživanje baze" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Slobodna memorija" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "Doprinesi" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "Primarni ključ je upravo dodat %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Izveštaj o praćenju" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2132,87 +2154,87 @@ msgstr "" msgid "End of step" msgstr "Na kraju tabele" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Gotovo" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Dodaj privilegije na sledećoj tabeli" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Nije izabrana ni jedna baza." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2221,164 +2243,164 @@ msgstr "Nije izabrana ni jedna baza." msgid "Save" msgstr "Sačuvaj" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Sakrij kriterijume za pretragu" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Prikaži kriterijume za pretragu" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Table Search" msgid "Range search" msgstr "Pretraga tabele" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Imena kolona: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Imena kolona: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Maksimalan broj tabela" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Maksimalan broj tabela" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "Sakrij kriterijume za pretragu" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "Prikaži kriterijume za pretragu" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Svaka tačka pretsavlja jedan red podataka." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Ako zadržite kursor miša iznad tačke biće prikazan opis." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Da bi ste uvećali prikaz, izaberite deo prikaza sa mišem." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Klikni na tačku sa podacima da bi video ili eventualno izmenio red podataka." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Veličina prikaza može da se promeni ako ga uhvatite i povučete mišem u " "donjem desnom uglu." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Izaberi dve kolone" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Izaberite dve različite kolone" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Sadržaj tačke podataka" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiraj" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Tačka" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linija teksta" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometrija" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Unutrašnji prsten" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Spoljni prsten" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Izaberite referencirani ključ" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Izaberi strani ključ" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Molimo izaberite primarni ili jedinstveni ključ" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Izaberi kolonu za prikaz" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2386,96 +2408,96 @@ msgstr "" "Niste snimili izmene u raspored. Biće izgubljene ako ih ne snimite. Da li " "želite da nastavite?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Ime strane" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "Izaberi stranu" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Izaberi stranu" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Slobodne strane" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "Izaberi stranu" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Jedinica" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Izaberite stranu koju menjate" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Nije ispravan broj porta" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Uredi ili izvezi relacionu shemu" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Izmene su sačuvane" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "Dodaj opciju za kolonu " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Pošalji" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "Prtisni escape da otkažeš uređivanje" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2483,49 +2505,49 @@ msgstr "" "Izmenili ste neke podatke i izmene nisu sačuvane. Da li ste sigurni da " "želite da napustite ovu stranu pre nego što snimite podatke?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "Povucite da bi ste promenili redosled" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "Kliknite da postavite/skinete oznaku" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Copy column name" msgid "Double-click to copy column name." msgstr "Kopiraj ime kolone" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Kliknite strelici na dole
da bi ste izmenili vidljivost kolone" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Prikaži sve" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2534,53 +2556,53 @@ msgstr "" "izmene u gridu, checkbox, Edit, Copy i Delete linkovi može da se desi da ne " "rade nakon snimanja." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Originalna pozicija" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Otkaži" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Prekinuto" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Podrazumevane opcije uvoza" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Izaberi tabele" -#: js/messages.php:503 +#: js/messages.php:509 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." @@ -2589,7 +2611,7 @@ msgstr "" "Možete izmeniti većinu kolona
tako što kliknete direktno na njen " "sadržaj." -#: js/messages.php:506 +#: js/messages.php:512 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." @@ -2598,115 +2620,115 @@ msgstr "" "Možete izmeniti većinu kolona
tako što kliknete direktno na njen " "sadržaj." -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "Idi na link" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "Kopiraj ime kolone" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Generiši lozinku" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generiši" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Još" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Prikaži sve" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide indexes" msgid "Hide Panel" msgstr "Sakrij indekse" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Prikaži logo u levom okviru" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Prilagođavanje glavnog okvira" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Prilagođavanje glavnog okvira" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabele" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Pogledi" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedure" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "događaj" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funkcije" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Izabrani korisnik nije pronađen u tabeli privilegija." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2716,487 +2738,487 @@ msgstr "" "nadogradnji. Najnovije verzija je %s, objavljena %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", poslednja stabilna verzija:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "Ažurno" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Napravi pogled" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "Port na serveru" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "Izmeni podešavanja" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Prikaži otvorene tabele" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignoriši" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Prikaži ponovo ovaj upit" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Da li stvarno hoćete da izvršite \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Izvršeni upiti" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Komentari tabele" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Sakrij tezultate pretrage" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Prethodni" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Sledeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Danas" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Januar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Februar" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mart" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "April" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Jun" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Jul" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Avgust" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Septembar" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Oktobar" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Novembar" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Decembar" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Avg" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Nedelja" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Ponedeljak" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Utorak" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Sreda" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Četvrtak" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Petak" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Subota" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Sre" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ut" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Sr" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Če" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Su" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Vk" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalendar-mesec-godina" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "nema" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Čas" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minut" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekund" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Koristi tekst polje" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Nije ispravan broj porta" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Nije ispravan broj porta" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Nije ispravan broj porta" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Nije ispravan broj porta" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Nije ispravan broj porta" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Nije ispravan broj porta" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Nije ispravan broj porta" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Nije ispravan broj porta" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Nije ispravan broj porta" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Nije ispravan broj porta" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Nije ispravan broj porta" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Nije ispravan broj porta" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Nije ispravan broj porta" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Nije ispravan broj porta" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Greška" @@ -3265,18 +3287,18 @@ msgstr "po satu" msgid "per day" msgstr "po danu" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Postojeću konfiguracionu datoteku (%s) nije moguće pročitati." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Pogrešno podešena prava pristupa na konfiguracionoj datoteci, ne bi trebala " "da bude svima dostupna za pisanje!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Veličina fonta" @@ -3297,7 +3319,7 @@ msgid "Requery" msgstr "podupit" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3306,7 +3328,7 @@ msgstr "podupit" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3398,7 +3420,7 @@ msgid "History" msgstr "SQL istorijat" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3421,7 +3443,7 @@ msgstr "SQL istorijat" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Opcije" @@ -3520,7 +3542,7 @@ msgid "Count:" msgstr "Kolona" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3586,10 +3608,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Pređi na kopiranu tabelu" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3597,10 +3619,10 @@ msgstr "Pređi na kopiranu tabelu" msgid "Ascending" msgstr "Rastući" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3842,135 +3864,136 @@ msgstr "ništa" msgid "Inside column:" msgstr "Unutar kolone::" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Snimi izmenjene podatke" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Vrati redosled kolone" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "Filteri" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Pretraživanje baze" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Sledeća" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Kraj" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Sve" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Broj redova:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sortiraj po ključu" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Parcijalni tekstovi" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Potpuni tekstovi" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Relacioni ključ" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Relacioni prikaz kolone" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Sakrij transformacije pregledača" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Red je obrisan" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Obustavi" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Može biti približno. Vidite [doc@faq3-11]FAQ 3.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "Vaš SQL upit je uspešno izvršen" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3979,39 +4002,39 @@ msgstr "" "Ovaj pogled ima najmanje ovaj broj redova. Molimo vas pogledajte " "%sdokumentaciju%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Prikaz zapisa" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "ukupno" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sekundi" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Označeno:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4020,24 +4043,24 @@ msgstr "Označeno:" msgid "Check All" msgstr "Označi sve" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Za štampu" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operacije na rezultatima upita" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Prikaži grafikon" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4175,7 +4198,7 @@ msgstr "Kardinalnost" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4185,7 +4208,7 @@ msgid "Collation" msgstr "Sortiranje" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Komentar" @@ -4200,7 +4223,7 @@ msgid "Index %s has been dropped." msgstr "Indeks %s je obrisan." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4218,7 +4241,7 @@ msgstr "" "da se ukloni." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4235,7 +4258,7 @@ msgstr "Pogled" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4266,7 +4289,7 @@ msgstr "Novi zapis" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegije" @@ -4331,15 +4354,17 @@ msgid "Central columns" msgstr "Kolone tekstulanih polja" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Baze" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "Korisnici" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4422,7 +4447,7 @@ msgid "Could not save favorite table!" msgstr "Nije moguće sačuvati poslednju tabelu" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4451,7 +4476,7 @@ msgid "Recent" msgstr "Poništi" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5054,16 +5079,16 @@ msgstr "Maksimalna veličina: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL reče: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Objasni SQL" @@ -5080,7 +5105,7 @@ msgstr "" msgid "Without PHP Code" msgstr "bez PHP koda" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Napravi PHP kod" @@ -5176,6 +5201,10 @@ msgstr "Poslednja izmena" msgid "Last check" msgstr "Poslednja provera" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Korisnici" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5272,8 +5301,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5281,7 +5310,7 @@ msgstr "Ime" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Dužina/Vrednost*" @@ -5589,7 +5618,7 @@ msgid "Not a valid port number!" msgstr "Nije ispravan broj porta" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5603,37 +5632,37 @@ msgstr "Neispravna vrednost" msgid "Value must be equal or lower than %s!" msgstr "Vrednost mora biti jednaka ili manja od %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Nedostaju podaci za %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "Nedostupno" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" zahteva %s proširenje" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "uvoz neće raditi, nedostaje funkcija (%s)" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "izvoz neće raditi, nedostaje funkcija (%s)" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maksimalno %s" @@ -5649,7 +5678,7 @@ msgid "Set value: %s" msgstr "Postavi vrednost: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Vrati podrazumevanu vrednost" @@ -6142,7 +6171,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maksimalno vreme izvršavanja" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -6152,7 +6181,7 @@ msgstr "Dodaj %s iskaz" msgid "Save as file" msgstr "Sačuvaj kao datoteku" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Karakter set datoteke" @@ -6168,8 +6197,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6179,16 +6208,16 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Stavi imena kolona u prvi red" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Kolone uokvirene sa:" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped with:" @@ -6198,8 +6227,8 @@ msgstr "Kolone eskejpovane sa:" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL with:" msgid "Replace NULL with" @@ -6209,15 +6238,15 @@ msgstr "Zameni NULL sa:" msgid "Remove CRLF characters within columns" msgstr "Izbaci CRLF znakove u kolonama" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Kolone se završavaju sa" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated with:" @@ -6241,8 +6270,8 @@ msgid "Table name template" msgstr "Šablon imena tabele" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6270,14 +6299,14 @@ msgid "Label key" msgstr "Oznaka ključa" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-tipovi" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relacije" @@ -6285,116 +6314,122 @@ msgstr "Relacije" msgid "Export method" msgstr "Način izvoza" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Snimi na server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće datoteke" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "horizontalnom (rotirana zaglavlja)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Zapamti šablon imena datoteke" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj AUTO_INCREMENT vrednost" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Stavi imena tabela i kolona u komentar" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Mod SQL kompatibilnosti" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE opcije:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Datumi kreiranja/ažuriranja/provere" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Koristi odložena umetanja" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Isključi provere stranih ključeva" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "Izvoz redova iz \"%s\" tabele" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Dodaj %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Koristi heksadecimalno za BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Ignoriši duplikate pri umetanju" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Sintaksa koja se koristi kod umetanja podataka" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maksimalna dužina napravljenog upita" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Tip izvoza" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Obavi izvoz u transakciji" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Izvezi vreme u UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "Obavezno uspostavite bezbednu vezu dok koristite phpMyAdmin" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Obavezno koristi SSL vezu" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6407,206 +6442,206 @@ msgstr "" "[kbd]content[/kbd] je referencirani podatak; [kbd]id[/kbd] je vrednost " "ključa" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Redosled stranih ključeva u padajućoj listi" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Biće korišćena padajuća lista ako je manje stavki prisutno" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Ograničenje stranog ključa" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Provera stranog ključa:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Režim pregleda" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Prilagodi režim pretraživanja" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Prilagodi podrazumevane opcije" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Programer" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Podešavanja za phpMyAdmin programere" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Režim uređenja" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Podešavanje režima uređenja" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Podrazumevane opcije izvoza" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Prilagodi podrazumevane opcije izvoza" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Karakteristike" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Opšte" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Postavite neke najčešće korišćene opcije" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Podrazumevane opcije uvoza" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Podešavanje podrazumevanih najčešće korišćenih opcija za uvoz" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Izvoz/uvoz" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Podesite direktorijume za izvoz i uvoz i opcije za kompresiju" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Opcije prikaza baza" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigacioni okvir" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Prilagodite izgled navigacionog okvira" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigacioni okvir" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Prilagođavanje navigacionog okvira" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serveri" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Opcije prikaza servera" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Opcije prikaza tabela" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Glavni okvir" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Majkrosoft Ofis" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Ostale osnovne postavke" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Postavke koje se ne uklapaju nigde drugde" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Naslovi strana" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Bezbednost" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6618,25 +6653,25 @@ msgstr "" "Imajte na umu da je phpMyAdmin samo korisnički interfejs i onjegove funkcije " "ne ograničavaju MySQL" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Osnovne postavke" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Autentikacija" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Podešavanje autentikacije" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Konfiguracija servera" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6648,157 +6683,157 @@ msgstr "" "Napredna konfiguracija servera, nemojte menjati ove opcije osim ako niste " "sigurni čemu služe" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Unesite parametre veze sa serverom" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Skladište konfiguracije" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Praćenje promena" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Praćenje promena u bazi podataka. Zahteva phpMyAdmin skladište konfiguracije." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Podešavanje opcija izvoza" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Podešavanje podrazumevanih opcija uvoza" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Prilagođavanje navigacionog okvira" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Prilagođavanje glavnog okvira" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL upiti" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "Okvir sa SQL upitima" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Prilagođavanje linkova prikazanih u okvirima SQL upita" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Podešavanje SQL upita" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Početno pokretanje" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Prilagođavanje početne strane" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza za korisnika" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Baza za korisnika" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Kartice" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Izaberite kako želite kartice da rade" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Prikaži relacionu šemu" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Dimenzije papira" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Tekstualna polja" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Podešavanje text input polja" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! tekst" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Prilagodi podrazumevane opcije" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Upozorenja" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Isključi neka od upozorenja koja je phpMyAdmin prikazao" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6810,15 +6845,15 @@ msgstr "" "Omogući [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresiju za " "operacije uvoza i izvoza" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Dodatni parametri za iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6830,11 +6865,11 @@ msgstr "" "Ako je uključeno, phpMyAdmin će nastaviti da izračunava više-iskazne upite " "čak i ako jedan od upita nije uspeo" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignoriši greške kod višestrukih iskaza" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6844,25 +6879,25 @@ msgstr "" "ograničenja. Ovo može biti dobar način uvoza velikih datoteka, ali sa druge " "strane može prekinuti transakcije." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Delimični uvoz: dozvolite prekid" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Ne prekidaj izvršavanje ako se desi greška kod umetanja" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6874,62 +6909,62 @@ msgstr "" "Podrazumevani format; budite svesni da ova lista zavisi od lokacije (baza, " "tabela) i samo SQL je uvek na raspolaganju" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format datoteka za uvoz" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Koristi ključnu reč LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Imena kolona u prvom redu" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Ne uvozi prazne redove" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Uvezi valute ($5.00 do 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Uvezi procente kao prave decimalne brojeve (12.00% kao .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Broj upita za preskakanje od starta" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Delimični uvoz: preskoči upite" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne koristi AUTO_INCREMENT za nulte vrednosti" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Početno stanje za klizače" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Koliko redova može biti umetnuto odjednom" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Broj umetnutih redova" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6940,22 +6975,22 @@ msgstr "" "Maksimalan broj prikazanih znakova u bilo kojoj nenumeričkoj koloni u " "pogledu za preglede" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Ograničenje znakova kolone" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Obriši sve kukije nakon odjavljivanja" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -6967,11 +7002,11 @@ msgstr "" "Tajna fraza koja se koristi za enkripciju kukija u [kbd]cookie[/kbd] " "autentikaciji" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Opozovi ime korisnika" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6979,54 +7014,54 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definiše koliko dugo (u sekundama) je kuki za prijavu validan" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksimalni broj znakova koji se koristi kada se SQL upit prikazuje" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maksimalna dužina prikazanog SQL-a" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Korisnici ne mogu da zadaju veću vrednost" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maksimalni broj tabela prikazanih u listi tabela" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maksimalan broj baza" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7034,13 +7069,13 @@ msgid "" "the navigation tree." msgstr "Broj spojeva koji su uradili puno skeniranje prve tabele." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Maksimalna veličina za input polje" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7048,31 +7083,31 @@ msgid "" "tree." msgstr "Broj spojeva koji su uradili puno skeniranje prve tabele." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maksimalni broj redova za prikaz" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maksimalni broj tabela prikazanih u listi tabela" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimalan broj tabela" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7084,45 +7119,45 @@ msgstr "" "Broj bajtova koji je dozvoljen da skript zauzme, primer [kbd]32M[/kbd] " "([kbd]0[/kbd] nema ograničenja)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Ograničenje memorije" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Prikaži logo u levom okviru" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Prikaži logo u levom okviru" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Prikaži logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL na koji će logo iz navigacionog okvira pokazivati" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL za link na logo-u" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7134,31 +7169,31 @@ msgstr "" "Otvori linkovanu stranu u glavnom prozoru ([kbd]main[/kbd]) ili u novom " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Prikaz izbora servera na vrhu levog okvira" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Prikaži izbor servera" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Zadatak ikonice za brzi pristup" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Zadatak ikonice za brzi pristup" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -7166,19 +7201,19 @@ msgid "" "display a filter box." msgstr "Minimalni broj tabela za prikaz okvira za filter tabela" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "Minimalni broj tabela za prikaz okvira za filter tabela" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Broj otvorenih tabela." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7190,197 +7225,197 @@ msgstr "" "Samo u pojednostavljenoj verziji; prikaži baze u obliku drveta (određeno " "separatorom definisanim u nastavku ispod)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "String koji odvaja baze u različitim nivoima stabla" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Separator drveta baze" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "String koji razdvaja tabele u različite nivoe drveta" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Separator tabela u drvetu" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Maksimalna dubina drveta za tabele" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Naglasi server koji se nalazi ispod kursora miša" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Omogući naglašavanje" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Komentar tabele" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "Prikazivanje tabela" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show hint" msgid "Show views in tree" msgstr "Prikaži savet" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Veze od poslednjeg osvežavanja" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prikaži listu procesa" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show hint" msgid "Show events in tree" msgstr "Prikaži savet" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maksimalni broj nedavno korišćenih tabela; postavite na 0 da isključite" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maksimalni broj nedavno korišćenih tabela; postavite na 0 da isključite" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Skorije korišćene tabele" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Gde da se prikažu linkovi na redove tabele" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "Koristi prirodni poredak za sortiranje imena tabela i baza" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Prirodni redosled" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Koristi samo ikonice, samo tekst ili oboje" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Komentar tabele" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Podrazumevani redosled sortiranja" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Uspostavi trajne veze sa MySQL bazama" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Trajne veze" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7395,11 +7430,11 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7411,11 +7446,11 @@ msgstr "" "Isključi podrazumevano upozorenje koje se prikazuje ako je mcrypt nedostupan " "kod autentikacije uz pomoć kukija" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7429,78 +7464,78 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Zaštiti binarne kolone" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Stalna istorija upita" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Koliko mnogo upita se čuva u istoriji" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Dužina istorije upita" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "Izaberite koje funcije će biti korišćene za konverziju seta znakova" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kada pregledate tabele, sortiranje svake tabele je upamćeno" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Zapamti način sortiranja u tabeli" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Podrazumevani redosled sortiranja" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7509,668 +7544,680 @@ msgid "" msgstr "" "Ponovi zaglavlje nakon svakih X ćelija, [kbd]0[/kbd] isključuje ovu funkciju" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Ponovi zaglavlja" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relacioni prikaz kolone" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Opcije prikaza servera" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "Snimi sve izmenjene ćelije odjednom" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Direktorijum na serveru u koji izvezeni podaci mogu biti snimljeni" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Snimi direktorijum" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Ostavi prazno ako se ne koristi" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Redosled autorizacije hostova" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Ostavi prazno za podrazumevane vrednosti" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Pravila autorizacije hostova" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Dozvoli prijavljivanje bez lozinke" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Dozvoli prijavljivanje root-a" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Vrednost sesije" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Podešavanje autentikacije" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Compress connection to MySQL server." msgstr "Uspostavi trajne veze sa MySQL bazama" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Tip povezivanja" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrolni domaćin" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Kontrolni domaćin" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Sakrij baze" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Ime servera" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Exporting rows from \"%s\" table" +msgid "Export templates table" +msgstr "Izvoz redova iz \"%s\" tabele" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Kolone tekstulanih polja" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Allow logins without a password" msgid "Try to connect without password." msgstr "Dozvoli prijavljivanje bez lozinke" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Naziv baze" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Port na serveru" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Skorašnje korišćena tabela" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Promenljive" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relaciona tabela" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "The number of failed attempts to connect to the MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "Broj neuspelih pokušaja povezivanja na MySQL server." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Prikaži kolone tabele" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabela podešavanja korisničkog interfejsa" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Praćenje komandi" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Automatski kreiraj verzije" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Koristi tabele" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Koristi tabelu domaćina" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentari tabele" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy msgid "Show Last check timestamp" msgstr "Prikaži status podređenih servera" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Prikaži tipove polja" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Gde da se prikažu linkovi na redove tabele" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Prikaži savet" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Prikaži SQL upite" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Zadrži okvir za upite" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Prikaži statistike" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Preskoči zaključane tabele" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -8182,11 +8229,11 @@ msgstr "" "Isključi podrazumevano upozorenje koje se prikazuje ako je mcrypt nedostupan " "kod autentikacije uz pomoć kukija" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8201,51 +8248,51 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Kolone tekstulanih polja" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Podrazumevani naslov" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8253,52 +8300,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Pošalji direktorijum" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8306,34 +8353,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Korisničko ime" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8345,55 +8392,55 @@ msgstr "" "Omogući [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresiju za " "operacije uvoza i izvoza" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Port na serveru" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Izvršeni upiti" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8419,51 +8466,84 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV koristeći LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Opcije za izvoz baze" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document Text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "Nema podataka" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabela %1$s je uspešno izmenjena." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Proces %s je uspešno prekinut." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Dodata interna relacija" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8478,12 +8558,12 @@ msgstr "" msgid "No change" msgstr "Nema izmena" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8539,6 +8619,7 @@ msgid "Create database" msgstr "Napravi bazu" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Napravi" @@ -8554,7 +8635,7 @@ msgid "No Privileges" msgstr "Nema privilegija" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Napravi tabelu" @@ -8567,101 +8648,145 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Nije moguće učitati dodatke za izvoz, molimo proverite svoju instalaciju!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Izvoz baza sa tekućeg servera" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Izvoz tabela iz \"%s\" baze" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Izvoz redova iz \"%s\" tabele" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Način izvoza:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Tip izvoza" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Šablon imena datoteke:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Naziv tabele" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Šablon imena datoteke:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Stopa upotrebe privremenog diska" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Ažurirano" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Izaberi tabele" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Način izvoza" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Prilagođeni prikaz svih mogućih opcija" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Baza(e):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabela(e):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Opcije specifične za format:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Konverzija kodiranja:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Redovi:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Izbaci neke redove" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Red da počne na:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Izbaci sve redove" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Sačuvaj na server u direktorijum %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Šablon imena datoteke:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8673,86 +8798,86 @@ msgstr "" "transformacije: %3$s. Preostali tekst će ostati kako jeste. Čogledaj %4$sFAQ" "%5$s za detalje." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Karakter set datoteke:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Kompresija:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zipovano" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "spakovano gzip-om" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Pogledaj izlaz kao tekst" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export databases as separate files" msgstr "Izvoz redova iz \"%s\" tabele" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "horizontalnom (rotirana zaglavlja)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Sačuvaj izlaz u datoteku" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Izaberi tabele" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Izaberi tabele" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Naziv baze" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Ime nove strane: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "Kopiraj ime kolone" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9275,7 +9400,7 @@ msgid "Dump has been saved to file %s." msgstr "Sadržaj baze je sačuvan u datoteku %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -9350,7 +9475,7 @@ msgstr "Sakrij" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funkcija" @@ -9430,7 +9555,7 @@ msgstr "" "slobodno pomeranje" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9896,7 +10021,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Pogledi" @@ -10194,232 +10319,243 @@ msgstr "" msgid "Rename database to" msgstr "Preimenuj bazu u" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Nije Vam dozvoljeno da budete ovde!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Promeni privilegije" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Baza %s je odbačena." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Ukloni bazu" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Ukloni bazu i njen sadržaj" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Samo struktura" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktura i podaci" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Samo podaci" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Kopiraj bazu u" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE pre kopiranja" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Dodaj ograničenja" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Prebaci se na kopiranu bazu" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Promeni redosled u tabeli" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(po jednom polju)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Pomeri tabelu u (baza.tabela):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Promeni ime tabele u" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Komentari tabele" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Opcije tabele" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Pogon skladištenja" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiraj tabelu u (baza.tabela):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Pređi na kopiranu tabelu" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Radnje na tabeli" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analiziraj tabelu" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Proveri tabelu" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Proveri tabelu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentiraj tabelu" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabela %s je osvežena." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Snimi sve baferovane izmene nad tabelom (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimizuj tabelu" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Popravi tabelu" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Brisanje podataka ili tabele" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Brisanje tabele (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Provera" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Popravi" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Zatvori" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Održavanje particija" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Proveri referencijalni integritet:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Ne mogu da premestim tabelu u samu sebe!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Ne mogu da kopiram tabelu u samu sebe!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s je pomerena u %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s je kopirana u %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s je pomerena u %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s je kopirana u %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Ima tabele je prazno!" @@ -10618,7 +10754,7 @@ msgstr "Događaji" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definicija" @@ -11648,41 +11784,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Zapamti način sortiranja u tabeli" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Pogrešan tip izvoza" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "nema opisa" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11690,14 +11832,14 @@ msgid "" "configuration storage there." msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11874,6 +12016,7 @@ msgstr "Ime korisnika" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Ime korisnika" @@ -12041,10 +12184,10 @@ msgid "Master server changed successfully to %s." msgstr "Master server uspešno promenjen u %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12065,7 +12208,7 @@ msgstr "Događaj %1$s je izmenjen." msgid "Event %1$s has been created." msgstr "Događaj %1$s je kreiran." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12074,7 +12217,8 @@ msgstr "" msgid "Edit event" msgstr "Izmeni događaj" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12088,7 +12232,7 @@ msgid "Event type" msgstr "Vrsta događaja" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Promeni u %s" @@ -12116,13 +12260,13 @@ msgid "On completion preserve" msgstr "Po okončanju sačuvaj" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12150,9 +12294,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -12187,115 +12331,121 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Neispravan tip rutine: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Routina %1$s je modifikovana." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Routina %1$s je modifikovana." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Routina %1$s je kreirana." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Izmena rutine" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Ime rutine" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Pravac" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Ukloni poslednji parametar" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Povratni tip" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Vrati dužina/vrednosti" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Povratne opcije" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Tip sigurnosti" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a valid table name" msgid "You must provide a routine name!" msgstr "Morate uneti ispravno ime tabele" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Rezultat izvršavanja rutine %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -12303,13 +12453,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Parametri rutine" @@ -12879,12 +13029,16 @@ msgid "You have revoked the privileges for %s." msgstr "Zabranili ste privilegije za %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "Dodaj korisnika" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Baza za korisnika" #: libraries/server_privileges.lib.php:1946 @@ -12911,9 +13065,7 @@ msgid "User has been added." msgstr "Korisnik je dodat." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12992,11 +13144,15 @@ msgid "" msgstr "… obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Promeni informacije o prijavi / Kopiraj korisnika" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Napravi novog korisnika sa istim privilegijama i …" #: libraries/server_privileges.lib.php:3036 @@ -13020,7 +13176,9 @@ msgid "Add privileges on the following table:" msgstr "Dodaj privilegije na sledećoj tabeli" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Ukloni izabrane korisnike" #: libraries/server_privileges.lib.php:3376 @@ -13055,43 +13213,51 @@ msgstr "Ažurirali ste privilegije za %s." msgid "Deleting %s" msgstr "Brišem %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegije su uspešno ponovo učitane." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Korisnik %s već postoji!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegije" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Promeni privilegije" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "Korisnici" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Pregled korisnika" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13104,11 +13270,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Dodali ste novog korisnika." @@ -14435,7 +14601,7 @@ msgstr "Neispravan iG¤entifikator" msgid "Unknown Punctuation String" msgstr "Nepoznat string interpunkcije" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabela %s je ispražnjena." @@ -14448,14 +14614,14 @@ msgstr "Praćenje je aktivno." msgid "Tracking is not active." msgstr "Praćenje nije aktivno." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "Pogled %s je odbačen" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14692,45 +14858,40 @@ msgstr "Zauzeće" msgid "Effective" msgstr "Efektivne" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabela %1$s je uspešno izmenjena." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabela %1$s je uspešno izmenjena." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Greška u upitu" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Izabrani korisnici su uspešno obrisani." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "Dodaj ovu seriju podataka" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Prikaži SQL upite" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15178,20 +15339,6 @@ msgstr "" msgid "Wrong data" msgstr "Pogrešan podatak" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "Nema podataka" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15202,7 +15349,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "Tabela %s već postoji!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Prikaži sadržaj (shemu) tabele" @@ -15210,24 +15357,12 @@ msgstr "Prikaži sadržaj (shemu) tabele" msgid "Invalid table name" msgstr "Neispravan naziv tabele" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Dodata interna relacija" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Proces %s je uspešno prekinut." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -15235,7 +15370,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15451,7 +15586,7 @@ msgid "subquery" msgstr "podupit" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Napravi relaciju" @@ -15527,13 +15662,13 @@ msgstr "Novo ime" msgid "Delete pages" msgstr "Izaberi stranu" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Ponovo učitaj" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Pomoć" @@ -15804,39 +15939,39 @@ msgstr "Naslov grafikona" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serije podataka:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X vrednosti" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Unutar kolone::" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Vrednosti za kolonu %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17100,6 +17235,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert je postavljeno na 0" +#~ msgid "Add user" +#~ msgstr "Dodaj korisnika" + +#~ msgid "Export Method:" +#~ msgstr "Način izvoza:" + #~ msgid "Print view (with full texts)" #~ msgstr "Pogled za štampu (sa punim tekstom)" @@ -17340,11 +17481,6 @@ msgstr "concurrent_insert je postavljeno na 0" #~ msgid "pdf export page" #~ msgstr "Pogrešan tip izvoza" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Pogrešan tip izvoza" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" diff --git a/po/sv.po b/po/sv.po index 2d57b8551d..147d5cfe5b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-12-29 15:37+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish Inställningar-menyn." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Frågecache effektivitet" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Användning av frågecache" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Använd frågecache" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Systemets processoranvändning (CPU)" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Systemminne" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "System swap" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Genomsnittlig last" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Totalt minne" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Cachat minne" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Buffrat minne" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Ledigt minne" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Använt minne" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Totalt Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Cachad Swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Använt Swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Ledigt Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Antal bitar som skickats" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Antal mottagna bital" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Anslutningar" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Processer" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "kB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "Mb" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tabell(er)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Frågor" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Inställningar" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Addera diagrammet till rutnätet" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Lägg till minst en variabel till serien!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1437,47 +1459,47 @@ msgstr "Lägg till minst en variabel till serien!" msgid "None" msgstr "Inget" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Återuppta övervakning" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Pausa monitor" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log och slow_query_log är aktiverade." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log är aktiverad." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log är aktiverad." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log och general_log är deaktiverade." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output är inte definierad som TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output är definerad som TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1488,12 +1510,12 @@ msgstr "" "tid än %d sekunder. Det är lämpligt att definiera long_query_time till 0-2 " "sekunder, beroende på ditt system." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time är definerad till %d sekund(er)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1502,30 +1524,30 @@ msgstr "" "standardvärdet när servern startas om:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Sätt log_output till %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Aktivera %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Inaktivera %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Sätt long_query_time till %d sekunder." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1533,57 +1555,57 @@ msgstr "" "Du kan inte ändra dessa variabler. Logga in som root eller kontakta din " "databasadministratör." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Ändra inställningar" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Nuvarande inställningar" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Diagramtitel" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Differentiell" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Dividerat med %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Enhet" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Från långsam logg" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Från allmän logg" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Databasnamnet är inte känt för denna fråga i serverns loggar." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Analyserar loggar" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Analyserar och laddar loggar. Detta kan ta lite tid." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Avbryt begäran" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1593,7 +1615,7 @@ msgstr "" "Men endast SQL-frågan själv blir jämförd, så därför kan frågornas andra " "attribut som starttid variera." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1602,31 +1624,31 @@ msgstr "" "Sedan gruppering av INSERT-frågor har valts, är INSERT-frågor till samma " "tabell också grupperade tillsammans, oberoende av det data som infogats." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Loggdata laddad. Frågor utförda under denna tidsperiod:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Gå till tabellogg" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Inga data hittades" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Logg analyserad, men inget data hittades under denna tidsperiod." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Analyserar…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Förklara utdata" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1636,58 +1658,58 @@ msgstr "Förklara utdata" msgid "Time" msgstr "Tid" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Total tid:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Profilering av resultat" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tabell" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Diagram" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Filteralternativ för loggtabell" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtrera" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Filtrera frågor med ord/regexp:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Gruppfrågor, ignorera variabeldata i WHERE-klausuler" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Summan av grupperade rader:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Totalt:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Läser in loggar" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Uppdateringen av övervakningen misslyckades" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1697,89 +1719,89 @@ msgstr "" "Detta beror troligen på att din session har upphört. Om du laddar om sidan " "och matar in dina inloggningsuppgifter igen borde det lösa problemet." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Uppdatera sidan" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Påverkade rader:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Parsning av config-filen misslyckades. Det verkar inte vara giltig JSON-kod." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Misslyckades skapa diagrammets rutnät med den importerade konfigurationen. " "Återställer till ursprunglig konfiguration…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Importera" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Importera monitorkonfigurationen" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Välj den fil du vill importera." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "Inga filer tillgängliga för import på servern!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Analysera fråga" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Handledningssystem" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Möjliga prestandaproblem" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Problem" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Rekommendation" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Regeldetaljer" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Motivering" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Använd variabel / formel" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Test" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1790,63 +1812,63 @@ msgstr "" msgid "Cancel" msgstr "Avbryt" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Ändra inställningar" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Verkställ" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Laddar…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Förfrågan avbruten!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Bearbetar begäran" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Förfrågan avbruten!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Fel i processbegäran" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Felkod: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Felmeddelande: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Inga databaser markerade." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Tar bort kolumn" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Lägger till primär nyckel" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1855,66 +1877,66 @@ msgstr "Lägger till primär nyckel" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Klicka för att ta bort detta meddelande" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Döp om databaser" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Kopierar databas" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Ändrar teckenuppsättning" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Inaktivera kontroller av främmande nycklar" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Misslyckades med att hämta rubriker" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Söker" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Dölj sökresultat" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Visa sökresultat" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Bläddrar bland" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Raderar" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" "Definitionen av en sparad funktion måste innehålla en RETURN-programsats!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1924,59 +1946,59 @@ msgstr "" msgid "Export" msgstr "Exportera" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET editor" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Värden för kolumn %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Värden för ny kolumn" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Mata in varje värde i separat fält." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Lägg till %d värde(n)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "Obs: Om filen innehåller multipla tabeller, kommer de förenas till en." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Göm sök-rutan" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Visa frågerutan" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Redigera" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1984,92 +2006,92 @@ msgstr "Redigera" msgid "Delete" msgstr "Radera" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d är inte ett giltigt radnummer." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Bläddra bland främmande värden" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Variabel" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No column selected." msgid "Column selector" msgstr "Ingen kolumn vald." -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Sök i denna lista" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "Ledigt minne" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Är du säker?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Fortsätt" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Lägg till primär nyckel" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "En primär nyckel har lagts till för %s." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Taking you to %s." msgid "Taking you to next step…" msgstr "Tar dig till %s." -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2077,89 +2099,89 @@ msgstr "" msgid "End of step" msgstr "Radslut" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Klart" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Inga databaser markerade." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "Följande frågor har verkställts:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table:" msgid "Create the following table" msgstr "Lägg till privilegier till följande tabell:" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Inga databaser markerade." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2168,156 +2190,156 @@ msgstr "Inga databaser markerade." msgid "Save" msgstr "Spara" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Dölj sökkriterier" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Visa sökkriterier" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Save search" msgid "Range search" msgstr "Spara sökning" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names: " msgid "Column maximum:" msgstr "Kolumnnamn: " -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names: " msgid "Column minimum:" msgstr "Kolumnnamn: " -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Maximalt antal tabeller" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Maximalt antal tabeller" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Dölj sök och ersätt kriterierna" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Visa sök och ersätt kriterierna" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Varje punkt representerar en dataserie." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Hovring över en punkt kommer visa dess etikett." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "För att zooma in, välj en del av grafen med musen." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Klicka på återställningsknappen för att komma tillbaka till ursprungsläget." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Klicka på en datapunkt för att visa och eventuellt redigera dataraden." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "Kan ändra storlek genom att dra den längs nedre högra hörnet." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Välj två kolumner" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Välj två olika kolumner" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Innehåll för datapunkt" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ignorera" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopiera" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Punkt" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Linestring" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Polygon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Inre ringen" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Yttre ringen" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Vill du kopiera krypteringsnyckeln?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Krypteringsnyckel" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Välj refererad nyckel" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Välj främmande nyckel" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Välj den primära nyckeln eller en unik nyckel!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Välj kolumn att visa" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2325,93 +2347,93 @@ msgstr "" "Du har inte sparat ändringarna i layouten. Dessa kommer förloras om du inte " "sparar dem. Vill du fortsätta?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sidnamn" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select page" msgid "Save page" msgstr "Välj sida" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select page" msgid "Save page as" msgstr "Välj sida" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Fria sidor" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select page" msgid "Delete page" msgstr "Välj sida" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "Enhet" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Välj en sida att redigera" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid page name" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Editera eller exportera relationsschema" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Ändringarna har sparats" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Lägg till ett alternativ för kolumnen \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d objekt skapade." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Sänd" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Tryck Escape för att avbryta redigeringen." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2419,41 +2441,41 @@ msgstr "" "Du har redigerat en del data och de har inte sparats. Är du säker på att du " "vill lämna denna sida innan du sparar uppgifterna?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Dra för att ändra ordning." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Klicka för att markera/avmarkera." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Dubbelklicka för att kopiera kolumnnamn." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "Klicka på pilen
för att växla kolumnens synlighet." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Visa alla" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2462,164 +2484,164 @@ msgstr "" "nätet redigera, kryssruta, redigera, kopiera och radera-länkar kanske inte " "fungerar när du har sparat." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "Ange en giltig hexadecimal sträng. Giltiga tecken är 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Ursprunglig sträng" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Avbryt" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Avbrutna" -#: js/messages.php:495 +#: js/messages.php:501 #, fuzzy #| msgid "Success!" msgid "Success" msgstr "Lyckades!" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Importera standardvärden" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Gräns för loggfil" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Välj tabeller" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Du kan även redigera de flesta värden
genom att dubbelklicka direkt på " "dessa." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Du kan även redigera de flesta värden
genom att klicka direkt på dessa." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Gå till länk:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Kopiera kolumnnamn." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Högerklicka på kolumnnamnet för att kopiera det till urklipp." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Skapa lösenord" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generera" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Ändra lösenord" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Mera" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Visa panel" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Dölj Panel" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Visa dolda navigationsträdsobjekt." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "Anpassa huvudpanelen" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "Anpassa huvudpanelen" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tabeller" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Vy" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Procedurer" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "händelse" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funktioner" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "Den begärda sidan hittades inte i historien, den kan ha upphört." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2629,50 +2651,50 @@ msgstr "" "senaste versionen är %s, publicerad den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", senaste stabila version:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "aktuell" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Skapa vy" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Skicka felrapport" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Skicka felrapport" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Ett allvarligt JavaScript-fel har uppstått. Vill du skicka en felrapport?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Ändra rapportinställningar" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Visa rapportdetaljer" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "Din export är inkomplett på grund av en låg exekveringstidsgräns på PHP-nivå!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2682,435 +2704,435 @@ msgstr "" "kan några av fälten ignoreras på grund av max_input_vars-inställningen för " "PHP." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Ignorera" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Visa denna fråga här igen" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "Vill du verkligen ta bort sökningen \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "Utförda frågor" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tabellkommentarer" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Dölj sökresultat" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Föregående" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Nästa" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Idag" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "januari" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "februari" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "mars" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "maj" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "augusti" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "september" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "november" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mars" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Söndag" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Måndag" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Tisdag" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Fredag" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Lördag" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Sön" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Mån" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Tis" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Tors" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Lör" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Sö" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Må" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "On" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Lö" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Vecka" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "kalender-månad-år" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Timmar" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Minuter" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Sekunder" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Använd textfältet" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid email address" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date ( ISO )" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Var vänlig ange en giltig längd!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter the same value again" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:777 +#: js/messages.php:783 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter no more than {0} characters" msgstr "Ange korrekt captcha!" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter correct captcha!" msgid "Please enter at least {0} characters" msgstr "Ange korrekt captcha!" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value between {0} and {1}" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Var vänlig ange en giltig längd!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a value greater than or equal to {0}" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid date or time" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Var vänlig ange ett giltigt nummer!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Fel" @@ -3180,17 +3202,17 @@ msgstr "per timme" msgid "per day" msgstr "per dag" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Befintlig konfigurationsfil (%s) är inte läsbar." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Teckenstorlek" @@ -3213,7 +3235,7 @@ msgid "Requery" msgstr "underfråga" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3222,7 +3244,7 @@ msgstr "underfråga" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3315,7 +3337,7 @@ msgid "History" msgstr "SQL-historik" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3338,7 +3360,7 @@ msgstr "SQL-historik" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Alternativ" @@ -3435,7 +3457,7 @@ msgid "Count:" msgstr "Räkna" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3503,10 +3525,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Byt till kopierad tabell" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3514,10 +3536,10 @@ msgstr "Byt till kopierad tabell" msgid "Ascending" msgstr "Stigande" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3733,163 +3755,164 @@ msgstr "Avmarkera alla" msgid "Inside column:" msgstr "Inuti kolumnen:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Spara editerade data" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Återställ ordningen på kolumner" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "Filter" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Sök i denna tabell" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Starta" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Föregående" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Nästa" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Slut" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Alla" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Antal rader:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Sortera efter nyckel" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Förkortade texter" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Kompletta texter" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Besläktad nyckel" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Kolumn för besläktad nyckel" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Visa binärt innehåll" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Visa BLOB-innehåll" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Dölj webbläsarens transformation" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Välkänd text" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Välkänd binär" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Raden har raderats." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Döda" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Kan vara ungefärligt. Se [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Din SQL-fråga utfördes korrekt." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, 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." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Visar raderna %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d totalt, %2$d i fråga" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d totalt" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Frågan tog %01.4f sekunder." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Med markerade:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3898,24 +3921,24 @@ msgstr "Med markerade:" msgid "Check All" msgstr "Markera alla" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Utskriftsvänlig visning" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Operationer för frågeresultat" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Visa diagram" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Visualisera GIS-data" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Länken hittades inte!" @@ -4040,7 +4063,7 @@ msgstr "Kardinalitet" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4050,7 +4073,7 @@ msgid "Collation" msgstr "Kollationering" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Kommentar" @@ -4065,7 +4088,7 @@ msgid "Index %s has been dropped." msgstr "Index %s har tagits bort." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4083,7 +4106,7 @@ msgstr "" "bort." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4100,7 +4123,7 @@ msgstr "Vy" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4131,7 +4154,7 @@ msgstr "Lägg till" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegier" @@ -4196,16 +4219,18 @@ msgid "Central columns" msgstr "Textarea kolumner" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Användare" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Användargrupper" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4280,7 +4305,7 @@ msgid "Could not save favorite table!" msgstr "Kunde inte spara favorittabell!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Ta bort från favoriter" @@ -4301,7 +4326,7 @@ msgid "Recent" msgstr "Senaste" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Favorittabeller" @@ -4932,16 +4957,16 @@ msgstr "Max: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL sa: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Förklara SQL-kod" @@ -4958,7 +4983,7 @@ msgstr "" msgid "Without PHP Code" msgstr "Utan PHP-kod" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Skapa PHP-kod" @@ -5051,6 +5076,10 @@ msgstr "Senaste uppdatering" msgid "Last check" msgstr "Senaste kontroll" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Användare" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Sök:" @@ -5141,8 +5170,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5150,7 +5179,7 @@ msgstr "Namn" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Längd/Värden" @@ -5439,7 +5468,7 @@ msgid "Not a valid port number!" msgstr "Inte ett giltigt portnummer!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Felaktigt värde!" @@ -5450,35 +5479,35 @@ msgstr "Felaktigt värde!" msgid "Value must be equal or lower than %s!" msgstr "Värdet måste vara lika med eller mindre än %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Saknar data för %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "otillgänglig" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" kräver tillägget %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Komprimerad import fungerar inte på grund av saknad funktion %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Komprimerad export fungerar inte på grund av saknad funktion %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -5495,7 +5524,7 @@ msgid "Set value: %s" msgstr "Ange värde: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Återställ standardvärde" @@ -5970,7 +5999,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maximal exekveringstid" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5980,7 +6009,7 @@ msgstr "Lägg till uppgiften %s" msgid "Save as file" msgstr "Spara som fil" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Filens teckenuppsättning" @@ -5996,8 +6025,8 @@ msgstr "Komprimering" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6007,14 +6036,14 @@ msgstr "Komprimering" msgid "Put columns names in the first row" msgstr "Sätt kolumnnamn på första raden" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Kolumner omges av" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Specialtecken i fält föregås av" @@ -6022,8 +6051,8 @@ msgstr "Specialtecken i fält föregås av" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Ersätt NULL med" @@ -6031,13 +6060,13 @@ msgstr "Ersätt NULL med" msgid "Remove CRLF characters within columns" msgstr "Ta bort CRLF-tecken i kolumner" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Kolumner avslutas med" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Rader avslutas med" @@ -6059,8 +6088,8 @@ msgid "Table name template" msgstr "Mall för tabellnamn" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6088,14 +6117,14 @@ msgid "Label key" msgstr "Märk nyckel" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-typ" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Relationer" @@ -6103,112 +6132,118 @@ msgstr "Relationer" msgid "Export method" msgstr "Exportmetod" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Spara på server" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Skriv över befintlig(a) fil(er)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Exportera tabellhuvuden" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Kom ihåg mall för filnamn" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Lägg till AUTO_INCREMENT-värde" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Använd citattecken runt tabell- och fältnamn" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL-kompatibilitetsläge" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE-alternativ:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Skapad/Uppdaterad/Kontrollerad datum" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Använd fördröjda inläggningar" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Inaktivera kontroller av främmande nycklar" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Exportera vyer som tabeller" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Saknade phpMyAdmin konfiguration lagringstabeller" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Lägg till %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Använd hexadecimalt för BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Använd ignore i inläggningar" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Syntax att använda när man infogar data" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Maximal längd på skapad fråga" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Export-typ" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Bifoga export i en transaktion" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Exportera tid i UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Tvinga säker anslutning när du använder phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Tvinga SSL-anslutning" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6216,164 +6251,164 @@ msgstr "" "Sorteringsordning för poster i en främmande nyckel-listruta; [kbd]innehåll[/" "kbd] är refererad data, [kbd]id[/kbd] är nyckelvärdet." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ordning i främmande nyckel-listruta" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "En listruta kommer användas om färre objekt finns." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Begränsning för främmande nyckel" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Kontroll av sekundärnyckel:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Utforskningsläge" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Anpassa utforskningsläge." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Anpassa förvalda alternativ." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Utvecklare" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Inställningar för phpMyAdmin-utvecklare." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Redigeringsläge" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Anpassa redigeringsläge." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Exportera standardvärden" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Anpassa standardexportalternativ." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funktioner" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Allmänt" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Välj några av de vanligaste alternativen." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Importera standardvärden" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Anpassa standardalternativ för import." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Importera / exportera" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Ange kataloger för import och export och komprimeringsalternativ." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Visningsalternativ för databaser." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Anpassa navigationspanelens utseende." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigationspanel" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Anpassa navigeringspanelen" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Servrar" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Visningsalternativ för servrar." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Visningsalternativ för tabeller." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Huvudpanel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Andra grundinställningar" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Inställningar som inte passade någon annanstans." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sidtitlar" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6386,11 +6421,11 @@ msgstr "" "Ange webbläsarens namnlisttext. Se [doc@cfg_TitleTable]dokumentationen[/doc] " "för magiska strängar som kan användas för att få speciella värden." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Säkerhet" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6398,23 +6433,23 @@ msgstr "" "Observera att phpMyAdmin endast är ett användargränssnitt och dess " "funktioner inte begränsar MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Grundläggande inställningar" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Verifiering" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Autentiseringsinställningar." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Serverkonfiguration" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6422,15 +6457,15 @@ msgstr "" "Avancerad serverkonfiguration, ändra inte dessa alternativ om du inte vet " "vad de är till för." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Ange parametrar för anslutning till server." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Konfigurationslagring" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6440,120 +6475,120 @@ msgstr "" "ytterligare funktionalitet, se [doc@linked-tables]konfigurationslagring för " "phpMyAdmin[/doc] i dokumentationen." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Förändringar i spårning" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Spårning av ändringar i databasen. Kräver phpMyAdmin konfigurations lagring." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Anpassa exportalternativ" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Anpassa standardvärden för import" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Anpassa navigeringspanelen" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Anpassa huvudpanelen" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL-frågor" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL-frågeruta" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Anpassa länkar som visas i SQL-frågerutor." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Inställningar för SQL-frågor." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Uppstart" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Anpassa startsidan." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Databasstruktur" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Välj vilka detaljer som ska visas i databasstrukturen (tabellista)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tabellstruktur" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Inställningar för tabellstrukturen (kolumnlista)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Flikar" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Välj hur du vill att flikar ska fungera." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Visa relationsschema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Pappersstorlek" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Textfält" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Anpassa textfält." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! text" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Anpassa förvalda alternativ" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Varningar" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Inaktivera några av de varningar som visas av phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6561,15 +6596,15 @@ msgstr "" "Aktivera [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering för " "import- och exportoperationer." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Extra parameterar för iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6577,11 +6612,11 @@ msgstr "" "Om aktiverat fortsätter phpMyAdmin att utföra fleruttrycksfrågor även om en " "av frågorna misslyckades." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ignorera fel i fleruttrycksfrågor" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6591,25 +6626,25 @@ msgstr "" "tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, " "men det kan bryta transaktioner." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Partiell import: tillåt avbrott" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Avbryt inte vid INSERT-fel" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6617,68 +6652,68 @@ msgstr "" "Standardformat; observera att denna lista beror på plats (databas, tabell) " "och endast SQL är alltid tillgängligt." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Format på importerad fil" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Använd nyckelordet LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Kolumnnamn på första raden" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Importera inte tomma rader" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importera valutor ($5,00 till 5,00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importera procenttal med riktiga decimaler (12,00% till .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Antal förfrågningar att hoppa från start." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Partiell import: hoppa över frågor" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Använd inte AUTO_INCREMENT för nollvärden" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Utgångsläge för reglagen" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Hur många rader som kan infogas på en gång." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Antal infogade rader" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximalt antal tecken som visas i icke-numeriska kolumner i bläddringsvyn." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Begränsa antalet tecken i kolumn" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6688,11 +6723,11 @@ msgstr "" "sker utloggning endast för aktuell server. Satt till FALSE gör det lätt att " "glömma att logga ut från andra servrar när du är ansluten till flera servrar." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Radera alla cookies vid utloggning" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6700,11 +6735,11 @@ msgstr "" "Ange om den tidigare inloggningen ska återkallas eller inte vid [kbd]cookie[/" "kbd]-autentiseringsläge." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Återkalla användarnamn" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6716,48 +6751,48 @@ msgstr "" "session, och kommer tas bort så snart webbläsaren stängs. Detta är " "rekommenderat för icke tillförlitliga miljöer." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Lagringsplats för inloggnings-cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Anger hur lång tid (i sekunder) som en inloggnings-cookie är giltig." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Giltighet för inloggnings-cookie" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dubbel storlek på textområdet för LONGTEXT-kolumner." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Större textarea för LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximalt antal tecken som används när en SQL-fråga visas." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Maximal visad SQL-längd" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Användare kan inte ange ett högre värde" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Maximalt antal databaser som visas i databaslistan." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Maximalt antal databaser" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6765,21 +6800,21 @@ msgstr "" "Antalet objekt som kan visas på varje sida på den första nivån av " "navigationsträdet." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Maximalt antal objekt på första nivån" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Antalet objekt som kan visas på varje sida i navigationsträdet." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Maximalt antal objekt i gren" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6787,19 +6822,19 @@ msgstr "" "Antal rader som visas vid visning av resultat. Om resultatet innehåller fler " "rader, visas länkar för \"Föregående\" och \"Nästa\"." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Maximalt antal rader att visa" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Maximalt antal tabeller som visas i tabellista." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maximalt antal tabeller" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6807,41 +6842,41 @@ msgstr "" "Antal byte som ett skript har tillåtelse att allokera, t.ex. [kbd]32M[/kbd] " "([kbd]0[/kbd] för ingen begränsning)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Minnesgräns" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Visa dolda navigationsträdsobjekt." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Visa logotyp i navigationspanelens." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Visa logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL som navigationspanelens logotyp pekar mot." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Länkadress för logo" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6849,29 +6884,29 @@ msgstr "" "Öppna den länkade sidan i huvudfönstret ([kbd]main[/kbd]) eller i ett nytt " "([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Mål för logo-länk" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Visa val av server högst upp i navigationspanelen." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Visa serverval" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Mål för snabbåtkomst-ikon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Mål för snabbåtkomst-ikon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6879,15 +6914,15 @@ msgstr "" "Definierar minsta antal objekt (tabeller, vyer, rutiner och händelser) för " "att visa en filterbox." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Minsta antal objekt för att visa filterboxen" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Minsta antal databaser för att visa filterboxen för databaser" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6899,161 +6934,161 @@ msgstr "" "Grupperar objekt i navigationsträdet (bestäms av avskiljaren definierad " "nedan)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Gruppera objekt i trädet" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Sträng som separerar databaser i olika trädnivåer." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Avskiljare för databasträd" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Sträng som separerar tabeller i olika trädnivåer." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Avskiljare för tabellträd" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Max djup i tabellträd" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Markera server under muspekaren." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Aktivera framhävning" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Huruvida möjligheten för databasexpansion ska inaktiveras eller inte." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Tabellbaserat navigeringsfält" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "Visar tabeller:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "Huruvida möjligheten för databasexpansion ska inaktiveras eller inte." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Visa versioner" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Visa dolda navigationsträdsobjekt." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Visa funktionsfält" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Visa processer" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Visa versioner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Visa dolda navigationsträdsobjekt." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maximalt antal nyligen använda tabeller, ange 0 för att inaktivera." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maximalt antal favorittabeller, ange 0 för att inaktivera." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Nyligen använda tabeller" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Dessa är länkar till Redigera, Kopiera och Radera." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Var länkarna i tabellraden visas" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Använd naturlig ordning vid sortering av tabell- och databasnamn." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Naturlig ordning" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Använd enbart ikoner, endast text eller både och." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tabellbaserat navigeringsfält" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Använd GZip utmatningsbuffer för ökad hastighet i HTTP-överföringar." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip Utmatningsbuffer" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -7061,19 +7096,19 @@ msgstr "" "[kbd]SMART[/kbd] - dvs fallande ordning för kolumner av typen TIME, DATE, " "DATETIME och TIMESTAMP, stigande ordning annars." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Förvald sorteringsordning" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Använd bestående anslutningar till MySQL-databaser." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Bestående anslutningar" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -7083,11 +7118,11 @@ msgstr "" "databasdetaljer om någon av de nödvändiga tabellerna för " "konfigurationslagring för phpMyAdmin inte kunde hittas." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Saknade phpMyAdmin konfiguration lagringstabeller" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -7095,11 +7130,11 @@ msgstr "" "Inaktivera standardvarningen som visas om en skillnad mellan MySQL-" "biblioteket och servern upptäcks." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Varning för skillnad server/bibliotek" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -7107,27 +7142,27 @@ msgstr "" "Inaktivera standardvarningen som visas på sidan Struktur om kolumnnamn i en " "tabell är reserverade MySQL-ord." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Varning för reserverat MySQL-ord" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Hur att visa menyflikarna" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Hur man visar olika åtgärdslänkar" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Tillåt ej redigering av BLOB- och BINARY-kolumner." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Skydda binära kolumner" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7137,129 +7172,129 @@ msgstr "" "konfigurationslagring). Om inakiverad, så används JS-rutiner för att visa " "frågehistorik (förloras när fönstret stängs)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Permanent frågehistorik" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Antal frågor som sparas i historiken." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Längd på frågehistorik" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" "Välj vilka funktioner som kommer användas för konvertering av " "teckenuppsättning." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Omvandlingsmotor" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Vid bläddring i tabeller är sorteringen av varje tabell ihågkommen." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Kom ihåg tabellens sortering" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Förvald sorteringsordning" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Upprepa rubrik varje X celler, [kbd]0[/kbd] avaktiverar den här funktionen." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Reparera rubriker" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Rutnäts-redigering: utlösningsåtgärd" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Kolumn för besläktad nyckel" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Visningsalternativ för servrar." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Rutnäts-redigering: spara alla redigerade celler omedelbart" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Katalog där exporter kan sparas på servern." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Sparningskatalog" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Lämna tomt om den inte används." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Host auktorisation för" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Lämna blankt för standardvärden." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Behörighetsregler för host" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Tillåt inloggning utan lösenord" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Tillåt root-inloggning" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessionsvärde" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Namn på HTTP Basic Auth Realm att visa när man gör HTTP Auth." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Realm" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7269,19 +7304,19 @@ msgstr "" "hårdvaruautentisering[/a] (inte placerad i din dokumentrotkatalog; förslag: /" "etc/swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey konfigurationsfil" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Autentiseringsmetod att använda." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentiseringstyp" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7289,11 +7324,11 @@ msgstr "" "Lämna tomt för att stänga av [a@http://wiki.phpmyadmin.net/pma/" "bookmark]bokmärken[/a], förslag: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Tabell för bokmärken" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7301,31 +7336,31 @@ msgstr "" "Lämna tomt för att stänga av kolumnkommentarer/mime-typer, förslag: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Tabell för kolumninformation" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Komprimera anslutning till MySQL-servern." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Komprimera anslutning" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Hur ansluta till servern, behåll [kbd]tcp[/kbd] om du är osäker." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Anslutningstyp" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Lösenord för kontrollanvändare" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7334,11 +7369,11 @@ msgstr "" "information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Kontrollanvändare" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7346,11 +7381,11 @@ msgstr "" "En alternativ värd för att hålla konfigurationslagring, lämna tomt för att " "använda den aktuella värden." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Kontrollvärd" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7360,15 +7395,15 @@ msgstr "" "konfigurationslagring; lämna tomt för att använda standardporten, eller den " "redan definierade porten, om controlhost motsvarar host." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Kontrollport" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Dölj databaser som matchar reguljärt uttryck (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7376,15 +7411,15 @@ msgstr "" "Mer information på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] och [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Inaktivera användning av INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Dölj databaser" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7392,23 +7427,23 @@ msgstr "" "Lämna blankt för att stänga av stöd för SQL-frågehistorik, förslag: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Tabell för SQL-frågehistorik" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Värdnamn där MySQL-servern körs." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Serverns värdnamn" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL för utloggning" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7416,17 +7451,17 @@ msgstr "" "Begränsar antalet tabellpreferenser som lagras i databasen, de äldsta " "posterna tas bort automatiskt." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Maximalt antal tabellinställningar att spara" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Se slavtabell status" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7438,13 +7473,31 @@ msgstr "" "Lämna blankt för att stänga av stöd för PDF-schema, förslag: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Exportera vyer som tabeller" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Lämna blankt för att stänga av stöd för PDF-schema, förslag: " +"[kbd]pma__pdf_pages[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Textarea kolumner" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7456,15 +7509,15 @@ msgstr "" "Lämna tomt för avstängt stöd för PDF-schema, förslag: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Försök ansluta utan lösenord." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Anslut utan lösenord" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7474,30 +7527,30 @@ msgstr "" "använda deras ordagranna betydelse, dvs använd [kbd] 'my\\_db\"[/kbd] och " "inte [kbd]'my_db\"[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Visa endast listade databaser" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Lämna tomt om inte config auth används." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Lösenord för config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lämna blankt för att stänga av stöd för PDF-schema, förslag: " "[kbd]pma__pdf_pages[/kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-schema: Tabell för sidor" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7507,20 +7560,20 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] för komplett information. " "Lämna tomt för inget stöd. Förslag: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Databasnamn" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port som MySQL-servern lyssnar på, lämna blankt för standardport." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Serverport" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7528,11 +7581,11 @@ msgstr "" "Lämna tomt för att stänga av \"ihållande\" nyligen använda tabeller över " "sessioner, förslag: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Nyligen använd tabell" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7544,13 +7597,13 @@ msgstr "" "Lämna tomt för att stänga av \"ihållande\" nyligen använda tabeller över " "sessioner, förslag: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favorittabeller" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7558,11 +7611,11 @@ msgstr "" "Lämna tomt för avstängt stöd för [a@http://wiki.phpmyadmin.net/pma/" "relation]relationslänkar[/a], förslag: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Relationstabell" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7570,31 +7623,31 @@ msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] för ett exempel." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon sessionsnamn" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Inloggnings-URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Sockel som MySQL-servern lyssnar på, lämna tomt för standardsocket." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Aktivera SSL för anslutning till MySQL-servern." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Använd SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7602,13 +7655,13 @@ msgstr "" "Lämna tomt för avstängt stöd för PDF-schema, förslag: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-schema: tabellkoordinater" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7616,11 +7669,11 @@ msgstr "" "Tabell för att beskriva visningskolumnerna, lämna tomt för avstängt stöd; " "förslag: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Visa tabellkolumner" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7629,11 +7682,11 @@ msgstr "" "användargränssnittspreferenser som sparas över sessioner, förslag: " "[kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Tabell för inställningar av användargränssnittet" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7641,11 +7694,11 @@ msgstr "" "Om DROP DATABASE IF EXISTS-kommando skall läggas till som första raden i " "loggen när man skapar en databas." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Lägg till DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7653,11 +7706,11 @@ msgstr "" "Om DROP TABLE IF EXISTS-kommando skall läggas till som första raden i loggen " "när man skapar en tabell." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Lägg till DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7665,21 +7718,21 @@ msgstr "" "Om DROP VIEW IF EXISTS-kommando skall läggas till som första raden i loggen " "när man skapar en vy." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Lägg till DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definierar lista med påståenden vilken auto-creation använder för nya " "versioner." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Kommandon att spåra" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7687,11 +7740,11 @@ msgstr "" "Lämna tomt för avstängt stöd för SQL-frågespårning, förslag: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL-frågespårningstabell" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7699,11 +7752,11 @@ msgstr "" "Huruvida spårningsmekanismen skapar versioner för tabeller och vyer " "automatiskt." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Skapa versioner automatiskt" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7711,11 +7764,11 @@ msgstr "" "Lämna tomt för att stänga av lagring av användarpreferenser i databasen, " "förslag: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Lagringstabell för användarinställningar" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7725,11 +7778,11 @@ msgstr "" "funktionen anpassningsbara menyer; om en av dem lämnas tom inaktiveras " "funktionen, förslag: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Användartabell" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7739,11 +7792,11 @@ msgstr "" "anpassningsbara menyer; om en av dem lämnas tom inaktiveras funktionen, " "förslag: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Användargruppstabell" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7751,15 +7804,15 @@ msgstr "" "Lämna tomt för att stänga av funktionen att dölja och visa " "navigationsobjekt, förslag: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Tabell för dolda navigationsobjekt" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Användare för config auth" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7767,19 +7820,19 @@ msgstr "" "En användarvänlig beskrivning av denna server. Lämna tomt för att visa " "värdnamnet istället." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Beskrivande namn för denna server" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Ifall en användare ska få se en \"visa alla (rader)\"-knapp." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Tillåt att visa alla rader" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7789,15 +7842,15 @@ msgstr "" "autentisering eftersom lösenordet är hårdkodat i konfigurationsfilen; detta " "begränsar inte möjligheten att utföra samma kommando direkt." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Visa ändra lösenord-formulär" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Visa skapa databas-formulär" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." @@ -7806,71 +7859,71 @@ msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln för skapandet av samtliga " "tabeller." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabellkommentarer" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln för skapandet av samtliga " "tabeller." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Visa tidsstämpel för skapande" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln Senaste uppdatering för " "alla tabeller." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Visa tidstämpeln Senaste uppdatering" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln Senaste kontroll för alla " "tabeller." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Visa tidstämpeln Senaste kontroll" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Anger om typ-fält först bör visas i ändra/infoga-läge." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Visa fälttyper" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Visa funktionsfälten i ändra/infoga-läge." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Visa funktionsfält" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Huruvida tips ska visas eller inte." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Visa tips" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7878,52 +7931,52 @@ msgstr "" "Visar länk till resultatet av [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Visa phpinfo()-länk" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Visa detaljerad MySQL-serverinformation" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Anger om SQL-frågor som genereras av phpMyAdmin ska visas." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Visa SQL-frågor" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Anger om frågerutan ska stanna på skärmen efter att den skickats." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Behåll frågerutan" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "Tillåt visning av databas- och tabellstatistik (t.ex. av utrymme)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Visa statistik" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Markera använda tabeller och gör det möjligt att visa databaser med låsta " "tabeller." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Hoppa över låsta tabeller" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7931,11 +7984,11 @@ msgid "" "detected." msgstr "En varning visas på huvudsidan om Suhosin upptäcks." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin-varning" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7948,13 +8001,13 @@ msgstr "" "Inaktivera standardvarningen som visas på sidan Struktur om kolumnnamn i en " "tabell är reserverade MySQL-ord." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Giltighet för inloggnings-cookie" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7966,11 +8019,11 @@ msgstr "" "Textareans storlek (kolumner) i redigeringsläge, detta värde kommer betonas " "för SQL-frågetextfält (* 2) och för frågefönster (* 1,25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Textarea kolumner" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7982,31 +8035,31 @@ msgstr "" "Textareans storlek (rader) i redigeringsläge, detta värde kommer betonas för " "SQL-frågetextfält (* 2) och för frågefönster (* 1,25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Textarea rader" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Titel på webbläsarfönstret när en databas är vald." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Titel på webbläsarfönstret när ingenting är markerat." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Titel på webbläsarfönstret när en server är vald." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Titel på webbläsarfönstret när en tabell är markerad." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8018,27 +8071,27 @@ msgstr "" "som kommer från proxyservern 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/" "kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista med betrodda proxies för IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "Katalog på servern där du kan ladda upp filer för import." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Uppladdningskatalog" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Tillåt sökning i hela databasen." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Använd databassökning" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -8046,26 +8099,26 @@ msgstr "" "När det är avstängt, kan användare inte ange något av alternativen nedan, " "oberoende av kryssrutan till höger." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Aktivera fliken Utvecklare i inställningar" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Sök efter senaste version" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktivera kontroll efter senaste version på phpMyAdmins hemsida." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versionskontroll" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8077,11 +8130,11 @@ msgstr "" "behöver denna om servern där phpMyAdmin är installerat inte har direkt " "tillgång till Internet. Formatet är: \"värdnamn:portnummer\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proxy-url" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8091,19 +8144,19 @@ msgstr "" "Om ett användarnamn anges kommer grundläggande autentisering ske. Inga andra " "typer av autentisering stöds för närvarande." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proxyanvändarnamn" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Lösenordet för autentisering med proxy." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proxylösenord" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -8111,53 +8164,53 @@ msgstr "" "Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-" "komprimering för import- och exportoperationer." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Ange din publika nyckel till reCaptcha-tjänsten för din domän." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Publik nyckel för reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Privat nyckel för reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Välj standardhandling vid sändande av felrapporter." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Skicka felrapporter" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Utförda frågor" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8185,47 +8238,78 @@ msgstr "HTTP-autentisering" msgid "Signon authentication" msgstr "Signon-autentisering" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-kalkylblad" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Snabb" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Anpassad" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Exportalternativ för databas" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV för MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument-text" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Ingen SQL-fråga var inställd på att hämta data." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Det finns inga numeriska kolumner att plotta i tabellen." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Ingen data att visa" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Tabellen %1$s har ändrats." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Tråden %s dödades med framgång." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "Intern relation har lagts till." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8240,12 +8324,12 @@ msgstr "möjlig djupgående rekursiv attack" msgid "No change" msgstr "Ingen förändring" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Se %sdokumentationen%s för mer information." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8300,6 +8384,7 @@ msgid "Create database" msgstr "Skapa databas" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Skapa" @@ -8313,7 +8398,7 @@ msgid "No Privileges" msgstr "Inga privilegier" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Skapa tabell" @@ -8326,50 +8411,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Kunde inte läsa in insticksprogram för export. Kontrollera din installation!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Exportera databaser från den aktuella servern" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Exportera tabeller från databasen \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Exportera rader från tabellen \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Exportmetod:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Export-typ" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Filnamnsmall:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Tabellnamn" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Filnamnsmall:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Temporär diskanvändning" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Uppdaterad" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Välj tabeller" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Exportmetod" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Snabb - visa endast minimala alternativ" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Anpassad - visa alla möjliga alternativ" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Databas(er):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tabell(er):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Format:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Format-specifika alternativ:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8377,52 +8506,52 @@ msgstr "" "Bläddra nedåt för att fylla i alternativen för det valda formatet och " "ignorera alternativ för andra format." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Omkodning:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Rader:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Skippa några rader" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Rad att börja på:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Ta bort alla rader" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Utdata:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Spara på servern i katalogen %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Filnamnsmall:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@Server@ kommer bli servernamnet" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ kommer bli databasnamnet" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ kommer bli tabellnamnet" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8433,86 +8562,86 @@ msgstr "" "tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig " "text behålls som den är.Se %4$sFAQ%5$s för detaljer." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "använd detta för framtida exporter" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Teckenuppsättning för filen:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Komprimering:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zippad" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzippad" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Visa utdata som text" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Exportera vyer som tabeller" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Exportera tabellhuvuden" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Spara utdata till en fil" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Hoppa över tabeller större än" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Välj tabeller" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Välj tabeller" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "Databasnamn" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "Nytt sidnamn: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name." msgid "Old column name" msgstr "Kopiera kolumnnamn." -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name." msgid "New column name" @@ -9066,7 +9195,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump har sparats till filen %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerade ett tomt resultat (dvs inga rader)." @@ -9143,7 +9272,7 @@ msgstr "Dölj" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funktion" @@ -9219,7 +9348,7 @@ msgstr "" "för att flytta vart som helst" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9658,7 +9787,7 @@ msgstr "Ny" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Vy" @@ -9956,230 +10085,241 @@ msgstr "" msgid "Rename database to" msgstr "Byt namn på databasen till:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Du har inte tillräcklig behörighet för att vara här nu!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Ändra privilegier" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Databasen %s har tagits bort." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Radera databasen" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Tag bort databasen (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Enbart struktur" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Struktur och data" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Enbart data" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Kopiera databasen till:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE före kopiering" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Lägg till restriktioner" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Byt till den kopierade databasen" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Sortera om tabellen efter" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(var för sig)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Flytta tabellen till (databas.tabell):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Döp om tabellen till" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tabellkommentarer" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tabellalternativ" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Lagringsmotor" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Kopiera tabellen till (databas.tabell):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Byt till kopierad tabell" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tabellunderhåll" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Analysera tabell" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Kontrollera tabell" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Kontrollera tabell" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Defragmentera tabell" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Tabellen %s har rensats." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Rensa tabellen (flush)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Optimera tabell" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Reparera tabell" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Ta bort data eller tabell" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Töm tabellen (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Ta bort tabellen (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Analysera" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Kontrollera" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimera" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Återskapa" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Reparera" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Expand/Collapse" msgid "Coalesce" msgstr "Expandera/Vik ihop" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Underhåll av partition" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Partition %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Ta bort partitionering" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Kontrollera referensintegritet:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Kan inte flytta tabell till samma en!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Kan inte kopiera tabell till samma en!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabellen %s har flyttats till %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabellen %s har kopierats till %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabellen %s har flyttats till %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s har kopierats till %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tabellnamnet är tomt!" @@ -10376,7 +10516,7 @@ msgstr "Händelse" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Definition" @@ -11408,11 +11548,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Kom ihåg tabellens sortering" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Ogiltig export-typ" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Snabba steg för att installera avancerade funktioner:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11420,11 +11566,11 @@ msgid "Create the needed tables with the %screate_tables.sql." msgstr "" "Skapa de nödvändiga tabellerna med examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Skapa en PMA användare och ge tillgång till dessa tabeller." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11433,24 +11579,24 @@ msgstr "" "code>), till exempel genom att starta från config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Logga in igen till phpMyAdmin för att ladda den uppdaterade " "konfigurationsfilen." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ingen beskrivning" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11458,14 +11604,14 @@ msgid "" "configuration storage there." msgstr "Saknade phpMyAdmin konfiguration lagringstabeller" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Saknade phpMyAdmin konfiguration lagringstabeller" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11656,6 +11802,7 @@ msgstr "Användarnamn:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Användarnamn" @@ -11813,10 +11960,10 @@ msgid "Master server changed successfully to %s." msgstr "Huvudservern har ändrats till %s." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11837,7 +11984,7 @@ msgstr "Händelsen %1$s har ändrats." msgid "Event %1$s has been created." msgstr "Händelsen %1$s har skapats." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Ett eller flera fel har inträffat under hanteringen av din begäran:" @@ -11846,7 +11993,8 @@ msgstr "Ett eller flera fel har inträffat under hanteringen av din begäran:" msgid "Edit event" msgstr "Redigera händelse" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Detaljer" @@ -11860,7 +12008,7 @@ msgid "Event type" msgstr "Händelsetyp" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Ändra till %s" @@ -11888,13 +12036,13 @@ msgid "On completion preserve" msgstr "Vid avslut, bevara" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Definierare" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Definieraren måste vara i formatet: \"användarnamn@hostname\"!" @@ -11920,9 +12068,9 @@ msgid "You must provide an event definition." msgstr "Du måste ange en händelsedefinition." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Fel i processbegäran:" @@ -11959,90 +12107,96 @@ msgstr "" "undvika eventuella problem." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Ogiltig rutintyp: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Tyvärr, vi lyckades inte återställa den slängda rutinen." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Rutinen %1$s har modifierats." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Rutinen %1$s har modifierats." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Rutinen %1$s har skapats." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Redigera rutin" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Rutinnamn" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametrar" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Riktning" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Lägg till parameter" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Ta bort senaste parametern" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Returtyp" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Returnera längd/värden" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Return alternativ" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Är deterministisk" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Säkerhetstyp" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL dataaccess" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Du måste ange ett rutinnamn!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Ogiltig riktning \"%s\" angiven för parameter." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -12050,37 +12204,37 @@ msgstr "" "Du måste ange längd/värden för rutinparametrar av typen ENUM, SET, VARCHAR " "och VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Du måste ange ett namn och en typ för varje rutinparameter." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Du måste ange en giltig returtyp för händelsen." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Du måste ange en rutindefinition." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Exekveringsresultat av rutin %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "%d rad berörs av det sista uttrycket inom proceduren." msgstr[1] "%d rader berörs av det sista uttrycket inom proceduren." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Utför rutin" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Rutinparametrar" @@ -12633,12 +12787,16 @@ msgid "You have revoked the privileges for %s." msgstr "Du har upphävt privilegierna för %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Lägg till en användare" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Lägg till användargrupp" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Databas för användare" #: libraries/server_privileges.lib.php:1946 @@ -12665,9 +12823,7 @@ msgid "User has been added." msgstr "En användare har skapats." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12745,11 +12901,15 @@ msgstr "" "efteråt." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Ändra inloggningsinformation / Kopiera användare" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Skapa en ny användare med samma privilegier och …" #: libraries/server_privileges.lib.php:3036 @@ -12771,7 +12931,9 @@ msgid "Add privileges on the following table:" msgstr "Lägg till privilegier till följande tabell:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Ta bort valda användare" #: libraries/server_privileges.lib.php:3376 @@ -12807,40 +12969,50 @@ msgstr "Du har uppdaterat privilegierna för %s." msgid "Deleting %s" msgstr "Tar bort %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegierna har laddats om." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Användaren %s finns redan!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Privilegier för %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Ny" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Ändra privilegier:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "Användargrupp" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Användaröversikt" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12853,11 +13025,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Du har lagt till en ny användare." @@ -14171,7 +14343,7 @@ msgstr "Ogiltig identifierare" msgid "Unknown Punctuation String" msgstr "Okänd interpunktion i sträng" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Tabellen %s har tömts." @@ -14184,13 +14356,13 @@ msgstr "Spårning är aktiv." msgid "Tracking is not active." msgstr "Spårning är inaktiv." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Vyn %s har tagits bort." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Tabellen %s har tagits bort." @@ -14420,41 +14592,36 @@ msgstr "Använt utrymme" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Tabellen %1$s har ändrats." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Tabellen %1$s har ändrats." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Sökningsfel" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Kolumnerna har flyttats framgångsrikt." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Lägg till i favoriter" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Favoritlistan är full!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Visa SQL-frågor" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14926,18 +15093,6 @@ msgstr "Ingen nyare stabil version finns tillgänglig" msgid "Wrong data" msgstr "Felaktigt data" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Ingen data att visa" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Ingen SQL-fråga var inställd på att hämta data." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Det finns inga numeriska kolumner att plotta i tabellen." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14948,7 +15103,7 @@ msgstr "Databasen '%s' existerar inte." msgid "Table %s already exists!" msgstr "Tabell %s finns redan!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Visa SQL-satser för tabellen" @@ -14956,24 +15111,12 @@ msgstr "Visa SQL-satser för tabellen" msgid "Invalid table name" msgstr "Ogiltigt tabellnamn" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "Intern relation har lagts till." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Tråden %s dödades med framgång." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." @@ -14981,7 +15124,7 @@ msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "Kolumnnamnet '%s' är ett reserverat nyckelord i MySQL." msgstr[1] "Kolumnnamnet '%s' är ett reserverat nyckelord i MySQL." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Ingen kolumn vald." @@ -15184,7 +15327,7 @@ msgid "subquery" msgstr "underfråga" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Skapa relation" @@ -15260,13 +15403,13 @@ msgstr "Nytt namn" msgid "Delete pages" msgstr "Välj sida" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Uppdatera" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Hjälp" @@ -15523,39 +15666,39 @@ msgstr "Diagramtitel" msgid "X-Axis:" msgstr "X-axel:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Serie:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-axel etikett:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X-värden" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-axel etikett:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Inuti kolumnen:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Värden för kolumn %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16965,6 +17108,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert är satt till 0" +#~ msgid "Add user" +#~ msgstr "Lägg till en användare" + +#~ msgid "Export Method:" +#~ msgstr "Exportmetod:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Inga data finns för GIS-visualisering." @@ -17204,11 +17353,6 @@ msgstr "concurrent_insert är satt till 0" #~ msgid "pdf export page" #~ msgstr "Ogiltig export-typ" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Ogiltig export-typ" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/ta.po b/po/ta.po index 10e17be551..ce0b7b207d 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-03-02 19:02+0200\n" "Last-Translator: கணேஷ் குமார் \n" "Language-Team: Tamil அமைவுகள் பட்டி மூலம் " "மீட்டமைக்கவும்." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "வினவல் இடைமாற்றியின் பயனுறுதிறன்" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "வினவல் இடைமாற்றல் பயன்பாட்டளவு" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "வினவல் இடைமாற்று பயன்படுத்தப்பட்டுள்ளது" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "மையச்செயலக பயனளவு" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "அமைப்புமுறையின் நினைவகம்" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "அமைப்புமுறையின் மாற்றிடம்" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "சராசரி சுமையளவு" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "மொத்த நினைவகம்" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "இடைமாற்று நினைவகம்" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "இடையக நினைவகம்" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "பயன்படுத்தபடா நினைவகம்" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "பயன்பாட்டிலுள்ள நினைவகம்" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "மொத்த மாற்றிடம்" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "இடைமாற்று மாற்றிடம்" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "பயன்பாட்டிலுள்ள மாற்றிடம்" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "பயன்பாடுத்தபடாத மாற்றிடம்" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "அனுப்பப்பட்ட துண்டுகள்" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "ஏற்றுக்கொள்ளப்பட்ட துண்டுகள்" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "இணைப்புகள்" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "செயலாக்கங்கள்" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "து" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d அட்டவணை(கள்)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "வினாக்கள்" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "போக்குவரத்து" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "அமைவுகள்" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "விளக்கப்படத்தை கட்டத்தில் சேர்" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "தயவுசெய்து குறைந்தது ஒரு மாறியை\\ தொடரில் சேர்க்க!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1399,47 +1417,47 @@ msgstr "தயவுசெய்து குறைந்தது ஒரு ம msgid "None" msgstr "எதுவுமில்லை" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "கண்காணிப்பை மீளேற்று" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "கண்காணிப்பை இடைநிறுத்துக" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "தன்னிச்சையானபுதுப்பித்தலை துவக்குக" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "தன்னிச்சையான புதுப்பித்தலை நிறுத்துக" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log மற்றும் slow_query_log ஆகியவை இயலசெய்யப்பட்டன." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log இயலசெய்யப்பட்டது." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log இயலசெய்யப்பட்டது." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "general_log மற்றும் slow_query_log ஆகியவை முடக்கப்பட்டன." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output அட்டவணை என அமைக்கப்படவில்லை." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output அட்டவணை என அமைக்கப்பட்டது." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1450,12 +1468,12 @@ msgstr "" "எடுத்துகொள்ளும் வினவல்களை மட்டுமே பதிவு செய்கிறது. உங்கள் கணிணிஅமைப்பை பொறுத்து " "long_query_time ஐ ௦-2 நொடிகளாக அமைக்க அறிவுறுத்தப்படுகிறது." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time %d நொடி(களாக) அமைக்கப்படுகிறது." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1464,30 +1482,30 @@ msgstr "" "பொது இயல்புநிலைக்கு மீட்டமைக்கப்படும்:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output %s க்கு அமைக்க" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "இயலச்செய்க %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "முடக்குக %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time ஐ %d நொடிகளாக அமைக்க." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1495,57 +1513,57 @@ msgstr "" "நீங்கள் இந்த மாறிகளை மாற்ற முடியாது.தயவுசெய்து root அக புகுபதிவு செய்க.அல்லது உங்கள் " "செயலாட்சியரை தொடர்பு கொள்க." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "அமைப்புக்களை மாற்று" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "நடப்பு அமைப்புக்கள்" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "விளக்கப்படத் தலைப்பு" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "வகைகெழு" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s ஆல் பிரிக்கப்பட்டது" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "அலகு" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "slow_log லிருந்து" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "general_log லிருந்து" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "இவ்வினவலுகான தரவுத்தளத்தின் பெயர் வழங்கியின் பதிகையில் இல்லை." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "பதிகைகளை பகுத்தாராய்கிறது" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "பதிகைகளை பகுத்தாராய்ந்து நினைவேற்றுகிறது.இதற்கு சிறிது நேரமாகலாம்." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "கோரிக்கையை விலக்கு" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1555,7 +1573,7 @@ msgstr "" "SQL உரை மட்டுமே ஒப்புநோக்கப்பட்டதால் வினவலின் பிற துவக்கநேரம் போன்ற பண்புகூறுகள் " "மாறுபடலாம்." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1564,31 +1582,31 @@ msgstr "" "INSERT வினவல்களை தொகுத்தல் இயலசெய்யப்பட்டுள்ளதால், ஒரே அட்டவணைக்குள் உள்ளிடும் INSERT " "வினவல்களும் உள்ளிட்ட தரவை கருதாமல் தொகுக்கப்படுகிறன." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "பதிகை தரவுகள் நினைவேற்றப்பட்டன. இந்த இடைநேரத்தில் செயல்படுத்தப்பட்ட வினவல்கள்:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "பதிகை அட்டவணைக்கு செல்க" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "எந்த தரவும் காணபடவில்லை" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "பதிகை பகுத்தாராயபட்டது, எனினும் இந்த இடைநேரத்திற்கு எந்த தரவும் காணப்படவில்லை." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "ஆராயப்படுகிறது…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "வெளியீட்டை விளக்குக" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1598,58 +1616,58 @@ msgstr "வெளியீட்டை விளக்குக" msgid "Time" msgstr "நேரம்" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "மொத்த நேரம்:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "முடிவுகள் பகுமுறையிடபடுகிறது" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "அட்டவணை" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "விளக்கப்படம்" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "பதிகை அட்டவணை வடிகட்டி விருப்பதெரிவுகள்" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "வடிகட்டி" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "வினவல்களை சொற்கள்/சுருங்குகுறி வழி வடிக்கட்டுக:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "WHERE பிரிவிலுள்ள மாறி மதிப்புகளை கருதாமல் வினவல்களை தொகுக்க" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "தொகுக்கப்பட்ட நிறைவரிசைகளின் கூடுதல்:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "மொத்தம்:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "பதிகைகள் நினைவேற்றப்படுகின்றது" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "கண்காணிப்பு மீளேற்றம் தோல்வியடைந்தது" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1658,89 +1676,89 @@ msgstr "" "புதிய வரைபட தரவை கோரியபோது செல்லாத மறுமொழி பெறப்பட்டது. இது உங்கள் அமர்வு " "முடிந்ததால் இருக்கலாம். பக்கத்தை மீளேற்றி புகுபதிவு செய்க." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "பக்கத்தை மீளேற்று" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "மாற்றமடைந்த நிரல்வரிசைகள்:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "அமைப்பாக்க கோப்பினை வழிச்செலுத்தல் தோல்வியுற்றது. இது சரியான JSON நிரல் போலில்லை." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "தரவிறக்கபட்ட அமைப்பாக்க கோப்புடன் விளக்கப்படம் அமைத்தல் தோல்வியடைந்தது.இயல்நிலை அமைப்புக்கு " "மீட்டமைக்கப்படுகிறது…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "தரவிறக்கம்" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "கண்காணிப்பின் அமைப்பாக்கத்தை தரவிறக்கு" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "தரவிறக்க வேண்டிய கோப்பை தயவுசெய்து தேர்ந்தெடுக்கவும்." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "தரவிறக்குவதற்கு வழங்கியில் எந்த கோப்பும் இல்லை!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "வினவலை பகுத்தாய்க" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "முறைமை அறிவுறுத்துனர்" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "நேரிடகூடிய செயல்திறன் சிக்கல்கள்" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "சிக்கல்" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "பரிந்துரை" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "விதிமுறை விபரங்கள்" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "விளக்கமளி" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "பயன்படுத்தப்பட்ட மாறி/வாய்ப்பாடு" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "தேர்வுமுறை" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1751,63 +1769,63 @@ msgstr "" msgid "Cancel" msgstr "விலக்கு" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "அமைப்புக்களை மாற்று" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "ஏற்றப்படுகிறது…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "வேண்டுகோள் கைவிடப்பட்டது!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "வேண்டுகோள் செயல்முறைப்படுத்தபடுகின்றது" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "வேண்டுகோள் கைவிடப்பட்டது!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "வேண்டுகோள் செயல்முறைப்படுத்தலில் பிழை" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "பிழை குறிப்பெண்: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "பிழை செய்தி: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "நிரல்வரிசை கைவிடப்படுகிறது" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "முதன்மை சாவி இணைக்கப்படுகின்றது" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1816,63 +1834,63 @@ msgstr "முதன்மை சாவி இணைக்கப்படுக msgid "OK" msgstr "சரி" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "இந்த அறிவுறுத்தலை நீக்க சொடுக்குக" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "தரவுத்தளங்கங்களின் பெயர் மாற்றப்படுகின்றது" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "தரவுத்தளம் நகல் எடுக்கபடுகின்றது" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "எழுத்துத்தொகுதி மாற்றப்படுகின்றது" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Foreign key check:" msgid "Enable foreign key checks" msgstr "அயல் குறியெண் சரிபார்க்க:" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "நிறைவரிசை எண்ணிக்கையை பெற தவறியது." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "தேடுதல்" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "தேடல் முடிவுகளை மறை" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "தேடல் முடிவுகளை காட்டு" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "உலாவுதல்" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "அழித்தல்" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "சேமிக்கபட்ட செயல்கூற்றின் வரையறையில் ஓர் RETURN கூற்று கண்டிப்பாக இருக்கவேண்டும்!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1882,59 +1900,59 @@ msgstr "சேமிக்கபட்ட செயல்கூற்றின msgid "Export" msgstr "தரவேற்றுக" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/கணம் தொகுப்பான்" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "நெடுவரிசை %sகான மதிப்பு.கள்" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "புதிய நிரல்வரிசைக்கான மதிப்புகள்" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "ஒவ்வொரு மதிப்பையும் தனித்தனி கலங்களில் உள்ளிடுக." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d மதிப்பு(களை) சேர்க்க" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "குறிப்பு: கோப்பில் பல்வேறு அட்டவணைகள் இருப்பின், அவை ஒன்றிணைக்கபடும்." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "வினவல் பெட்டியை மறை" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "வினவல் பெட்டியை காண்பி" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "தொகு" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1942,41 +1960,41 @@ msgstr "தொகு" msgid "Delete" msgstr "அழி" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d என்பது சரியான நிரைவரிசை எண் அல்ல." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "அயல் குறியெண் மதிப்புகளை உலவு" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variables" msgid "Variable %d:" msgstr "மாறிகள்" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "தேர்ந்தெடுக்கவும்" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "நிரல்வரிசை தெரிவு" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "இந்த பட்டியலில் தேடுக" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1985,15 +2003,15 @@ msgstr "" "முதன்மை பட்டியலில் பத்திகள் ஏதுமில்லை. %s தரவுத்தளத்திற்கான முதன்மை பட்டியலில் தற்போதைய " "அட்டவணையில் இல்லாத பத்திகள் உள்ளதை உறுதிசெய்க." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "மேலும் பார்க்க" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "உறுதியாகவா?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2001,52 +2019,52 @@ msgstr "" "இந்த நடவடிக்கை பத்திகளின் வரையறையில் சிலவற்றை மாற்றலாம்.
நீங்கள் உறுதியாக தொடர " "விரும்புகிறீர்களா?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "தொடர்க" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "முதனிலை குறிப்பெழுத்து சேர்க்க" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "முதனிலை குறிப்பெழுத்து சேர்க்கப்பட்டது." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "அடுத்த படிநிலைக்கு செல்கிறோம்…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "'%s' அட்டவணையின் சீராக்கலின் முதல் படிநிலை நிறைவுற்றது." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "செயல்முறையின் முடிவு" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "சீராக்கலின் இரண்டாம் படிநிலை (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "முடிந்த" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "பகுதியளவு சார்புகளை உறுதிசெய்க" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "தேர்ந்தெடுக்கப்பட்ட பகுதியளவு சார்புகளை பின்வருமாறு:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2054,59 +2072,59 @@ msgstr "" "குறிப்பு: அ,ஆ->இ,ஈ என்பது அ மற்றும் ஆ நெடுவரிசைகளின் மதிப்புகள் கூட்டாக இ,ஈ " "நெடுவரிசைகளின் மதிப்புகளை முடிவுசெய்கிறது என்பதை குறிக்கிறது." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "எந்த பகுதியளவு சார்புகளும் தேர்ந்தெடுக்கப்படவில்லை!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "அட்டவணையிலுள்ள தரவின் அடிப்படையில் ஏற்படகூடிய பகுதியளவு சார்புகளை காட்டுக" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "பகுதியளவு சார்பு பட்டியலை மறைக்க" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "பொறுத்திருங்கள்!தரவின் அளவு,நெடுவரிசை எண்ணிக்கையை பொருத்தது சில நொடிகள் ஆகலாம்." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "படிநிலை" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "பின்வரும் நடவடிக்கைகள் செயல்படுத்தப்படும்:" -#: js/messages.php:378 +#: js/messages.php:384 #, fuzzy, php-format #| msgid "DROP columns %1s from the table %2s" msgid "DROP columns %s from the table %s" msgstr "%1s நிரல்வரிசைகளை %2s அட்டவணையிலிருந்து கைவிடுக" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "பின்வரும் அட்டவணையை உருவாக்குக" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "சீராக்கலின் மூன்றாம் படிநிலை (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "நிலைபெறா சார்புகளை உறுதிசெய்க" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "தேர்ந்தெடுக்கப்பட்ட சார்புகளை பின்வருமாறு:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "எந்த சார்புகளும் தேர்ந்தெடுக்கப்படவில்லை!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2115,145 +2133,145 @@ msgstr "எந்த சார்புகளும் தேர்ந்தெ msgid "Save" msgstr "சேமி" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "தேடுதல் கட்டளை விதியை மறை" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "தேடுதல் கட்டளை விதியை காண்பி" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "வரம்பு தேடல்" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "நெடுவரிசையில் மீயளவு:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "நெடுவரிசையில் மீச்சிற்றளவு:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "மீச்சிற்றளவு:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "மீப்பெருவளவு:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "தேடிமாற்று நிபந்தனையை மறை" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "தேடிமாற்று நிபந்தனையை காண்பி" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "ஒவ்வொரு புள்ளியும் ஒரு தரவு வரிசையை குறிக்கிறது." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "ஒவ்வொரு புள்ளியின் மேற்செல்லும் போதும் அதற்கான சிட்டை தெரியும்." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "அணுக்கதிற்கு, வரைபடத்தின் ஒரு பகுதியை சுட்டியால் தெரிவுசெய்க." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "மெய்நிலைக்கு வர மீள்அணுக்கம் பொத்தானை சொடுக்கவும்." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "ஒரு தரவுவரிசையை பார்க்கவும் திருத்தவும் அதன் தரவுபுள்ளியை சொடுக்கவும்." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "வரைவின் வலது கீழ் மூலையில் அழுத்தி இழுப்பதன் மூலம் அளவை மாற்றலாம்." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "இரு நெடுவரிசைகளை தேர்ந்தெடுக்கவும்" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "இரு வெவ்வேறு நெடுவரிசைகளை தேர்ந்தெடுக்கவும்" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "தரவுப்புள்ளி உள்ளடக்கம்" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "புறக்கணி" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "படியெடு" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "புள்ளி" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "வரிச்சரம்" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "பல்கோணி" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "கேத்திர கணிதம்" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "உள்ப்புற வளையம்" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "வெளிவளையம்" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "மறைகுறியாக்க குறிப்பெழுத்தை படியெடுக்க வேண்டுமா?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "மறைகுறியாக்க குறிப்பெழுத்து" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "மேற்கோள்காட்டப்பட்ட குறிப்பெழுத்தை தேர்ந்தெடுக்க" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "அயல் குறிப்பெழுத்தை தேர்ந்தெடுக்க" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "முதனிலை குறிப்பெழுத்து அல்லது தனித்த குறிப்பெழுத்தை தேர்ந்தெடுக்க!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "காட்டுவதற்க்கான நிரல்வரிசையை தேர்ந்தெடுக்க" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2261,79 +2279,79 @@ msgstr "" "நீங்கள் திட்டஅமைப்பில் செய்த மாற்றங்களை சேமிக்கவில்லை.எனவே அவற்றை இழக்கநேரிடும். " "தொடரவேண்டுமா?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "பக்கத்தின் பெயர்" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "பக்கத்தை சேமிக்க" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "பக்கத்தை சேமிக்க" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "பக்கத்தை திறக்க" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "பக்கத்தை அழிக்க" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "பெயரிடாதது" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "தொடர்வதற்கு ஒரு பக்கத்தை தேர்ந்தெடுக்க" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "இப்பக்கத்தில் செய்த மாற்றங்களை சேமிக்கவேண்டுமா?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "பக்கம் நீக்கப்பட்டது" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "தொடர்புசார் ஒழுங்கமைப்பை தரவேற்றுக" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "மாற்றங்களை சேமிக்க" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "நெடுவரிசை \"%s\" க்கு ஒரு விருப்பத்தை சேர்க்க." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d கருப்பொதிவு(கள்) உருவாக்கப்பட்டன." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "தொகுப்பதை நிறுத்த Esc அழுத்தவும்." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2341,15 +2359,15 @@ msgstr "" "நீங்கள் சில தரவுகளை தொகுத்துள்ளீர்கள். தரவை செமிக்காமல் இப்பக்கத்தைவிட்டு வெளியேறவேண்டுமா " "என உறுதிசெய்க?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "மறுவரிசைப்படுத்த இழுக்கவும்." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "இந்நெடுவரிசையை பொருத்து முடிவுகளை வரிசைப்படுத்த சொடுக்குக." -#: js/messages.php:479 +#: js/messages.php:485 #, fuzzy #| msgid "" #| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." @@ -2362,26 +2380,26 @@ msgstr "" "இந்நெடுவரிசையை ORDER BY உறுப்புரையில் சேர்க்க அல்லது ASC/DESCஐ மாற்ற shift" "+சொடுக்கவும்.
- ORDER BY உறுப்புரையிலிருந்து நீக்க Ctrl+சொடுக்கவும்" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "சேர்க்க/நீக்க சொடுக்கவும்." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "நிரல்வரிசை பெயரை படியெடுக்க இருமுறை சொடுக்குக." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "நிரல்வரிசையின் காட்சிப்பண்பை
மாற்ற கீழிறங்கு குறியை சொடுக்குக." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "அனைத்தையும் காட்டு" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2389,147 +2407,147 @@ msgstr "" "இவ்வட்டவணையில் தனித்தநிரல்வரிசை இல்லை.சேமித்த பின்னர் நெய்யரியில் தொகுத்தல், தேர்வுபெட்டி, " "தொகுத்தல், படியெடுத்தல், மற்றும் நீக்கல் வசதிகள் செயல்படாமல் போகலாம்." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "சரியான அறுபதின்ம சரத்தை உள்ளிடவும்.௦-9,A-F ஆகியவை ஏற்ற உள்ளீடுகள்." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "மெய் சரம்" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "விலக்கு" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "கைவிடப்பட்டது" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "வெற்றி" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "தரவிறக்க நிலை" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "கோப்புகளை இங்கு விடுக" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "ஒரு தரவுத்தளத்தை முதலில் தேர்வுசெய்க" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "நீங்கள் பெரும்பாலான மதிப்புகளை தொகுக்க
அவற்றை இருமுறை-சொடுக்குக." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "நீங்கள் பெரும்பாலான மதிப்புகளை தொகுக்க
அவற்றை சொடுக்குக." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "இணைப்புக்கு செல்:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "நிரல்வரிசை பெயரை படியெடுக்கவும்." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "நிரல்வரிசை பெயரை இடைபிடிப்புக்கு படியெடுக்க வலமுறை-சொடுக்குக." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "கடவுச்சொல்லை இயற்று" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "இயற்று" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "கடவுச்சொல்லை மாற்று" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "மேலும்" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "பலகத்தை காட்டு" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "பலகத்தை மறை" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "முதன்மை பலகத்துடன் இணைக்க" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "முதன்மை பலகத்திலிருந்து பிரிக்க" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "அட்டவணைகள்" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views:" msgid "views" msgstr "விவரபார்வைகள்:" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures:" msgid "procedures" msgstr "செயல்முறைகள்:" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Recent" msgid "events" msgstr "அண்மையில்" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions:" msgid "functions" msgstr "செயல்குழுக்கள்:" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "நீங்கள் கோரிய பக்கம் வரலாற்றில் இல்லை, அது செல்லுபடி இல்லாமல் போயிருக்கலாம்." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2539,50 +2557,50 @@ msgstr "" "கருத்தில் கொள்ளவும்.மிக அண்மைய பதிப்பு %s,%s அன்று வெளியிடப்பட்டது." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", புதிய நிலைப்பதிப்பு:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "இன்றுவரை" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "விவரபார்வையை உருவாக்குக" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "பிழை அறிக்கை அனுப்புக" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "பிழை அறிக்கை அளிக்க" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "ஒரு ஆபத்தான ஜாவா ஸ்க்ரிப்ட் பிழை நிகழ்ந்துள்ளது. பிழை அறிக்கை அளிக்க விரும்புகிறீர்களா?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "அறிக்கை அமைப்புக்களை மாற்றுக" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "அறிவிக்கை விவரங்களை காட்டுக" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" "PHPயின் நிலையில் குறைந்த செயலாக்கநேர வரம்பின் விளைவாக உங்கள் தரவேற்றம் முடிவுறவில்லை!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2591,426 +2609,426 @@ msgstr "" "எச்சரிக்கை: இப்பக்கத்திலுள்ள ஒரு படிவத்தில் %dஐ விட அதிகமான கலங்கள் உள்ளன.PHPயின் " "max_input_vars அமைப்பாக்கத்தின் விளைவாக அனுப்பும்போது சில கலங்கள் விடப்படலாம்." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "சேவையகத்தில் சில பிழைகள் கண்டறியப்பட்டுள்ளன!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "இச்சாளரத்தின் கீழ்பக்கம் பார்க்கவும்." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "அனைத்தையும் புறக்கணி" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "உங்கள் அமைவுகளின்படி,தற்பொழுது அவை அனுப்பபட்டுகொண்டிருக்கிறன.காத்திருக்கவும்." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "இந்த வினவலை மீண்டும் செயல்படுத்த வேண்டுமா?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "உங்களுக்கு உண்மையிலேயே புத்தகக்குறியை நீக்க வேண்டுமா?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "அட்டவணைக் கருத்துரைகள்" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "தேடல் முடிவுகளை மறை" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "பின்" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "அடுத்த" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "இன்று" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "ஜனவரி" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "பெப்ரவரி" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "மார்ச்" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "ஏப்ரல்" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "மே" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "ஜூன்" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "ஜூலை" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ஆகஸ்ட்" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "செப்டம்பர்" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "அக்டோபர்" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "நவம்பர்" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "டிசம்பர்" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "தை" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "மாசி" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "பங்குனி" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "சித்திரை" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "மே" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "ஆணி" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ஆடி" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ஆவணி" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "புரட்டாதி" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ஐப்பசி" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "காத்திகை" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "மார்கழி" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "ஞாயிறு" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "திங்கள்" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "செவ்வாய்" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "புதன்" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "வியாழன்" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "வெள்ளி" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "சனி" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "ஞாயிறு" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "திங்" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "செவ்" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "புத" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "வியா" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "வெள்" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "சனி" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ஞாயி" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "திங்" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "செவ்" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "புத" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "வியா" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "வெள்" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "சனி" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "கிழமை" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "நாள்காட்டி-மாதம்-ஆண்டு" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "எதுவுமில்லை" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "மணித்தியாலம்" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "நிமிடம்" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "வினாடிகள்" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field:" msgid "Please fix this field" msgstr "உரைபுலத்தின் மூலமாக:" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "தயவுசெய்து ஒரு சரியான எண்ணை இடுக!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "தயவுசெய்து ஒரு சரியான எண்ணை இடுக!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "தயவுசெய்து ஒரு சரியான எண்ணை இடுக!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "தயவுசெய்து ஒரு சரியான நீளத்தை இடுக!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "தயவுசெய்து ஒரு சரியான நீளத்தை இடுக!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "தயவுசெய்து ஒரு சரியான பக்கத்தின் பெயரை இடுக" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "தயவுசெய்து ஒரு சரியான எண்ணை இடுக!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "வலு" @@ -3082,17 +3100,17 @@ msgstr "ஒவ்வொரு மணிக்கும்" msgid "per day" msgstr "ஒரு நாளைக்கு" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "இப்போதுள்ள அமைப்பாக்க கோப்பு (%s) படிக்கமுடியாததாக உள்ளது." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "அமைப்பாக்க கோப்பு தவறான அணுகல்இசைவுடன் உள்ளது.அனைவரும் திருத்தக்கூடியதாக இருக்ககூடாது!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "எழுத்துரு அளவு" @@ -3111,7 +3129,7 @@ msgid "Requery" msgstr "மீள்வினவல்" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3120,7 +3138,7 @@ msgstr "மீள்வினவல்" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3195,7 +3213,7 @@ msgid "History" msgstr "வரலாறு" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3218,7 +3236,7 @@ msgstr "வரலாறு" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "விருப்பத்தேர்வுகள்" @@ -3311,7 +3329,7 @@ msgid "Count:" msgstr "எண்ணிக்கை" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3365,10 +3383,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "பிரதியான தரவுதளத்துக்கு மாறு" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3376,10 +3394,10 @@ msgstr "பிரதியான தரவுதளத்துக்கு ம msgid "Ascending" msgstr "ஏறுவரிசை" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3593,125 +3611,126 @@ msgstr "அனைத்தையும் தெரிவுநீக்கு" msgid "Inside column:" msgstr "நிரல் உள்ளே:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "தொகுத்தை சேமிக்க" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "நெடுவரிசையின் வரிசையை மீட்டமை" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "நிறைவரிசைகளை வடிகட்டு" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "இந்த அட்டவணையில் தேடுக" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "ஆரம்பம்" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "முந்தைய" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "அடுத்து" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "முடிவு" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "நிரைவரிசைகளின் எண்ணிக்கை:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "குறிப்பெழுத்தின்படி வரிசைபடுத்துக" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "பகுதியளவு உரை" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "முழுவுரைகள்" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "தொடர்புசார் குறிப்பெழுத்து" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "தொடர்புடை நிரல்வரிசை காண்பிக்க" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "இரும உள்ளடக்கங்களை காண்பி" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "உருவிலி உள்ளடக்கங்களை காண்பி" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "உலவியின் மாற்றுருவாக்கத்தை மறைக்க" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "நன்கறிந்த உரை" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "நன்கறிந்த இருமதரவு" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "இந்நிரைவரிசை அழிக்கப்பட்டது." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "கொல்க" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "அண்ணளவாக இருக்கலாம்.[doc@faq3-11]FAQ 3.11[/doc]ஐ காண்க." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "உங்கள் SQL வினவல் வெற்றிகரமாக நிறைவேற்றப்பட்டது." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3719,36 +3738,36 @@ msgid "" msgstr "" "இவ்விவரபார்வை குறைந்தளவு இத்தனை நிரைவரிசைகள் கொண்டிருக்கலாம். %sஆவணச்சான்றை%s காண்க." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s நிரைவரிசைகள் காட்டப்படுகின்றன" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "இவ்வினவலில் %1$d மொத்தம், - %2$d" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "%d மொத்தம்" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "வினவல் %01.4f நொடிகள் எடுத்துக்கொண்டது." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "உடன் தெரிவுசெய்யப்பட்டது:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3757,24 +3776,24 @@ msgstr "உடன் தெரிவுசெய்யப்பட்டது:" msgid "Check All" msgstr "அனைத்தையும் தெரி" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "அச்சுப் பார்வை" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "வினவலின் பயன்முடிவுகளின் செயல்பாடுகள்" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "விளக்கப்படத்தை காட்டுக" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "GIS தரவை காட்சிப்படுத்துக" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "இணைப்பை காணவில்லை!" @@ -3894,7 +3913,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3904,7 +3923,7 @@ msgid "Collation" msgstr "அடுக்கு" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "கருத்துரை" @@ -3919,7 +3938,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3935,7 +3954,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "வழங்கி" @@ -3952,7 +3971,7 @@ msgstr "நோக்கு" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3983,7 +4002,7 @@ msgstr "செருகு" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -4046,16 +4065,18 @@ msgid "Central columns" msgstr "மைய நெடுவரிசைகள்" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "தரவுத்தளங்கள்" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "பயனர்கள்" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "பயனர் குழுக்கள்" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4130,7 +4151,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "விருப்பமானவை பட்டியலிருந்து நீக்கவும்" @@ -4151,7 +4172,7 @@ msgid "Recent" msgstr "அண்மையில்" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "விருப்பமான அட்டவணைகள்" @@ -4715,16 +4736,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL சொன்னது: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4741,7 +4762,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP நிரல் இல்லாமல்" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP குறிமுறை உருவாக்கு" @@ -4834,6 +4855,10 @@ msgstr "முந்தைய நிகழ்நிலையாக்கம்" msgid "Last check" msgstr "கடைசி சரிபார்ப்பு" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "பயனர்கள்" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "தேடுக:" @@ -4924,8 +4949,8 @@ msgstr "இல்லை" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4933,7 +4958,7 @@ msgstr "பெயர்" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "நீளம்/மதிப்புகள்" @@ -5214,7 +5239,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5225,35 +5250,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5268,7 +5293,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5665,7 +5690,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add statements:" msgid "Use %s statement" @@ -5675,7 +5700,7 @@ msgstr "கூற்றுகளை சேர்க்க:" msgid "Save as file" msgstr "கோப்பாக சேமிக்க" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5691,8 +5716,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5702,14 +5727,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5717,8 +5742,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5726,13 +5751,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5754,8 +5779,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5783,14 +5808,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5798,551 +5823,557 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "அட்டவணை தலைப்புகளை தரவேற்றுக" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "தானாக அதிகரிக்கும் பெறுமதியை சேர்" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "விவரபார்வையை அட்டவணையாக தரவாக்குக" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%sஐ சேர்க்க" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "அயல் குறியெண் சரிபார்க்க:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "பயன்முறைகள்" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "தரவிறக்கம் / தரவேற்றம்" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "தரவுத்தளங்களின் காட்சித்தெரிவுகள்." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "வழிசெலுத்தல் பலகம்" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "வழிசெலுத்தல் பலகம்" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "வழிசெலுத்தல் பலகத்தை தனிப்பயனாக்குக" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "அட்டவணைகளின் காட்சித்தெரிவுகள்." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "முதன்மை பலகம்" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "உறுதிப்படுத்தல்" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "உறுதிப்பாடு அமைப்புமுறைமை." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "வழங்கியுடன் இணைவதற்கான அளவுருக்களை இடுக." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "வழிசெலுத்தல் பலகத்தை தனிப்பயனாக்குக" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL வினவல்கள்" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL வினவல் அமைவுகள்." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "தரவுத்தளக் கட்டமைப்பு" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "தரவுத்தளங்கள்->அட்டவணை கட்டமைப்பு" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "உரை கலம்" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "உரைஉள்ளிடல் களங்களை தனிபயனாக்குக." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "எச்சரிக்கைகள்" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "சுழிய மதிப்புகளுக்கு AUTO_INCREMENT(தன்னிலைகூட்டு) பயன்படுத்த வேண்டாம்" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6354,21 +6385,21 @@ msgstr "" "சேவையகங்களுடன் இணைத்திருக்கும்போது இதை FALSEஆக அமைத்தால் எளிதில் மற்ற சேவையகங்களிருந்து " "செல்பதிகை செய்வதை மறக்க நேரிடலாம்." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6376,1134 +6407,1146 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு சேமிப்பகம்" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு செல்லுங்காலம்" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "வழிசெலுத்தல் பலகத்தில் இலச்சினையை காட்டுக." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "சின்னத்தை காட்டுக" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "அட்டவணை வழிசெலுத்தல் பட்டி" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "காட்டப்படுகிற அட்டவணைகள்:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "பதிப்புகளை காட்டு" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "செயல்கூற்றின் களங்களை காட்டுக" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Procedures:" msgid "Show procedures in tree" msgstr "செயல்முறைகள்:" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "பதிப்புகளை காட்டு" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "அட்டவணை வழிசெலுத்தல் பட்டி" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "முதனிலை குறிப்பெழுத்தின் முன்னிருப்பு அடுக்குமுறை" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "தொடர்புடை நிரல்வரிசை காண்பிக்க" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Tables display options." msgid "For display Options" msgstr "அட்டவணைகளின் காட்சித்தெரிவுகள்." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "root புகுபதிவை ஏற்க" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "அமர்வு மதிப்பு" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "உறுதிப்படுத்துதல் பயன்முறைமை." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "சுருங்குறிக்கு பொருந்தும் தரவுத்தளங்களை மறைக்க (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "விவரபார்வையை அட்டவணையாக தரவாக்குக" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "மைய நெடுவரிசைகள்" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "விருப்பமான அட்டவணைகள்" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "பயனர் அட்டவணை" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "அட்டவணைக் கருத்துரைகள்" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "செயல்கூற்றின் களங்களை காட்டுக" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "phpMyAdminஆல் உருவாக்கபட்ட SQL வினவல் காட்டப்படவேண்டுமா என்பதை வரையறுக்கிறது." - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "SQL வினவல்களை காட்டுக" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "வினவல் பெட்டியை வைத்திருக்க" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." -msgstr "" +"Defines whether SQL queries generated by phpMyAdmin should be displayed." +msgstr "phpMyAdminஆல் உருவாக்கபட்ட SQL வினவல் காட்டப்படவேண்டுமா என்பதை வரையறுக்கிறது." #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "SQL வினவல்களை காட்டுக" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "வினவல் பெட்டியை வைத்திருக்க" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு செல்லுங்காலம்" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "உரைக்கட்ட நெடுவரிசைகள்" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7511,52 +7554,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "புதிய பதிப்பை பார்வையிடவும்" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7564,80 +7607,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "பயனாளர்:->பதிலி பயனர் பெயர்" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "பதிலி கடவுச்சொல்" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "அமைப்பாக்கம் இல்லா முறைமையை இயலசெய்க" @@ -7663,47 +7706,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "கட்டற்றஆவண உரை" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "காட்டுவதற்கு தரவு இல்லை" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "உள்ளமை உறவுமுறை சேர்க்கப்பட்டது." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7718,12 +7790,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7775,6 +7847,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7788,7 +7861,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7800,101 +7873,141 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export contents" +msgid "Export templates:" +msgstr "உள்ளடக்கத்தை தரவேற்றுக" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "New page" +msgid "New template:" +msgstr "புது பக்கம்" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Page name" +msgid "Template name" +msgstr "பக்கத்தின் பெயர்" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "புதுப்பிக்கப்பட்டது" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "ஒரு அட்டவணையை தேர்வுசெய்க" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export schema" +msgid "Export method:" +msgstr "ஒழுங்கமைவை தரவேற்றுக" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ ஆனது வழங்கியின் பெயராக கொள்ளப்படும்" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7902,76 +8015,76 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "விவரபார்வையை அட்டவணையாக தரவாக்குக" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "அட்டவணை தலைப்புகளை தரவேற்றுக" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "வெளியீட்டை ஒரு கோப்பாக சேமிக்க" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "ஒரு தரவுத்தளத்தை தேர்வுசெய்க" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "அட்டவணையை தேர்வுசெய்க" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "தரவுத்தளத்தின் புதிய பெயர்" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "அட்டவணையின் புதிய பெயர்" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "பழைய நிரல்வரிசையின் பெயர்" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "புதிய நிரல்வரிசையின் பெயர்" @@ -8461,7 +8574,7 @@ msgid "Dump has been saved to file %s." msgstr "தரவு %s கோப்பாக சேமிக்கப்பட்டுள்ளது." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8536,7 +8649,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "செயல்கூறு" @@ -8610,7 +8723,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9043,7 +9156,7 @@ msgstr "புதியது" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9318,228 +9431,237 @@ msgstr "" msgid "Rename database to" msgstr "தரவுத்தளத்தைப் இப்படி மறுபெயரிடுக:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges:" msgid "Adjust Privileges" msgstr "புதிய பயனாளரை சேர்க்க->தனிச்சலுகையை தொகுக்க:" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s தரவுத்தளம் கைவிடப்பட்டது." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "தரவுத்தளத்தை நீக்குக" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "தரவுத்தளத்தை கைவிடுக (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "கட்டமைப்பை மட்டும்" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "கட்டமைப்பு மற்றும் தரவுகள்" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "தரவுகளை மட்டும்" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "தரவுதளத்தை இப்படி படியெடுக்க:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "பிரதிசெய்யமுன் தரவுத்தளத்தை உருவாக்கு" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "கட்டுப்பாடுகளை சேர்க்க" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "பிரதியான தரவுதளத்துக்கு மாறு" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "அட்டவணைக் கருத்துரைகள்" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "அட்டவணை தெரிவுகள்" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "அட்டவணை பராமரிப்பு" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "அட்டவணையை பகுப்பாய்" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "அட்டவணையை சரிபார்" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "அட்டவணையை சரிபார்" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "அட்டவணையை ஒருங்கமை" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "அட்டவணையை உகப்பாக்கு" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "அட்டவணையை திருத்து" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "தரவை அல்லது அட்டவணையை அழி" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "அட்டவணையை வெறுமையாக்கு (காலி)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "அட்டவணையை அழி (அழி)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "ஆரய்தல்" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "சரிபார்" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "உகப்பாக்கு" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "மீள்வாகு" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "திருத்து" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "சுருக்கு" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "பிரிவினை பராமரிப்பு" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "பிரிவினை %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9733,7 +9855,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10635,54 +10757,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "தகா தரவேற்ற சுட்டுவகை" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10856,6 +10984,7 @@ msgstr "பயனர் பெயர்:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11008,10 +11137,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11032,7 +11161,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11041,7 +11170,8 @@ msgstr "" msgid "Edit event" msgstr "நிகழ்வை தொகுக்க" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11055,7 +11185,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -11083,13 +11213,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11115,9 +11245,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "வேண்டுகோள் செயலாக்கதில் பிழை:" @@ -11150,125 +11280,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "செயல்->திசைப்பாடு" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "மதிப்புருவை சேர்க்க" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "கடைசி மதிப்புருவை நீக்குக" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "செயல்கள்->திருப்பியளிதல் விருப்பங்கள்" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "மதிப்புருபுக்கு தகா வழிமதிப்பு \"%s\" அளிக்கப்பட்டுள்ளது." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11808,13 +11944,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "பயனரை சேர்" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "பயனர்குழுவை சேர்க்க" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database operations" +msgid "Database for user account" +msgstr "தரவுதள நடவடிக்கைகள்" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11840,9 +11980,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11917,11 +12055,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11941,8 +12079,10 @@ msgid "Add privileges on the following table:" msgstr "பின்வரும் அட்டவணையின் மீதான தனிச்சலுகையை சேர்க்க:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "தேர்ந்தெடுக்கப்பட்ட பயனர்கள் நீக்கப்படுகின்றனர்" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -11976,40 +12116,50 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "புதியது" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "புதிய பயனாளரை சேர்க்க->தனிச்சலுகையை தொகுக்க:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User groups" +msgid "User account" +msgstr "பயனர் குழுக்கள்" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "பயனர்கள் கண்ணோட்டம்" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12018,11 +12168,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்." @@ -13166,7 +13316,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s அட்டவணை வெறுமையாக்கப்பட்டது." @@ -13179,13 +13329,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "நோக்குநிலை %s கைவிடப்பட்டது." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "அட்டவணை %s கைவிடப்பட்டது." @@ -13397,38 +13547,33 @@ msgstr "" msgid "Effective" msgstr "பயனுடைய" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "வினவல் வழு" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "நெடுவரிசைகள் வெற்றிகரமாக நகர்த்தப்பட்டன." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "விருப்பமானவைகளில் சேர்க்க" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "விருப்பமானவை பட்டியல் நிரம்பிவிட்டது!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -13879,18 +14024,6 @@ msgstr "புதிய நிலையான பதிப்புகள் ஏ msgid "Wrong data" msgstr "தவறான தரவு" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "காட்டுவதற்கு தரவு இல்லை" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13901,7 +14034,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "%s இந்த அட்டவணை ஏற்கனவே உள்ளது!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13909,29 +14042,19 @@ msgstr "" msgid "Invalid table name" msgstr "தகுதியற்ற அட்டவணைப் பெயர்" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "உள்ளமை உறவுமுறை சேர்க்கப்பட்டது." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "எந்த நிரல்வரிசையும் தெரிவுசெய்யப்படவில்லை." @@ -14110,7 +14233,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14176,13 +14299,13 @@ msgstr "புது பக்கம்" msgid "Delete pages" msgstr "பக்கங்களை அழிக்க" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14431,37 +14554,37 @@ msgstr "வரைபட தலைப்பு" msgid "X-Axis:" msgstr "கு-அச்சு:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "தொடர்கள்:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-அச்சு சிட்டை:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X மதிப்புக்கள்" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-அச்சு சிட்டை:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "தொடர் நிரல்வரிசை:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Value column:" msgid "Value Column:" msgstr "மதிப்பு நிரல்வரிசை:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -15625,6 +15748,9 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "பயனரை சேர்" + #~ msgid "Shift + Click on function name to apply to all rows." #~ msgstr "செயல்கூற்றின் பெயரில் shift+click செய்து அனைத்து நிரைவரிசைகளையும் கையாளுக." @@ -15768,11 +15894,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "தகா தரவேற்ற சுட்டுவகை" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "தகா தரவேற்ற சுட்டுவகை" - #~ msgid "Click to sort" #~ msgstr "வரிசைப்படுத்த சொடுக்குக-" diff --git a/po/te.po b/po/te.po index 5a3fb5e5e7..05fd0186e7 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-02-27 10:56+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Telugu Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "మొత్తం" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -msgid "Buffered memory" -msgstr "" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "మొత్తం" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 -msgid "Used Swap" +msgid "Buffered memory" msgstr "" #: js/messages.php:159 -msgid "Free Swap" +msgid "Free memory" msgstr "" -#: js/messages.php:161 -msgid "Bytes sent" +#: js/messages.php:160 +msgid "Used memory" msgstr "" #: js/messages.php:162 +#, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "మొత్తం" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 +msgid "Used Swap" +msgstr "" + +#: js/messages.php:165 +msgid "Free Swap" +msgstr "" + +#: js/messages.php:167 +msgid "Bytes sent" +msgstr "" + +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "అనుసంధానాలు" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "బై" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "కిబై" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "మెబై" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "గిబై" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "టెబై" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "పిబై" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ఎబై" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1372,31 +1393,31 @@ msgid "%d table(s)" msgstr "%s పట్టిక" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Relations" msgid "Questions" msgstr "సంబంధాలు" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "అమరికలు" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1408,47 +1429,47 @@ msgstr "" msgid "None" msgstr "ఏమీలేదు" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1456,157 +1477,157 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Tables" msgid "Enable %s" msgstr "పట్టికలు" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable Statistics" msgid "Disable %s" msgstr "గణాంకాలని అచేతనంచేయి" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "Basic settings" msgid "Change settings" msgstr "ప్రాధమిక అమరికలు" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "More settings" msgid "Current settings" msgstr "మరిన్ని అమరికలు" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Default title" msgid "Chart Title" msgstr "అప్రమేయ శీర్షిక" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "తేడా" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" # మొదటి అనువాదము -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Analyze" msgid "Analysing logs" msgstr "విశదీకరించు" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" # మొదటి అనువాదము -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Write requests" msgid "Cancel request" msgstr "విన్నపములను వ్రాయుము" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "data" msgid "No data found" msgstr "భోగట్టా" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" # మొదటి అనువాదము -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "విశదీకరించు" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1616,19 +1637,19 @@ msgstr "" msgid "Time" msgstr "సమయం" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "మొత్తం" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Show statistics" msgid "Profiling results" msgstr "గణాంకాలను చూపించు" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" @@ -1636,51 +1657,51 @@ msgid "Table" msgstr "పట్టిక" # మొదటి అనువాదము -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "అక్షరమాల" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Table options" msgid "Log table filter options" msgstr "పట్టిక ఎంపికలు" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "మొత్తం" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1688,98 +1709,98 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Database" msgid "Reload page" msgstr "డేటాబేస్" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "దిగుమతి" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Server configuration" msgid "Import monitor configuration" msgstr "సేవకి స్వరూపణం" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "క్వెరీ ని మార్చు" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "పత్రావళి" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "వివరాలు…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "అధీకరణ" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1790,64 +1811,64 @@ msgstr "" msgid "Cancel" msgstr "రద్దుచేయి" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Basic settings" msgid "Page-related settings" msgstr "ప్రాధమిక అమరికలు" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" # మొదటి అనువాదము -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Analyze" msgid "Loading…" msgstr "విశదీకరించు" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1856,75 +1877,75 @@ msgstr "" msgid "OK" msgstr "సరే" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" # మొదటి అనువాదము -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Database" msgid "Renaming Databases" msgstr "డేటాబేస్" # మొదటి అనువాదము -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Database" msgid "Copying Database" msgstr "డేటాబేస్" # మొదటి అనువాదము -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "అక్షరమాల" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "శోధించు" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "తొలగించు" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1934,61 +1955,61 @@ msgstr "" msgid "Export" msgstr "ఎగుమతి" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s నిలువు వరుసకు విలువలు" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" # మొదటి అనువాదము -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new User" msgid "Add %d value(s)" msgstr "క్రొత్త వినియోగదారుని చేర్చు" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "మార్చు" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1996,95 +2017,95 @@ msgstr "మార్చు" msgid "Delete" msgstr "తొలగించు" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disable Statistics" msgid "Variable %d:" msgstr "గణాంకాలని అచేతనంచేయి" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Comments" msgid "Column selector" msgstr "వ్యాఖ్యలు" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Use this value" msgid "Search this list" msgstr "ఈ విలువని ఉపయోగించు" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" # మొదటి అనువాదము -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Add into comments" msgid "Continue" msgstr "స్పందనలకు చేర్చు" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" # మొదటి అనువాదము -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "మార్చుము" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" # మొదటి అనువాదము -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2092,81 +2113,81 @@ msgstr "" msgid "End of step" msgstr "వాక్యాంతము" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2175,171 +2196,171 @@ msgstr "" msgid "Save" msgstr "భద్రపరచు" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "శోధించు" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Comments" msgid "Column maximum:" msgstr "వ్యాఖ్యలు" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Comments" msgid "Column minimum:" msgstr "వ్యాఖ్యలు" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "గరిష్ఠ పట్టికలు" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "గరిష్ఠ పట్టికలు" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "నిలువ వరుసల్ని చేర్చు/తొలగించు" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Table of contents" msgid "Data point content" msgstr "విషయ సూచిక" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "పుట పేరు" # మొదటి అనువాదము -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Create a page" @@ -2347,14 +2368,14 @@ msgid "Save page" msgstr "పుటని సృష్టించు" # మొదటి అనువాదము -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Create a page" msgid "Save page as" msgstr "పుటని సృష్టించు" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgctxt "PDF" @@ -2362,218 +2383,218 @@ msgstr "పుటని సృష్టించు" msgid "Open page" msgstr "పుటలు" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Delete" msgid "Delete page" msgstr "తొలగించు" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Title" msgid "Untitled" msgstr "శీర్షిక" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Export method" msgid "Export relational schema" msgstr "ఎగుమతి పద్ధతి" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Values for column %s" msgid "Add an option for column \"%s\"." msgstr "%s నిలువు వరుసకు విలువలు" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "దాఖలుచేయి" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Comments" msgid "Double-click to copy column name." msgstr "వ్యాఖ్యలు" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "అన్నీ చూపించు" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "అసలు స్థానం" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "రద్దుచేయి" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import" msgid "Import status" msgstr "దిగుమతి" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "అన్నీ ఎంచుకో" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Comments" msgid "Copy column name." msgstr "వ్యాఖ్యలు" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "సంకేతపదాన్ని మార్చు" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "మరిన్ని" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "అన్నీ చూపించు" # మొదటి అనువాదము -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Hide/Show all" msgid "Hide Panel" msgstr "అన్నింటిని చూపుము/దాచుము" # మొదటి అనువాదము -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show" msgid "Show hidden navigation tree items." msgstr "చూపించు" # మొదటి అనువాదము -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Hide/Show all" @@ -2581,57 +2602,57 @@ msgid "Link with main panel" msgstr "అన్నింటిని చూపుము/దాచుము" # మొదటి అనువాదము -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Hide/Show all" msgid "Unlink from main panel" msgstr "అన్నింటిని చూపుము/దాచుము" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "పట్టికలు" # మొదటి అనువాదము -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "చూపుము" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" # మొదటి అనువాదము -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "events" msgstr "పట్టికను సృష్టించు" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Connections" msgid "functions" msgstr "అనుసంధానాలు" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2639,115 +2660,115 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" # మొదటి అనువాదము -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create" msgid "Create view" msgstr "సృష్టించు" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Basic settings" msgid "Change Report Settings" msgstr "ప్రాధమిక అమరికలు" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show more actions" msgid "Show Report Details" msgstr "మరిన్ని చర్యలను చూపించు" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "పట్టిక వ్యాఖ్యలు" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2755,7 +2776,7 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" @@ -2763,7 +2784,7 @@ msgid "Prev" msgstr "గత" # మొదటి అనువాదము -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2771,149 +2792,149 @@ msgid "Next" msgstr "తదుపరి" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "ఈరోజు" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "జనవరి" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "ఫిబ్రవరి" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "మార్చి" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "ఏప్రిల్" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "మే" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "జూన్" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "జూలై" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ఆగస్ట్" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "సెప్టెంబర్" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "అక్టోబర్" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "నవంబర్" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "డిసెంబర్" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "జన" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "ఫిబ్ర" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "మార్చి" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "ఏప్రి" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "మే" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "జూన్" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "జూలై" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ఆగ" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "సెప్టె" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "అక్టో" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "నవం" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "డిసెం" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "ఆదివారం" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "సోమవారం" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "మంగళవారం" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "బుధవారం" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "గురువారం" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "శుక్రవారం" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "శనివారం" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2921,184 +2942,184 @@ msgid "Sun" msgstr "ఆది" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "సోమ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "మంగళ" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "బుధ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "గురు" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "శుక్ర" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "శని" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "ఆ" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "సో" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "మం" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "బు" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "గు" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "శు" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "శ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "వారం" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "ఏమీలేదు" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "గంట" # మొదటి అనువాదము -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "నిమిషం" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "క్షణం" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" # మొదటి అనువాదము -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Add new field" msgid "Please fix this field" msgstr "క్రొత్త ఫీల్డ్ చేర్చు" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Select All" msgid "Please enter a valid date" msgstr "అన్నీ ఎంచుకో" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "పొరపాటు" @@ -3166,16 +3187,16 @@ msgstr "గంటకి" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3195,7 +3216,7 @@ msgstr "" # మొదటి అనువాదము #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3204,7 +3225,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3291,7 +3312,7 @@ msgid "History" msgstr "SQL చరిత్ర" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3314,7 +3335,7 @@ msgstr "SQL చరిత్ర" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "ఎంపికలు" @@ -3407,7 +3428,7 @@ msgid "Count:" msgstr "వరుస" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3477,10 +3498,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "దీనికి మారు" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3488,10 +3509,10 @@ msgstr "దీనికి మారు" msgid "Ascending" msgstr "ఆరోహణ" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3739,24 +3760,24 @@ msgstr "అన్నీ ఎంచుకోవద్దు" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Table comments" msgid "Restore column order" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Files" msgid "Filter rows" msgstr "దస్త్రాలు" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Use this value" @@ -3764,7 +3785,7 @@ msgid "Search this table" msgstr "ఈ విలువని ఉపయోగించు" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3773,7 +3794,7 @@ msgid "Begin" msgstr "మొదలు" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3783,7 +3804,7 @@ msgid "Previous" msgstr "క్రితము" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3792,7 +3813,7 @@ msgctxt "Next page" msgid "Next" msgstr "తదుపరి" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3801,124 +3822,125 @@ msgid "End" msgstr "ముగింపు" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "అన్నీ" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "పాక్షిక పాఠ్యాలు" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "పూర్తి పాఠ్యాలు" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Version information" msgid "Hide browser transformation" msgstr "సంచిక సమాచారం" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Database %s has been dropped." msgid "The row has been deleted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "మీ SQL క్వెరీ విజయవంతంగా నిర్వహించబడింది" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "మొత్తం" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3927,26 +3949,26 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Table comments" msgid "Display chart" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -4070,7 +4092,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4080,7 +4102,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "వ్యాఖ్య" @@ -4095,7 +4117,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4111,7 +4133,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -4129,7 +4151,7 @@ msgstr "చూపుము" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -4161,7 +4183,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -4226,17 +4248,17 @@ msgid "Central columns" msgstr "పట్టిక వ్యాఖ్యలు" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "వాడుకరి" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4317,7 +4339,7 @@ msgstr "సేవకి స్వరూపణం" # మొదటి అనువాదము #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4353,7 +4375,7 @@ msgstr "పట్టికను సృష్టించు" # మొదటి అనువాదము #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgctxt "short form" #| msgid "Create table" @@ -4952,16 +4974,16 @@ msgstr "గరిష్ఠం: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4978,7 +5000,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -5072,6 +5094,12 @@ msgstr "చివరి మార్పు" msgid "Last check" msgstr "చివరి చూపు" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "వాడుకరి" + # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది #: libraries/browse_foreigners.lib.php:136 #, fuzzy @@ -5169,8 +5197,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5178,7 +5206,7 @@ msgstr "పేరు" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "పొడవు/విలువలు" @@ -5478,7 +5506,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5492,35 +5520,35 @@ msgstr "తప్పుడు విలువ" msgid "Value must be equal or lower than %s!" msgstr "విలువ తప్పనిసరిగా %s కి సమానంగా లేదా తక్కువగా ఉండాలి" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "అందుబాటులో లేదు" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "గరిష్ఠం %s" @@ -5535,7 +5563,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5945,7 +5973,7 @@ msgid "Maximum execution time" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add into comments" msgid "Use %s statement" @@ -5955,7 +5983,7 @@ msgstr "స్పందనలకు చేర్చు" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5971,8 +5999,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5982,14 +6010,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5997,8 +6025,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -6006,13 +6034,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -6034,8 +6062,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6063,14 +6091,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "సంబంధాలు" @@ -6078,604 +6106,610 @@ msgstr "సంబంధాలు" msgid "Export method" msgstr "ఎగుమతి పద్ధతి" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export method" +msgid "Export as separate files" +msgstr "ఎగుమతి పద్ధతి" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Table name" msgid "Export views as tables" msgstr "పట్టిక పేరు" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s జతచేయి" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "ఎగుమతి రకం" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "విశేషాలు" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "సాధారణ" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "దిగుమతి / ఎగుమతి" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Table options" msgid "Databases display options." msgstr "పట్టిక ఎంపికలు" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table options" msgid "Navigation tree" msgstr "పట్టిక ఎంపికలు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show" msgid "Customize the navigation tree." msgstr "చూపించు" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Show more actions" msgid "Servers display options." msgstr "మరిన్ని చర్యలను చూపించు" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "పట్టిక ఎంపికలు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Hide/Show all" msgid "Main panel" msgstr "అన్నింటిని చూపుము/దాచుము" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "మైక్రోసాఫ్ట్ ఆఫీస్" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "ఇతర ప్రముఖ అమరికలు" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "పుట శీర్షికలు" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "భద్రత" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "ప్రాధమిక అమరికలు" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "అధీకరణ" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "అధీకరణ అమరికలు" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "సేవకి స్వరూపణం" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Server configuration" msgid "Enter server connection parameters." msgstr "సేవకి స్వరూపణం" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 #, fuzzy #| msgid "Server configuration" msgid "Configuration storage" msgstr "సేవకి స్వరూపణం" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "More settings" msgid "SQL queries settings." msgstr "మరిన్ని అమరికలు" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database" msgid "Database structure" msgstr "డేటాబేస్" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database" msgid "Table structure" msgstr "డేటాబేస్" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "కాగితపు పరిమాణం" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "క్రొత్త ఫీల్డ్ చేర్చు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "క్రొత్త ఫీల్డ్ చేర్చు" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "హెచ్చరికలు" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Comments" msgid "Column names in first row" msgstr "వ్యాఖ్యలు" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6683,721 +6717,733 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "గరిష్ఠ పట్టికలు" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show" msgid "Show databases navigation as tree" msgstr "చూపించు" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table options" msgid "Show logo in navigation panel." msgstr "పట్టిక ఎంపికలు" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "చిహ్నాన్ని చూపించు" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table options" msgid "Enable navigation tree expansion" msgstr "పట్టిక ఎంపికలు" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "అన్నీ చూపించు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show" msgid "Whether to show tables under database in the navigation tree" msgstr "చూపించు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show" msgid "Show views in tree" msgstr "చూపించు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show" msgid "Whether to show views under database in the navigation tree" msgstr "చూపించు" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show" msgid "Show events in tree" msgstr "చూపించు" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show" msgid "Whether to show events under database in the navigation tree" msgstr "చూపించు" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "సహజ క్రమం" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table options" msgid "Table navigation bar" msgstr "పట్టిక ఎంపికలు" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "సంబంధాలు" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Show more actions" msgid "For display Options" msgstr "మరిన్ని చర్యలను చూపించు" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "ఉపయోగించకపోతే ఖాళీగా వదిలేయండి" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "అప్రమేయాలకై ఖాళీగా వదిలివేయండి" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "అధీకరణ అమరికలు" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "అనుసంధాన రకం" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Table name" +msgid "Export templates table" +msgstr "పట్టిక పేరు" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Table comments" msgid "Central columns table" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7405,436 +7451,436 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "డేటాబేస్" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "Favorites table" msgstr "పట్టికను సృష్టించు" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "User preferences" msgid "UI preferences table" msgstr "వాడుకరి అభిరుచులు" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "పట్టికల్ని వాడు" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "మరిన్ని చర్యలను చూపించు" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show" msgid "Show hint" msgstr "చూపించు" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "గణాంకాలను చూపించు" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Table comments" msgid "Textarea columns" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "అప్రమేయ శీర్షిక" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7842,52 +7888,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7895,84 +7941,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "వాడుకరిపేరు" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "సంకేతపదం" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8000,51 +8046,82 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "ఓపెన్ డాక్యుమెంట్" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "మైక్రోసాఫ్ట్ వర్డ్ 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "ఓపెన్ డాక్యుమెంట్" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "data" +msgid "No data to display" +msgstr "భోగట్టా" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relations" +msgid "Internal relations were successfully updated." +msgstr "అంతర్గత సంబంధాలు" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8059,12 +8136,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8123,6 +8200,7 @@ msgstr "పట్టికను సృష్టించు" # మొదటి అనువాదము #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "సృష్టించు" @@ -8140,7 +8218,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -8152,102 +8230,145 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "ఎగుమతి పద్ధతి:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "ఎగుమతి రకం" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "New name" +msgid "New template:" +msgstr "కొత్త పేరు" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "పట్టిక పేరు" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s పట్టిక" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Update Query" +msgid "Update" +msgstr "క్వెరీ ని మార్చు" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "అన్నీ ఎంచుకో" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "ఎగుమతి పద్ధతి" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" # మొదటి అనువాదము -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "డేటాబేసు(లు):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "పట్టిక(లు):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8255,87 +8376,87 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Table name" msgid "Export databases as separate files" msgstr "పట్టిక పేరు" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export method" msgid "Export tables as separate files" msgstr "ఎగుమతి పద్ధతి" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "అన్నీ ఎంచుకో" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "అన్నీ ఎంచుకో" # మొదటి అనువాదము -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "డేటాబేస్" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "కొత్త పుట పేరు: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Comments" msgid "Old column name" msgstr "వ్యాఖ్యలు" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Comments" msgid "New column name" @@ -8831,7 +8952,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8909,7 +9030,7 @@ msgstr "దాచు" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8987,7 +9108,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9461,7 +9582,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -9762,234 +9883,243 @@ msgstr "" msgid "Rename database to" msgstr "డేటాబేసుకు ఈ పేరు పెట్టండి" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Add a new User" msgid "Adjust Privileges" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది." # మొదటి అనువాదము -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "డేటాబేస్ తొలగించండి" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "డేటాబేస్ ను తుడిచివేయి" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "నిర్మాణం మాత్రమే" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "నిర్మాణం, మరియు డేటా" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "డేటా మాత్రమే" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "డేటాబేస్ ను ఇక్కడికి కాపీ చేయి" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "కాపీ చేయబోయే ముందు డేటాబేస్ సృష్టించు" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "పట్టిక ఎంపికలు" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Use Tables" msgid "Checksum table" msgstr "పట్టికల్ని వాడు" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" # మొదటి అనువాదము -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "విశదీకరించు" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "మూసివేయి" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10182,7 +10312,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11148,54 +11278,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "చెల్లని ఎగుమతి రకం" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "వివరణ లేదు" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11371,6 +11507,7 @@ msgstr "వాడుకరి పేరు" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "వాడుకరి పేరు" @@ -11531,10 +11668,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11558,7 +11695,7 @@ msgstr "%s డేటాబేస్ తుడిచివేయడమైనద msgid "Event %1$s has been created." msgstr "పుటను సృష్టించడమైనది" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11569,7 +11706,8 @@ msgstr "" msgid "Edit event" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -11588,7 +11726,7 @@ msgstr "" # మొదటి అనువాదము #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11621,13 +11759,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11653,9 +11791,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11690,142 +11828,148 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Routine %1$s has been modified." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" # మొదటి అనువాదము -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Page has been created." msgid "Routine %1$s has been created." msgstr "పుటను సృష్టించడమైనది" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Comments" msgid "Routine name" msgstr "వ్యాఖ్యలు" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "నేరు లంకెలు" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" # మొదటి అనువాదము -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "డేటాబేస్ తొలగించండి" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "పొడవు/విలువలు" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "పట్టిక ఎంపికలు" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "భద్రత" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12398,15 +12542,17 @@ msgstr "" # మొదటి అనువాదము #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "ఏ వాడుకరి ఐనను" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Table options" +msgid "Database for user account" +msgstr "పట్టిక ఎంపికలు" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12434,9 +12580,7 @@ msgid "User has been added." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12513,11 +12657,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12537,8 +12681,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Table name" +msgid "Remove selected user accounts" +msgstr "పట్టిక పేరు" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12572,44 +12718,50 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s అనే వాడుకరి ఇప్పటికే ఉన్నారు!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Add a new User" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "వాడుకరి" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "Overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "అవలోకనం" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12618,12 +12770,12 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" # మొదటి అనువాదము -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "మీరు క్రొత్త వాడుకరిని చేర్చారు." @@ -13821,7 +13973,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -13834,14 +13986,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "View %s has been dropped." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been dropped." @@ -14094,43 +14246,38 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new User" msgid "Add to Favorites" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relations" msgid "Relation view" @@ -14596,20 +14743,6 @@ msgstr "" msgid "Wrong data" msgstr "భోగట్టా" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "data" -msgid "No data to display" -msgstr "భోగట్టా" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14620,7 +14753,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "%s అనే పట్టిక ఇప్పటికే ఉంది!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14628,29 +14761,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relations" -msgid "Internal relations were successfully updated." -msgstr "అంతర్గత సంబంధాలు" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14852,7 +14975,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -14931,13 +15054,13 @@ msgstr "కొత్త పేరు" msgid "Delete pages" msgstr "తొలగించు" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "సహాయం" @@ -15218,41 +15341,41 @@ msgstr "అప్రమేయ శీర్షిక" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "విలువ" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Table comments" msgid "Series column:" msgstr "పట్టిక వ్యాఖ్యలు" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s నిలువు వరుసకు విలువలు" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" @@ -16517,6 +16640,15 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +# మొదటి అనువాదము +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "ఏ వాడుకరి ఐనను" + +#~ msgid "Export Method:" +#~ msgstr "ఎగుమతి పద్ధతి:" + #, fuzzy #~| msgid "General" #~ msgid "Generated by:" @@ -16646,11 +16778,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "చెల్లని ఎగుమతి రకం" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "చెల్లని ఎగుమతి రకం" - #, fuzzy #~| msgid "Total" #~ msgid "Total " diff --git a/po/th.po b/po/th.po index 36804866bb..65b9470490 100644 --- a/po/th.po +++ b/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-02-09 16:12+0200\n" "Last-Translator: mrnonz \n" "Language-Team: Thai Settings" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "ประสิทธิภาพคำสั่ง" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "คำสั่งที่ถูกรันบนหน่วยความจำ" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "คำสั่งที่ถูกรันไปในหน่วยความจำแล้ว" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "การใช้งาน CPU ของระบบ" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "หน่วยความจำของระบบ" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "หน่วยความจำ swap ของระบบ" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "เฉลี่ยการทำงาน" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "จำนวนหน่วยความจำรวม" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "จำนวนหน่วยความจำที่ถูกใช้" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "จำนวนหน่วยความจำที่จอง" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "หน่วยความจำว่าง" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "หน่วยความจำที่ใช้ไป" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "จำนวน Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "จำนวน Swap ที่ถูกใช้" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "จำนวน Swap ที่ใช้ไป" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "จำนวน Swap ที่ว่าง" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Byte ที่ส่ง" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Byte ที่รับ" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "การเชื่อมต่อ" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "โพรเซส" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "ไบต์" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "กิโลไบต์" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "เมกกะไบต์" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "กิกะไบต์" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "เทอราไบต์" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "เพตตะไบต์" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "เอกซะไบต์" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d ตาราง" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "คำถาม" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "การจราจร" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "การตั้งค่า" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "เพิ่มแสดงผลไปในตารางข้อมูล" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "กรุณาเพิ่มค่าตัวแปรอย่างน้อยหนึ่งตัวเข้าไปในลำดับ" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1440,47 +1461,47 @@ msgstr "กรุณาเพิ่มค่าตัวแปรอย่าง msgid "None" msgstr "ไม่มี" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "เรียกคืนการแสดงผล" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "หยุดการแสดงผล" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log และ slow_query_log ถูกเปิดไว้" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log ถูกเปิดไว้" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log ถูกเปิดไว้" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "general_log และ slow_query_log ถูกปิดไว้" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output ไม่ได้ถูกตั้งกับตาราง" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output ถูกตั้งกับตาราง" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1490,99 +1511,99 @@ msgstr "" "slow_query_log ถูกเปิดไว้ แต่ประวัติคำสั่งของเครื่องแม่ข่ายใช้เวลานานกว่า %d วินาที " "ขอแนะนำให้ตั้งค่า long_query_time ไว้ที่ 0-2 วินาที โดยขึ้นอยู่กับระบบของท่าน" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time ถูกตั้งไว้ที่ %d วินาที" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "การตั้งค่านี้ถูกนำไปใช้ทั้งหมด และจะคืนค่ากลับเมื่อเริ่มเครื่องใหม่อีกครั้ง:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "ตั้ง log_output เป็น %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "เปิดใช้ %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "ปิดใช้งาน %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Set long_query_time to %ds" msgid "Set long_query_time to %d seconds." msgstr "ตั้ง long_query_time เป็น %ds" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "คุณไม่สามารถเปลี่ยนแปลงค่านี้ได้ กรุณาเข้าใช้งานเป็น root หรือติดต่อผู้ดูแลระบบ" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "เปลี่ยนการตั้งค่า" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "ค่าที่ถูกตั้งปัจจุบัน" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "ชื่อการแสดงผล" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "ค่าที่ต่าง" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "ถูกหารด้วย %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "หน่วย" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "จาก slow log" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "จากประวัติทั่วไป" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "วิเคราะห์ไฟล์บันทึก" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "กำลังวิเคราะห์และตรวจประวัติ อาจจะใช้เวลาพอสมควร" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "ยกเลิกคำร้อง" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1591,7 +1612,7 @@ msgstr "" "สดมส์นี้แสดงจำนวนคำสั่งที่ถูกจัดกลุ่มเดียวกัน อย่างไรก็ดีการจัดกลุ่มจัดเพียงคำสั่ง แต่เวลาเริ่ม " "หรือข้อมูลบางอย่าง อาจแตกต่างกัน" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1600,31 +1621,31 @@ msgstr "" "จากที่กลุ่มคำสั่ง เพิ่มข้อมูล ถูกเลือกหลายอันพร้อมๆกัน คำลังที่เพิ่มข้อมูลไปในตารางเดียวกัน " "จะถูกจับกลุ่มรวมกันโดยไม่สนเรื่องข้อมูลที่จะถูกเพิ่มเข้าไป" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "ประวัติของข้อมูลถูกเรียกขึ้นมา คำสั่งได้ประมวลภายใน:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "ข้ามไปยังตารางเก็บประวัติ" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "ไม่มีข้อมูล" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "ประวัติถูกวิเคราะห์แล้ว แต่ไม่มีข้อมูลในช่วงนั้น" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "กำลังวิเคราะห์…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "อธิบายผลคำสั่ง" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1634,58 +1655,58 @@ msgstr "อธิบายผลคำสั่ง" msgid "Time" msgstr "เวลา" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "เวลารวม:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "ผลลัพธ์" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "ตาราง" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "ชุดแสดงผล" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "ตัวเลือกรองประวัติตาราง" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "ตัวกรอง" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "ตัวกรอง โดย คำหรืออักขระ:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "กลุ่มคำสั่ง ไม่สนใจตัวแปรใน WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "ผลรวมระเบียนต่อหน้า:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "รวม:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "กำลังเรียกดูประวัติ" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "ไม่สามารถรีเฟรซหน้าจอได้" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1694,89 +1715,89 @@ msgstr "" "ในระหว่างที่กำลังแสดงผลข้อมูลนั้นเครื่องแม่ข่ายตอบสนองผิดพลาด " "น่าจะเกิดจากที่หมดเวลาเซสชั่นของท่าน กรุณายืนยันตัวตนใหม่อีกครั้ง" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "รีเฟรซหน้า" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "ระเบียนที่มีผล:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "การ parsing ไฟล์ตั้งค่าล้มเหลว สาเหตุมาจาก JSON" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "นำเข้า" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "ตั้งค่าการตรวจสอบการนำเข้า" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the file you want to import" msgid "Please select the file you want to import." msgstr "กรุณาเลือกไฟล์ที่คุณต้องการนำเข้า" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "วิเคราะห์คำสั่ง" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "แนะนำระบบ" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "ปัญหาเรื่องสมรรถนะ" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "ปัญหา" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "เอกสารอ้างอิง" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "กฎเกณฑ์ต่างๆ" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "เอกสารอ้างอิง" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "ตัวแปรหรือสูตรที่ถูกใช้" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "ทดสอบ" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1787,63 +1808,63 @@ msgstr "" msgid "Cancel" msgstr "ยกเลิก" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "เปลี่ยนการตั้งค่า" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Loading" msgid "Loading…" msgstr "กำลังโหลด" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "กำลังประมวลผล" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "การประมวลผลผิดพลาด" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "รหัสข้อผิดพลาด: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "ข้อความข้อผิดพลาด: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "ไม่มีฐานข้อมูลที่ถูกเลือก" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "ทิ้งสดมส์" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "เพิ่มคีย์หลัก" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1852,65 +1873,65 @@ msgstr "เพิ่มคีย์หลัก" msgid "OK" msgstr "ตกลง" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "กดเพื่อยกเลิกการเตือนนี้" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "กำลังเปลี่ยนชื่อฐานข้อมูล" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "กำลังคัดลอกฐานข้อมูล" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "กำลังเปลี่ยนชุดตัวอักษร" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Foreign key check:" msgid "Enable foreign key checks" msgstr "ตรวจสอบคีย์ต่างประเทศ:" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "การดึงค่าส่วนหัวไม่สำเร็จ" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "กำลังค้นหา" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "ซ่อนผลคำสั่ง SQL" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "แสดงผลคำค้น SQL" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "กำลังเปิด" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "กำลังลบ %s" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "ฟังก์ชั่นภายในจะต้องมีค่า RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1920,61 +1941,61 @@ msgstr "ฟังก์ชั่นภายในจะต้องมีค่ msgid "Export" msgstr "ส่งออก" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ตัวแก้ไข ENUM/SET" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "ค่าสำหรับคอลัมน์ \"%s\"" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "ค่าสำหรับคอลัมน์ใหม่" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field" msgid "Enter each value in a separate field." msgstr "ป้อนค่าในช่องต่างๆ" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "เพิ่มค่า %d" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "เตือน: ถ้าไฟล์มีหลายตาราง จะถูกรวมเป็นหนึ่ง" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "ซ่อนช่องใส่คำค้น SQL" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "แสดงช่องคำค้น SQL" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "แก้ไข" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1982,96 +2003,96 @@ msgstr "แก้ไข" msgid "Delete" msgstr "ลบ" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "ตัวแปร" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "ยังไม่ได้เลือกแถว" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "ค้นหาในฐานข้อมูล" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "หน่วยความจำว่าง" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "สนับสนุน" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "เพิ่มคีย์หลัก" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "ได้เพิ่มไพรมารีคีย์แล้วใน %s" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "รายงานผลการติดตาม" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2079,87 +2100,87 @@ msgstr "" msgid "End of step" msgstr "ท้ายบรรทัด" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "จบ" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "ไม่มีฐานข้อมูลที่ถูกเลือก" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "เพิ่มสิทธิของตารางต่อไปนี้" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "ไม่มีฐานข้อมูลที่ถูกเลือก" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2168,477 +2189,477 @@ msgstr "ไม่มีฐานข้อมูลที่ถูกเลือ msgid "Save" msgstr "บันทึก" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "ซ่อนหลักในการค้นหา" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "แสดงหลักการค้นหา" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "ค้นหา" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "ชื่อคอลัมน์" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "ชื่อคอลัมน์" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "ตารางสูงสุด" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "ตารางสูงสุด" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "ซ่อนหลักในการค้นหา" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "แสดงหลักการค้นหา" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "แต่ละจุดแสดงข้อมูลระเบียน" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "นำตัวชี้วางเพื่อแสดงคำกำกับ" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "เมื่อต้องการย่อ/ขยาย ให้เลือกส่วนของจุดโดยใช้เมาส์" -#: js/messages.php:411 +#: js/messages.php:417 #, 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:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "คลิก จุดข้อมูล เพื่อดูหรือแก้ไขแถวข้อมูล" -#: js/messages.php:415 +#: js/messages.php:421 #, fuzzy msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "จุดสามารถปรับขนาดได้ โดยการลากไปมุมขวาด้านล่าง" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "เพิ่มสองสดมภ์" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "เลือกสองสดมภ์ใดๆ" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "สารบัญ" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "ข้าม" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "คัดลอก" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "จุด" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "แถวข้อความ" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "รูปหลายเหลี่ยม" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "เรขาคณิต" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "ด้านใน" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "ด้านนอก" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "เลือกคีย์อ้างอิง" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "เลือกคีย์นอก" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "กรุณาเลือกคีย์หลักหรือคียเดี่ยว" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "เลือกฟิลด์ที่ต้องการแสดง" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "คุณยังไม่ได้บันทึกเลย์เอาท์ที่คุณเลือก ที่ทำไว้จะหายไป ต้องการบันทึกหรือไม่?" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "หมายเลขหน้า:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "เลือกทั้งหมด" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "เลือกทั้งหมด" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Open" msgid "Open page" msgstr "เปิด" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "เลือกทั้งหมด" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "หน่วย" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "เลือกหน้าที่ต้องการแก้ไข" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "แก้ไข หรือส่งออก รีเลชันแนล สกีมา" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "บันทึกการแก้ไขเรียบร้อยแล้ว" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "เพิ่มตัวเลือกสำหรับคอลัมน์ " -#: js/messages.php:471 +#: js/messages.php:477 #, fuzzy, php-format #| msgid "%d object(s) created" msgid "%d object(s) created." msgstr "สร้างวัตถุจำนวน %d เรียบร้อยแล้ว" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "ส่ง" -#: js/messages.php:475 +#: js/messages.php:481 #, fuzzy #| msgid "Press escape to cancel editing" msgid "Press escape to cancel editing." msgstr "กด escape เพื่อยกเลิกการแก้ไข" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "คุณได้ทำการแก้ไขข้อมูลบางอย่าง แต่ยังไม่ได้บันทึก คุณแน่ใจว่าจะออกจากหน้านี้โดยยังไม่บันทึก?" -#: js/messages.php:477 +#: js/messages.php:483 #, fuzzy #| msgid "Drag to reorder" msgid "Drag to reorder." msgstr "ลากเพื่อเปลี่ยนลำดับ" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 #, fuzzy #| msgid "Click to mark/unmark" msgid "Click to mark/unmark." msgstr "กดเพื่อมาร์ก หรือยกเลิกการมาร์ก" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Double-click to copy column name" msgid "Double-click to copy column name." msgstr "ดับเบิลคลิกเพื่อคัดลอกชื่อคอลัมน์" -#: js/messages.php:483 +#: js/messages.php:489 #, fuzzy #| msgid "Click the drop-down arrow
to toggle column's visibility" msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "กดเพื่อเลือก
เพื่อดูสดมภ์" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "แสดงทั้งหมด" -#: js/messages.php:486 +#: js/messages.php:492 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 "" "ตารางนี้ไม่มีสดมภ์ไหนที่เก็บค่าที่แตกต่างกันเสมอ การแก้ไขหรือเพิ่มผ่านตารางจะไม่สามารถบันทึกได้" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "ตำแหน่งเริ่มแรก" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "ยกเลิก" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "ยกเลิก" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "นำเข้าไฟล์" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "เลือกตาราง" -#: js/messages.php:503 +#: js/messages.php:509 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." msgid "You can also edit most values
by double-clicking directly on them." msgstr "คุณสามารถแก้ไขสดมภ์
โดยเลือกไปที่ข้อมูลนั้นๆ" -#: js/messages.php:506 +#: js/messages.php:512 #, fuzzy #| msgid "" #| "You can also edit most columns
by clicking directly on their content." msgid "You can also edit most values
by clicking directly on them." msgstr "คุณสามารถแก้ไขสดมภ์
โดยเลือกไปที่ข้อมูลนั้นๆ" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to link" msgid "Go to link:" msgstr "ไปที่หน้า" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Copy column name" msgid "Copy column name." msgstr "คัดลอกชื่อคอลัมน์" -#: js/messages.php:513 +#: js/messages.php:519 #, fuzzy msgid "Right-click the column name to copy it to your clipboard." msgstr "คลิกขวาที่ชื่อคอลัมน์เพื่อคัดลอกข้อมูล" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "สร้างรหัสผ่าน" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "สร้าง" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "เปลี่ยนรหัสผ่าน" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "เพิ่มเติม" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "แสดงแผง" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "ซ่อนแผง" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Reload navigation frame" msgid "Show hidden navigation tree items." msgstr "โหลดกรอบนำทางใหม่" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Use text field" msgid "Link with main panel" msgstr "ใช้ช่องใส่ข้อความ (text field)" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Use text field" msgid "Unlink from main panel" msgstr "ใช้ช่องใส่ข้อความ (text field)" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "ตาราง" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "ตารางจำลอง (View)" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "โพรเซส" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "เหตุการณ์" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "ฟังก์ชั่น" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "ไม่พบหน้าดังกล่าวในประวัติการเรียกดู อาจเป็นเพราะหน้านั้นไม่มีหรือหมดอายุที่จะแสดงได้แล้ว" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2646,485 +2667,485 @@ msgid "" msgstr "phpMyAdmin มีรุ่นใหม่แล้ว กรุณาพิจารณาอัพเกรดเป็นรุ่นใหม่ %s โดยออกเมื่อ %s" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", รุ่นเสถียรล่าสุด:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "ล่าสุด" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "สร้างมุมมอง" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "พอร์ตของเซิร์ฟเวอร์" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Change settings" msgid "Change Report Settings" msgstr "เปลี่ยนการตั้งค่า" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy msgid "Show Report Details" msgstr "แสดงตาราง" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "ข้าม" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "แสดงคำค้นนี้อีกที" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "คุณแน่ใจที่ต้องการจะ \"%s\"?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "หมายเหตุของตาราง" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "ซ่อนผลคำสั่ง SQL" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "ก่อนหน้า" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "ต่อไป" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "วันนี้" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "มกราคม" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "กุมภาพันธ์" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "มีนาคม" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "เมษายน" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "พฤษภาคม" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "มิถุนายน" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "กรกฎาคม" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "สิงหาคม" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "กันยายน" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "ตุลาคม" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "พฤศจิกายน" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "ธันวาคม" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "ม.ค." #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "ก.พ." #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "มี.ค." #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "เม.ย." #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "พ.ค." #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "มิ.ย." #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "ก.ค." #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ส.ค." #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ก.ย." #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ต.ค." #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "พ.ย." #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "ธ.ค." -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "อาทิตย์" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "วันจันทร์" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "วันอังคาร" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "วันพุธ" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "วันพฤหัสบดี" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "วันศุกร์" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "วันเสาร์" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "จ." #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "พ." #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "พฤ." #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "ศ." #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "ส." #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "อา." #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "จ." #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "อ." #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "พ." #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "พฤ." #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "ศ." #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "ส." #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "สัปดาห์" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "ปฎิทินแบบ เดือน/ปี" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "ไม่มี" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "ชั่วโมง" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "นาที" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "วินาที" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "ใช้ช่องใส่ข้อความ (text field)" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "ผิดพลาด" @@ -3194,16 +3215,16 @@ msgstr "ต่อชั่วโมง" msgid "per day" msgstr "ต่อวัน" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "ไฟล์ตั้งค่า %s ไม่สามารถอ่านได้" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "สิทธิสำหรับไฟล์ตั้งค่าไม่ถูกต้อง ที่ถูกต้องจะต้องแก้ไขได้เฉพาะ root" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "ขนาดตัวอักษร" @@ -3224,7 +3245,7 @@ msgid "Requery" msgstr "ในคำค้น" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3233,7 +3254,7 @@ msgstr "ในคำค้น" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3321,7 +3342,7 @@ msgid "History" msgstr "ประวัติ SQL" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3344,7 +3365,7 @@ msgstr "ประวัติ SQL" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "ตัวเลือก" @@ -3441,7 +3462,7 @@ msgid "Count:" msgstr "สดมภ์" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3507,10 +3528,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "สลับไปที่ตารางที่ถูกทำสำเนาไว้" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3518,10 +3539,10 @@ msgstr "สลับไปที่ตารางที่ถูกทำสำ msgid "Ascending" msgstr "น้อยไปมาก" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3758,37 +3779,37 @@ msgstr "ไม่เลือกเลย" msgid "Inside column:" msgstr "ในคอลัมน์:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "บันทึกข้อมูลที่แก้ไข" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Filters" msgid "Filter rows" msgstr "ตัวกรอง" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "ค้นหาในฐานข้อมูล" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "เริ่มต้น" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3797,149 +3818,150 @@ msgctxt "Previous page" msgid "Previous" msgstr "ก่อนหน้า" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "ถัดไป" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "สุดท้าย" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "ทั้งหมด" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of rows per page" msgid "Number of rows:" msgstr "ระเบียนต่อหน้า" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "เรียงโดยคีย์" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "ข้อความบางส่วน" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "ทั้งข้อความ" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "รีเลชันแนล สกีมา" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "รีเลชันแนล สกีมา" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "แสดงเนื้อหาไบนารี" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "แสดงเนื้อหา BLOB" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy msgid "Hide browser transformation" msgstr "การแปลงที่เรียกใช้ได้" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "ข้อความที่รู้จักกันดี" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "ไบนารีที่รู้จักกันดี" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "ลบเรียบร้อยแล้ว" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "ฆ่าทิ้ง" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู [doc@faq1-11]FAQ 1.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "ทำคำค้นเสร็จเรียบร้อยแล้ว" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "แสดงแถว" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "ทั้งหมด" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "คำค้นใช้เวลา %01.4f วินาที" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "ทำกับที่เลือก:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3948,26 +3970,26 @@ msgstr "ทำกับที่เลือก:" msgid "Check All" msgstr "เลือกทั้งหมด" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "แสดง" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "การดำเนินงานผลแบบสอบถาม" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "แสดงสกีมาของ PDF" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "แสดงภาพของข้อมูล GIS" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4099,7 +4121,7 @@ msgstr "เอกเทศ" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4109,7 +4131,7 @@ msgid "Collation" msgstr "การตรวจทาน" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "หมายเหตุ" @@ -4124,7 +4146,7 @@ msgid "Index %s has been dropped." msgstr "โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4140,7 +4162,7 @@ msgid "" msgstr "ดัชนี %1$s และ %2$s น่าจะเป็นอันเดียวกัน ควรจะลบออกไปอันหนึ่ง" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "เซิร์ฟเวอร์" @@ -4157,7 +4179,7 @@ msgstr "ตารางจำลอง (View)" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4188,7 +4210,7 @@ msgstr "แทรก" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "สิทธิ" @@ -4253,15 +4275,17 @@ msgid "Central columns" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "ฐานข้อมูล" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "ผู้ใช้" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4339,7 +4363,7 @@ msgid "Could not save favorite table!" msgstr "ไม่สามารถบันทึกตารางล่าสุด" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove chart" msgid "Remove from Favorites" @@ -4368,7 +4392,7 @@ msgid "Recent" msgstr "ตั้งค่าใหม่" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4977,16 +5001,16 @@ msgstr "ขนาดใหญ่สุด: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL แสดง: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "อธิบาย SQL" @@ -5003,7 +5027,7 @@ msgstr "" msgid "Without PHP Code" msgstr "ไม่เอาโค้ด PHP" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "สร้างโค้ด PHP" @@ -5101,6 +5125,10 @@ msgstr "ปรับปรุงครั้งสุดท้ายเมื่ msgid "Last check" msgstr "ตรวจสอบครั้งสุดท้ายเมื่อ" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "ผู้ใช้" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5197,8 +5225,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5206,7 +5234,7 @@ msgstr "ชื่อ" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "ความยาว/เซต*" @@ -5520,7 +5548,7 @@ msgid "Not a valid port number!" msgstr "ไม่ใช่จำนวนเต็มบวก" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5534,35 +5562,35 @@ msgstr "ค่าไม่ถูกต้อง" msgid "Value must be equal or lower than %s!" msgstr "ค่าควรจะเท่ากับหรือน้อยกว่า %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "ข้อมูลที่หายไปสำหรับ %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "ไม่พร้อมใช้งาน" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" ต้องใช้ส่วนขยาย %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "สูงสุด %s" @@ -5577,7 +5605,7 @@ msgid "Set value: %s" msgstr "ตั้งค่า: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "คืนค่าเดิม" @@ -6005,7 +6033,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6015,7 +6043,7 @@ msgstr "คำสั่ง" msgid "Save as file" msgstr "บันทึกเป็นไฟล์" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "ชุดอักขระของไฟล์" @@ -6031,8 +6059,8 @@ msgstr "บีบอัดข้อมูล" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6044,16 +6072,16 @@ msgstr "บีบอัดข้อมูล" msgid "Put columns names in the first row" msgstr "ใส่ชื่อฟิลด์ที่แถวแรก" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "คร่อมฟิลด์ด้วย" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6063,8 +6091,8 @@ msgstr "เครื่องหมายสำหรับ escape char" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6074,15 +6102,15 @@ msgstr "แทนที่ NULL เป็น" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "จบแถวด้วย" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6109,8 +6137,8 @@ msgid "Table name template" msgstr "รูปแบบของชื่อไฟล์" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6142,14 +6170,14 @@ msgid "Label key" msgstr "คีย์ป้ายชื่อ" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-type" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "รีเลชัน" @@ -6157,481 +6185,487 @@ msgstr "รีเลชัน" msgid "Export method" msgstr "วิธีการส่งออก" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "บันทึกบนเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "เขียนทับแฟ้มที่มีอยู่แล้ว" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "แนวนอน (หมุนหัวเรื่อง)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "รูปแบบของชื่อไฟล์" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "เพิ่มค่า AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "ใส่ 'backqoute' ให้กับชื่อตารางและฟิลด์" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "โหมดที่เข้ากันได้กับ SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "สร้าง/อัพเดท/ตรวจสอบวันที่" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 #, fuzzy msgid "Use delayed inserts" msgstr "แทรกหลายระเบียนในคราวเดียว" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "เพิ่ม %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "แทรกหลายระเบียนในคราวเดียว" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "ไม่มีตาราง" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "การเชื่อมต่อ SSL" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "ตรวจสอบคีย์ต่างประเทศ:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "โหมดเรียกดู" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Browse mode" msgid "Customize browse mode." msgstr "โหมดเรียกดู" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize export options" msgid "Customize default options." msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ \",\")" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "ผู้พัฒนา" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "โหมดแก้ไข" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize import defaults" msgid "Customize edit mode." msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "ส่งออกค่าเริ่มต้น" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize export options" msgid "Customize default export options." msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "คุณสมบัติ" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "ทั่วไป" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "นำเข้าไฟล์" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize export options" msgid "Customize default common import options." msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "นำเข้า / ส่งออก" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "สถิติฐานข้อมูล" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "แผงนำทาง" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize appearance of the navigation panel." msgstr "ปรับแต่งแผงนำทาง" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "แผงนำทาง" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "ปรับแต่งแผงนำทาง" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "เซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "ตัวเลือกการแสดงตาราง" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "แผงหลัก" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "ตั้งค่าหลักอื่นๆ" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "หมายเลขหน้า:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "ความปลอดภัย" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "ตั้งค่าพื้นฐาน" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "รับรองความถูกต้อง" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "ตั้งค่าการรับรองความถูกต้อง" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "กำหนดค่าเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "ป้อนพารามิเตอร์ของการเชื่อมต่อเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "กำหนดค่าการจัดเก็บข้อมูล" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "เปลี่ยนแปลงการติดตาม" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "ตัวเลือกการส่งออกที่กำหนดเอง" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "นำเข้าค่าเริ่มต้นที่กำหนดเอง" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "ปรับแต่งแผงนำทาง" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Use text field" msgid "Customize main panel" msgstr "ใช้ช่องใส่ข้อความ (text field)" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "แบบสอบถาม SQL" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "คำค้น SQL" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "คำค้น SQL" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "สถานะ" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "หน้าเริ่มต้นที่กำหนดเอง" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "โครงสร้างฐานข้อมูล" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "โครงสร้างของตาราง" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "ตาราง " -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "รีเลชันแนล สกีมา" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "ขนาดกระดาษ" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "ฟิลด์ข้อความ" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "ฟิลด์ป้อนข้อความที่กำหนดเอง" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "แท็กซี่! ข้อความ" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "คำเตือน" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -6643,141 +6677,141 @@ msgstr "" "เปิดใช้งาน [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " "การบีบอัดสำหรับการดำเนินการนำเข้าและส่งออก" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "ใส่ชื่อฟิลด์ที่แถวแรก" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "เพิ่มค่า AUTO_INCREMENT" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6785,809 +6819,821 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "ระบุระยะเวลา (วินาที) ที่คุกกี้เข้าสู่ระบบที่ถูกต้อง" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "เข้าสู่ระบบความถูกต้องของคุกกี้" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of databases displayed in database list" msgid "Maximum number of databases displayed in database list." msgstr "จำนวนสูงสุดของฐานข้อมูลที่ถูกแสดงในรายการฐานข้อมูล" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "ฐานข้อมูลสูงสุด" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Use text field" msgid "Maximum items on first level" msgstr "ใช้ช่องใส่ข้อความ (text field)" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "จำนวนสูงสุดของตารางที่ถูกแสดงในรายการตาราง" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "ตารางสูงสุด" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "ขีดจำกัดของทรัพยากร" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Reload navigation frame" msgid "Show databases navigation as tree" msgstr "โหลดกรอบนำทางใหม่" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Reload navigation frame" msgid "Show logo in navigation panel." msgstr "โหลดกรอบนำทางใหม่" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "คำอธิบายตาราง" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "กำลังแสดงตาราง:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Reload navigation frame" msgid "Whether to show tables under database in the navigation tree" msgstr "โหลดกรอบนำทางใหม่" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show hint" msgid "Show views in tree" msgstr "แสดงคำแนะนำ" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Reload navigation frame" msgid "Whether to show views under database in the navigation tree" msgstr "โหลดกรอบนำทางใหม่" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "การเชื่อมต่อ จากครั้งล่าสุด" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "แสดงงานที่ทำอยู่ของ MySQL" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show hint" msgid "Show events in tree" msgstr "แสดงคำแนะนำ" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Reload navigation frame" msgid "Whether to show events under database in the navigation tree" msgstr "โหลดกรอบนำทางใหม่" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "ตารางที่ใช้ล่าสุด" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "ใช้เรียงลำดับตามธรรมชาติสำหรับการจัดเรียงชื่อตารางและฐานข้อมูล" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "เรียงลำดับตามธรรมชาติ" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "คำอธิบายตาราง" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Use persistent connections to MySQL databases." msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "เปลี่ยนชื่อตารางเป็น" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "ได้เพิ่มไพรมารีคีย์แล้วใน %s" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "รีเลชันแนล สกีมา" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "ค่าเซสชั่น" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "รหัสประจำตัวของ HTTP" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "กำหนดค่าไฟล์ SweKey" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "วิธีการรับรองความถูกต้องที่ใช้" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "ประเภทของการรับรองความถูกต้อง" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "บีบอัดการเชื่อมต่อ" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "วิธีการเชื่อมต่อไปยังเซิร์ฟเวอร์ เลือก [kbd]tcp[/kbd] หากไม่แน่ใจ" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "ประเภทการเชื่อมต่อ" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "โฮสต์ใดๆ" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "โฮสต์ใดๆ" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "ซ่อนฐานข้อมูล" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "ชื่อโฮสต์ของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL ที่ออกจากระบบ" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "สร้างตารางในฐานข้อมูลนี้ %s" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "ปล่อยว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "รหัสผ่าน" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "ฐานข้อมูล" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "พอร์ตของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "วิเคราะห์ตาราง" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "ตัวแปร" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "ซ่อมแซมตาราง" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7599,394 +7645,394 @@ msgstr "" "ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]ประเภทของการรับรองความถูกต้อง[/a]" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "ชื่อเซสชั่น" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "URL ที่เข้าสู่ระบบ" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "ใช้ SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "แสดงหมายเหตุของคอลัมน์" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "จัดระเบียบตาราง" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "คำสั่ง" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "ใช้ตาราง" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "ชื่อผู้ใช้" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "หมายเหตุของตาราง" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "แสดงข้อมูลของ PHP" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy msgid "Show field types" msgstr "แสดงตาราง" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "จะแสดงคำแนะนำหรือไม่" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "แสดงคำแนะนำ" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "แสดงคำค้นแบบเต็ม" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "คำค้น SQL" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "สถิติของแถว" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "ข้ามตารางที่ถูกล็อก" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "เข้าสู่ระบบความถูกต้องของคุกกี้" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ค่าปริยาย" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7994,54 +8040,54 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "เปิดใช้งานตรวจหาเวอร์ชั่นล่าสุดบนหน้า phpMyAdmin หลัก" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "ตรวจสอบเวอร์ชั่น" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8049,33 +8095,33 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "ชื่อผู้ใช้:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "รหัสผ่าน" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -8087,53 +8133,53 @@ msgstr "" "เปิดใช้งาน [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " "การบีบอัดสำหรับการดำเนินการนำเข้าและส่งออก" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "พอร์ตของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8159,52 +8205,84 @@ msgstr "การรับรองความถูกต้องของ HT msgid "Signon authentication" msgstr "การรับรองความถูกต้องของการเข้าสู่ระบบ" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "เอกสารอ้างอิง" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 #, fuzzy msgid "Database export options" msgstr "สถิติฐานข้อมูล" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "เอกสารอ้างอิง" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No data found" +msgid "No data to display" +msgstr "ไม่มีข้อมูล" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "เธรด %s ถูกทำลายเรียบร้อยแล้ว." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "รีเลชันภายใน" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8219,12 +8297,12 @@ msgstr "" msgid "No change" msgstr "ไม่มีการเปลี่ยนแปลง" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8282,6 +8360,7 @@ msgid "Create database" msgstr "สร้างฐานข้อมูลใหม่" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "สร้าง" @@ -8297,7 +8376,7 @@ msgid "No Privileges" msgstr "ไม่มีสิทธิ" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "เริ่มหน้าใหม่" @@ -8312,111 +8391,156 @@ msgstr "ระเบียนต่อหน้า" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "การส่งออกฐานข้อมูลจากเซิร์ฟเวอร์ปัจจุบัน" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "วิธีการส่งออก:" +#: libraries/display_export.lib.php:203 +#, fuzzy +msgid "Export templates:" +msgstr "ไม่มีตาราง" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "รูปแบบของชื่อไฟล์" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "ชื่อตาราง" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "รูปแบบของชื่อไฟล์" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s ตาราง" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgctxt "Create UPDATE query" +#| msgid "Update" +msgid "Update" +msgstr "ปรับปรุงคำค้น" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "เลือกตาราง" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "วิธีการส่งออก" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "รวดเร็ว - แสดงเฉพาะตัวเลือกที่น้อยที่สุด" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "กำหนดเอง - แสดงตัวเลือกที่เป็นไปได้ทั้งหมด" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "ฐานข้อมูล" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "ตาราง" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "รูปแบบ:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "ตัวเลือกรูปแบบเฉพาะ:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "แถว" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format msgid "Save on server in the directory %s" msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "รูปแบบของชื่อไฟล์" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8424,96 +8548,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ชุดอักขระของไฟล์:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "บีบอัดข้อมูล" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"ถูกบีบอัดอยู่ (zip)\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gzipped\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "ส่งมาเป็นไฟล์" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "สร้างตารางในฐานข้อมูลนี้ %s" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "แนวนอน (หมุนหัวเรื่อง)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "ส่งมาเป็นไฟล์" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "เลือกตาราง" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "เลือกตาราง" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "ฐานข้อมูล" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "ไม่มีตาราง" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name" msgid "Old column name" msgstr "คัดลอกชื่อคอลัมน์" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name" msgid "New column name" @@ -9007,7 +9131,7 @@ msgid "Dump has been saved to file %s." msgstr "ข้อมูลที่ส่งออกถูกบันทึกไว้ในไฟล์ %s" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว)." @@ -9084,7 +9208,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "ฟังก์ชั่น" @@ -9165,7 +9289,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9632,7 +9756,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9929,238 +10053,249 @@ msgstr "" msgid "Rename database to" msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "คุณไม่มีสิทธิที่จะเข้ามาตรงนี้!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "แก้ไขสิทธิ" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "เอาฐานข้อมูลออก" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "โยนฐานข้อมูลทิ้ง" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "เฉพาะโครงสร้าง" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "ทั้งโครงสร้างและข้อมูล" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "เฉพาะข้อมูล" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "คัดลอกฐานข้อมูลเป็น" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "สร้างฐานข้อมูลก่อนคัดลอก" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "เพิ่ม constraints" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "สลับไปยังฐานข้อมูลที่ถูกทำสำเนาไว้" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "เรียงค่าในตารางตาม" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(เดี่ยว)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "ย้ายตารางไป (database.table)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "เปลี่ยนชื่อตารางเป็น" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "หมายเหตุของตาราง" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "ตัวเลือกตาราง" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "เครื่องมือที่เก็บข้อมูล" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "คัดลอกตารางไปยัง (ฐานข้อมูล.ตาราง):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "สลับไปที่ตารางที่ถูกทำสำเนาไว้" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "การดูแลรักษาตาราง" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "วิเคราะห์ตาราง" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "ตรวจสอบตาราง" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "ตรวจสอบตาราง" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "จัดระเบียบตาราง" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "ล้างตาราง %s เรียบร้อยแล้ว" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "ล้างตาราง (flush)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "ปรับแต่งตาราง" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "ซ่อมแซมตาราง" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "dump ตาราง" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "ลบข้อมูลตาราง (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "ไม่มีฐานข้อมูล" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "วิเคราะห์" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "ตรวจสอบ" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "ซ่อมแซม" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "ปิด" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "การดูแลรักษาตาราง" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "ตรวจสอบความสมบูรณ์ของการอ้างถึง:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "ย้ายตารางไปที่เดิมไม่ได้" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "คัดลอกตารางไปที่เดิมไม่ได้" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "ตาราง %s ถูกย้ายไป %s แล้ว" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "ตาราง %s ถูกย้ายไป %s แล้ว" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "ชื่อตารางยังว่างอยู่!" @@ -10369,7 +10504,7 @@ msgstr "เหตุการณ์" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11366,54 +11501,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "เปลี่ยนชื่อตารางเป็น" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "ประเภทที่ส่งออกไม่ถูกต้อง!" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "ไม่มีรายละเอียด" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11597,6 +11738,7 @@ msgstr "ชื่อผู้ใช้" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "ชื่อผู้ใช้" @@ -11770,10 +11912,10 @@ msgid "Master server changed successfully to %s." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11795,7 +11937,7 @@ msgstr "โยนตาราง %s ทิ้งไปเรียบร้อ msgid "Event %1$s has been created." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11805,7 +11947,8 @@ msgstr "" msgid "Edit event" msgstr "ถูกส่ง" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -11821,7 +11964,7 @@ msgid "Event type" msgstr "ชนิดคำค้น" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11855,13 +11998,13 @@ msgid "On completion preserve" msgstr "คำสั่ง INSERT เต็มรูปแบบ" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11889,9 +12032,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -11928,142 +12071,148 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "ชื่อคอลัมน์" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "พารามิเตอร์" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "สร้างเมื่อ" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Add new field" msgid "Add parameter" msgstr "เพิ่มฟิลด์ใหม่" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "เอาฐานข้อมูลออก" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "ประเภทการส่งกลับ" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "ความยาว/เซต*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "ตัวเลือกตาราง" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "คือการกำหนด" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "ชนิดคำค้น" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "เข้าถึงข้อมูล SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "คุณจะต้องให้ชื่อปกติ" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "ดำเนินงานตามปกติ" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "พารามิเตอร์ตามปกติ" @@ -12648,13 +12797,16 @@ msgid "You have revoked the privileges for %s." msgstr "คุณได้เพิกถอนสิทธิของ %s" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "เพิ่มผู้ใช้" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +msgid "Database for user account" +msgstr "สถิติฐานข้อมูล" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12682,9 +12834,7 @@ msgid "User has been added." msgstr "โยนวิว %s ทิ้งไปเรียบร้อยแล้ว" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12765,11 +12915,15 @@ msgid "" msgstr "… ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ …" #: libraries/server_privileges.lib.php:3036 @@ -12793,7 +12947,9 @@ msgid "Add privileges on the following table:" msgstr "เพิ่มสิทธิของตารางต่อไปนี้" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "ถอนผู้ใช้ที่เลือก" #: libraries/server_privileges.lib.php:3376 @@ -12828,45 +12984,51 @@ msgstr "คุณได้ปรับปรุงสิทธิสำหรั msgid "Deleting %s" msgstr "กำลังลบ %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "มีผู้ใช้ %s อยู่แล้ว!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "สิทธิ" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "แก้ไขสิทธิ" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "ผู้ใช้" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "ข้อมูลทั่วไปของผู้ใช้" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12875,11 +13037,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว" @@ -14106,7 +14268,7 @@ msgstr "ชื่อตัวแปรไม่ถูกต้อง" msgid "Unknown Punctuation String" msgstr "มีเครื่องหมายวรรคตอนที่ไม่รู้จัก" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "ลบข้อมูลในตาราง %s เรียบร้อยแล้ว" @@ -14119,14 +14281,14 @@ msgstr "การติดตามเริ่มทำงานแล้ว" msgid "Tracking is not active." msgstr "หยุดการติดตามแล้ว" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "โยนวิว %s ทิ้งไปเรียบร้อยแล้ว" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14370,44 +14532,39 @@ msgstr "เนื้อที่ที่ใช้" msgid "Effective" msgstr "มีผล" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "ชนิดคำค้น" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "เพิ่มผู้ใช้ใหม่" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "แสดงคำค้นแบบเต็ม" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14873,20 +15030,6 @@ msgstr "" msgid "Wrong data" msgstr "ไม่มีฐานข้อมูล" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No data found" -msgid "No data to display" -msgstr "ไม่มีข้อมูล" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14897,7 +15040,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "มีผู้ใช้ %s อยู่แล้ว!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "ดูโครงสร้างของตาราง" @@ -14905,29 +15048,18 @@ msgstr "ดูโครงสร้างของตาราง" msgid "Invalid table name" msgstr "ชื่อตารางไม่ถูกต้อง" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "รีเลชันภายใน" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "เธรด %s ถูกทำลายเรียบร้อยแล้ว." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15148,7 +15280,7 @@ msgid "subquery" msgstr "ในคำค้น" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15232,13 +15364,13 @@ msgstr "ชื่อผู้ใช้" msgid "Delete pages" msgstr "เลือกทั้งหมด" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15533,42 +15665,42 @@ msgstr "นำเข้าไฟล์" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "คำค้น SQL" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "ค่า" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "ในคอลัมน์:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "ค่าสำหรับคอลัมน์ \"%s\"" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16912,6 +17044,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0" +#~ msgid "Add user" +#~ msgstr "เพิ่มผู้ใช้" + +#~ msgid "Export Method:" +#~ msgstr "วิธีการส่งออก:" + #~ msgid "Print view (with full texts)" #~ msgstr "มุมมองเหมือนพิมพ์ (ข้อความแบบเต็ม)" @@ -17117,11 +17255,6 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0" #~ msgid "pdf export page" #~ msgstr "ประเภทที่ส่งออกไม่ถูกต้อง!" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "ประเภทที่ส่งออกไม่ถูกต้อง!" - #, fuzzy #~| msgid "Click to sort" #~ msgid "Click to sort" @@ -17186,10 +17319,6 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "แก้ไข หรือส่งออก รีเลชันแนล สกีมา" -#, fuzzy -#~ msgid "Page has been created." -#~ msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว" - #, fuzzy #~| msgid "Hardware authentication failed!" #~ msgid "Page creation has failed!" @@ -17946,10 +18075,6 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0" #~ msgid "Insert" #~ msgstr "แทรก" -#~ msgctxt "Create UPDATE query" -#~ msgid "Update" -#~ msgstr "ปรับปรุงคำค้น" - #~ msgctxt "Create DELETE query" #~ msgid "Delete" #~ msgstr "ลบ" diff --git a/po/tk.po b/po/tk.po index ef93242c1a..bf6179e243 100644 --- a/po/tk.po +++ b/po/tk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2013-05-07 17:12+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Turkmen Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1317,47 +1335,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1365,136 +1383,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1504,144 +1522,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1652,59 +1670,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1713,63 +1731,63 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "Başlaryny alyp bolmady" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1779,59 +1797,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1839,165 +1857,165 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Use this value" msgid "Search this list" msgstr "Şu bahany ulan" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2006,401 +2024,401 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Hemmesini görkez" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Use this value" msgid "Select database first" msgstr "Şu bahany ulan" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Hemmesini görkez" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show all" msgid "Show hidden navigation tree items." msgstr "Hemmesini görkez" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2408,444 +2426,444 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Show all" msgid "Show arguments" msgstr "Hemmesini görkez" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Use this value" msgid "Please enter a valid date" msgstr "Şu bahany ulan" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2913,16 +2931,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2941,7 +2959,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2950,7 +2968,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3025,7 +3043,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3048,7 +3066,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3121,7 +3139,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3175,10 +3193,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3186,10 +3204,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3404,165 +3422,166 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Use this value" msgid "Search this table" msgstr "Şu bahany ulan" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "Database %1$s has been created." msgid "The row has been deleted." msgstr "%1$s maglumatlar ulgamy döredildi." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3571,24 +3590,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3708,7 +3727,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3718,7 +3737,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3733,7 +3752,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3749,7 +3768,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3766,7 +3785,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3797,7 +3816,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3860,15 +3879,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3944,7 +3963,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3965,7 +3984,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4530,16 +4549,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4556,7 +4575,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4647,6 +4666,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -4739,8 +4762,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4748,7 +4771,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5019,7 +5042,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5030,35 +5053,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5073,7 +5096,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5468,7 +5491,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5477,7 +5500,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5493,8 +5516,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5504,14 +5527,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5519,8 +5542,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5528,13 +5551,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5556,8 +5579,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5585,14 +5608,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5600,568 +5623,572 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6169,1120 +6196,1130 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Show all" msgid "Enable navigation tree expansion" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Show all" msgid "Show table comments" msgstr "Hemmesini görkez" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7290,52 +7327,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7343,80 +7380,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7440,47 +7477,76 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Database %1$s has been created." +msgid "Internal relations were successfully updated." +msgstr "%1$s maglumatlar ulgamy döredildi." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7495,12 +7561,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7550,6 +7616,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7563,7 +7630,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7575,101 +7642,131 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Use this value" +msgid "Select a template" +msgstr "Şu bahany ulan" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7677,76 +7774,76 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Use this value" msgid "Select database" msgstr "Şu bahany ulan" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Use this value" msgid "Select table" msgstr "Şu bahany ulan" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8232,7 +8329,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8307,7 +8404,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8381,7 +8478,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8810,7 +8907,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9087,224 +9184,233 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Use this value" msgid "Checksum table" msgstr "Şu bahany ulan" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9491,7 +9597,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10380,54 +10486,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10599,6 +10709,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10751,10 +10862,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10775,7 +10886,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10784,7 +10895,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10798,7 +10910,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10826,13 +10938,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10858,9 +10970,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10893,125 +11005,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11549,12 +11667,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11581,9 +11699,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11658,11 +11774,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11682,7 +11798,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11717,40 +11833,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11759,11 +11879,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12889,7 +13009,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12902,14 +13022,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "View %s has been dropped." msgstr "%1$s maglumatlar ulgamy döredildi." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Table %s has been dropped." @@ -13124,38 +13244,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13596,18 +13711,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13618,7 +13721,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13626,29 +13729,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Database %1$s has been created." -msgid "Internal relations were successfully updated." -msgstr "%1$s maglumatlar ulgamy döredildi." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13819,7 +13912,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13885,13 +13978,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14134,35 +14227,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/tr.po b/po/tr.po index a3efef5df2..ff11af5e63 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" -"PO-Revision-Date: 2015-06-29 06:09+0200\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" +"PO-Revision-Date: 2015-07-08 21:45+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish " "\n" @@ -91,9 +91,9 @@ msgstr "Sütun" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -151,7 +151,7 @@ msgid "Links to" msgstr "Bağlantı verilen" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -170,7 +170,7 @@ msgstr "Yorumlar" msgid "Primary" msgstr "Birincil" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -193,7 +193,7 @@ msgstr "Birincil" msgid "No" msgstr "Hayır" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -216,7 +216,7 @@ msgstr "Hayır" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -234,11 +234,11 @@ msgstr "Veritabanında tablo bulunamadı." #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "Tablolar" @@ -248,11 +248,11 @@ msgstr "Tablolar" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -264,36 +264,35 @@ msgid "Structure" msgstr "Yapı" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "Veri" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "Tümünü seç" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "Veritabanı adı boş!" -#: db_operations.php:139 +#: db_operations.php:140 #, 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:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "%1$s veritabanı %2$s veritabanına kopyalandı." -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -336,14 +335,14 @@ msgid "Tracked tables" msgstr "İzlenen tablolar" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -361,7 +360,7 @@ msgstr "Oluşturuldu" msgid "Updated" msgstr "Güncellendi" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -493,23 +492,23 @@ msgid "Point:" msgstr "Nokta:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "Nokta %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "Nokta ekle" @@ -531,7 +530,7 @@ msgstr "İç halka %d:" msgid "Add a linestring" msgstr "Satır dizgisi ekle" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "İç halka ekle" @@ -548,32 +547,32 @@ msgstr "Poligon ekle" msgid "Add geometry" msgstr "Geometri ekle" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -602,7 +601,7 @@ msgstr "" msgid "Succeeded" msgstr "Başarılı oldu" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "Başarısız oldu" @@ -704,7 +703,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "İçe aktarma ilerleme durumu yüklenemedi." -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -803,7 +802,7 @@ msgstr "Sürüm bilgisi:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1166,7 +1165,7 @@ msgid "SQL query:" msgstr "SQL sorgusu:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y Değeri" @@ -1190,38 +1189,57 @@ msgstr "Parolalar birbiriyle aynı değil!" #: js/messages.php:125 msgid "Removing Selected Users" -msgstr "Seçili Kullanıcılar Kaldırılıyor" +msgstr "Seçilen Kullanıcılar Kaldırılıyor" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "Kapat" +#: js/messages.php:129 +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "Şablon oluşturuldu." + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "Şablon yüklendi." + +#: js/messages.php:131 +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "Şablon güncellendi." + +#: js/messages.php:132 +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "Şablon silindi." + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "Diğer" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "Bağlantılar / İşlemler" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "Yerel izleme yapılandırması uyumsuz!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1233,154 +1251,154 @@ msgstr "" "büyük olasılıkla bundan sonra çalışmayacak. Lütfen Ayarlar menüsünden " "yapılandırmanızı varsayılana sıfırlayın." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Sorgu önbelleği verimi" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Sorgu önbelleği kullanımı" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Kullanılan sorgu önbelleği" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Sistem İşlemcisi Kullanımı" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Sistem belleği" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "Sistem takası" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Ortalama yükleme" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Toplam bellek" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Önbelleklenen bellek" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Arabelleklenen bellek" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Boş bellek" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Kullanılan bellek" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Toplam Takas" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Önbelleklenen Takas" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Kullanılan Takas" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Serbest Takas" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Gönderilmiş bayt" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Alınmış bayt" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Bağlantılar" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "İşlemler" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d tablo" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Sorular" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Ayarlar" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Çizelgeyi kılavuza ekle" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Lütfen diziye en az bir değişken ekleyin!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1392,47 +1410,47 @@ msgstr "Lütfen diziye en az bir değişken ekleyin!" msgid "None" msgstr "Yok" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "İzlemeye devam et" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "İzlemeyi duraklat" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Otomatik yenilemeyi başlat" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Otomatik yenilemeyi durdur" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log ve slow_query_log etkinleştirildi." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log etkinleştirildi." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log etkinleştirildi." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log ve general_log etkisizleştirildi." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output, TABLE olarak ayarlı değil." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output, TABLE olarak ayarlı." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1443,12 +1461,12 @@ msgstr "" "süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak " "0-2 saniyeye ayarlanması tavsiye edilir." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time %d saniyeye ayarlı." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1457,30 +1475,30 @@ msgstr "" "varsayılana sıfırlanacak:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "log_output'u %s'a ayarla" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "%s etkinleştir" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "%s etkisizleştir" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "long_query_time'ı %d saniyeye ayarlayın." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1488,57 +1506,57 @@ msgstr "" "Bu değişkenleri değiştiremezsiniz. Lütfen root olarak oturum açın veya " "veritabanı yöneticinizle temasa geçin." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Değiştirme ayarları" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Şu anki ayarlar" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Çizelge Başlığı" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Ayırdedici" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "%s tarafından bölen" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Birim" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "Yavaş günlükten" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Genel günlükten" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Sunucunun günlüklerindeki bu sorgu için veritabanı adı bilinmiyor." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Günlükler çözümleniyor" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Günlükler çözümleniyor ve yükleniyor. Bu biraz zaman alabilir." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "İsteği iptal et" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1548,41 +1566,41 @@ msgstr "" "sadece SQL Metnin kendisi gruplama kriteri olarak kullanılır, böylece " "başlama zamanı gibi, sorguların diğer öznitelikleri farklı olabilir." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -"INSERT'lerin gruplanmasından bu yana sorgular seçilir, aynı tablo içindeki " +"INSERT'lerin gruplanmasından bu yana sorgular seçildi, aynı tablo içindeki " "INSERT sorguları, eklenen verinin hiçe sayılması, aynı zamanda birlikte " "gruplanır." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Günlük verisi yüklendi. Sorgular bu zaman aralığında çalıştırıldı:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Günlük tablosuna atla" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Bulunan veri yok" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Günlük çözümlendi, ama bu zaman aralığı içinde bulunan veri yok." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Çözümleniyor…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Çıktıyı açıkla" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1592,58 +1610,58 @@ msgstr "Çıktıyı açıkla" msgid "Time" msgstr "Süre" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Toplam süre:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Sonuçların profili çıkarılıyor" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Tablo" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Çizelge" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "Günlük tablosu süzgeci seçenekleri" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Süzgeç" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Kelime/düzenli ifadeye göre sorguları süz:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Grup sorguları, WHERE cümleciklerindeki değişken veri yoksayılıyor" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Gruplanmış satırların toplamı:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Toplam:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Günlükler yükleniyor" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "İzleyici yenileme başarısız oldu" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1653,90 +1671,90 @@ msgstr "" "ihtimalle oturumunuzun süresi dolduğundandır. Sayfanın yeniden yüklenmesi ve " "kimlik bilgilerinizin yeniden girilmesi yardımcı olmalıdır." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Sayfayı yeniden yükle" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Etkilenen satırlar:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Yapılandırma dosyasının ayrıştırılması başarısız. Bu geçerli JSON kodu " "görünmüyor." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "İçe aktarılan yapılandırma ile çizelge kılavuzunun yapılması başarısız oldu. " "Varsayılan yapılandırmaya sıfırlanıyor…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "İçe Aktar" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "İzleme yapılandırmasını içe aktar" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Lütfen içe aktarmak istediğiniz dosyayı seçin." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "İçe aktarmak için sunucuda mevcut dosyalar yok!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Sorguyu Çözümle" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Danışman sistemi" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Olası performans sorunları" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Sorun" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Tavsiye" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Kural ayrıntıları" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Gerekçe" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Kullanılan değişken / formül" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Deneme" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "SQL biçimlendiriliyor..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1747,59 +1765,59 @@ msgstr "SQL biçimlendiriliyor..." msgid "Cancel" msgstr "İptal" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "Sayfa ile ilgili ayarlar" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Uygula" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Yükleniyor…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "İstek İptal Edildi!!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "İstek İşleniyor" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "İstek Başarısız Oldu!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "İstek İşlemede Hata" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Hata kodu: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Hata metni: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Seçilen veritabanları yok." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Sütun Kaldırılıyor" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Birincil Anahtar Ekleniyor" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1808,61 +1826,61 @@ msgstr "Birincil Anahtar Ekleniyor" msgid "OK" msgstr "TAMAM" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Bu bildiriyi reddetmek için tıklayın" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Veritabanı Yeniden Adlandırılıyor" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Veritabanı Kopyalanıyor" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Karakter Grubu Değiştiriliyor" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "Dış anahtar kontrollerini etkinleştir" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Gerçek satır sayısını alma başarısız." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Aranıyor" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Arama sonuçlarını gizle" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Arama sonuçlarını göster" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Gözatılıyor" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Siliniyor" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Depolanan işlevin tanımı RETURN ifadesi içermek zorunda!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1872,61 +1890,61 @@ msgstr "Depolanan işlevin tanımı RETURN ifadesi içermek zorunda!" msgid "Export" msgstr "Dışa Aktar" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET düzenleyicisi" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s sütunu için değerler" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Yeni bir sütun için değerler" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Her bir değeri ayrı alana girin." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "%d değer ekle" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Not: Eğer dosya çoklu tablolar içeriyorsa, bunlar bir tane içinde " "birleştirilecektir." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Sorgu kutusunu gizle" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Sorgu kutusunu göster" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Düzenle" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1934,40 +1952,40 @@ msgstr "Düzenle" msgid "Delete" msgstr "Sil" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d geçerli bir satır sayısı değil." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Dış değerlere gözat" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "Otomatik kaydedilmiş sorgu yok" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "Değişken %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "Seç" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Sütun seçici" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Bu listede ara" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1976,15 +1994,15 @@ msgstr "" "Merkezi listede hiç sütun yok. %s veritabanı için Merkezi sütunlar " "listesinin şu anki tabloda bulunmayan sütunlara sahip olduğundan emin olun." -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Daha fazlasına bakın" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Emin misiniz?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -1992,52 +2010,52 @@ msgstr "" "Bu eylem bazı sütunların tanımını değiştirebilir.
Devam etmek " "istediğinize emin misiniz?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Devam" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Birincil anahtar ekle" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Birincil anahtar eklendi." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Sizi sonraki adıma götürüyor…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Normalleştirmenin ilk adımı '%s' tablosu için tamamlandı." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Adım sonu" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Normalleştirmenin ikinci adımı (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Bitti" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Kısmi bağımlılıkları doğrula" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Seçilen kısmi bağımlılıkları aşağıdaki gibidir:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." @@ -2046,19 +2064,19 @@ msgstr "" "belirleyebilen a ve b sütunlarının beraber birleştirilmiş değerlerini ifade " "eder." -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Seçilen kısmi bağımlılıklar yok!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "Tablodaki veriye dayanarak olası kısmi bağımlılıkları bana göster" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Kısmi bağımlılıklar listesini gizle" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2066,40 +2084,40 @@ msgstr "" "Sıkı durun! Tablonun veri boyutuna ve sütun sayısına bağlı olarak birkaç " "saniye sürebilir." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Adım" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Aşağıdaki eylemler gerçekleştirilecektir:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "%s sütunlarını %s tablosundan KALDIR" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Aşağıdaki tabloyu oluştur" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Normalleştirmenin üçüncü adımı (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Karşılıklı bağımlılıkları onayla" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Seçilen bağımlılıklar aşağıdaki gibidir:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Seçilen bağımlılıklar yok!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2108,127 +2126,127 @@ msgstr "Seçilen bağımlılıklar yok!" msgid "Save" msgstr "Kaydet" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Arama kriterini gizle" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Arama kriterini göster" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Aralığı arama" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "En fazla sütun:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "En az sütun:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "En az değer:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "En fazla değer:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Bul ve değiştir kriterini gizle" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Bul ve değiştir kriterini göster" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Her nokta bir veri satırını temsil eder." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Noktanın üzerinde durmak etiketini gösterecektir." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Yakınlaştırmak için fare ile çizimin bir bölümünü seçin." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Orijinal durumuna geri gelmesi için yakınlaştırmayı sıfırla düğmesine " "tıklayın." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" "Veri satırını mümkün olduğunca düzenlemek ve görmek için veri noktasına " "tıklayın." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Çizim en alt sağ köşe boyunca sürüklenerek yeniden boyutlandırılabilir." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "İki sütun seçin" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "İki farklı sütun seçin" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Veri imleci içeriği" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Yoksay" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Kopyala" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Nokta" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Satır dizgisi" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Poligon" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Geometri" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "İç Halka" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Dış Halka" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Şifreleme anahtarını kopyalamak istiyor musunuz?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Şifreleme anahtarı" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" @@ -2236,24 +2254,24 @@ msgstr "" "Bu sayfada yaptığınız değişiklikleri gösterir; değişiklikleri terk etmeden " "önce onay için size sorulacaktır" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Kaynak gösterilen anahtarı seç" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Dış Anahtarı seç" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Lütfen birincil anahtarı veya benzersiz anahtarı seçin!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Göstermek için sütun seçin" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2261,77 +2279,77 @@ msgstr "" "Değişiklikleri yerleşime kaydetmediniz. Eğer bunları kaydetmezseniz, " "kaybolacaklardır. Devam etmek istiyor musunuz?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Sayfa adı" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Sayfayı kaydet" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "Sayfayı farklı kaydet" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Sayfayı aç" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Sayfayı sil" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Başlıksız" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Lütfen devam etmek için bir sayfa seçin" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Lütfen geçerli bir sayfa adı girin" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Şu anki sayfada değişiklikleri kaydetmek istiyor musunuz?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Sayfa başarılı olarak silindi" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Bağlantılı şemayı dışa aktar" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Değişiklikler kaydedildi" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "\"%s\" sütunu için bir seçenek ekleyin." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "%d nesne oluşturuldu." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Gönder" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Düzenlemeyi iptal etmek için Esc tuşuna basın." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2339,15 +2357,15 @@ msgstr "" "Bazı verileri düzenlediniz ve kaydedilmediler. Veriyi kaydetmeden önce bu " "sayfadan ayrılmak istediğinize emin misiniz?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Yen.düzenleme için sürükleyin." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Sonuçları bu sütuna göre sıralamak için tıklayın." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2357,27 +2375,27 @@ msgstr "" "+Tıklayın.
- Sütunu ORDER BY ibaresinden kaldırmak için Ctrl+Tıklayın " "ya da Alt+Tıklayın (Mac: Shift+Option+Tıklayın)" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "İşaretlemek/işareti kaldırmak için tıklayın." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Sütun adını kopyalamak için çift tıklayın." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Sütunların görünürlüğünü değiştirmek
için aşağı açılır okuna tıklayın." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Tümünü göster" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2386,12 +2404,12 @@ msgstr "" "Düzenle, Kopyala ve Sil bağlantıları ile ilgili özellikler kaydedildikten " "sonra çalışmayabilir." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Lütfen geçerli bir onaltılık dizgi girin. Geçerli karakterler 0-9, A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2399,133 +2417,133 @@ msgstr "" "Satırların tümünü gerçekten görmek istiyor musunuz? Büyük bir tablo için bu, " "tarayıcıyı çökertebilir." -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "Orijinal uzunluk" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "iptal" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "İptal edilen" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Başarılı" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "İçe aktarma durumu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Dosyaları buraya bırakın" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Önce veritabanını seçin" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Aynı zamanda çoğu değeri, onlara doğrudan
çift tıklayarak " "düzenleyebilirsiniz." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Aynı zamanda çoğu değeri, onlara doğrudan
tıklayarak " "düzenleyebilirsiniz." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Bağlantıya git:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Sütun adını kopyala." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "Sütun adını panonuza kopyalamak için sağ tuşa tıklayın." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Parola üret" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Üret" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Parola Değiştir" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Daha fazla" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Paneli Göster" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Paneli Gizle" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Gizli gezinti ağacı öğelerini göster." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Ana panel ile bağla" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Ana panel ile bağlantıyı kopar" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" "Sunucudaki tüm veritabanlarını süzmek için bir arama terimi girdikten sonra " "Enter tuşuna basın" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" "Veritabanındaki tüm %s süzmek için bir arama terimi girdikten sonra Enter " "tuşuna basın" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "tablo" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "görünüm" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "yordam" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "olay" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "işlev" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "İstenen sayfa geçmişte bulunamadı, süresi dolmuş olabilir." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2535,28 +2553,28 @@ msgstr "" "%s, %s tarihinde yayınlandı." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", son sağlam sürüm:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "güncel" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Görünüm oluştur" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Hata Raporu Gönder" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Hata Raporu Gönder" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" @@ -2564,15 +2582,15 @@ msgstr "" "Önemli bir JavaScript hatası meydana geldi. Bir hata raporu göndermek ister " "misiniz?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Rapor Ayarlarını Değiştir" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Rapor Ayrıntılarını Göster" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2580,7 +2598,7 @@ msgstr "" "Dışa aktarmanız PHP seviyesindeki düşük çalıştırma süresinden dolayı " "tamamlanmadı!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2589,58 +2607,58 @@ msgstr "" "Uyarı: bu sayfadaki form %d alandan daha fazlasına sahip. Gönderimde, bazı " "alanlar, PHP'nin max_input_vars yapılandırmasından dolayı yoksayılabilir." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "Sunucu üzerinde bazı hatalar algılandı!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Lütfen bu pencerenin altına bakın." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Tümünü Yoksay" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Ayarlarınıza göre, bunlar şu anda gönderiliyor, lütfen sabırlı olun." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Bu sorgu tekrar çalıştırılsın mı?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Bu yer imini silmek istediğinize emin misiniz?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "SQL hata ayıklama bilgisi alınırken bazı hatalar meydana geldi." -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "%s sorguları %s defa %s saniye içinde çalıştırıldı." -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "%s bağımsız değişken(ler)i geçti" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "Bağımsız değişkenleri göster" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "Bağımsız değişkenleri gizle" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "Aldığı süre:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2650,334 +2668,334 @@ msgstr "" "sınırına ulaşıldı, bazı özellikler sizin için düzgün çalışmayabilir. " "Safari'de, böyle bir soruna genellikle \"Kişiye Özel Kip Tarama\" neden olur." -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Önceki" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Sonraki" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Bugün" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Ocak" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Şubat" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Mart" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Nisan" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Mayıs" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Haziran" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Temmuz" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Ağustos" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Eylül" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Ekim" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Kasım" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Aralık" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Oca" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Şub" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Nis" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Haz" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Tem" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Ağu" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Eyl" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Eki" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Ara" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Pazar" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Pazartesi" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Salı" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Çarşamba" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Perşembe" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "Cuma" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Cumartesi" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Paz" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Ptesi" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Sal" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Çar" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Per" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Cum" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Ctesi" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Pz" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Pt" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ça" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Cu" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Ct" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Hs" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Saat" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Dakika" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Saniye" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "Bu alan gereklidir" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "Lütfen bu alanı düzeltin" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "Lütfen geçerli bir eposta adresi girin" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "Lütfen geçerli bir URL girin" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "Lütfen geçerli bir tarih girin" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "Lütfen geçerli bir tarih (ISO) girin" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "Lütfen geçerli bir sayı girin" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "Lütfen geçerli bir kredi kartı numarası girin" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "Lütfen sadece rakam girin" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "Lütfen aynı değeri tekrar girin" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "Lütfen {0} karakterden daha fazla girmeyin" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "Lütfen en az {0} karakter girin" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "Lütfen {0} ve {1} karakter uzunluğu arasında bir değer girin" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "Lütfen {0} ve {1} arasında bir değer girin" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "Lütfen {0} değerinden küçük ya da eşit bir değer girin" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "Lütfen {0} değerinden büyük ya da eşit bir değer girin" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "Lütfen geçerli bir tarih veya saat girin" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "Lütfen geçerli bir ONALTILIK girdi değeri girin" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Hata" @@ -3047,17 +3065,17 @@ msgstr "saat başına" msgid "per day" msgstr "gün başına" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Mevcut yapılandırma dosyası (%s) okunabilir değil." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 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:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Yazı Tipi boyutu" @@ -3076,7 +3094,7 @@ msgid "Requery" msgstr "Yeniden sorgula" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3085,7 +3103,7 @@ msgstr "Yeniden sorgula" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3160,7 +3178,7 @@ msgid "History" msgstr "Geçmiş" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3183,7 +3201,7 @@ msgstr "Geçmiş" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Seçenekler" @@ -3254,7 +3272,7 @@ msgid "Count:" msgstr "Sayı:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3308,10 +3326,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Koyu temaya değiştir" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3319,10 +3337,10 @@ msgstr "Koyu temaya değiştir" msgid "Ascending" msgstr "Küçükten Büyüğe" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3537,125 +3555,126 @@ msgstr "Tüm Seçimi Kaldır" msgid "Inside column:" msgstr "İç sütun:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Düzenlenen veriyi kaydet" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Sütun düzenini geri yükle" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Satırları süz" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Bu tabloda ara" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Başlangıç" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Önceki" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Sonraki" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Son" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Tümü" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Satır sayısı:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Anahtara göre sırala" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Kısmi metinler" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Tam metinler" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Bağlantılı anahtar" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Bağlantılı görüntü sütunu" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "İkili değer içerikleri göster" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB içerikleri göster" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Tarayıcı dönüşümünü gizle" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Çok İyi Bilinen Metin" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Çok İyi Bilinen İkili Değer" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Satır silindi." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Sonlandır" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Yaklaşık olabilir. [doc@faq3-11]SSS 3.11[/doc]'e bakın." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "SQL sorgunuz başarılı olarak çalıştırıldı." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3663,36 +3682,36 @@ msgid "" msgstr "" "Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Gösterilen satır %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d toplam, %2$d sorguda" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "toplam %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Sorgu %01.4f saniye sürdü." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Seçilileri:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3701,24 +3720,24 @@ msgstr "Seçilileri:" msgid "Check All" msgstr "Tümünü Seç" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Baskı görünümü" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Sorgu sonuçları işlemleri" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Çizelge göster" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "GIS verisini görselleştir" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Bağlantı bulunamadı!" @@ -3841,7 +3860,7 @@ msgstr "Önemlilik" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3851,7 +3870,7 @@ msgid "Collation" msgstr "Karşılaştırma" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Yorum" @@ -3866,7 +3885,7 @@ msgid "Index %s has been dropped." msgstr "%s indeksi kaldırıldı." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3884,7 +3903,7 @@ msgstr "" "olabilir." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Sunucu" @@ -3901,7 +3920,7 @@ msgstr "Görünüm" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3932,7 +3951,7 @@ msgstr "Ekle" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Yetkiler" @@ -3995,16 +4014,17 @@ msgid "Central columns" msgstr "Merkezi sütunlar" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Veritabanları" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Kullanıcılar" +#: libraries/Menu.class.php:567 +#| msgid "User groups" +msgid "User accounts" +msgstr "Kullanıcı hesapları" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4079,7 +4099,7 @@ msgid "Could not save favorite table!" msgstr "Sık kullanılan tablo kaydedilemedi!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Sık Kullanılanlardan kaldır" @@ -4100,7 +4120,7 @@ msgid "Recent" msgstr "Son" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Sık kullanılan tablolar" @@ -4728,16 +4748,16 @@ msgstr "En fazla: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL çıktısı: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL'i açıkla" @@ -4754,7 +4774,7 @@ msgstr "%s sitesinde Açıklamayı Çözümle" msgid "Without PHP Code" msgstr "PHP Kodsuz" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP Kodu oluştur" @@ -4845,6 +4865,10 @@ msgstr "Son güncelleme" msgid "Last check" msgstr "Son kontrol" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Kullanıcılar" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Arama:" @@ -4938,8 +4962,8 @@ msgstr "HAYIR" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4947,7 +4971,7 @@ msgstr "Adı" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Uzunluk/Değerler" @@ -5226,7 +5250,7 @@ msgid "Not a valid port number!" msgstr "Geçerli bir bağlantı noktası numarası değil!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Yanlış değer!" @@ -5237,35 +5261,35 @@ msgstr "Yanlış değer!" msgid "Value must be equal or lower than %s!" msgstr "Değer, %s değerinden az ya da eşit olmalıdır!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "%s için kayıp veri" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "kullanılamaz" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\", %s uzantısı gerektirir" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Sıkıştırılmış içe aktarma eksik %s işlevinden dolayı çalışmayacak." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Sıkıştırılmış dışa aktarma eksik %s işlevinden dolayı çalışmayacak." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "en fazla %s" @@ -5280,7 +5304,7 @@ msgid "Set value: %s" msgstr "Ayar değeri: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Varsayılan değeri geri yükle" @@ -5552,7 +5576,7 @@ msgstr "Blowfish gizliliği" #: libraries/config/messages.inc.php:39 msgid "Highlight selected rows." -msgstr "Seçili satırları vurgular." +msgstr "Seçilen satırları vurgular." #: libraries/config/messages.inc.php:40 msgid "Row marker" @@ -5737,8 +5761,8 @@ msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -"Bir veritabanının seçili tablolarını uyarlama ya da onarma gibi toplu tablo " -"bakımı işlemlerini etkisizleştirir." +"Bir veritabanının seçilen tablolarını en uygun hale getirme ya da onarma " +"gibi toplu tablo bakımı işlemlerini etkisizleştirir." #: libraries/config/messages.inc.php:107 msgid "Disable multi table maintenance" @@ -5756,7 +5780,7 @@ msgstr "" msgid "Maximum execution time" msgstr "En fazla yürütme süresi" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "%s ifadesi kullan" @@ -5765,7 +5789,7 @@ msgstr "%s ifadesi kullan" msgid "Save as file" msgstr "Dosya olarak kaydet" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Dosyanın karakter grubu" @@ -5781,8 +5805,8 @@ msgstr "Sıkıştırma" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5792,14 +5816,14 @@ msgstr "Sıkıştırma" msgid "Put columns names in the first row" msgstr "İlk satır içine sütun adlarını koy" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Sütunlar şununla kapatılmış" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Sütunlar şununla atlatılmış" @@ -5807,8 +5831,8 @@ msgstr "Sütunlar şununla atlatılmış" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "NULL'u şununla değiştir" @@ -5816,13 +5840,13 @@ msgstr "NULL'u şununla değiştir" msgid "Remove CRLF characters within columns" msgstr "Sütunlardaki CRLF karakterlerini kaldır" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Sütunlar şununla sonlandırılmış" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Satırlar şununla sonlandırılmış" @@ -5844,8 +5868,8 @@ msgid "Table name template" msgstr "Tablo adı şablonu" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5873,14 +5897,14 @@ msgid "Label key" msgstr "Etiket anahtarı" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME türü" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Bağlantılar" @@ -5888,108 +5912,113 @@ msgstr "Bağlantılar" msgid "Export method" msgstr "Dışa aktarma yöntemi" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Sunucuda kaydet" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Mevcut dosya(ların)nın üzerine yaz" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "Ayrı dosyalar olarak dışa aktar" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Dosya adı şablonunu hatırla" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT değeri ekle" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Tablo ve sütun adlarını ters tırnaklarla kapattır" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL uyumluluk kipi" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE seçenekleri:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Oluşturma/Güncelleme/Denetleme tarihleri" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Gecikmiş eklemeleri kullan" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Dış anahtar kontrollerini etkisizleştir" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Görünümleri tablolar halinde dışa aktar" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin yapılandırma depolamasından ilgili üstveriyi içe aktar" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s ekle" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY ve BLOB için onaltılık düzen kullan" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Yoksayılan eklemeleri kullan" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Veri eklenirken kullanılacak sözdizimi" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Oluşturulan sorgunun azami uzunluğu" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Dışa aktarma türü" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "İşlem içinde dışa aktarmayı kapsa" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "UTC olarak dışa aktarma zamanı" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin kullanırken güvenli bağlantıya zorlar." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL bağlantıya zorla" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -5997,162 +6026,160 @@ msgstr "" "Dış anahtar aşağı açılır kutusu içindeki öğeler için sıralama düzeni; " "[kbd]content[/kbd] başvurulan veridir, [kbd]id[/kbd] anahtar değerdir." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Dış anahtar aşağı açılır düzeni" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "Eğer az öğe bulunuyorsa aşağı açılır kutu kullanılacaktır." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Dış anahtar sınırı" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Dış anahtar için varsayılan değer bazı sorgular için onay kutusunu kontrol " "eder." -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "Dış anahtar kontrolleri" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Gözatma kipi" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Gözatma kipini özelleştirir." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Varsayılan seçenekleri özelleştirir." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Geliştirici" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin geliştiricileri için ayarlar." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Düzenleme kipi" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Düzenleme kipini özelleştirir." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Dışa aktarma varsayılanları" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Varsayılan dışa aktarma seçeneklerini özelleştirir." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Özellikler" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Genel" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Bazı çoğunlukla kullanılmış seçenekleri ayarla." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "İçe aktarma varsayılanları" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Varsayılan genel içe aktarma seçeneklerini özelleştirir." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "İçe Aktar / Dışa Aktar" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "İçe ve dışa aktarma dizinlerini ve sıkıştırma seçeneklerini ayarlar." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Veritabanlarını görüntüleme seçenekleri." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Gezinti paneli" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Gezinti panelinin görünümünü özelleştirir." -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "Gezinti ağacı" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "Gezinti ağacını özelleştirir." -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Sunucular" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Sunucuları görüntüleme seçenekleri." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Tabloları görüntüleme seçenekleri." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Ana panel" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Diğer çekirdek ayarlar" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Başka hiçbir yere uymayan ayarlar." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Sayfa başlığı" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -6160,11 +6187,11 @@ msgstr "" "Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta " "kullanılabilen sihirli dizgiler için [doc@faq6-27]belgeden[/doc] yararlanın." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Güvenlik" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6172,23 +6199,23 @@ msgstr "" "Lütfen unutmayın, phpMyAdmin sadece bir arabirimdir ve özellikleri MySQL'i " "kısıtlamaz." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Temel ayarlar" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Kimlik doğrulaması" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Kimlik doğrulaması ayarları." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Sunucu yapılandırması" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6196,15 +6223,15 @@ msgstr "" "Gelişmiş sunucu yapılandırması, ne için olduklarını bilmedikçe bu " "seçenekleri değiştirmeyin." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Sunucu bağlantı parametrelerini girin." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Yapılandırma depolama" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6214,11 +6241,11 @@ msgstr "" "yapılandırır, belgelerde [doc@linked-tables]phpMyAdmin yapılandırma " "depolama[/doc] kısmına bakın." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Değişiklikleri izleme" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6226,111 +6253,111 @@ msgstr "" "Veritabanında yapılan değişiklikleri izleme. phpMyAdmin yapılandırma " "depolaması gerekir." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Dışa aktarma seçeneklerini özelleştir" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "İçe aktarma varsayılanlarını özelleştir" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Gezinti panelini özelleştir" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Ana paneli özelleştir" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL sorguları" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL Sorgu kutusu" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "SQL Sorgu kutularında gösterilecek bağlantıları özelleştirir." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL sorguları ayarları." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Başlangıç" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Başlangıç sayfasını özelleştirir." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Veritabanı yapısı" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Hangi ayrıntıların veritabanı yapısında (tabloların listesi) gösterileceğini " "seçin." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Tablo yapısı" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Tablo yapısı (sütunların listesi) için ayarlar." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Sekmeler" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Sekmelerin nasıl çalışmasını istiyorsanız seçin." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Bağlantılı şemayı göster" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Kağıt boyutu" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Metin alanları" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Metin girdi alanlarını özelleştirir." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! metni" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Varsayılan seçenekleri özelleştirir" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Uyarılar" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin tarafından gösterilen bazı uyarıları etkisizleştirir." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6338,15 +6365,15 @@ msgstr "" "İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a] sıkıştırmayı etkinleştirin." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Iconv için ilave parametreler" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6354,11 +6381,11 @@ msgstr "" "Eğer etkinleştirilirse, phpMyAdmin çoklu ifade sorgularını hesaplamaya devam " "eder, eğer sorgulardan biri başarısız olsa bile." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Çoklu ifade hatalarını yoksay" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6368,25 +6395,25 @@ msgstr "" "kesmeye izin verir. Bu büyük dosyaları içe aktarmak için iyi bir yol " "olabilir, ancak bu işlemleri bozabilir." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Kısmi içe aktarma: yarıda kesmeye izin ver" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "EKLEME hatasında durdurma" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE ekle" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "İçe aktarmada kopya anahtarlar bulunduğunda veriyi günceller" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6394,69 +6421,69 @@ msgstr "" "Varsayılan biçim; bu liste yerine göre (veritabanı, tablo) değişir ve sadece " "her zaman SQL vardır." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "İçe aktarılmış dosyanın biçimi" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "YEREL anahtar kelime kullan" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "İlk satır içindeki sütun adları" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Boş satırları içe aktarma" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Parasalları içe aktar ($5.00'ı 5.00'a)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Yüzdeleri doğru ondalık olarak içe aktar (%12.00'ı .12'ye)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Başlangıçtan atlanacak sorgu sayısı." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Kısmi içe aktarma: sorguları atla" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Kaydırıcılar için başlangıç durumu" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Bir defada kaç tane satır eklenebileceğidir." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Eklenmiş satır sayısı" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Gözat görünümünde herhangi bir sayısal olmayan sütunda gösterilen en fazla " "karakter sayısıdır." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Sütun karakterlerini sınırlandır" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6467,11 +6494,11 @@ msgstr "" "bilgisini siler. Bunu FALSE'a ayarlamak çoklu sunuculara bağlandığınızda " "diğer sunuculardan oturumu kapatmayı unutmanızı kolaylaştırır." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Oturum kapatmada tüm tanımlama bilgilerini sil" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6479,11 +6506,11 @@ msgstr "" "[kbd]Tanımlama bilgisi[/kbd] kimlik doğrulaması kipinde önceki açılan " "oturumun hatırlanıp hatırlanmayacağını tanımlar." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Kullanıcı adını hatırla" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6495,50 +6522,50 @@ msgstr "" "için tutulacağıdır, ve tarayıcı penceresini kapatır kapatmaz silinecektir. " "Bu güvenli olmayan ortamlar için önerilir." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Oturum açma tanımlama bilgisi saklama" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Oturum açma tanımlama bilgisinin ne kadar (saniye cinsinden) geçerli " "olacağını tanımlar." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Oturum açma tanımlama bilgisi geçerliliği" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT sütunları için metin alanın iki katı boyutu." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT için en büyük metin alanı" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL sorgusu görüntülendiğinde kullanılan en fazla karakter sayısıdır." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "En fazla görüntülenen SQL uzunluğu" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Kullanıcılar yüksek değer ayarlayamazlar" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "Veritabanı listesinde görüntülenen en fazla veritabanı sayısıdır." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "En fazla veritabanı" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6546,21 +6573,21 @@ msgstr "" "Gezinti ağacının ilk seviyesindeki her sayfada görüntülenebilen öğe " "sayısıdır." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "İlk seviyedeki en fazla öğe" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Gezinti ağacının her sayfasında görüntülenebilen öğe sayısıdır." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Daldaki en fazla öğe" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6569,19 +6596,19 @@ msgstr "" "daha fazla satır içeriyorsa, \"Önceki\" ve \"Sonraki\" bağlantıları " "gösterilecektir." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Görüntülemek için en fazla satır sayısı" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Tablo listesinde görüntülenen en fazla tablo sayısıdır." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "En fazla tablo" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6589,40 +6616,40 @@ msgstr "" "Betiğe ayrılması için izin verilecek bayt sayısıdır, örn. [kbd]32M[/kbd] " "(sınırsız için [kbd]0[/kbd])." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Bellek sınırı" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Gezinti panelindeki, veritabanı ağacını bir seçici ile değiştirir" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "Veritabanlarını gezinti ağacı olarak göster" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Şu anki veritabanı veya tabloyu vurgulayarak ana panel ile bağlantılar." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Gezinti panelinde logoyu gösterir." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Logoyu görüntüle" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "Gezinti panelindeki logoyu işaret eden URL." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo bağlantısı URL'si" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6630,27 +6657,27 @@ msgstr "" "Bağlantılı sayfayı ana pencerede ([kbd]main[/kbd]) veya yeni bir tanede " "([kbd]new[/kbd]) açar." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo bağlantısı hedefi" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Sunucu seçimini gezinti panelinin en üstünde görüntüler." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Sunucu seçimlerini görüntüle" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Hızlı erişim simgesi için hedef" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "İkinci hızlı erişim simgesi için hedef" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6658,16 +6685,16 @@ msgstr "" "Süzgeç kutusunu görüntülemek için en az öğe (tablolar, görünümler, yordamlar " "ve olaylar) sayısını tanımlar." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Süzgeç kutusunu görüntülemek için en az öğe sayısı" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" "Veritabanı süzgeci kutusunu görüntülemek için en az veritabanı sayısıdır" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -6675,162 +6702,152 @@ msgstr "" "Gezinti ağacındaki öğeleri gruplar (Veritabanları ve Tablolar sekmeleri " "üzerini tanımlanan ayıraç tarafından belirlenir)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Ağaçtaki öğeleri grupla" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Veritabanlarını farklı ağaç seviyelerine ayıran dizgidir." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Veritabanı ağaç ayıracı" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Tabloları farklı ağaç seviyelerine ayıran dizgidir." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Tablo ağacı ayıracı" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "En fazla tablo ağacı derinliği" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Fare imleci altında sunucuyu vurgular." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Vurgulamaları etkinleştir" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Gezinti panelinde ağaç genişleme olanağının sunulup sunulmayacağı." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "Gezinti ağacı genişlemesini etkinleştir" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "Tabloları ağaçta göster" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Gezinti ağacındaki veritabanı altında tabloların gösterilip gösterilmeyeceği" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "Görünümleri ağaç içinde göster" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" "Gezinti ağacındaki veritabanı altında görünümlerin gösterilip " "gösterilmeyeceği" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "İşlevleri ağaç içinde göster" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Gezinti ağacındaki veritabanı altında işlevlerin gösterilip gösterilmeyeceği" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "Yordamları ağaç içinde göster" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Gezinti ağacındaki veritabanı altında yordamların gösterilip gösterilmeyeceği" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "Olayları ağaç içinde göster" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" "Gezinti ağacındaki veritabanı altında olayların gösterilip gösterilmeyeceği" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "En fazla son kullanılan tablo sayısıdır; etkisizleştirmek için 0'a ayarlayın." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "En fazla sık kullanılan tablo sayısıdır; etkisizleştirmek için 0'a ayarlayın." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Son kullanılan tablolar" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Bunlar Düzenle, Kopyala ve Sil bağlantılarıdır." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Tablo satır bağlantılarının nerede gösterileceği" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Benzersiz bir anahtar olmadığında da satır bağlantılarının görüntülenip " "görüntülenmeyeceği." -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "Yine de satır bağlantılarını göster" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Tablo ve veritabanı adlarını sıralamak için doğal sıra kullan." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Doğal sıra" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Sadece simgeleri, sadece metni veya her ikisinide kullan." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Tablo gezinti çubuğu" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "HTTP aktarımlarındaki arttırılmış hız için GZip çıktı arabellekleme kullan." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip çıktı arabellekleme" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6838,19 +6855,19 @@ msgstr "" "[kbd]SMART[/kbd] - yani TIME, DATE, DATETIME ve TIMESTAMP türü sütunları " "için büyükten küçüğe sıralama, aksi halde küçükten büyüğe sıralama." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Varsayılan sıralama düzeni" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "MySQL veritabanlarına sürekli bağlantı kullan." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Sürekli bağlantılar" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6860,11 +6877,11 @@ msgstr "" "biri bulunamazsa, veritabanı ayrıntıları Yapı sayfasında görüntülenen " "varsayılan uyarıyı etkisizleştirir." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Eksik phpMyAdmin yapılandırma depolama tabloları" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6872,11 +6889,11 @@ msgstr "" "Eğer MySQL kütüphanesi ve sunucu arasında fark saptanırsa, görüntülenen " "varsayılan uyarıyı etkisizleştirir." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Sunucu/kütüphane farkı uyarısı" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6884,27 +6901,27 @@ msgstr "" "Eğer bir tablodaki sütun adları MySQL kelimelerine ayrılmışsa, Yapı " "sayfasında görüntülenen varsayılan uyarıyı etkisizleştirir." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL'e ayrılmış kelime uyarısı" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Menü sekmelerinin nasıl görüntüleneceği" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Çeşitli eylem bağlantılarının nasıl görüntüleneceği" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB ve BINARY sütunlarını düzenlemeye izin vermez." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "İkili değer sütunlarını koru" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6915,105 +6932,105 @@ msgstr "" "geçmişini görüntülemek için bu, JS-yordamlarından yararlanır (pencerenin " "kapatılmasıyla kaybolur)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Kalıcı sorgu geçmişi" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Geçmişte ne kadar sorgu tutulacağıdır." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Sorgu geçmişi uzunluğu" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Karakter grubu dönüştürme için kullanılacak olan işlevleri seçin." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Kaydetme motoru" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Tablolara gözatılırken her tablonun sıralaması hatırlanır." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Tablonun sıralamasını hatırla" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "Birincil anahtarı olan tablolar için varsayılan sıralama düzeni." -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "Birincil anahtar varsayılan sıralama düzeni" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Her X hücrede başlığı tekrarla, [kbd]0[/kbd] bu özelliği devre dışı bırakır." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Başlıkları tekrarla" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "Kılavuz düzenleme: tetikleme eylemi" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "Bağlantılı görüntüleme" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "Seçenekleri görüntülemek için" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Kılavuz düzenleme: bir defada tüm düzenlenen hücreleri kaydet" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Dışa aktarmaların sunucu üzerinde kaydedilebileceği dizin." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Kayıt dizini" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Eğer kullanılmayacaksa boş bırakın." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Anamakine izin düzeni" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Varsayılan için boş bırakın." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Anamakine izin kuralları" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Parolasız oturum açmaya izin ver" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Root oturumu açmaya izin ver" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "Oturum saat dilimi" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -7021,17 +7038,17 @@ msgstr "" "Etkili saat dilimini ayarlar; muhtemelen veritabanı sunucunuzdakinden " "farklıdır" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "HTTP Kimlik Doğrulaması yaparken görüntülemek için Basit Kimlik Doğrulaması " "alan adı." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Alanı" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7041,19 +7058,19 @@ msgstr "" "yapılandırma dosyası yolu (belge kök klasörünüzde yer almaz; önerilen: /etc/" "swekey.conf)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey yapılandırma dosyası" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Kullanmak için kimlik doğrulaması yöntemi." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Kimlik doğrulaması türü" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7061,11 +7078,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]Yer imi[/a] desteği olmaması için " "boş bırakın, önerilen: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Yer imi tablosu" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -7073,33 +7090,33 @@ msgstr "" "Sütun yorumları/mime türleri istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__column_info[/kbd]." -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Sütun bilgisi tablosu" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "MySQL sunucusu bağlantısını sıkıştırır." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Bağlantıyı sıkıştır" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" "Sunucuya nasıl bağlanılacağıdır, eğer emin değilseniz [kbd]tcp[/kbd] olarak " "bırakın." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Bağlantı türü" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Denetim kullanıcısı parolası" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7107,11 +7124,11 @@ msgstr "" "Sınırlı izinlerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla " "bilgi [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'de mevcuttur." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Denetim kullanıcısı" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7119,11 +7136,11 @@ msgstr "" "Yapılandırma depolamasını tutmak için alternatif anamakine; zaten " "tanımlanmış anamakineyi kullanmak için boş bırakın." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Denetim anamakinesi" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7134,15 +7151,15 @@ msgstr "" "anamakineye eşitse zaten tanımlanmış bağlantı noktasını kullanmak için boş " "bırakın." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Denetim bağlantı noktası" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Düzenli ifadeye (PCRE) uyan veritabanlarını gizler." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7150,15 +7167,15 @@ msgstr "" "[a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA hata izleyici[/a] ve " "[a@http://bugs.mysql.com/19588]MySQL Hataları[/a] üzerine daha fazla bilgi" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA kullanımını etkisizleştir" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Veritabanlarını gizle" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7166,23 +7183,23 @@ msgstr "" "SQL sorgu geçmişi desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL sorgu geçmişi tablosu" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "MySQL sunucusunun çalıştığı anamakine." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Sunucu anamakine adı" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Oturum kapatma URL'si" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7190,15 +7207,15 @@ msgstr "" "Veritabanında saklanan tablo tercihlerinin sayısını sınırlandırır, en eski " "kayıtlar otomatik olarak kaldırılır." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Saklamak için en fazla tablo tercihleri sayısıdır" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "QBE kaydedilmiş aramalar tablosu" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." @@ -7206,11 +7223,27 @@ msgstr "" "QBE kaydedilmiş aramalar desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__savedsearches[/kbd]." -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Şablonlar tablosunu dışa aktar" + +#: libraries/config/messages.inc.php:657 +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Dışa aktarma şablonu desteği istenmiyorsa boş bırakın, önerilen: " +"[kbd]pma__exporttemplates[/kbd]." + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "Merkezi sütunlar tablosu" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -7218,15 +7251,15 @@ msgstr "" "Merkezi sütunlar desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__central_columns[/kbd]." -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Parolasız bağlanmayı dener." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Parolasız bağlan" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7236,30 +7269,30 @@ msgstr "" "uygun örneklerini kullanmak istiyorsanız bundan kaçının, yani [kbd]'my" "\\_db'[/kbd] kullanın ve [kbd]'my_db'[/kbd] kullanmayın." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Sadece listelenmiş veritabanları göster" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Eğer yapılandırma kimlik doğrulaması kullanılmıyorsa boş bırakın." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Yapılandırma kimlik den. için parola" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF şeması desteği istenmiyorsa boş bırakın, önerilen: [kbd]pma__pdf_pages[/" "kbd]." -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF şeması: sayfalar tablosu" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7269,22 +7302,22 @@ msgstr "" "bilgi için [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]'ye bakın. " "Destek istenmiyorsa boş bırakın. Önerilen: [kbd]phpmyadmin[/kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Veritabanı adı" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL sunucusunun dinlediği bağlantı noktası, varsayılan ayar için boş " "bırakın." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Sunucu bağ.noktası" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -7292,11 +7325,11 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" son kullanılan tablolar olmaması için boş " "bırakın, önerilen: [kbd]pma__recent[/kbd]." -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Son kullanılan tablo" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7304,11 +7337,11 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" sık kullanılan tablolar olmaması için boş " "bırakın, önerilen: [kbd]pma__favorite[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "Sık kullanılanlar tablosu" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7316,11 +7349,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği " "istenmiyorsa boş bırakın, önerilen: [kbd]pma__relation[/kbd]." -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Bağlantı tablosu" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7328,32 +7361,32 @@ msgstr "" "Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]kimlik " "doğrulaması türlerine[/a] bakın." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Oturumu açma oturum adı" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Oturumu açma URL'si" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "MySQL sunucusunun dinlemede olduğu soket, varsayılan ayar için boş bırakın." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Sunucu soketi" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL sunucusuna bağlantı için SSL'i etkinleştirin." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL kullan" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -7361,11 +7394,11 @@ msgstr "" "PDF şeması desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__table_coords[/kbd]." -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Tasarımcı ve PDF şeması: tablo koordinatları" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7373,11 +7406,11 @@ msgstr "" "Görüntü sütunlarını tanımlayan tablodur, destek istenmiyorsa boş bırakın; " "önerilen: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Görüntü sütunları tablosu" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7385,11 +7418,11 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" tabloların KA tercihleri olmaması için boş " "bırakın, önerilen: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "KA tercihleri tablosu" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7397,11 +7430,11 @@ msgstr "" "Bir veritabanı oluşturulduğunda günlüğe ilk satır olarak DROP DATABASE IF " "EXISTS ifadesi eklenecekse." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "DROP DATABASE ifadesi ekle" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7409,11 +7442,11 @@ msgstr "" "Bir tablo oluşturulduğunda günlüğe ilk satır olarak DROP TABLE IF EXISTS " "ifadesi eklenecekse." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "DROP TABLE ifadesi ekle" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7421,20 +7454,20 @@ msgstr "" "Bir görünüm oluşturulduğunda günlüğe ilk satır olarak DROP VIEW IF EXISTS " "ifadesi eklenecekse." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "DROP VIEW ifadesi ekle" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Yeni sürümler için otomatik oluşturma kullanan ifadeler listesini tanımlar." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "İfadelerden izlere" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7442,11 +7475,11 @@ msgstr "" "SQL sorgu izleme desteği olmaması için boş bırakın, önerilen: " "[kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL sorgu izleme tablosu" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -7454,11 +7487,11 @@ msgstr "" "İzleme mekanizması tablolar ve görünümler için otomatik olarak sürümler " "oluşturursa." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Otomatik olarak sürümleri oluştur" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -7466,11 +7499,11 @@ msgstr "" "Veritabanında kullanıcı tercihleri depolaması olmaması için boş bırakın, " "önerilen: [kbd]pma__userconfig[/kbd]." -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Kullanıcı tercihleri depolama tablosu" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7480,11 +7513,11 @@ msgstr "" "özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu " "özelliği etkisizleştirecek, önerilen: [kbd]pma__usergroups[/kbd]." -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Kullanıcılar tablosu" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7494,11 +7527,11 @@ msgstr "" "özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu " "özelliği etkisizleştirecek, önerilen: [kbd]pma__users[/kbd]." -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Kullanıcı grupları tablosu" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7506,15 +7539,15 @@ msgstr "" "Gezinti öğelerini gizleme ve gösterme özelliğini etkisizleştirmek için boş " "bırakın, önerilen: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Gizli gezinti öğeleri tablosu" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Yapılandırma kimlik den. için kullanıcı" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -7522,21 +7555,21 @@ msgstr "" "Bu sunucunun kolay kullanım açıklaması. Anamakine adını görüntülemek için " "boş bırakın." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Bu sunucunun ayrıntılı adı" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Kullanıcıya \"tümünü (satırları) göster\" düğmesinin görüntülenip " "görüntülenmemesidir." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Tüm satırları görüntülemeye izin ver" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7546,56 +7579,56 @@ msgstr "" "[kbd]yapılandırmasını[/kbd] etkilemez çünkü parola yapılandırma dosyasında " "sıkı kodlanmıştır; bu, doğrudan aynı komutun yürütme kabiliyetini kısıtlamaz." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Parola değiştirme formunu göster" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Veritabanı oluşturma formu göster" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Tüm tablolar için yorumları görüntüleyen sütunu gösterin veya gizleyin." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "Tablo yorumlarını göster" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Tüm tablolar için Oluşturma zaman damgasını görüntüleyen sütunu gösterin " "veya gizleyin." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Oluşturma zaman damgasını göster" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Tüm tablolar için Son güncelleme zaman damgasını görüntüleyen sütunu " "gösterin veya gizleyin." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Son güncelleme zaman damgasını göster" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Tüm tablolar için Son kontrol zaman damgasını görüntüleyen sütunu gösterin " "veya gizleyin." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Son kontrol zaman damgasını göster" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7603,27 +7636,27 @@ msgstr "" "Düzenle/ekle kipinde yazma alanlarının ilk olarak görüntülenip " "görüntülenmemesini tanımlar." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Alan türlerini göster" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "İşlev alanlarını düzenle/ekle kipinde görüntüler." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "İşlev alanlarını göster" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "İpucu gösterilip gösterilmeyeceği." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "İpucu göster" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7631,56 +7664,56 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için " "bağlantı gösterir." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "phpinfo() bağlantısını göster" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Ayrıntılı MySQL sunucu bilgisini göster" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "phpMyAdmin tarafından oluşturulan SQL sorgularının görüntülenip " "görüntülenmemesini tanımlar." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "SQL sorgularını göster" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Sorgu kutusunun sunuşundan sonra ekranda kalıp kalmamasını tanımlar." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Sorgu kutusunu tut" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Veritabanı ve tablo istatistiklerini görüntülemek için izin verir (örn. alan " "kullanımı)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "İstatistikleri göster" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Kullanılan tabloları işaretleyin ve veritabanlarını kilitli tablolarla " "birlikte gösterilmesini mümkün yapın." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Kilitli tabloları atla" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." @@ -7688,11 +7721,11 @@ msgstr "" "Eğer Suhosin algılanırsa, ana sayfada görüntülenen varsayılan uyarıyı " "etkisizleştirir." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin uyarısı" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7702,11 +7735,11 @@ msgstr "" "değerinden az ise, ana sayfada görüntülenen varsayılan uyarıyı " "etkisizleştirin." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "Oturum açma tanımlama bilgisi geçerlilik uyarısı" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7714,11 +7747,11 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (sütunlar), SQL sorgu metni alanları (*2) " "için bu değerin önemi belirtilecektir." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Metin alanı sütunları" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -7726,31 +7759,31 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (satırlar), SQL sorgu metni alanları (*2) " "için bu değerin önemi belirtilecektir." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Metin alanı satırları" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Veritabanı seçildiğinde tarayıcı penceresi başlığı." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Hiçbir şey seçilmediğinde tarayıcı penceresi başlığı." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Varsayılan başlık" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Sunucu seçildiğinde tarayıcı penceresi başlığı." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Tablo seçildiğinde tarayıcı penceresi başlığı." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7762,28 +7795,28 @@ msgstr "" "Forwarded-For) başlığına güvenmesini belirler:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "IP İzin Verme/Reddetme için güvenilir proksi listesi" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "İçe aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Gönderme dizini" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Tüm veritabanı içinde aramaya izin verir." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Veritabanı aramayı kullan" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7791,26 +7824,26 @@ msgstr "" "Etkisizleştirildiğinde kullanıcılar sağdaki onay kutusunu dikkate almadan " "herhangi bir seçeneği ayarlayamazlar." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Ayarlarda Geliştirici sekmesini etkinleştir" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Son sürümü kontrol et" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Ana phpMyAdmin sayfasında son sürümü kontrol etmeyi etkinleştirir." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Sürüm kontrolü" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7822,11 +7855,11 @@ msgstr "" "doğrudan internet erişimi yoksa buna ihtiyacınız olur. Biçimi: " "\"anamakineadı:bağlantınoktası\"." -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Proksi url'si" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7836,19 +7869,19 @@ msgstr "" "doğrulaması yapılmaz. Eğer kullanıcı adı verilirse, Temel Kimlik Doğrulaması " "yapılacaktır. Kimlik doğrulamasının şu an desteklenen diğer türleri yoktur." -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Proksi kullanıcı adı" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Proksi ile kimlik doğrulaması için parola." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Proksi parolası" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7856,35 +7889,35 @@ msgstr "" "İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] sıkıştırmayı etkinleştirin." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Etki alanı reCaptcha hizmetiniz için ortak anahtarınızı girin." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "ReCaptcha için ortak anahtar" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Etki alanı reCaptcha hizmetiniz için özel anahtarınızı girin." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "ReCaptcha için özel anahtar" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Hata raporlarını gönderirken varsayılan eylemi seçin." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Hata raporlarını gönder" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -7892,11 +7925,11 @@ msgstr "" "Sorgular Enter (bunun yerine Ctrl+Enter) tuşuna basılarak çalıştırılır. Yeni " "satırlar Shift+Enter ile eklenecektir." -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "Enter konsolda sorguları çalıştırır" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." @@ -7904,7 +7937,7 @@ msgstr "" "phpMyAdmin yapılandırma depolaması tablolarını otomatik olarak kurmanıza " "izin veren Sıfır Yapılandırması kipini etkinleştirin." -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Sıfır Yapılandırması kipini etkinleştir" @@ -7929,47 +7962,74 @@ msgstr "HTTP kimlik doğrulaması" msgid "Signon authentication" msgstr "Oturumu açma kimlik doğrulaması" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "VERİ YÜKLE kullanarak CSV" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Hesap Tablosu" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Hızlı" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Özel" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Veritabanı dışa aktarma seçenekleri" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel için CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenDocument Metni" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "Veri getirmek için ayarlanmış SQL sorgusu yok." + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "Tabloda çizmek için sayısal sütunlar mevcut değil." + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Görüntülemek için veri yok" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s tablosu başarılı olarak değiştirildi." + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "Sütun görüntüleme başarılı olarak güncellendi." + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "İç bağlantılar başarılı olarak güncellendi." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7984,12 +8044,12 @@ msgstr "olası aşırı özyinelemeli saldırı" msgid "No change" msgstr "Değişiklik yok" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "Daha fazla bilgi için %sbelgelerimize%s bakın." -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8041,6 +8101,7 @@ msgid "Create database" msgstr "Veritabanı oluştur" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Oluştur" @@ -8054,7 +8115,7 @@ msgid "No Privileges" msgstr "Yetkiniz yok" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Tablo oluştur" @@ -8067,103 +8128,139 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Dışa aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Şu anki sunucudan veritabanları dışa aktarılıyor" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "\"%s\" veritabanından tablolar dışa aktarılıyor" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" tablosunda satırlar dışa aktarılıyor" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Dışa Aktarma Yöntemi:" +#: libraries/display_export.lib.php:203 +#| msgid "Export type" +msgid "Export templates:" +msgstr "Dışa aktarma şablonları:" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#| msgid "File name template:" +msgid "New template:" +msgstr "Yeni şablon:" + +#: libraries/display_export.lib.php:211 +#| msgid "Table name" +msgid "Template name" +msgstr "Şablon adı" + +#: libraries/display_export.lib.php:220 +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Varolan şablonlar:" + +#: libraries/display_export.lib.php:221 +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Şablon:" + +#: libraries/display_export.lib.php:226 +#| msgid "Updated" +msgid "Update" +msgstr "Güncelle" + +#: libraries/display_export.lib.php:248 +#| msgid "Select a table" +msgid "Select a template" +msgstr "Bir şablon seçin" + +#: libraries/display_export.lib.php:294 +#| msgid "Export method" +msgid "Export method:" +msgstr "Dışa aktarma yöntemi:" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Hızlı - sadece en az seçenekleri göster" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Özel - tüm olası seçenekleri göster" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "Veritabanı(ları):" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Tablo(lar):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Biçim:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Biçim-belli seçenekler:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -"Seçili biçimde seçenekleri doldurmak için aşağı kaydır ve diğer biçimler " -"için seçenekleri yoksay." +"Seçilen biçimde seçenekleri doldurmak için aşağı kaydırır ve diğer biçimler " +"için seçenekleri yoksayar." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Kodlama Dönüştürme:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Satırlar:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Tüm satırı(ları) dökümle" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Başlanacak satır:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Tüm satırları dökümle" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Çıktı:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Sunucuda %s dizinine kaydet" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Dosya adı şablonu:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ sunucu adı olacaktır" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ veritabanı adı olacaktır" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ tablo adı olacaktır" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8175,74 +8272,72 @@ msgstr "" "meydana gelecektir: %3$s. Diğer metin olduğu gibi tutulacak. Ayrıntılar için " "%4$sSSS%5$s'a bakın." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "ileriki dışa aktarımlar için bunu kullan" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Dosyanın karakter grubu:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Sıkıştırma:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip olarak" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip olarak" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Çıktıyı metin olarak göster" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "Veritabanlarını ayrı dosyalar olarak dışa aktar" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "Tabloları ayrı dosyalar olarak dışa aktar" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "Dışa aktarılan veritabanlarını/tabloları/sütunları yeniden adlandır" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Çıktıyı dosyaya kaydet" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Şundan büyük tabloları atla" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Veritabanı seç" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Tablo seç" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Yeni veritabanı adı" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Yeni tablo adı" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "Eski sütun adı" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Yeni sütun adı" @@ -8798,7 +8893,7 @@ msgid "Dump has been saved to file %s." msgstr "Döküm, %s dosyasına kaydedildi." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 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)." @@ -8877,7 +8972,7 @@ msgstr "Gizle" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "İşlev" @@ -8953,7 +9048,7 @@ msgstr "" "CTRL+OK TUŞLARI'nı kullanın" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9216,7 +9311,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "Gezinti görüntüsü yüklenirken bir hata meydana geldi" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "Gruplar:" @@ -9383,7 +9477,7 @@ msgstr "Yeni" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Görünümler" @@ -9629,7 +9723,7 @@ msgstr "Normalleştirmenin üçüncü adımı tamamlandı." #: libraries/normalization.lib.php:675 #, php-format msgid "Selected repeating group has been moved to the table '%s'" -msgstr "Seçili tekrarlayan grup '%s' tablosuna taşındı" +msgstr "Seçilen tekrarlayan grup '%s' tablosuna taşındı" #: libraries/normalization.lib.php:722 msgid "Step 3." @@ -9702,222 +9796,234 @@ msgstr "Bulunan kısmi bağımlılıklar yok!" msgid "Rename database to" msgstr "Veritabanını şuna yeniden adlandır:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" +"Bu işlemi yapmak için yeterli yetkilere sahip değilsiniz; Lütfen daha fazla " +"ayrıntı için belgelere bakın" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "Yetkileri ayarla" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s veritabanı kaldırıldı." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Veritabanını kaldır" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Veritabanını kaldır (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Sadece yapı" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Yapı ve veri" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Sadece veri" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Veritabanını şuraya kopyala:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Kopyalamadan önce VERİTABANI OLUŞTUR" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Kısıtlamaları ekle" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Kopyalanmış veritabanına geç" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Tablo sıralamasını şuna göre değiştir" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(birer birer)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Tabloyu şuna (veritabanı.tablo) taşı:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Tabloyu yeniden şuna adlandır" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tablo yorumları" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tablo seçenekleri" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Depolama Motoru" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "Tüm sütun karşılaştırmalarını değiştir" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Tabloyu şuna (veritabanı.tablo) kopyala:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Kopyalanmış tabloya geç" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tablo bakımı" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Tabloyu çözümle" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Tabloyu kontrol et" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Sağlama tablosu" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Tabloyu birleştir" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "%s tablosu temizlendi." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Tabloyu temizle (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Tabloyu uyarla" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Tabloyu onar" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Tabloyu veya veriyi sil" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Tabloyu boşalt (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Tabloyu sil (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Çözümle" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Seç" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Uyarla" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Yeniden Oluştur" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Onar" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "Kes" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "Birleştir" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Bölüm bakımı" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Bölüm %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Bölümlendirmeyi kaldır" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "İlgili bütünlük kontrolü:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Tablo aynısına taşınamıyor!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Tablo aynısına kopyalanamıyor!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s tablosu %s üzerine taşındı. Yetkiler ayarlandı." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s tablosu %s üzerine kopyalandı. Yetkiler ayarlandı." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "%s tablosu %s üzerine taşındı." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "%s tablosu %s üzerine kopyalandı." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tablo adı boş!" @@ -10114,7 +10220,7 @@ msgstr "Olay" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Tanım" @@ -11080,24 +11186,28 @@ msgid "Managing Central list of columns" msgstr "Sütunların Merkezi listesi yönetimi" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "Tasarımcı Ayarlarını Hatırlama" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Dışa aktarma şablonlarını kaydetme" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Gelişmiş özellikleri ayarlamak için hızlı adımlar:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "Gerekli tabloları %screate_tables.sql ile oluşturun." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Pma kullanıcısı oluşturun ve bu tablolara erişim verin." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11106,17 +11216,17 @@ msgstr "" "etkinleştirin, örneğin config.sample.inc.php dosyasından " "başlayarak." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Güncellenmiş yapılandırma dosyasını yüklemek için phpMyAdmin'e yeniden " "oturum açın." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Açıklama yok" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -11126,7 +11236,7 @@ msgstr "" "değilsiniz. phpMyAdmin yapılandırma depolamasını ayarlamak için herhangi bir " "veritabanının 'İşlemler' sekmesine gidebilirsiniz." -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -11135,14 +11245,14 @@ msgstr "" "Önce 'phpmyadmin' adında bir veritabanı %soluşturun%s ve orada phpMyAdmin " "yapılandırma depolama tablolarını ayarlayın." -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" "Şu anki veritabanında phpMyAdmin yapılandırma depolaması %soluşturun%s." -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "Eksik phpMyAdmin yapılandırma depolama tablolarını %soluşturun%s." @@ -11334,6 +11444,7 @@ msgstr "Kullanıcı adı:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Kullanıcı Adı" @@ -11478,7 +11589,7 @@ msgstr "Master %s sunucusuna bağlanılamıyor." #: libraries/replication_gui.lib.php:1007 msgid "" "Unable to read master log position. Possible privilege problem on master." -msgstr "Master günlük konumu okunamıyor. Master üzerinde mümkün yetki sorunu." +msgstr "Master günlük konumu okunamıyor. Master üzerinde olası yetki sorunu." #: libraries/replication_gui.lib.php:1025 msgid "Unable to change master!" @@ -11490,10 +11601,10 @@ msgid "Master server changed successfully to %s." msgstr "Master sunucu %s olarak başarılı bir şekilde değiştirildi." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11514,7 +11625,7 @@ msgstr "Olay %1$s değiştirildi." msgid "Event %1$s has been created." msgstr "Olay %1$s oluşturuldu." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "İsteğiniz işlenirken bir ya da daha fazla hata meydana geldi:" @@ -11523,7 +11634,8 @@ msgstr "İsteğiniz işlenirken bir ya da daha fazla hata meydana geldi:" msgid "Edit event" msgstr "Olay düzenle" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Ayrıntılar" @@ -11537,7 +11649,7 @@ msgid "Event type" msgstr "Olay türü" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "%s'a değiştir" @@ -11565,13 +11677,13 @@ msgid "On completion preserve" msgstr "Tamamlamada koruma" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Tanımlayıcı" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Tanımlayıcı \"kullanıcıadı@anamakineadı\" biçiminde olmak zorundadır!" @@ -11597,9 +11709,9 @@ msgid "You must provide an event definition." msgstr "Bir olay tanımı vermek zorundasınız." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "İstek işlemede hata:" @@ -11636,89 +11748,97 @@ msgstr "" "gelişmiş 'mysqli' uzantısı kullanın." #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Geçersiz yordam türü: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Üzgünüm, kaldırılmış yordamı geri yükleme başarısız oldu." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Yordam %1$s değiştirildi. Yetkiler ayarlandı." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Yordam %1$s değiştirildi." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Yordam %1$s oluşturuldu." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Yordamı düzenle" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Yordam adı" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Parametreler" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Yön" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Parametre ekle" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Son parametreyi kaldır" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Dönüş türü" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Dönüş uzunluğu/değerleri" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Dönüş seçenekleri" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Belirleyici" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" +"Bu işlemi yapmak için yeterli yetkilere sahip değilsiniz; Lütfen daha fazla " +"ayrıntı için belgelere bakın" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Güvenlik türü" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL veri erişimi" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Bir yordam adı vermek zorundasınız!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Parametre için geçersiz yön \"%s\" verilmiş." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11726,37 +11846,37 @@ msgstr "" "ENUM, SET, VARCHAR ve VARBINARY türünün yordam parametreleri için uzunluk/" "değerler vermek zorundasınız." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Her yordam parametresi için bir ad ve bir tür vermek zorundasınız." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Yordam için geçerli bir dönüş türü vermek zorundasınız." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Bir yordam tanımı vermek zorundasınız." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "%s yordamı yürütme sonuçları" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "İşlemin içindeki son ifade tarafından %d satır etkilendi." msgstr[1] "İşlemin içindeki son ifade tarafından %d satır etkilendi." -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Yordamı çalıştır" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Yordam parametreleri" @@ -11822,7 +11942,7 @@ msgstr "yordam" #: libraries/rte/rte_words.lib.php:32 msgid "You do not have the necessary privileges to create a routine" -msgstr "Bir yordam oluşturmak için gerekli izinlere sahip değilsiniz" +msgstr "Bir yordam oluşturmak için gerekli yetkilere sahip değilsiniz" #: libraries/rte/rte_words.lib.php:34 #, php-format @@ -11848,7 +11968,7 @@ msgstr "trigger" #: libraries/rte/rte_words.lib.php:46 msgid "You do not have the necessary privileges to create a trigger" -msgstr "Bir tetikleyici oluşturmak için gerekli izinlere sahip değilsiniz" +msgstr "Bir tetikleyici oluşturmak için gerekli yetkilere sahip değilsiniz" #: libraries/rte/rte_words.lib.php:48 #, php-format @@ -11874,7 +11994,7 @@ msgstr "olay" #: libraries/rte/rte_words.lib.php:60 msgid "You do not have the necessary privileges to create an event" -msgstr "Bir olay oluşturmak için gerekli izinlere sahip değilsiniz" +msgstr "Bir olay oluşturmak için gerekli yetkilere sahip değilsiniz" #: libraries/rte/rte_words.lib.php:62 #, php-format @@ -12312,17 +12432,19 @@ msgid "You have revoked the privileges for %s." msgstr "%s için yetkileri geri aldınız." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Kullanıcı ekle" +#: libraries/server_privileges.lib.php:4063 +#| msgid "Add user group" +msgid "Add user account" +msgstr "Kullanıcı hesabı ekle" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "Kullanıcı için veritabanı" +#| msgid "Database for user" +msgid "Database for user account" +msgstr "Kullanıcı hesabı için veritabanı" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." -msgstr "Aynı isimle veritabanı oluştur ve tüm yetkileri ver." +msgstr "Aynı isimle veritabanı oluşturur ve tüm yetkileri verir." #: libraries/server_privileges.lib.php:1952 msgid "Grant all privileges on wildcard name (username\\_%)." @@ -12331,7 +12453,7 @@ msgstr "Joker isimlere tüm yetkileri ver (kullanıcıadı\\_%)." #: libraries/server_privileges.lib.php:1961 #, php-format msgid "Grant all privileges on database \"%s\"." -msgstr "\"%s\" veritabanı üzerindeki tüm yetkileri ver." +msgstr "\"%s\" veritabanı üzerindeki tüm yetkileri verir." #: libraries/server_privileges.lib.php:2062 #: libraries/server_privileges.lib.php:2128 @@ -12344,9 +12466,7 @@ msgid "User has been added." msgstr "Kullanıcı eklendi." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12422,12 +12542,14 @@ msgstr "" "… eski olanı kullanıcı tablolarından sil ve sonra da yetkileri yeniden yükle." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" -msgstr "Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala" +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" +msgstr "Oturum açma bilgisini değiştir / Kullanıcı hesabını kopyala" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" -msgstr "Aynı yetkilerle yeni bir kullanıcı oluştur ve …" +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" +msgstr "Aynı yetkilerle yeni bir kullanıcı hesabı oluştur ve …" #: libraries/server_privileges.lib.php:3036 msgid "Column-specific privileges" @@ -12446,12 +12568,13 @@ msgid "Add privileges on the following table:" msgstr "Aşağıdaki tabloya yetkileri ekle:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "Seçili kullanıcıları kaldır" +#| msgid "Remove selected users" +msgid "Remove selected user accounts" +msgstr "Seçilen kullanıcı hesaplarını kaldır" #: libraries/server_privileges.lib.php:3376 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." +msgstr "Kullanıcılardan tüm aktif yetkileri geri alır ve sonra da siler." #: libraries/server_privileges.lib.php:3384 #: libraries/server_privileges.lib.php:3390 @@ -12469,7 +12592,7 @@ msgstr "Yetkiler yeniden yükleniyor" #: libraries/server_privileges.lib.php:3556 msgid "The selected users have been deleted successfully." -msgstr "Seçili kullanıcılar başarılı olarak silindi." +msgstr "Seçilen kullanıcılar başarılı olarak silindi." #: libraries/server_privileges.lib.php:3630 #, php-format @@ -12481,30 +12604,36 @@ msgstr "%s için yetkileri güncellediniz." msgid "Deleting %s" msgstr "%s siliniyor" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Yetkiler başarılı olarak yüklendi." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "%s kullanıcısı zaten var!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s için yetkiler" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Yeni" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Yetkileri düzenle:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#| msgid "User group" +msgid "User account" +msgstr "Kullanıcı hesabı" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." @@ -12512,11 +12641,12 @@ msgstr "" "Not: Şu anda oturum açtığınız kullanıcının yetkilerini düzenlemeye " "çalışıyorsunuz." -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" -msgstr "Kullanıcılara genel bakış" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#| msgid "Users overview" +msgid "User accounts overview" +msgstr "Kullanıcı hesaplarına genel bakış" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12529,11 +12659,11 @@ msgstr "" "sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden " "önce %syetkileri yeniden yüklemeniz%s gerekir." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." -msgstr "Seçili kullanıcı yetki tablosunda bulunamadı." +msgstr "Seçilen kullanıcı yetki tablosunda bulunamadı." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Yeni bir kullanıcı eklediniz." @@ -12643,7 +12773,7 @@ msgstr "Günlük istatistikleri" #: libraries/server_status_monitor.lib.php:67 msgid "Selected time range:" -msgstr "Seçili zaman aralığı:" +msgstr "Seçilen zaman aralığı:" #: libraries/server_status_monitor.lib.php:75 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" @@ -13840,7 +13970,7 @@ msgstr "Geçersiz Tanımlayıcı" msgid "Unknown Punctuation String" msgstr "Bilinmeyen Noktalama İşareti Dizgisi" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s tablosu boşaltıldı." @@ -13853,13 +13983,13 @@ msgstr "İzleme aktif." msgid "Tracking is not active." msgstr "İzleme aktif değil." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "%s görünümü kaldırıldı." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "%s tablosu kaldırıldı." @@ -14071,38 +14201,33 @@ msgstr "Alan kullanımı" msgid "Effective" msgstr "Etkili" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s tablosu başarılı olarak değiştirildi. Yetkiler ayarlandı." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s tablosu başarılı olarak değiştirildi." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Sorgu hatası" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Sütunlar başarılı olarak taşındı." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Sık Kullanılanlara ekle" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Sık Kullanılan Listesi dolu!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "Sorguları oluşturma gösteriliyor" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "Bağlantı görünümü" @@ -14224,8 +14349,8 @@ msgid "" "ensure that you have the privileges to do so." msgstr "" "Oluşturulan ve kullanılan geçici veritabanı tarafından dökümü " -"çalıştırabilirsiniz. Lütfen bunu yapmak için izinlerinizin olduğundan emin " -"olun." +"çalıştırabilirsiniz. Lütfen bunu yapmak için yetkilere sahip olduğunuzdan " +"emin olun." #: libraries/tracking.lib.php:1116 msgid "Comment out these two lines if you do not need them." @@ -14574,18 +14699,6 @@ msgstr "Daha yeni sağlam sürüm mevcut değil" msgid "Wrong data" msgstr "Yanlış veri" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Görüntülemek için veri yok" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "Veri getirmek için ayarlanmış SQL sorgusu yok." - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "Tabloda çizmek için sayısal sütunlar mevcut değil." - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14596,7 +14709,7 @@ msgstr "'%s' veritabanı mevcut değil." msgid "Table %s already exists!" msgstr "%s tablosu zaten var!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Tablonun dökümünü (şemasını) göster" @@ -14604,27 +14717,19 @@ msgstr "Tablonun dökümünü (şemasını) göster" msgid "Invalid table name" msgstr "Geçersiz tablo adı" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "İç bağlantılar başarılı olarak güncellendi." - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "Sütun görüntüleme başarılı olarak güncellendi." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "Satır: %1$s, Sütun: %2$s, Hata: %3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "'%s' adı MySQL'e ayrılmış anahtar kelimedir." msgstr[1] "'%s' adları MySQL'e ayrılmış anahtar kelimelerdir." -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Seçilen sütun yok." @@ -14805,7 +14910,7 @@ msgid "subquery" msgstr "alt sorgu" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Bağlantı oluştur" @@ -14869,13 +14974,13 @@ msgstr "Yeni sayfa" msgid "Delete pages" msgstr "Sayfaları sil" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Yeniden yükle" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Yardım" @@ -14897,7 +15002,7 @@ msgstr "Kılavuza uydur" #: templates/designer/side_menu.phtml:128 #: templates/designer/side_menu.phtml:134 msgid "Small/Big All" -msgstr "Tümü Küçük/Büyük" +msgstr "Tümünü Küçült/Büyült" #: templates/designer/side_menu.phtml:138 #: templates/designer/side_menu.phtml:141 @@ -14907,7 +15012,7 @@ msgstr "Küçüğü/büyüğü değiştir" #: templates/designer/side_menu.phtml:145 #: templates/designer/side_menu.phtml:148 msgid "Toggle relation lines" -msgstr "İlgili satırları değiştir" +msgstr "Bağlantılı satırları değiştir" #: templates/designer/side_menu.phtml:153 #: templates/designer/side_menu.phtml:156 @@ -14917,7 +15022,7 @@ msgstr "Şemayı dışa aktar" #: templates/designer/side_menu.phtml:165 #: templates/designer/side_menu.phtml:168 msgid "Build Query" -msgstr "Sorgu Yarat" +msgstr "Sorgu yarat" #: templates/designer/side_menu.phtml:173 #: templates/designer/side_menu.phtml:177 @@ -14931,11 +15036,11 @@ msgstr "Metni sabitle" #: templates/designer/table_list.phtml:4 msgid "Hide/Show all" -msgstr "Tümünü Gizle/Göster" +msgstr "Tümünü gizle/göster" #: templates/designer/table_list.phtml:14 msgid "Hide/Show Tables with no relation" -msgstr "Bağlantılı olmayan Tabloları Gizle/Göster" +msgstr "Bağlantılı olmayan Tabloları gizle/göster" #: templates/designer/table_list.phtml:59 msgid "Number of tables:" @@ -15120,35 +15225,35 @@ msgstr "Çizelge başlığı" msgid "X-Axis:" msgstr "X-Ekseni:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Dizi:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X-Ekseni etiketi:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X Değeri" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y-Ekseni etiketi:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "Seri adları bir sütunda" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "Seri sütunu:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "Değer Sütunu:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "Çizelgeyi resim olarak kaydet" @@ -15244,7 +15349,7 @@ msgstr "Sizi götürdüğü yer %s." #: user_password.php:29 msgid "You don't have sufficient privileges to be here right now!" -msgstr "Burada bulunmak için yeterli izinlere sahip değilsiniz!" +msgstr "Burada bulunmak için yeterli yetkilere sahip değilsiniz!" #: user_password.php:106 msgid "The profile has been updated." @@ -16530,6 +16635,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 0'a ayarlı" +#~ msgid "Add user" +#~ msgstr "Kullanıcı ekle" + +#~ msgid "Export Method:" +#~ msgstr "Dışa Aktarma Yöntemi:" + #~ msgid "No data found for GIS visualization." #~ msgstr "GIS görselleştirmesi için bulunan veri yok." @@ -16753,11 +16864,6 @@ msgstr "concurrent_insert 0'a ayarlı" #~ msgid "pdf export page" #~ msgstr "Geçersiz dışa aktarma türü" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Geçersiz dışa aktarma türü" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/tt.po b/po/tt.po index 0529923316..d38c007f8a 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:35+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Tatar Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Soraw alxätere" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Soraw alxätere" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Soraw alxätere" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 -#, fuzzy -#| msgid "Total" -msgid "Total memory" -msgstr "Tulayım" - -#: js/messages.php:151 -msgid "Cached memory" -msgstr "" - -#: js/messages.php:152 -#, fuzzy -#| msgid "Buffer Pool" -msgid "Buffered memory" -msgstr "Bufer Pulı" - -#: js/messages.php:153 -msgid "Free memory" -msgstr "" - -#: js/messages.php:154 -msgid "Used memory" -msgstr "" - #: js/messages.php:156 #, fuzzy #| msgid "Total" -msgid "Total Swap" +msgid "Total memory" msgstr "Tulayım" #: js/messages.php:157 -msgid "Cached Swap" +msgid "Cached memory" msgstr "" #: js/messages.php:158 +#, fuzzy +#| msgid "Buffer Pool" +msgid "Buffered memory" +msgstr "Bufer Pulı" + +#: js/messages.php:159 +msgid "Free memory" +msgstr "" + +#: js/messages.php:160 +msgid "Used memory" +msgstr "" + +#: js/messages.php:162 +#, fuzzy +#| msgid "Total" +msgid "Total Swap" +msgstr "Tulayım" + +#: js/messages.php:163 +msgid "Cached Swap" +msgstr "" + +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Buş bit sanı" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Alındı" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Totaşular" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Proseslar" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bayt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "%s tüşämä" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy msgid "Questions" msgstr "Farsíça" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Taşım" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1493,47 +1513,47 @@ msgstr "" msgid "None" msgstr "Buş" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1541,154 +1561,154 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Biremgä saqlıysı" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Açıq" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Sünek" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Soraw eşkärtü %01.4f sek aldı" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Yomğaq başlığı" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy msgid "Analysing logs" msgstr "Cirle" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Uquğa soraw" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy msgid "Jump to Log table" msgstr "Biremleklär yuq" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Biremleklär yuq" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL Centekläw" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1698,168 +1718,168 @@ msgstr "SQL Centekläw" msgid "Time" msgstr "Waqıt" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Tulayım" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Query results operations" msgid "Profiling results" msgstr "Soraw qaytarmasın eşkärtü" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Tüşämä" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Bilgelämä" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy msgid "Log table filter options" msgstr "Biremlek saqlaw köyläneşe" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 #, fuzzy msgid "Filter" msgstr "Alan" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy msgid "Sum of grouped rows:" msgstr "Tezelgän yazma sanı bu." -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Tulayım" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy msgid "Loading logs" msgstr "Cirle" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Rename database to" msgid "Reload page" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Yökläw" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Sorawnı Yañart" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Qullanma" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Documentation" msgid "Justification" msgstr "Qullanma" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1870,64 +1890,64 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy msgid "Loading…" msgstr "Cirle" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Proseslar" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Biremlek saylanmağan." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1936,77 +1956,77 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Biremlekne bolay atap quy" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Biremlekne boña kübäyt" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Bilgelämä" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Ezläw" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy msgid "Hide search results" msgstr "SQL-soraw" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy msgid "Show search results" msgstr "SQL-soraw" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Küzätü" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" Beterü" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2016,62 +2036,62 @@ msgstr "" msgid "Export" msgstr "Export" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Alannar sanı" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format msgid "Add %d value(s)" msgstr "Yaña qullanuçı östäw" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy msgid "Hide query box" msgstr "SQL-soraw" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy msgid "Show query box" msgstr "SQL-soraw" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Tözätü" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2079,94 +2099,94 @@ msgstr "Tözätü" msgid "Delete" msgstr "Sal" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Üzgärmä" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Kertemnär sayladı" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Biremlektä ezläw" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Üzençälek" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "\"%s\" öçen töp açqıç qorıldı" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Change" msgid "Taking you to next step…" msgstr "Üzgärt" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2174,88 +2194,88 @@ msgstr "" msgid "End of step" msgstr "Tüşämä azağına" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy msgid "Done" msgstr "Eçtälek" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Biremlek saylanmağan." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Kiläse tüşämä öçen xoquqlar östäw" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Biremlek saylanmağan." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2264,464 +2284,464 @@ msgstr "Biremlek saylanmağan." msgid "Save" msgstr "Saqla" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy msgid "Hide search criteria" msgstr "SQL-soraw" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy msgid "Show search criteria" msgstr "SQL-soraw" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Ezläw" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Alan iseme" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Alan iseme" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy msgid "Maximum value:" msgstr "Biremleklär yuq" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy msgid "Hide find and replace criteria" msgstr "SQL-soraw" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy msgid "Show find and replace criteria" msgstr "SQL-soraw" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Add/Delete Field Columns" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Data pointer olılığı" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Qarama" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Yul ara bilgese" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kürsätäse Alan saylaw" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Bitneñ sanı:" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Tüşämä Saylaw" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Tüşämä Saylaw" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Buş bit sanı" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Tüşämä Saylaw" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Tözätü öçen berär bit sayla" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Bäyläneşlär sxeme" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Üzgärtülär saqlandı" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of fields" msgid "Add an option for column \"%s\"." msgstr "Alannar sanı" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Künder" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Alan iseme" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Barısın kürsät" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Tärtip buyınça urın" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Özderelde" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy msgid "Import status" msgstr "Biremdän alu" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Tüşämä Saylaw" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy msgid "Go to link:" msgstr "Biremleklär yuq" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Alan iseme" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Sersüz Ürçetü" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Ürçet" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Sersüz üzgärtü" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dşm" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Barısın kürsät" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "Tezeşlär" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show grid" msgid "Show hidden navigation tree items." msgstr "Sırlı kürsät" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy msgid "Link with main panel" msgstr "Biremlek saqlaw köyläneşe" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy msgid "Unlink from main panel" msgstr "Biremlek saqlaw köyläneşe" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Tüşämä" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Qaraş" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy msgid "procedures" msgstr "Proseslar" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy msgid "events" msgstr "Cibärelde" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy msgid "functions" msgstr "Funksí" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Bu qullanuçı xoquqlar tüşämä eçendä tabılmadı." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2729,137 +2749,137 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy msgid ", latest stable version:" msgstr "Server söreme" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy msgid "up to date" msgstr "Biremleklär yuq" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy msgid "Create view" msgstr "Server söreme" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy msgid "Send Error Report" msgstr "Server ID'e" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Açıq tüşämä tezmäse" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Qarama" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Bu sorawnı qabat kürsätäse" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Sin çınlap ta bonı eşlärgä teliseñme: " -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL-soraw" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Tüşämä açıqlaması" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy msgid "Hide arguments" msgstr "SQL-soraw" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Uzğan" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2867,96 +2887,96 @@ msgid "Next" msgstr "Kiläse" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Tulayım" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Äpr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "May" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Yün" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Yül" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Ökt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Ğın" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Äpr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2964,78 +2984,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Yün" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Yül" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Ökt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Nöy" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dek" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ykş" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dşm" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sşm" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cmğ" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3043,226 +3063,226 @@ msgid "Sun" msgstr "Ykş" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Dşm" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Sşm" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Çrş" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Pnc" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Cmğ" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Şmb" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ykş" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dşm" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sşm" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çrş" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pnc" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cmğ" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şmb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Buş" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "totıla" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "sekund sayın" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Bu mätennän" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Xata" @@ -3331,16 +3351,16 @@ msgstr "säğät sayın" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -3361,7 +3381,7 @@ msgid "Requery" msgstr "sorawda" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3370,7 +3390,7 @@ msgstr "sorawda" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3458,7 +3478,7 @@ msgid "History" msgstr "SQL-taríxı" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3481,7 +3501,7 @@ msgstr "SQL-taríxı" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 #, fuzzy msgid "Options" @@ -3575,7 +3595,7 @@ msgid "Count:" msgstr "Alan iseme" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3641,10 +3661,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Kübäytelgän tüşämägä küçäse" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3652,10 +3672,10 @@ msgstr "Kübäytelgän tüşämägä küçäse" msgid "Ascending" msgstr "Artıp" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3905,31 +3925,31 @@ msgstr "Saylanunı Töşer" msgid "Inside column:" msgstr "Kiläse tüşämä eçendä:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy msgid "Save edited data" msgstr "Biremnär törgäge" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "Add/Delete Field Columns" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Alan" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Biremlektä ezläw" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3937,7 +3957,7 @@ msgctxt "First page" msgid "Begin" msgstr "Başlawğa" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3946,7 +3966,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Uzğan" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3955,7 +3975,7 @@ msgctxt "Next page" msgid "Next" msgstr "Kiläse" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3963,137 +3983,138 @@ msgctxt "Last page" msgid "End" msgstr "Azaq" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Barısı" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Alannar sanı" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Qullanası tezeş" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Partial Texts" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Tulı Mätennär" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 #, fuzzy msgid "Relational key" msgstr "Bäyläneşlär sxeme" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational schema" msgid "Relational display column" msgstr "Bäyläneşlär sxeme" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Browser transformation" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Bu yazma salınğan buldı" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Üter" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Törle buluı bar. [doc@faq3-11]YBS 3.11[/doc] qarísı" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL-sorawıñ uñışlı eşkärtelde" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yazma sanı" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "tulayım" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Soraw eşkärtü %01.4f sek aldı" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Saylanğannı:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4102,26 +4123,26 @@ msgstr "Saylanğannı:" msgid "Check All" msgstr "Saylap Beter" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Bastıru küreneşe" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Soraw qaytarmasın eşkärtü" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF schema kürsätü" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4250,7 +4271,7 @@ msgstr "Qabatlanu sanı" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4260,7 +4281,7 @@ msgid "Collation" msgstr "Tezü cayı" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 #, fuzzy msgid "Comment" @@ -4276,7 +4297,7 @@ msgid "Index %s has been dropped." msgstr "\"%s\" digän tezeş salındı." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4292,7 +4313,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4309,7 +4330,7 @@ msgstr "Qaraş" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4340,7 +4361,7 @@ msgstr "Östäw" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Xoquqlar" @@ -4406,17 +4427,17 @@ msgid "Central columns" msgstr "Add/Delete Field Columns" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Biremleklär" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Qullanuçı" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4500,7 +4521,7 @@ msgid "Could not save favorite table!" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4528,7 +4549,7 @@ msgid "Recent" msgstr "Awdar" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5121,16 +5142,16 @@ msgstr "Max: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL qaytarışı: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL Centekläw" @@ -5147,7 +5168,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP Kodısız" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-Kod yasa" @@ -5242,6 +5263,12 @@ msgstr "Soñğı yañartılu" msgid "Last check" msgstr "Soñğı tikşerü" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Qullanuçı" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5340,8 +5367,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5349,7 +5376,7 @@ msgstr "Adı" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Ozınlıq/Bäyä*" @@ -5657,7 +5684,7 @@ msgid "Not a valid port number!" msgstr "%d digäne yazma sanı öçen kileşmi." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5668,37 +5695,37 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Üzgärmä" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5713,7 +5740,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6127,7 +6154,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6137,7 +6164,7 @@ msgstr "Cömlä" msgid "Save as file" msgstr "Biremgä saqlıysı" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 #, fuzzy msgid "Character set of the file" msgstr "Şul biremneñ bilgelämäse:" @@ -6154,8 +6181,8 @@ msgstr "Qısu" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6167,16 +6194,16 @@ msgstr "Qısu" msgid "Put columns names in the first row" msgstr "Berençe yulda alannarnıñ iseme çığarası" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Alan yaptıruçı bilge" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6186,8 +6213,8 @@ msgstr "Alan uzdıru bilgese" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6197,15 +6224,15 @@ msgstr "NULL'nı almaştırası:" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Yul ara bilgese" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6234,8 +6261,8 @@ msgid "Table name template" msgstr "Birem adınıñ tözeleşe" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6265,14 +6292,14 @@ msgid "Label key" msgstr "Açqıç yazması" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME-törläre" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Bäyläneşlär" @@ -6282,627 +6309,633 @@ msgstr "Bäyläneşlär" msgid "Export method" msgstr "Çığaru ısulı" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Birem bar bulsa, östän yazdırası" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "yatqırıp (başlıqlar almaşıp)" + +#: libraries/config/messages.inc.php:167 #, fuzzy msgid "Remember file name template" msgstr "Birem adınıñ tözeleşe" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "\"AUTO_INCREMENT\" bäyäsen östise" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Tüşämä/alan isemnären kirequote eçenä salası" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL, kileşterü ısulı" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Yaratılu/Üzgärelü/Tikşerü çaqları" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Kötterep östise" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "%s östäw" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "\"IGNORE\" belän kertäse" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Kilgän soraw külämeneñ öske küläme" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy msgid "Export type" msgstr "Çığaru ısulı" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Transaksi eçendä ütkärep" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 #, fuzzy msgid "Export time in UTC" msgstr "Çığaru ısulı" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Üzennän tözälü ısulı" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy msgid "Customize default options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy msgid "Customize edit mode." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 #, fuzzy msgid "Export defaults" msgstr "Biremdän alu" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy msgid "Customize default export options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Ürçet" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 #, fuzzy msgid "Import defaults" msgstr "Biremdän alu" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy msgid "Customize default common import options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy msgid "Databases display options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy msgid "Navigation tree" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy msgid "Customize the navigation tree." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serverlär" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy msgid "Servers display options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy msgid "Tables display options." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Indexes" msgid "Main panel" msgstr "Tezeşlär" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Bitneñ sanı:" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Qullanma" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy msgid "Authentication settings." msgstr "Bäyläneşlär" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL-totaşunıñ tezü cayı" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 #, fuzzy msgid "Customize export options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 #, fuzzy msgid "Customize import defaults" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy msgid "Customize navigation panel" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy msgid "Customize main panel" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 #, fuzzy msgid "SQL queries" msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 #, fuzzy msgid "SQL Query box" msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy msgid "SQL queries settings." msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 #, fuzzy msgid "Startup" msgstr "Torış" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy msgid "Customize startup page." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Qullanuçı biremlege" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Qullanuçı biremlege" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 #, fuzzy msgid "Tabs" msgstr "Tüşämä" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Bäyläneşlär sxeme" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Qäğäz zuqlığı" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Bu mätennän" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy msgid "Customize text input fields." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy msgid "Customize default options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Yöklänğan birem tözeleşe" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL digän süz qullanıp" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Berençe yulda alannarnıñ iseme çığarası" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Baştan ütep kitäse yazma sanı" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "\"AUTO_INCREMENT\" bäyäsen östise" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 #, fuzzy msgid "Number of inserted rows" msgstr "Tezelgän yazma sanı bu." -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6910,161 +6943,161 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 #, fuzzy msgid "Maximum databases" msgstr "Biremleklär yuq" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Tezü öçen waqıtlı birem olılığın çıläw" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 #, fuzzy msgid "Memory limit" msgstr "Resurs çikläwläre" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy msgid "Show logo in navigation panel." msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -7072,1042 +7105,1054 @@ msgid "" "display a filter box." msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 #, fuzzy msgid "Database tree separator" msgstr "Birem adınıñ tözeleşe" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Tüşämä başlığı" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Tüşämälär kürsätäse" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Proseslär tezmäse" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Açıq toruçı tüşämä sanı." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy msgid "Recently used tables" msgstr "Tüşämä tikşerü" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Tüşämä eçtälegen bolay tezäse" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Tüşämä başlığı" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Tüşämä adın üzgärtü" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "\"%s\" öçen töp açqıç qorıldı" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Tözätü cebe" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Bäyläneşlär sxeme" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy msgid "For display Options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 #, fuzzy msgid "Save directory" msgstr "Biremnär törgäge" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessi bäyäse" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy msgid "Authentication method to use." msgstr "Bäyläneşlär" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL servergä totaşılıp bulmadı" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 #, fuzzy msgid "Connection type" msgstr "Totaşular" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Bar bulğan host" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Bar bulğan host" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 #, fuzzy msgid "Hide databases" msgstr "Biremleklär yuq" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 #, fuzzy msgid "Server hostname" msgstr "server adı" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "%s biremlegendä yaña tüşämä yaratu" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Add/Delete Field Columns" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Do not change the password" msgid "Try to connect without password." msgstr "Sersüzen üzgärtäse tügel" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "biremlek adı" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 #, fuzzy msgid "Server port" msgstr "Server ID'e" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Tüşämä centekläw" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Üzgärmälär" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 #, fuzzy msgid "Relation table" msgstr "Tüşämä tözätü" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 #, fuzzy msgid "Server socket" msgstr "Server Saylaw" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Buy Açıqlamasın Kürsätäse" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Tüşämä kisäklären berläşterü" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Cömlä" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Üzennän tözälü ısulı" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Tüşämä qullanıp" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Host Tüşämä eçennän" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tüşämä açıqlaması" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP turında" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Açıq tüşämä tezmäse" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 #, fuzzy msgid "Show SQL queries" msgstr "Tulı Sorawlar Kürsät" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy msgid "Retain query box" msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 #, fuzzy msgid "Show statistics" msgstr "Kerem Nöfüse" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 #, fuzzy msgid "Skip locked tables" msgstr "Açıq tüşämä tezmäse" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Add/Delete Field Columns" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy msgid "Default title" msgstr "Biremlekne bolay atap quy" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8115,53 +8160,53 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 #, fuzzy msgid "Upload directory" msgstr "Biremnär törgäge" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8169,85 +8214,85 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy msgid "Proxy username" msgstr "Atama:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Sersüz" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy msgid "Send error reports" msgstr "Server ID'e" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" @@ -8273,51 +8318,83 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "LOAD DATA qullanıp CSV" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" msgstr "Qullanma" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV bireme, MS Excel öçen" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Text" msgstr "Qullanma" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Biremleklär yuq" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, fuzzy, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "%s cebe uñışlı üterelgän buldı." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +msgid "Internal relations were successfully updated." +msgstr "Eçke bäyläneş" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8332,12 +8409,12 @@ msgstr "" msgid "No change" msgstr "Üzgäreşsez" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8397,6 +8474,7 @@ msgid "Create database" msgstr "Yaña biremlek yaratu" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Yarat" @@ -8412,7 +8490,7 @@ msgid "No Privileges" msgstr "Xoquqsız" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 #, fuzzy msgid "Create table" msgstr "Yaña Bit yaratu" @@ -8428,122 +8506,162 @@ msgstr "Alannar sanı" msgid "Could not load export plugins, please check your installation!" msgstr "Totaşmalar yökläp bulmadı, quyılışın tikşerep alası!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Allows locking tables for the current thread." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export type" -msgid "Export Method:" +msgid "Export templates:" msgstr "Çığaru ısulı" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Birem adınıñ tözeleşe" + +#: libraries/display_export.lib.php:211 +#, fuzzy +msgid "Template name" +msgstr "tüşämä adı" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Birem adınıñ tözeleşe" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "%s tüşämä" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Update Query" +msgid "Update" +msgstr "Sorawnı Yañart" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Tüşämä Saylaw" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export type" +msgid "Export method:" +msgstr "Çığaru ısulı" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy msgid "Custom - display all possible options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Biremleklär" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Tüşämä" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Tözeleş" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Transformation options" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy msgid "Encoding Conversion:" msgstr "MySQL belän totaştırğıç söreme" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Kerem" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Serverneñ \"%s\" törgägendä saqla" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Birem adınıñ tözeleşe" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8551,96 +8669,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Şul biremneñ bilgelämäse:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Qısu" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "\"ziple\"" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "\"gziple\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Biremgä saqlıysı" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "yatqırıp (başlıqlar almaşıp)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Biremgä saqlıysı" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Tüşämä Saylaw" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Tüşämä Saylaw" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "biremlek adı" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Berär genä dä tüşämä yuq" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Alan iseme" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9158,7 +9276,7 @@ msgid "Dump has been saved to file %s." msgstr "Eçtälege \"%s\" biremenä saqlandı." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı." @@ -9236,7 +9354,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksí" @@ -9318,7 +9436,7 @@ msgstr "" "öçen, CTRL+uq töymäläre bar" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9784,7 +9902,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10083,242 +10201,253 @@ msgstr "" msgid "Rename database to" msgstr "Biremlekne bolay atap quy" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Bonda bulu öçen, xoquqlarıñ citmi!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Xoquqlar Üzgärtü" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "%s biremlege beterelde." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Biremlekne bolay atap quy" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy msgid "Drop the database (DROP)" msgstr "Biremleklär yuq" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Tözeleşen genä" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Tözeleşen dä, eçtälegen dä" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Eçtälegen genä" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Biremlekne boña kübäyt" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Kübäytü aldınnan CREATE DATABASE östise" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Çikläwlär östise" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Kübäytelgän biremlekkä küçäse" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Tüşämä eçtälegen bolay tezäse" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(sıñar)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Boña küçerü (biremlek.tüşämä):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Tüşämä adın üzgärtü" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Tüşämä açıqlaması" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Tüşämä köyläneşe" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Saqlaw Isulı" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Boña kübäyt (biremlek.tüşämä):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Kübäytelgän tüşämägä küçäse" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Tüşämä eşkärtü" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Tüşämä centekläw" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Tüşämä tikşerü" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Tüşämä tikşerü" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Tüşämä kisäklären berläşterü" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "\"%s\" atlı tüşämä awdarıldı." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Tüşäwne awdar (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Tüşämä tözätü" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Dumping data for table" msgid "Delete data or table" msgstr "Tüşämä eçtälegen çığaru" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy msgid "Delete the table (DROP)" msgstr "Biremleklär yuq" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 #, fuzzy msgid "Check" msgstr "Çexçä" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 #, fuzzy msgid "Repair" msgstr "Tüşämä tözätü" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy msgid "Coalesce" msgstr "Berär genä dä tüşämä yuq" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 #, fuzzy msgid "Partition maintenance" msgstr "Tüşämä eşkärtü" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Bäyläneşlärne döreslekkä tikşerü:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Ber ük at belän tüşämä küçerep bulmí!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Tüşämä adı kertelmi qaldı!" @@ -10529,7 +10658,7 @@ msgstr "Cibärelde" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11582,54 +11711,59 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Tüşämä adın üzgärtü" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +msgid "Saving export templates" +msgstr "Çığaru ısulı" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "Açıqlamasız" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11812,6 +11946,7 @@ msgstr "İreşü iseme" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "İreşü iseme" @@ -11976,10 +12111,10 @@ msgid "Master server changed successfully to %s." msgstr "Bu xoquqlarnı yökläw uñışlı uzdı." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12001,7 +12136,7 @@ msgstr "\"%s\" atlı tüşämä beterelde" msgid "Event %1$s has been created." msgstr "\"%s\" atlı tüşämä beterelde" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12011,7 +12146,8 @@ msgstr "" msgid "Edit event" msgstr "Cibärelde" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12027,7 +12163,7 @@ msgid "Event type" msgstr "Buldıq töre" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -12063,13 +12199,13 @@ msgid "On completion preserve" msgstr "Tulayım östise" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12097,9 +12233,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -12136,142 +12272,148 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Serverdäge \"%s\" digän tezeleş yaraqsız" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "\"%s\" atlı tüşämä beterelde" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "\"%s\" atlı tüşämä beterelde" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format msgid "Routine %1$s has been created." msgstr "\"%s\" atlı tüşämä beterelde" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Column names" msgid "Routine name" msgstr "Alan iseme" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "Yasalışı" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Biremlekne bolay atap quy" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Ozınlıq/Bäyä*" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Tüşämä köyläneşe" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Query type" msgid "Security type" msgstr "Soraw töre" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Tüşämä adı yaraqsız" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Eçke funksílar eşlätterergä birä." -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12865,14 +13007,16 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Törle qullanuçı" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Qullanuçı biremlege" #: libraries/server_privileges.lib.php:1946 @@ -12901,9 +13045,7 @@ msgid "User has been added." msgstr "\"%s\" atlı Qaraş beterelgän buldı" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12984,11 +13126,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -13013,7 +13155,9 @@ msgid "Add privileges on the following table:" msgstr "Kiläse tüşämä öçen xoquqlar östäw" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Saylanğan qullanuçı beterü" #: libraries/server_privileges.lib.php:3376 @@ -13048,45 +13192,51 @@ msgstr "" msgid "Deleting %s" msgstr "\"%s\" Beterü" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Bu xoquqlarnı yökläw uñışlı uzdı." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" atlı qullanuçı bar inde!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Xoquqlar" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Xoquqlar Üzgärtü" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Qullanuçı" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Qullanuçılar tezmäse" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13099,11 +13249,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:4305 +#: libraries/server_privileges.lib.php:4306 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:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Yana qullanuçı östälände." @@ -14334,7 +14484,7 @@ msgstr "Tanıtması Yaraqsız" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "\"%s\" atlı tüşämä buşatıldı." @@ -14347,14 +14497,14 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "\"%s\" atlı Qaraş beterelgän buldı" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14599,44 +14749,39 @@ msgstr "Totılğan Alan" msgid "Effective" msgstr "Uñışlı" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, fuzzy, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query type" msgid "Query error" msgstr "Soraw töre" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy msgid "Add to Favorites" msgstr "Yaña qullanuçı östäw" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy msgid "Showing create queries" msgstr "Tulı Sorawlar Kürsät" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -15106,20 +15251,6 @@ msgstr "" msgid "Wrong data" msgstr "Biremleklär yuq" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Biremleklär yuq" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15130,7 +15261,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "%s atlı tüşämä bar inde!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Tüşämä eçtälegen (tözeleşen) çığaru" @@ -15138,29 +15269,18 @@ msgstr "Tüşämä eçtälegen (tözeleşen) çığaru" msgid "Invalid table name" msgstr "Tüşämä adı yaraqsız" -#: tbl_relation.php:171 -#, fuzzy -msgid "Internal relations were successfully updated." -msgstr "Eçke bäyläneş" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "%s cebe uñışlı üterelgän buldı." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -15386,7 +15506,7 @@ msgid "subquery" msgstr "sorawda" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 #, fuzzy msgid "Create relation" msgstr "Server söreme" @@ -15471,13 +15591,13 @@ msgstr "İreşü iseme" msgid "Delete pages" msgstr "Tüşämä Saylaw" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15770,42 +15890,42 @@ msgstr "Yomğaq başlığı" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy msgid "Series:" msgstr "SQL-soraw" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Bäyä" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside table(s):" msgid "Series column:" msgstr "Kiläse tüşämä eçendä:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Alannar sanı" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17119,6 +17239,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Törle qullanuçı" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Çığaru ısulı" + #~ msgid "Print view (with full texts)" #~ msgstr "Bastıru küreneşe (bar mätennär belän)" @@ -17342,10 +17472,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "Çığaru ısulı" -#, fuzzy -#~ msgid "svg export page" -#~ msgstr "Çığaru ısulı" - #, fuzzy #~| msgid "Total" #~ msgid "Total " diff --git a/po/ug.po b/po/ug.po index 7914cf336c..878baafa4f 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2013-11-25 15:29+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uighur Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Tracking is not active." msgid "Query cache efficiency" msgstr "ئىزلاش ئاكتىپ ئەمەس" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Latched pages" msgid "Query cache usage" msgstr "قۇلۇپلانغان بەت" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Latched pages" msgid "Query cache used" msgstr "قۇلۇپلانغان بەت" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "يىغىندىسى" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "ئاق(قۇرۇق)بەت" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "بايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1423,33 +1444,33 @@ msgid "%d table(s)" msgstr "%s جەدۋەل" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "نەشىر" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "General relation features" msgid "Settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1461,47 +1482,47 @@ msgstr "" msgid "None" msgstr "يوق" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1509,155 +1530,155 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "ھۆججەتنى باشقا ساقلاش" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "تاقالدى" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "دوكلات تېمىسى" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "No Privileges" msgid "Analysing logs" msgstr "ھوقۇقسىز" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "ئۇقۇش تەلىپى" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Jump to Log table" msgstr "%s جەدۋەل" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Authenticating…" msgid "Analyzing…" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL ئىزاھى" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1667,172 +1688,172 @@ msgstr "SQL ئىزاھى" msgid "Time" msgstr "ۋاقىت" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "يىغىندىسى" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "ئاساسىي مەزمۇن" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "جەدۋەل" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Report title" msgid "Chart" msgstr "دوكلات تېمىسى" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of columns" msgid "Sum of grouped rows:" msgstr "سۆزلەم سانى" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "يىغىندىسى" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "No Privileges" msgid "Loading logs" msgstr "ھوقۇقسىز" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Remove database" msgid "Reload page" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "كىرگۈزۈش" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Import monitor configuration" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "يېڭلاش" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "قوللانما" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "تەپسىلاتلار…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authenticating…" msgid "Justification" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1843,63 +1864,63 @@ msgstr "" msgid "Cancel" msgstr "بىكار قىلىش" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "No Privileges" msgid "Loading…" msgstr "ھوقۇقسىز" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1908,77 +1929,77 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "كۆچۈرۈلگەن ساندان" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Select Foreign Key" msgid "Enable foreign key checks" msgstr "تاشقى ئاچقۇق قىممىتى" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "ھۆججەتنى دېسكىغا يىزىشتا خاتالىق كۆرۈلدى." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "ئىزدەش" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "SQL query" msgid "Show search results" msgstr "SQL سورىقى" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "كۆزەت" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "ئۆچۈرۈش" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1988,62 +2009,62 @@ msgstr "" msgid "Export" msgstr "چىقىرىش" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of columns" msgid "Values for column %s" msgstr "سۆزلەم سانى" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "SQL query" msgid "Show query box" msgstr "SQL سورىقى" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "تەھىرلەش" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2051,174 +2072,174 @@ msgstr "تەھىرلەش" msgid "Delete" msgstr "ئۆچۈرۈش" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disabled" msgid "Variable %d:" msgstr "تاقالدى" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Click to unselect" msgid "Column selector" msgstr "بىر چىكىپ بىكار قىلىڭ" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "سانداندىن ئىزدەش" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "(continued)" msgid "Continue" msgstr "داۋاملاشتۇرلىدىغان" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key added." msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "ئىزلاش خاتىرىسى" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "تامام" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2227,463 +2248,463 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "SQL query" msgid "Show search criteria" msgstr "SQL سورىقى" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "ئىزدەش" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Columns terminated by" msgid "Column maximum:" msgstr "خەت ئايرىش بەلگىسى" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Columns terminated by" msgid "Column minimum:" msgstr "خەت ئايرىش بەلگىسى" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "SQL query" msgid "Hide find and replace criteria" msgstr "SQL سورىقى" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "SQL query" msgid "Show find and replace criteria" msgstr "SQL سورىقى" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىكلىكى" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "قۇر ئالماشۇرۇش بەلگىسى" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "سېرتقى ئۇلىنىشنى تاللاش" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "تاشقى ئاچقۇق قىممىتى" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ" # column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "سۆزلەمنى كۆرسەتمەسلىك" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "ھەممىنى تاللاش" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "ھەممىنى تاللاش" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "ئاق(قۇرۇق)بەت" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "ھەممىنى تاللاش" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select a page to continue" msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid page name" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Display PDF schema" msgid "Export relational schema" msgstr "PDF تىزىىسىنى كۆرسىتىش" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "ئۆزگەرتىشلەر ساقلاندى" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of columns" msgid "Add an option for column \"%s\"." msgstr "سۆزلەم سانى" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Columns terminated by" msgid "Double-click to copy column name." msgstr "خەت ئايرىش بەلگىسى" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "ھەممىسىنى كۆرسىتىش" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Lines terminated by" msgid "Original length" msgstr "قۇر ئالماشۇرۇش بەلگىسى" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "بىكار قىلىش" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import" msgid "Import status" msgstr "كىرگۈزۈش" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "ھەممىنى تاللاش" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Columns terminated by" msgid "Copy column name." msgstr "خەت ئايرىش بەلگىسى" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "پارول ھاسىللاش" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "ھاسىللاش" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "پارولنى ئۆزگەرتىش" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "تېخىمۇ كۆپ" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "ھەممىسىنى كۆرسىتىش" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "تېزىسلار" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Indexes" msgid "Show hidden navigation tree items." msgstr "تېزىسلار" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Indexes" msgid "Link with main panel" msgstr "تېزىسلار" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Indexes" msgid "Unlink from main panel" msgstr "تېزىسلار" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "جەدۋەل" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "قاراش" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Events" msgid "events" msgstr "ھادىسە" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Versions" msgid "functions" msgstr "نەشىر" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2691,137 +2712,137 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "ېيڭى نەشىر" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "up to date" msgstr "%s جەدۋەل" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create version" msgid "Create view" msgstr "نەشىرنى قۇىماق" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Report title" msgid "Show Report Details" msgstr "دوكلات تېمىسى" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Select All" msgid "Execute this query again?" msgstr "ھەممىنى تاللاش" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "راستىنلا ئجرا قىلىمسىز" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "جەدۋەل ئىزاھى" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "ئالدىنقى ئاي" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2829,149 +2850,149 @@ msgid "Next" msgstr "كىيىنكى ئاي" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "بۈگۈن" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "قەھرىتان" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "ھۇت" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "نورۇز" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "ئۈمىد" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "باھار" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "6-ئاي" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "7-ئاي" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "8-ئاي" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "9-ئاي" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "10-ئاي" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "11-ئاي" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "12-ئاي" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "1-ئاي" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "2-ئاي" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "3-ئاي" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "4-ئاي" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "5-ئاي" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "6-ئاي" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "چىللە" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "تومۇز" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "مىزان" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "ئوغۇز" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "ئوغلاق" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "كۆنەك" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "يەكشەنبە" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "دۈشەنبە" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "سەيشەنبە" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "چارشەنبە" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "پەيشەنبە" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "جۈمە" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "شەنبە" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2979,206 +3000,206 @@ msgid "Sun" msgstr "يەكشەنبە" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "دۈشەنبە" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "سەيشەنبە" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "چارشەنبە" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "پەيشەنبە" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "جۈمە" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "شەنبە" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "يەكشەنبە" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "دۈشەنبە" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "سەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "چارشەنبە" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "پەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "جۈمە" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "شەنبە" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "ھەپتە" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "يوق" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "سائەت" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "مىنۇت" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "سېكنۇت" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid email address" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid URL" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date ( ISO )" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid number" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid credit card number" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter only digits" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter the same value again" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter at least {0} characters" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value between {0} and {1}" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value less than or equal to {0}" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a value greater than or equal to {0}" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid date or time" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "%d is not valid row number." msgid "Please enter a valid HEX input" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "خاتالىق" @@ -3247,16 +3268,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "خەتنىڭ چوڭ-كىچىكلىكى" @@ -3277,7 +3298,7 @@ msgid "Requery" msgstr "تەكشۈرۈش" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3286,7 +3307,7 @@ msgstr "تەكشۈرۈش" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3374,7 +3395,7 @@ msgid "History" msgstr "SQL دەلىللەشتىن ئاتلاش" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3397,7 +3418,7 @@ msgstr "SQL دەلىللەشتىن ئاتلاش" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3488,7 +3509,7 @@ msgid "Count:" msgstr "سۆزلەم" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3556,10 +3577,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3567,10 +3588,10 @@ msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش" msgid "Ascending" msgstr "ئارتىش" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3814,31 +3835,31 @@ msgstr "تاللاشنى قالدۇرۇش" msgid "Inside column:" msgstr "ئىچىدىكى سۆزلەم:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete columns" msgid "Restore column order" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Sort" msgid "Filter rows" msgstr "تۈرلەش" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "سانداندىن ئىزدەش" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3846,7 +3867,7 @@ msgctxt "First page" msgid "Begin" msgstr "باشلا" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3855,7 +3876,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "ئالدىنقىسى" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3864,7 +3885,7 @@ msgctxt "Next page" msgid "Next" msgstr "كىيىنكى ئاي" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3872,128 +3893,129 @@ msgctxt "Last page" msgid "End" msgstr "ئاخىرقىسى" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of columns" msgid "Number of rows:" msgstr "سۆزلەم سانى" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial import" msgid "Partial texts" msgstr "بۆلۈپ كىرگۈزىش" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The bookmark has been deleted." msgid "The row has been deleted." msgstr "خەتكۈچ ئۆچۈرۈلدى." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3-11]FAQ 3.11[/doc] غا قاراڭ." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL بۇيرىقى غەلبىلىك بىجىرىلدى" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "بۇ كۆرسەتمە كامىدا ئىگە بولغان سەپ، %sھۆججەت%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "ئۇمۇمىي" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "تاللانغىنى:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4002,26 +4024,26 @@ msgstr "تاللانغىنى:" msgid "Check All" msgstr "ھەممىنى تاللاش" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "بېسىپ كۆرسىتىش" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Table comments" msgid "Display chart" msgstr "جەدۋەل ئىزاھى" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4151,7 +4173,7 @@ msgstr "تۈپ سان" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4161,7 +4183,7 @@ msgid "Collation" msgstr "تاسقاش" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "ئىزاھات" @@ -4176,7 +4198,7 @@ msgid "Index %s has been dropped." msgstr "ئۆچۈرۈلگەن تېزىسلار %s." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4192,7 +4214,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "مۇلازىمىتېر" @@ -4209,7 +4231,7 @@ msgstr "قاراش" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4240,7 +4262,7 @@ msgstr "قىستۇرۇش" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "ھۇقۇقى" @@ -4305,15 +4327,15 @@ msgid "Central columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "ساندان" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4390,7 +4412,7 @@ msgid "Could not save favorite table!" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4421,7 +4443,7 @@ msgid "Recent" msgstr "ھادىسە" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Tracked tables" msgid "Favorite tables" @@ -5011,16 +5033,16 @@ msgstr "ئەڭ چوڭ:%s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL جاۋابى: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL ئىزاھى" @@ -5037,7 +5059,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP كودى يوق" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP كودى قۇرۇش" @@ -5137,6 +5159,10 @@ msgstr "ئاخىرقى يېڭلىنىش" msgid "Last check" msgstr "ئاخىرقى تەكشۈرۈش" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5233,8 +5259,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5242,7 +5268,7 @@ msgstr "ئىسمى" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5542,7 +5568,7 @@ msgid "Not a valid port number!" msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس." #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5553,35 +5579,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5596,7 +5622,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -6003,7 +6029,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add constraints" msgid "Use %s statement" @@ -6013,7 +6039,7 @@ msgstr "مەجبۇرى قوشۇش" msgid "Save as file" msgstr "ھۆججەتنى باشقا ساقلاش" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -6029,8 +6055,8 @@ msgstr "پىرىسلاش" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6040,16 +6066,16 @@ msgstr "پىرىسلاش" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "مەزمۇن ئايرىش بەلگىسى" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped by" @@ -6059,8 +6085,8 @@ msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6070,15 +6096,15 @@ msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL " msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "خەت ئايرىش بەلگىسى" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6104,8 +6130,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6136,14 +6162,14 @@ msgid "Label key" msgstr "ئاچقۇچلۇق ئېمزا" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIMEشەكلى" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "مۇناسىۋىتى" @@ -6153,604 +6179,610 @@ msgstr "مۇناسىۋىتى" msgid "Export method" msgstr "چىقىرىش" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "مەۋجۇت ھۆججەت ئۈستىدىن يېزىش" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export" +msgid "Export as separate files" +msgstr "چىقىرىش" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT قوشۇش" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQLئۆز ئىچىگە ئالغان شەكلى" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "قوشۇلغىنى %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "چىقىرىش" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "تاشقى ئاچقۇق قىممىتى" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "ئاپتۇماتىك ئەسلىگە كەلتۈرۈش شەكلى" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "ھاسىللاش" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "ساندان ئىزاھاتى:" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Table caption" msgid "Navigation tree" msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Indexes" msgid "Customize the navigation tree." msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Table caption" msgid "Tables display options." msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Indexes" msgid "Main panel" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "PBMS connection failed:" msgid "Enter server connection parameters." msgstr "PBMS ئۇلىنالمىدى:" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "General relation features" msgid "SQL queries settings." msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "ساندان" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "ساندان" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "PDF تىزىىسىنى كۆرسىتىش" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "قەغەزنىڭ چوڭ-كىچىكلىكى" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "كىرگۈزگەن ھۆججەت شەكلى" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 #, fuzzy #| msgid "Columns terminated by" msgid "Column names in first row" msgstr "خەت ئايرىش بەلگىسى" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT قوشۇش" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6758,1156 +6790,1168 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Indexes" msgid "Show databases navigation as tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Table caption" msgid "Show logo in navigation panel." msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show dimension of tables" msgid "Show tables in tree" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Indexes" msgid "Whether to show tables under database in the navigation tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Indexes" msgid "Show views in tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Indexes" msgid "Whether to show views under database in the navigation tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Indexes" msgid "Show events in tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Indexes" msgid "Whether to show events under database in the navigation tree" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "ئىزلانمىغان جەدۋەللەر" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "ئەسلىگە كەلتۈرۈش يۇلى" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "مۇناسىۋىتى" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Table caption" msgid "For display Options" msgstr "جەدېۋەلنىڭ تىمىسى" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Create table on database %s" +msgid "Export templates table" +msgstr "ساندان %s غا جەدىۋەل قۇرۇش" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "ساندان ئىسمى" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "جەدۋەل تەھلىلى" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Tracked tables" msgid "Favorites table" msgstr "ئىزلانغان جەدۋەل" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولمايدۇ." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "جەدۋەللەرنى ئىشلىتىش" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "جەدۋەل ئىزاھى" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Indexes" msgid "Show hint" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "SQL query" msgid "Retain query box" msgstr "SQL سورىقى" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ئەندىز" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7915,52 +7959,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7968,84 +8012,84 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "ئابۇنىت ئىسمى:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "پارول" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Enable Zero Configuration mode" @@ -8079,51 +8123,83 @@ msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" msgid "Signon authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "OpenOffice جەدىۋېلى" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel دىكى CSVشەكلى" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "OpenOffice ھۆججىتى" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +# column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "Choose column to display" +msgid "No data to display" +msgstr "سۆزلەمنى كۆرسەتمەسلىك" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr ".ئىچكى ئۇلىنىش مۇاسىۋىتى قۇشۇلدى" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8138,12 +8214,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8201,6 +8277,7 @@ msgid "Create database" msgstr "ساندان قۇرۇش" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "قۇرۇش" @@ -8216,7 +8293,7 @@ msgid "No Privileges" msgstr "ھوقۇقسىز" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -8228,118 +8305,161 @@ msgstr "سۆزلەم سانى" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Exporting databases from the current server" msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى." -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy #| msgid "Export" -msgid "Export Method:" +msgid "Export templates:" msgstr "چىقىرىش" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "ھۆججەت ئېتى ئەندىزىسى" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Keyname" +msgid "Template name" +msgstr "قىممەت ئىسمى" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "ھۆججەت ئېتى ئەندىزىسى" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s جەدۋەل" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "يېڭلاش" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "ھەممىنى تاللاش" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export" +msgid "Export method:" +msgstr "چىقىرىش" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "ساندان" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Table" msgid "Table(s):" msgstr "جەدۋەل" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "فورماتلاش" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "سەپ سانى" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "مۇلازىمىتېرنىڭ %s مۇندەرىجىسىدە ساقلاش" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "ھۆججەت ئېتى ئەندىزىسى" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8347,96 +8467,96 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "ھۆججەتنىڭ ھەرىپ-بەلگە توپلىمى" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "پىرىسلاش" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "zipپىرىسلاش" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "gzipپىرىسلاش" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "ھۆججەتنى باشقا ساقلاش" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Create table on database %s" msgid "Export databases as separate files" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export" msgid "Export tables as separate files" msgstr "چىقىرىش" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "ھۆججەتنى باشقا ساقلاش" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "ھەممىنى تاللاش" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "ھەممىنى تاللاش" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "ساندان ئىسمى" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Keyname" msgid "New table name" msgstr "قىممەت ئىسمى" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Columns terminated by" msgid "Old column name" msgstr "خەت ئايرىش بەلگىسى" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Columns terminated by" msgid "New column name" @@ -8944,7 +9064,7 @@ msgid "Dump has been saved to file %s." msgstr "%s ھۆججىتىدە ساقلاندى." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -9021,7 +9141,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -9099,7 +9219,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9561,7 +9681,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -9858,234 +9978,243 @@ msgstr "" msgid "Rename database to" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Privileges" msgid "Adjust Privileges" msgstr "ھۇقۇقى" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "ساندان %s ئۆچۈرۈلدى." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "كۆچۈرۈلگەن ساندان" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "تۈزىلىشىنىلا" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "تۈزۈلىشى ۋە ئۇچۇر" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "ئۇچۇرنىلا" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "كۆچۈرۈلگەن ساندان" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "ئاندىنقى سانداننى كۆپەيتىپ ساندان قۇرۇش" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "مەجبۇرى قوشۇش" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "جەدۋەل ئىزاھى" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "جەدۋەل تەھلىلى" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "جەدۋەل تەكشۈرۈش" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "جەدۋەل تەكشۈرۈش" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "جەدۋەلنى ئەلالاش" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "جەدۋەلنى ئوڭشاش" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete data or table" msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Drop the database (DROP)" msgid "Delete the table (DROP)" msgstr "كۆچۈرۈلگەن ساندان" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10290,7 +10419,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11273,54 +11402,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Export" +msgid "Saving export templates" +msgstr "چىقىرىش" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -11500,6 +11635,7 @@ msgstr "ئابۇنىت ئىسمى:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -11658,10 +11794,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11684,7 +11820,7 @@ msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" msgid "Event %1$s has been created." msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -11695,7 +11831,8 @@ msgstr "" msgid "Edit event" msgstr "مەجبۇرى قوشۇش" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -11713,7 +11850,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -11744,13 +11881,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -11778,9 +11915,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -11815,142 +11952,148 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "ئۈنۈمسىز مۇلازىمىتېر :%s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Routine %1$s has been modified." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Routines" msgid "Edit routine" msgstr "دائىملىق" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "دائىملىق" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "قۇرۇش" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "تۈرگە قايتىش" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Action" msgid "Return options" msgstr "ئامال" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Return type" msgid "Security type" msgstr "تۈرگە قايتىش" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -12531,15 +12674,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Add %s" -msgid "Add user" +msgid "Add user account" msgstr "قوشۇلغىنى %s" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "ساندان ئىزاھاتى:" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12567,9 +12712,7 @@ msgid "User has been added." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12644,11 +12787,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -12668,8 +12811,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "With selected:" +msgid "Remove selected user accounts" +msgstr "تاللانغىنى:" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -12703,43 +12848,47 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "ھۇقۇقى" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "ھۇقۇقى" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12748,11 +12897,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -13945,7 +14094,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "%s جەدۋەل تازىلاندى" @@ -13958,14 +14107,14 @@ msgstr "ئاكتىپ ئىزلاش." msgid "Tracking is not active." msgstr "ئىزلاش ئاكتىپ ئەمەس." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14201,45 +14350,40 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Query" msgid "Query error" msgstr "تەكشۈرۈش" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "ساندان %s ئۆچۈرۈلدى." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Routines" msgid "Add to Favorites" msgstr "دائىملىق" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relations" msgid "Relation view" @@ -14702,21 +14846,6 @@ msgstr "" msgid "Wrong data" msgstr "" -# column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك -#: tbl_chart.php:38 -#, fuzzy -#| msgid "Choose column to display" -msgid "No data to display" -msgstr "سۆزلەمنى كۆرسەتمەسلىك" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14727,7 +14856,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -14735,28 +14864,18 @@ msgstr "" msgid "Invalid table name" msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr ".ئىچكى ئۇلىنىش مۇاسىۋىتى قۇشۇلدى" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -14957,7 +15076,7 @@ msgid "subquery" msgstr "تەكشۈرۈش" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15041,13 +15160,13 @@ msgstr "قىممەت ئىسمى" msgid "Delete pages" msgstr "ھەممىنى تاللاش" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15336,39 +15455,39 @@ msgstr "دوكلات تېمىسى" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "ئىچىدىكى سۆزلەم:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of columns" msgid "Value Column:" msgstr "سۆزلەم سانى" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16666,6 +16785,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "Add %s" +#~ msgid "Add user" +#~ msgstr "قوشۇلغىنى %s" + +#, fuzzy +#~| msgid "Export" +#~ msgid "Export Method:" +#~ msgstr "چىقىرىش" + #~ msgid "Print view (with full texts)" #~ msgstr "بېسىپ چىقىرش كۈرۈلمىسى" @@ -16795,11 +16924,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "چىقىرىش" -#, fuzzy -#~| msgid "Export" -#~ msgid "svg export page" -#~ msgstr "چىقىرىش" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/uk.po b/po/uk.po index 5985353124..c48c5079b4 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-01-02 17:07+0200\n" "Last-Translator: Сергій Педько \n" "Language-Team: Ukrainian Установки." -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "Ефективність кешу запитів" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "Використання кешу запитів" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "Використано кеш запитів" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "Використання CPU системою" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "Пам'ять системи" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "SWAP системи" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "Середнє навантаження" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "Загальна пам'ять" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "Пам'яті кешовано" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "Пам'яті буферизовано" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "Пам'яті вільно" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "Пам'яті використано" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "Загальний Swap" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "Кешований Swap" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "Використаний Swap" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "Вільний Swap" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "Байтів надіслано" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "Байтів отримано" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "З'єднань" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Процесів" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Б" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЕБ" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d таблиця(таблиць)" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "Питання" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафік" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "Налаштування" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "Додати графік до сітки" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "Будь ласка додайте щонайменше одну змінну до ряду!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1399,47 +1421,47 @@ msgstr "Будь ласка додайте щонайменше одну змі msgid "None" msgstr "Жодного" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "Відновити монітор" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "Призупинити монітор" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "Почати автоматичне оновлення" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "Припинити автоматичне оновлення" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log та slow_query_log ввімкнені." -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log ввімкнений." -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log ввімкнений." -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "general_log та slow_query_log вимкнені." -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output не встановлений для TABLE." -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output встановлений для TABLE." -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1450,12 +1472,12 @@ msgstr "" "%d секунди. Рекомендовано встановити long_query_time 0-2 секунди, в " "залежності від вашої системи." -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time встановлено на %d секунди(секунд)." -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" @@ -1464,30 +1486,30 @@ msgstr "" "будуть встановлені за замовчуванням:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "Встановити log_output в %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "Увімкнено %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "Вимкнено %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "Встановити long_query_time у %d секунд." -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." @@ -1495,57 +1517,57 @@ msgstr "" "Ви не можете змінити ці змінні. Будь ласка увійдіть як root або зв'яжіться з " "вашим адміністратором БД." -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "Змінити налаштування" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "Поточні налаштування" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "Заголовок діаграми" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "Диференціальний" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "Розділено на %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "Модуль" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "З журналу повільних запитів (slow log)" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "Із загального журналу" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "Ім'я бази даних для цього запиту не присутнє в журналі сервера." -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "Аналіз журналів" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "Аналіз та завантаження журналів. Це може зайняти деякий час." -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "Скасувати запит" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1555,7 +1577,7 @@ msgstr "" "тільки сам SQL запит був використаний в якості критеріїв класифікації, так " "що інші атрибути запиту, такі як час початку, можуть відрізнятися." -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1564,31 +1586,31 @@ msgstr "" "Оскільки було обрано груповання запитів INSERT, INSERT запити в тій же " "таблиці також групуються разом, незважаючи на вставлені дані." -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "Журнальні дані завантажені. Запити виконані в цей проміжок часу:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "Перейти до таблиці Log" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "Даних не знайдено" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "Журнал проаналізований, але даних в цей проміжок часу не знайдено." -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "Аналізується…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "Тлумачити вихідні дані" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1598,58 +1620,58 @@ msgstr "Тлумачити вихідні дані" msgid "Time" msgstr "Час" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "Загальний час:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "Результати профілювання" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "Таблиця" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "Діаграма" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "опції фільтрів таблиці Log" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Фільтр" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "Фільтрувати запити по слову/регулярному_виразу:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "Групувати запити, ігноруючи змінні в операторі WHERE" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "Число згрупованих рядків:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "Разом:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "Журнал завантаження" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "Оновлення монітору не вдалося" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1659,89 +1681,89 @@ msgstr "" "швидше за все, тому що ваша сесія закінчилася. Перезавантаження сторінки і " "повторного введення облікових даних повинно допомогти." -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "Перезавантажити сторінку" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "Рядки що зазнали змін:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" "Невдале зчитування файлу конфігурації. Схоже на неприпустимий JSON код." -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" "Неможливо побудувати сітку даних з імпортованою конфігурацією. Відновлення " "конфігурації за замовчуванням…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Імпорт" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "Імпорт налаштувань монітору" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "Будь ласка, оберіть файл, який ви бажаєте імпортувати." -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "На сервері немає файлів для імпорту!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "Аналізувати запит" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "Система порад" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "Можливі проблеми з продуктивністю" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "Пропозиція" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "Рекомендація" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "Деталі правила" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "Правомірність" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "Використана змінна / формула" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "Тест" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1752,63 +1774,63 @@ msgstr "" msgid "Cancel" msgstr "Скасувати" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "Змінити налаштування" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "Застосувати" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "Завантаження…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "Запит скасовано!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "Обробка запиту" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "Запит скасовано!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "Помилка при обробці запиту" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "Код помилки: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "Текст помилки: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Жодної бази даних не вибрано." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "Видалення стовпчика" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "Додавання Головного Ключа" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1817,63 +1839,63 @@ msgstr "Додавання Головного Ключа" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "Клікніть для пропуску цьго повідомлення" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "Перейменування баз даних" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "Копіювання бази даних" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "Зміна Кодування" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Відключити перевірки зовнішніх ключів" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "Не вдалося отримати реальну кількість рядків." -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "Пошук" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "Сховати результати пошуку" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "Показати результати пошуку" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "Перегляд" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "Видалення" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Визначення збереженої функції має містити оператор RETURN!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1883,60 +1905,60 @@ msgstr "Визначення збереженої функції має міст msgid "Export" msgstr "Експортувати" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET редактор" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "Значення для колонки %s" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "Значення для нового стовпчика" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "Введіть кожне значення в окреме поле." -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "Додати %d значення(ь)" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" "Примітка: Якщо файл містить кілька таблиць, то вони будуть об'єднані в одну." -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "Сховати блок запиту" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "Показати блок запиту" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Редагувати" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1944,56 +1966,56 @@ msgstr "Редагувати" msgid "Delete" msgstr "Видалити" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d неправильний номер рядка." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Огляд зовнішніх значень" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Змінна" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "Вибір стопчиків" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "Шукати в цьому списку" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "Дивитись більше" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "Ви впевнені?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" @@ -2001,71 +2023,71 @@ msgstr "" "Ця дія може змінити визначення деяких стовпців.
Ви впевнені, що бажаєте " "продовжувати?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "Продовжити" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "Додати первинний ключ" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "Було додано первинний ключ." -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "Перехід до наступного кроку…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "Перший крок нормалізації для таблиці '%s' завершений." -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "Кінець кроку" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "Другий крок нормалізації (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "Готово" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "Підтвердіть часткові залежності" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "Обрані часткові залежності такі:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "Немає обраних часткових залежностей!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" "Покажіть мені можливі часткові залежності, що ґрунтуються на даних у таблиці" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "Приховати список часткових залежностей" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." @@ -2073,40 +2095,40 @@ msgstr "" "Всім залишатись на місцях! Це може зайняти деякий час, залежно від розміру " "даних та кількості стовпців у таблиці." -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "Крок" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "Будуть виконані наступні дії:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "СКИНУТИ стовпці %s для таблиці %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "Створити наступну таблицю" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "Третій крок нормалізації (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "Підтвердіть перехресні залежності" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "Обрані залежності такі:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "Жодної залежності не обрано!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2115,147 +2137,147 @@ msgstr "Жодної залежності не обрано!" msgid "Save" msgstr "Зберегти" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "Сховати критерії пошуку" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "Показати критерії пошуку" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "Діапазон пошуку" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "Максимум стовпчика:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "Мінімум стовпчика:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "Мінімальне значення:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "Максимальне значення:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "Сховати критерії пошуку та заміни" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "Показати критерії пошуку та заміни" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "Кожна точка являє собою рядок даних." -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "Наведення курсора над крапкою відобразить, її назву." -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "Щоб збільшити масштаб, виберіть ділянку діаграми за допомогою миші." -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" "Натисніть кнопку Скидання масштабу, щоб повернутися до початкового стану." -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "Клікніть на дані щоб переглянути та можливо редагувати дані рядка." -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" "Розмір графіка може бути змінений шляхом перетягування нижнього правого кута." -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "Виділити дві колонки" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "Виділити дві різні колонки" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "Вміст точки даних" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Ігнорувати" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "Копіювати" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "Точка" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "Відрізок" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "Полігон" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "Геометрія" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "Внутрішнє кільце" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "Зовнішнє кільце" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "Ви хочете скопіювати ключ шифрування?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "Ключ шифрування" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Обрати ключі посилання" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Обрати зовнішній ключ" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "Будь ласка, оберіть первинний ключ або унікальний ключ!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "Виберіть колонку для відображення" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" @@ -2263,79 +2285,79 @@ msgstr "" "Ви не зберегли зміни в макет. Вони будуть втрачені, якщо ви не збережете їх. " "Бажаєте продовжити?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "Назва сторінки" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "Зберегти сторінку" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "Зберегти сторінку" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "Відкрити сторінку" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "Видалити сторінку" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "Без назви" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "Будь ласка, оберіть сторінку для продовження" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "Ви хочете зберегти зміни до поточної сторінки?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "Сторінка успішно видалена" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "Експортувати схему зв'язків" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Модифікації було збережено" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "Додати опцію для колонки \"%s\"." -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "Створено %d об'єкт(ів)." -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Виконати" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "Натисніть Escape для відміни редагування." -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -2343,15 +2365,15 @@ msgstr "" "Ви змінили деякі дані, і вони не були збережені. Ви впевнені, що хочете " "залишити цю сторінку перед збереженням даних?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "Перетягніть для зміни порядку." -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "Клацніть для сортування за цим стовпчиком." -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2361,28 +2383,28 @@ msgstr "" "ASC/DESC.
- Ctrl+клік чи Alt+клік (для Mac: Shift+Option+клік) для " "видалення стовпчика із списку ORDER BY" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "Клацніть для встановлення/зняття позначки." -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "Клацніть двічі, щоб скопіювати назву стовпчика." -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" "Клацніть на стрілку випадаючого меню
для перемикання видимості " "стовпчика." -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Показати все" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2391,13 +2413,13 @@ msgstr "" "редагування, прапорцем, посиланнями Редагувати, Копіювати та Видаляти можуть " "не працювати після збереження." -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" "Будь-ласка введіть допустимий шістнадцятковий рядок. Допустимі символи: 0-9, " "A-F." -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." @@ -2405,143 +2427,143 @@ msgstr "" "Ви дійсно хочете побачити усі рядки? Для великих таблиць це може призвести " "до зависання браузеру." -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "Початковий рядок" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "скасувати" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Перервано" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "Успішно" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "Стан імпорту" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "Скинути файли сюди" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "Спочатку оберіть базу даних" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" "Ви також можете редагувати більшість значень
двіччі клацнувши прямо " "по них." -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" "Ви також можете редагувати більшість колонок
клацнувши безпосередньо " "на них." -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "Перейти за посиланням:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "Копіювати назву стовпчик(ів)." -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" "Клацніть правою кнопкою назву стовпчика, щоб скопіювати його в буфер обміну." -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "Згенерувати пароль" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Згенерувати" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "Змінити пароль" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "Більше" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "Показати панель" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "Приховати панель" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "Показати приховані пункти дерева навігації." -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "Зв'язати з головною панеллю" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "Видалити зв'язок з головною панеллю" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Таблиці" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "Подання" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Процедури" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "подія" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Функції" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" "Запитану сторінку не знайдено в історії, можливо минув її термін зберігання." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2551,43 +2573,43 @@ msgstr "" "Найновіша версія %s, випущена %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", остання стабільна версія:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "оновлено" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "Створити подання" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "Надіслати звіт про помилку" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "Надіслати звіт про помилку" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" "Трапилася фатальна помилка JavaScript. Ви хочете відіслати звіт про неї?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "Змінити налаштування звіту" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "Показати подробиці звіту" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" @@ -2595,7 +2617,7 @@ msgstr "" "Ваш експорт є неповним у зв'язку з низьким часовим лімітом для виконання на " "рівні PHP!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2605,427 +2627,427 @@ msgstr "" "надсилання деякі поля може бути проігноровано через значення РНР " "max_input_vars." -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "На сервері були виявлені деякі помилки!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "Будь-ласка зверніть увагу на нижню частину цього вікна." -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "Ігнорувати все" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "Згідно ваших налаштувань, що наразі вносяться, будьте терплячими." -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "Виконати цей запит ще раз?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "Ви дійсно бажаєте видалити цю закладку?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Execute" msgid "%s queries executed %s times in %s seconds." msgstr "Виконати" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Коментарі таблиці" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "Сховати результати пошуку" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "Попередня" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "Наступна" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "Сьогодні" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "Січень" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "Лютий" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "Березень" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "Квітень" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Травень" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "Червень" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "Липень" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "Серпень" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "Вересень" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "Жовтень" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "Листопад" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "Грудень" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Січ" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Бер" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Квт" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "Трв" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Чрв" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Лип" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Сер" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Жов" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Лис" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Гру" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "Неділя" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "Понеділок" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "Вівторок" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "Середа" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "Четвер" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "П'ятниця" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "Субота" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Сер" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "Нд" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "Тж" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "календар-місяць-рік" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "немає" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "Година" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "Хвилина" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "Секунда" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Використовувати текстове поле" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "Введіть вірний номер!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "Введіть вірний номер!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "Введіть вірний номер!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "Введіть вірну довжину!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "Введіть вірну довжину!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "Будь-ласка, введіть допустиме ім`я сторінки" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "Введіть вірний номер!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Помилка" @@ -3096,18 +3118,18 @@ msgstr "за годину" msgid "per day" msgstr "за день" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "Існуючий файл конфігурації (%s) не читабельний." -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" "Невірні права доступу до конфігураційного файлу, він не повинен бути " "доступним для всіх!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Розмір шрифту" @@ -3126,7 +3148,7 @@ msgid "Requery" msgstr "Повторити запит" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3135,7 +3157,7 @@ msgstr "Повторити запит" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3211,7 +3233,7 @@ msgid "History" msgstr "Історія" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3234,7 +3256,7 @@ msgstr "Історія" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Параметри" @@ -3327,7 +3349,7 @@ msgid "Count:" msgstr "Відлік" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3381,10 +3403,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Перейти до скопійованої таблиці" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3392,10 +3414,10 @@ msgstr "Перейти до скопійованої таблиці" msgid "Ascending" msgstr "Зростаючий" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3612,125 +3634,126 @@ msgstr "Зняти всі відмітки" msgid "Inside column:" msgstr "Всередині стовпчика:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "Зберегти відредаговані дані" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "Відновити порядок стовпців" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "Фільтрувати рядки" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "Шукати в таблиці" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Почати" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "Попередній" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "Вперед" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "Кінець" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Все" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "Число рядків:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Сортувати за ключем" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "Часткові тексти" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "Повні тексти" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Ключ відношення" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "Стовпчик відображення зв'язків" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Показати двійковий вміст" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "Показати вміст BLOB-ОБ'ЄКТІВ" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "Сховати перетворення" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "Добре відомий текст" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "Добре відомий бінарний" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "Рядок видалено." -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Вбити" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Може бути приблизним. Дивіться [doc@faq3-11]FAQ 3.11[/doc]." -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "Ваш SQL запит було виконано вдало." -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3739,36 +3762,36 @@ msgstr "" "Подання має щонайменше цю кількість рядків. Будь-ласка, зверніться до " "%sдокументації%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "Показано рядки %1s - %2s" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "%1$d total, %2$d в запиті" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "всього %d" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "Запит виконувався %01.4f с." -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "З відміченими:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3777,24 +3800,24 @@ msgstr "З відміченими:" msgid "Check All" msgstr "Відмітити все" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Версія для друку" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Операції з результатами запиту" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "Відобразити діаграму" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "Візуалізація даних ГІС" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "Посилання не знайдено!" @@ -3917,7 +3940,7 @@ msgstr "Кількість елементів" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3927,7 +3950,7 @@ msgid "Collation" msgstr "Порівняння" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Коментар" @@ -3942,7 +3965,7 @@ msgid "Index %s has been dropped." msgstr "Індекс %s було знищено." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3959,7 +3982,7 @@ msgstr "" "Схоже, що індекси %1$s та %2$s ідентичні, тому один із них можна видалити." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервер" @@ -3976,7 +3999,7 @@ msgstr "Подання" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4007,7 +4030,7 @@ msgstr "Вставити" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Привілеї" @@ -4070,16 +4093,18 @@ msgid "Central columns" msgstr "Центральні стовпчики" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Бази даних" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Користувачі" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "Групи користувачів" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -4157,7 +4182,7 @@ msgid "Could not save favorite table!" msgstr "Не вдалося зберегти улюблену таблицю!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "Вилучити з уподобань" @@ -4178,7 +4203,7 @@ msgid "Recent" msgstr "Нещодавнє" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "Улюблені таблиці" @@ -4792,16 +4817,16 @@ msgstr "Максимум: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "Відповідь MySQL: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Тлумачити SQL" @@ -4818,7 +4843,7 @@ msgstr "" msgid "Without PHP Code" msgstr "без PHP коду" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "Створити PHP код" @@ -4911,6 +4936,10 @@ msgstr "Останнє оновлення" msgid "Last check" msgstr "Остання перевірка" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Користувачі" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "Пошук:" @@ -5001,8 +5030,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5010,7 +5039,7 @@ msgstr "Назва" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Довжина/Значення" @@ -5296,7 +5325,7 @@ msgid "Not a valid port number!" msgstr "Невірний номер порту!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "Некоректне значення!" @@ -5307,35 +5336,35 @@ msgstr "Некоректне значення!" msgid "Value must be equal or lower than %s!" msgstr "Значення має дорівнювати або бути меншим аніж %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "Пропущені дані для %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "недоступний" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" потребує додаток %s" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "Імпорт не буде працювати, бо відсутня функція %s." -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "Експорт не буде працювати, бо відсутня функція %s." -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "максимум %s" @@ -5351,7 +5380,7 @@ msgid "Set value: %s" msgstr "Встановити значення: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Відновити значення за замовчуванням" @@ -5841,7 +5870,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Максимальний час виконання" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5851,7 +5880,7 @@ msgstr "Додати оператор %s" msgid "Save as file" msgstr "Зберегти як файл" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Кодування файлу" @@ -5867,8 +5896,8 @@ msgstr "Стискання" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5878,14 +5907,14 @@ msgstr "Стискання" msgid "Put columns names in the first row" msgstr "Помістити імена колонок в перший рядок" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "Стовпчики взято в" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "Символ екранування" @@ -5893,8 +5922,8 @@ msgstr "Символ екранування" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "Замінити значення NULL на" @@ -5902,13 +5931,13 @@ msgstr "Замінити значення NULL на" msgid "Remove CRLF characters within columns" msgstr "Вилучити CRLF символи у стовбцях" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "Колонки завершуються з" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "Рядки закінчуються з" @@ -5930,8 +5959,8 @@ msgid "Table name template" msgstr "Шаблон імені таблиці" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5959,14 +5988,14 @@ msgid "Label key" msgstr "Ключ підпису" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "Тип MIME" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Зв'язки" @@ -5974,110 +6003,116 @@ msgstr "Зв'язки" msgid "Export method" msgstr "Метод експорту" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Зберегти на сервері" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Перезаписати існуючий файл(и)" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "Експортувати заголовки таблиці" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Запам'ятати шаблон імені файлу" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "Додати значення AUTO_INCREMENT" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "Візьміть таблицю та імена колонок у зворотні лапки" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "Режим сумісності SQL" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE опції:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Створення/Оновлення/Перевірка дати" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Використовувати вставки з затримкою" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Відключити перевірки зовнішніх ключів" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "Експорт видів як таблиць" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "Додати %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Використовувати шістнадцятковий для BINARY і BLOB" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Використовувати ігнорування вставок" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "Синтакс що використовується коли вставляють дані" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Максимальна довжина створеного запиту" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "Тип експорту" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Помістити експорт у транзакцію" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Експорт часу у UTC" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "Застосувати захищене з'єднання коли використовуєм phpMyAdmin." -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Застосувати SSL з'єднання" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6085,166 +6120,166 @@ msgstr "" "Порядок сортування елементів у випадаючому списку зовнішніх ключів; " "[kbd]вміст[/kbd] - пов'язані дані, [kbd]id[/kbd] - ключі." -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Порядок елементів у випадаючому списку зовнішніх ключів" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" "Випадаючий список буде використовуватись, якщо буде представлено менше " "елементів." -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Обмеження зовнішнього ключа" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Перевірка зовнішніх ключів:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Режим перегляду" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "Налаштувати режим перегляду." -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "Налаштувати опції за замовчуванням." -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "Розробник" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "Налаштування для розробників phpMyAdmin." -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Режим редагування" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "Налаштувати режим редагування." -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Експортувати налаштування по замовчуванню" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "Налаштувати параметри експорту за замовчуванням." -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Особливості" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "Загальний" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "Встановити деякі загальновживані властивості." -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Імпортувати властивості по замовчуванню" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "Налаштувати за замовчуванням загальні параметри імпорту." -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Імпорт / експорт" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "Встанови теки імпорту та експорту та параметри стискання." -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "Параметри відображення баз даних." -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "Оболонка навігації" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "Налаштувати вигляд панелі навігації." -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Оболонка навігації" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Налаштувати панель навігації" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Сервери" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "Параметри відображення серверів." -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "Параметри відображення таблиць." -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "Головна панель" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "Microsoft Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Інші параметри ядра" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "Налаштування які не вписуються більш ніде." -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "Заголовки сторінки" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6258,11 +6293,11 @@ msgstr "" "[doc@cfg_TitleTable]documentation[/doc] для магічних рядків, які можуть " "використовуватися для отримання спеціальних значень." -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Безпека" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -6270,23 +6305,23 @@ msgstr "" "Будь ласка зверніть увагу, що phpMyAdmin лише інтерфейс і його можливості не " "обмежують MySQL." -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Базові налаштування" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "Аутентифікація" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "Параметри аутентифікації." -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Конфігурація сервера" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -6294,15 +6329,15 @@ msgstr "" "Розширена конфігурація сервера, не змінюйте ці параметри, якщо не знаєте для " "чого вони потрібні." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "Введіть параметри з'єднання сервера." -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "Конфігурація збереження даних" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6312,11 +6347,11 @@ msgstr "" "до додаткових властивостей, дивись [doc@linked-tables]PhpMyAdmin " "конфігурація пам'яті[/doc] в документації." -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "Відстеження змін" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6324,110 +6359,110 @@ msgstr "" "Відстеження змін, зроблених у базі даних. Вимагає PhpMyAdmin конфігурації " "збереження даних." -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Налаштувати опції експорту" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Налаштувати імпорт властивостей по замовчуванню" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "Налаштувати панель навігації" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "Налаштувати головну панель" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL запити" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL Запит" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "Налаштувати посилання що показуються у SQL Query boxes." -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "Налаштування SQL запитів." -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Початок" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "Налаштувати початкову сторінку." -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "Структура бази даних" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Оберіть, які деталі відображати у структурі бази даних (список таблиць)." -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "Структура таблиці" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "Налаштування для структури таблиці (перелік стовпчиків)." -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Вкладки" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "Виберіть як би ви хотіли щоб вкладки працювали." -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "Відобразити схему зв'язків" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Формат паперу" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "Текстові поля" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "Налаштувати текстові поля вводу." -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! текст" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "Налаштувати опції по замовчуванню" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "Попередження" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Відключити деякі попередження що показуються у phpMyAdmin." -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." @@ -6435,15 +6470,15 @@ msgstr "" "Включити [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] стискання для " "операцій імпорту та експорту." -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "Додаткові параметри для iconv" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6451,11 +6486,11 @@ msgstr "" "Якщо включено, PhpMyAdmin продовжує обчислення декількох запитів навіть якщо " "один із запитів не вдалий." -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ігнорувати помилки декількох виразів" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6466,25 +6501,25 @@ msgstr "" "імпорту файлів великого розміру, проте це може призвести до відхилення " "транзакції." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Частковий імпорт: дозволити переривання" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "Не переривати коли виникла INSERT помилка" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6492,69 +6527,69 @@ msgstr "" "Формат по замовчуванню; майте на увазі, що цей список залежить від місця " "розміщення (бази даних, таблиці), і тільки SQL завжди доступний." -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Формат імпортованих файлів" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "Використовуйте ключове слово LOCAL" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Імена колонок у першому рядку" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Не імпортувати пусті рядки" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "Іипорт валют ($5.00 у 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Імпорт відсотків як десяткових чисел (12.00% у .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "Число запитів що будуть пропущені від початку." -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Частковий імпорт: пропустити запити" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не використовувати AUTO_INCREMENT для нульових значень" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Початковий стан для слайдерів" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "Як багато рядків може бути вставлено за раз." -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Кількість вставлених рядків" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Максимальне число символів, що показується у будь-якому не числовому стовбці " "у режимі перегляду." -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "Обмеження символів у стовбці" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6565,11 +6600,11 @@ msgstr "" "FALSE ви можете забути вилогуватись з інших серверів коли є під'єднані до " "багатьох." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Видалити всі куки під час вилоговування" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -6577,11 +6612,11 @@ msgstr "" "Визначте чи використати попередні дані для входу в режимі аутентифікації " "[kbd]cookie[/kbd]." -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Використати збережене ім'я користувача" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6593,49 +6628,49 @@ msgstr "" "протягом існуючої сесії, і буде видалена, як тільки ви закриєте вікно " "браузера. Цей режим рекомендується для роботи у ненадійних умовах." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Зберігати куки авторизації" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Визначте як довго (в секундах) дійсні куки авторизації." -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "Термін придатності кукі входу" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "Подівійний розмір поля вводу тексту для LONGTEXT стовпців." -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "Збільшене поле вводу тексту для LONGTEXT" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "При відображенні SQL запиту використано максимальне число символів." -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "Масимальна довжина SQL що відобразиться" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "Користувач не може встановити більше значення" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" "Максимальна кількість баз даних, які відображатимуться у списку баз даних." -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Максимально баз даних" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -6643,11 +6678,11 @@ msgstr "" "Кількість елементів, які можуть бути відображені на кожній сторінці першого " "рівня дерева навігації." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "Максимальна кількість елементів на першому рівні" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -6655,11 +6690,11 @@ msgstr "" "Кількість елементів, які можуть бути відображені на кожній сторінці дерева " "навігації." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "Максимальна кількість елементів в гілці" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6667,19 +6702,19 @@ msgstr "" "Кількість рядків, відображуваних при перегляді результатів. Якщо результат " "містить більше рядків, \"Previous\" та \"Next\" посилання будуть показані." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Максимальна кількість рядків для відображення" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "Максимальна кількість таблиць що відобразиться у списку таблиць." -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Максимально таблиць" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." @@ -6687,41 +6722,41 @@ msgstr "" "Кількість байтів, що дозволяється виділяти під сценарій, наприклад. " "[kbd]32M[/kbd] ([kbd]0[/kbd] без обмежень)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Ліміт пам'яті" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Показати приховані пункти дерева навігації." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "Показати логотип у панелі навігації." -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Показати логотип" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "URL, на який веде логотип у панелі навігації." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "URL посилання логотипу" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." @@ -6729,29 +6764,29 @@ msgstr "" "Відкрити сторінку на яку посилаємось у головному вікні ([kbd]main[/kbd]) або " "у новому ([kbd]new[/kbd])." -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Ціль на яку посилається лотип" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "Показати вибір сервера у верхній частині панелі навігації." -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Показати вибір серверів" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Ціль іконки швидкого доступу" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Ціль іконки швидкого доступу" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -6759,15 +6794,15 @@ msgstr "" "Мінімальна кількість елементів (таблиць, видів, процедур та подій) для " "відображення вікна фільтру." -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "Мінімальна кількість пунктів для відображення вікна фільтру" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "Мінімальна кількість баз даних для відображення вікна фільтру" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6779,165 +6814,165 @@ msgstr "" "Групувати пункти у дереві навігації (залежить від розділювача що визначений " "нижче)." -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "Групувати елементи в дереві" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "Стрічка яка розділяє бази даних на різні рівні дерева." -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Розділювач дерева баз даних" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "Рядок, що розділяє таблиці на різні рівні дерева." -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Розділювач дерева таблиці" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Максимальна глибина дерева таблиці" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "Підсвітити сервер під курсором миші." -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Включити підсвічування" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Чи потрібно вимкнути можливість розширення бази даних." -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Таблична панель навігації" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "Показ таблиць:" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Whether to disable the possibility of database expansion or not." msgid "Whether to show tables under database in the navigation tree" msgstr "Чи потрібно вимкнути можливість розширення бази даних." -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Показати версії" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Показати приховані пункти дерева навігації." -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Показувати поля функції" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Показати процеси" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Показати версії" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Показати приховані пункти дерева навігації." -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Максимальна кількість нещодавно використаних таблиць; встановіть 0 для " "відключення." -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Максимальна кількість улюблених таблиць; встановіть 0 для відключення." -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "Таблиці, що були недавно використані" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "Посилання для редагування, копіювання та видалення." -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "Де можна відобразити посилання на рядки таблиці" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "Використати природний порядок сортування імен таблиць та баз даних." -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "Звичайний порядок" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "Використовувати лише піктограми, лише текст або все." -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "Таблична панель навігації" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Використовувати GZip буферизацію виводу для збільшення швидкості HTTP " "передачі." -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip буферизація виводу" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6945,19 +6980,19 @@ msgstr "" "[kbd]SMART[/kbd] - тобто зворотній порядок сортування для полів, що мають " "тип TIME, DATE, DATETIME та TIMESTAMP; у іншому випадку порядок буде прямим." -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Порядок сортування за замовчуванням" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "Використовувати постійне з'єднання з MySQL." -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Постійне з’єднання" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6966,11 +7001,11 @@ msgstr "" "Вимкнути сповіщення, що відображається на сторінці структури бази даних за " "відсутності необхідних для зберігання конфігурації phpMyAdmin таблиць." -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." @@ -6978,11 +7013,11 @@ msgstr "" "Вимкнути стандартне попередження при визначенні відмінностей версій " "бібліотеки MySQL та сервера." -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "Попередження про відмінності сервера та бібліотеки" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -6990,27 +7025,27 @@ msgstr "" "Вимкнути сповіщення, що відображається на сторінці структури бази даних за " "наявності стовпців таблиці з іменами, які є зарезервованими словами MySQL." -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "Попередження про зарезервоване слово MySQL" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "Як відображати вкладки меню" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "Як відображати різноманітні посилання дій" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Заборонити редагування стовпців BLOB та BINARY." -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "Бінарні колонки захищені" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7021,128 +7056,128 @@ msgstr "" "використовуватись JavaScript (історію запитів буде втрачено при закритті " "вікна)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Постійна історія запитів" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "Скільки запитів зберігати в історії." -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Довжина історії запитів" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "Виберіть функції, які буде використано для перекодування." -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Механізм перекодування" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Коли переглядаєте таблиці, порядок сортування кожної таблиці зберігається." -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "Запам'ятати сортування таблиці" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Порядок сортування за замовчуванням" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Повторити заголовки кожних X комірок, [kbd]0[/kbd] відключає цю властивість." -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "Повторити заголовки" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Стовпчик відображення зв'язків" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Параметри відображення серверів." -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "Редагування сітки: зберегти всі відредаговані комірки зразу" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "Каталог на сервері для збереження експорту." -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Зберегти теку" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "Залиште порожнім, якщо не використовується." -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "Порядок авторизації хоста" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "Залиште порожнім для налаштувань за замовчуванням." -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "Правила авторизації хоста" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Дозволити авторизацію без паролю" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "Дозволити авторизацію для root" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Значення сесії" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Рядок, що відображається при ідентифікації з допомогою HTTP." -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP область" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -7151,19 +7186,19 @@ msgstr "" "Шлях до конфігураційного файлу [a@http://swekey.com]апаратної аутентифікації " "SweKey[/a] (не знаходиться в корні)." -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey файл конфігурації" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "Потрібний метод автентифікації." -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Тип аутентифікації" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7171,41 +7206,41 @@ msgstr "" "Залиште порожнім для вимкнення підтримки [a@http://wiki.phpmyadmin.net/pma/" "bookmark]bookmark[/a], рекомендується: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Таблиця закладок" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Таблиця інформації про колонки" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "Стискати з'єднання до MySQL сервера." -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Стискати з’єднання" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Спосіб з'єднання з сервером, залиште [kbd]tcp[/kbd], якщо невпевнені." -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Тип з’єднання" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Пароль виділеного користувача" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -7213,11 +7248,11 @@ msgstr "" "Спеціальний користувач MySQL з обмеженими привілеями, детальніше дивіться " "[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Виділений користувач" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -7225,11 +7260,11 @@ msgstr "" "Альтернативний хост для збереження налаштувань, залиште порожнім для " "використання вже вказаного хоста." -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "Керування хостом" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -7239,15 +7274,15 @@ msgstr "" "залиште порожнім для порта за-замовчуванням, якщо контрольний хост " "ідентичний хосту." -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "Контрольний порт" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "Cховати бази даних, що відповідають регулярному виразу (PCRE)." -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7256,15 +7291,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] та [a@http://bugs.mysql.com/19588]MySQL Bugs[/" "a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Вимкнути використання INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Приховати бази даних" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -7272,23 +7307,23 @@ msgstr "" "Залиште порожнім для відключення підтримки історії SQL запитів, " "пропонується: [kbd]pma__history[/kbd]." -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "Таблиця історії SQL запитів" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "Ім'я хоста, на якому працює MySQL сервер." -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Хост сервера" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "URL для виходу" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -7296,27 +7331,45 @@ msgstr "" "Обмежує кількість властивостей таблиці, що зберігаються в базі даних, " "застарілі записи автоматично видаляються." -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "Максимальна кількість властивостей таблиці, що зберігаються" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "Експорт видів як таблиць" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma__tracking[/kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Залиште порожнім, щоб вимкнути функцію відстеження SQL запитів, " +"пропонується: [kbd]pma__tracking[/kbd]." + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Центральні стовпчики" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank to disable configurable menus feature, suggested: " @@ -7328,15 +7381,15 @@ msgstr "" "Залиште порожнім, щоб вимкнути функцію налаштовуваних меню, пропонується: " "[kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "Спробувати з'єднатись без пароля." -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "З’єднуватись без паролю" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7346,28 +7399,28 @@ msgstr "" "хочете використовувати, як звичайні літературні символи, тобто " "використовуйте [kbd]'my\\_db'[/kbd] а не [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Показати лише перелічені бази даних" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "Залиште порожнім, якщо не використовується config auth." -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "Пароль для config auth" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF схема: сторінки таблиці" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7378,32 +7431,32 @@ msgstr "" "Для відключення підтримки залиште порожнім. Рекомендується: [kbd]phpmyadmin[/" "kbd]." -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "Ім'я бази даних" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Порт, на якому MySQL сервер слухає, залиште порожнім для значення за-" "замовчуванням." -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Порт сервера" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "Нещодавно використані таблиці" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables' UI preferences across sessions, " @@ -7415,23 +7468,23 @@ msgstr "" "Для відключення можливості зберігання налаштувань інтерфейсу таблиць через " "сесії залиште поле порожнім, рекомендується: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Улюблені таблиці" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Таблиця зв'язків" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7439,43 +7492,43 @@ msgstr "" "Дивіться [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] для прикладу." -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Ім'я сесії для Signon" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Signon URL-адреса" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Сокет, на якому MySQL сервер слухає, залиште порожнім для значення за-" "замовчуванням." -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Сокет серверу" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "Активувати SSL для з'єднання з MySQL сервером." -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "Використовувати SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "Дизайнер і PDF схема: координати таблиці" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -7483,11 +7536,11 @@ msgstr "" "Таблиця, щоб описати відображувані стовпчики, залиште порожнім для вимкнення " "підтримки; рекомендовано: [kbd]pma__table_info[/kbd]." -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "Таблиця з описами полів" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -7495,11 +7548,11 @@ msgstr "" "Для відключення можливості зберігання налаштувань інтерфейсу таблиць через " "сесії залиште поле порожнім, рекомендується: [kbd]pma__table_uiprefs[/kbd]." -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "Таблиця налаштувань користувацького інтерфейсу" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -7507,11 +7560,11 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "Додати DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -7519,11 +7572,11 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "Додати DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -7531,21 +7584,21 @@ msgstr "" "Чи буде при створенні вистави, в журнал першим рядком додано вираз DROP VIEW " "IF EXISTS." -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "Додати DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Визначити список виразів, які використовуються для автоматичного створення " "нових версій." -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "Стеження за виразами" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -7553,54 +7606,54 @@ msgstr "" "Залиште порожнім, щоб вимкнути функцію відстеження SQL запитів, " "пропонується: [kbd]pma__tracking[/kbd]." -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "Таблиця відстежування SQL запитів" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Чи механізм відстеження створює версії для таблиць і подань автоматично." -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "Автоматично створювати версії" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "Таблиця збереження налаштувань користувача" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "Таблиця користувачів" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "Таблиця груп користувачів" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7608,33 +7661,33 @@ msgstr "" "Залиште порожнім, щоб вимкнути функцію приховування/відображення " "навігаційних елементів, пропонується: [kbd]pma__navigationhiding[/kbd]." -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "Прихована таблиця навігаційних елементів" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "Прописаний користувач" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "Користувацький опис сервера. Залиште пустим, щоб вивести назву хоста." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Повна назва цього сервера" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Чи слід відображати кнопку \"показати всі (рядки)\"." -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Дозволити відображати всі рядки" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7644,54 +7697,54 @@ msgstr "" "при ідентифікації методом [kbd]config[/kbd] із жорстко прописаним паролем; " "це не обмежує можливість виконання команди беспосередньо." -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Показати форму для зміни паролю" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Показати форму для створення бази даних" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the comments for all tables." msgstr "Відобразити або приховати стовпчик \"Час створення\" для всіх таблиць." -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Коментарі таблиці" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Відобразити або приховати стовпчик \"Час створення\" для всіх таблиць." -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "Показати час створення" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "Відобразити або приховати стовпчик \"Час оновлення\" для всіх таблиць." -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "Відобразити \"Час останнього оновлення\"" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "Відобразити або приховати стовпчик \"Час перевірки\" для всіх таблиць." -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "Відобразити \"Час перевірки\"" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -7699,27 +7752,27 @@ msgstr "" "Визначає чи в режимі редагування/вставки має на початку відображатися тип " "поля." -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "Показувати типи полів" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "Відображати поля функції у режимі редагування/вставки." -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Показувати поля функції" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "Чи показувати підказки." -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "Відображати підказки" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." @@ -7727,56 +7780,56 @@ msgstr "" "Відображає посилання на [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "Показувати посилання phpinfo()" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "Показувати докладну інформацію про сервер MySQL" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Визначає, чи потрібно відображати SQL запити, що згенеровані phpMyAdmin." -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Показувати SQL-запити" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Визначає, чи має залишатися вікно запиту на екрані після надсилання запиту." -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "Залишати вікно запиту" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" "Дозволити відображення статистики бази даних і таблиць (наприклад, " "використання простору)." -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Показувати статистику" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Позначити використані таблиці та зробити можливим відображення баз даних із " "заблокованими таблицями." -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Пропускати заблоковані таблиці" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7784,11 +7837,11 @@ msgid "" "detected." msgstr "Виводити попередження на головній сторінці у разі виявлення Suhosin." -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Попередження про Suhosin" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7801,13 +7854,13 @@ msgstr "" "Вимкнути сповіщення, що відображається на сторінці структури бази даних за " "наявності стовпців таблиці з іменами, які є зарезервованими словами MySQL." -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Термін придатності кукі входу" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7819,11 +7872,11 @@ msgstr "" "Розмір текстового поля в режимі редагування (у стовпцях); дане значення буде " "пріоритетним для текстових полів SQL запиту (*2) та для вікна запиту (*1.25)." -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "Стовпців у текстовому полі" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7835,31 +7888,31 @@ msgstr "" "Розмір текстового поля в режимі редагування (в рядках); дане значення буде " "пріоритетним для текстових полів SQL запиту (*2) та для вікна запиту (*1.25)." -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "Рядків у текстовому полі" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "Заголовок вікна браузера при виборі бази даних." -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "Заголовок вікна браузера за замовчуванням." -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "Заголовок по замовчуванню" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "Заголовок вікна браузера при виборі сервера." -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "Заголовок вікна браузера при виборі таблиці." -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7871,29 +7924,29 @@ msgstr "" "Forwarded-For) заголовку, що прийшов з проксі 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "Список довірених проксі для IP allow/deny" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" "Каталог на сервері, до якого ви можете завантажити файли для подальшого " "імпорту." -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Каталог відвантаження" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "Дозволити пошук по всій базі даних." -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Використовувати пошук по базі даних" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -7901,27 +7954,27 @@ msgstr "" "Коли вимкнено, користувачі не зможуть встановити жоден із зазначених нижче " "параметрів незалежно від значення прапорця праворуч." -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "Включення вкладки розробника в налаштуваннях" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Перевірити оновлення" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Вмикає можливість перевірки останньої версії phpMyAdmin на головній сторінці." -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "перевірка версії" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7929,30 +7982,30 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "Адреса проксі" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "Ім'я користувача проксі" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "Пароль для аутентифікації на проксі." -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "Пароль проксі" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7960,53 +8013,53 @@ msgstr "" "Увімкнути [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "стиснення для операцій імпорту та експорту." -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "Введіть ваш відкритий ключ для сервісу reCaptcha домена." -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "Відкритий ключ для reCaptcha" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "Введіть ваш закритий ключ для сервісу reCaptcha домена." -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "Закритий ключ для reCaptcha" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "Оберіть дію за замовчуванням під час надсилання звітів про помилки." -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "Надіслати звіти про помилку" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Execute" msgid "Enter executes queries in console" msgstr "Виконати" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "Увімкнути режим нульової конфігурації" @@ -8032,47 +8085,78 @@ msgstr "Авторизація за допомогою HTTP" msgid "Signon authentication" msgstr "Авторизація за допомогою Signon" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV, використовуючи LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "Відкрити документ електронної таблиці" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "Швидко" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "Звичайно" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Параметри експорту бази даних" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "CSV для даних MS Excel" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "Текст OpenDocument" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "Немає даних для відображення" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "Таблицю %1$s було успішно змінено." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "Процес %s припинено." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation has been added." +msgid "Internal relations were successfully updated." +msgstr "Внутрішнє відношення додано." + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8088,12 +8172,12 @@ msgstr "можлива атака глибокої рекурсії" msgid "No change" msgstr "Змін немає" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8144,6 +8228,7 @@ msgid "Create database" msgstr "Створити базу даних" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Створити" @@ -8157,7 +8242,7 @@ msgid "No Privileges" msgstr "Без привілеїв" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Створити таблицю" @@ -8170,50 +8255,94 @@ msgid "Could not load export plugins, please check your installation!" msgstr "" "Відсутні модулі експорту. Перевірте вміст встановленої копії phpMyAdmin!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "Експортування баз даних із поточного сервера" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "Експортування таблиць із бази даних \"%s\"" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "Експортування рядків із таблиці \"%s\"" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "Метод Експорту:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "Тип експорту" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "Шаблон назви файлу:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Назва таблиці" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "Шаблон назви файлу:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "Співвідношення тимчасових таблиць на диску" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Оновлено" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "Обрати таблицю" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "Метод експорту" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "Швидкий - відображати мінімум налаштувань" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "Звичайний - відображати всі можливі настройки" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "База(и) даних:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "Таблиця(ь):" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "Формат:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "Параметри форматування:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." @@ -8221,52 +8350,52 @@ msgstr "" "Заповніть параметри для обраного формату і ігноруйте параметри інших " "форматів." -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "Зміна кодування:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "Рядки:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "Вивантажити частину рядків" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "Почати з рядка:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Вивантажити всі рядки" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "Вывод:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "Зберегти на сервері в каталозі %s" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "Шаблон назви файлу:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ буде заміщено іменем сервера" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ", @DATABASE@ буде заміщено ім'ям бази даних" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ", @TABLE@ буде заміщено ім'ям таблиці" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8278,76 +8407,76 @@ msgstr "" "підстановки: %3$s. Решта тексту залишиться без змін. Подробиці дивіться у " "%4$sFAQ%5$s." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "використовувати для майбутнього експорту" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Кодування файлу:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "Стискання:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "стиснено" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "стиснено в \"gzip\"" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "Відобразити вивід як текст" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "Експорт видів як таблиць" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "Експортувати заголовки таблиці" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "Зберегти вивід у файл" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "Ігнорувати таблиці більші за" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "Обрати базу даних" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "Обрати таблицю" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "Ім'я нової бази даних" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "Ім'я нової таблиці" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "Нове ім'я стовпчика" @@ -8899,7 +9028,7 @@ msgid "Dump has been saved to file %s." msgstr "Dump збережено у файл %s." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL повернула пустий результат (тобто нуль рядків)." @@ -8976,7 +9105,7 @@ msgstr "Приховати" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функція" @@ -9052,7 +9181,7 @@ msgstr "" "для переміщення куди завгодно" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9486,7 +9615,7 @@ msgstr "Новий" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "Подання" @@ -9779,230 +9908,241 @@ msgstr "" msgid "Rename database to" msgstr "Перейменувати базу даних на:" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Ви для цього маєте недостатньо прав!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Редагувати привілеї" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "Базу даних %s знищено." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Видалити базу даних" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Знищити базу даних (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Лише структуру" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Структуру і дані" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Лише дані" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "Копіювати базу даних в:" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Виконайте CREATE DATABASE перед копіюванням" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Додати обмеження" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Перейти до скопійованої бази даних" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Змінити порядок таблиці" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(окремо)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Перенести таблицю в (база даних.таблиця):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Перейменувати таблицю в" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Коментарі таблиці" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Налаштування таблиці" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Тип таблиць" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Скопіювати таблицю в (база даних.таблиця):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Перейти до скопійованої таблиці" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Обслуговування таблиці" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Аналіз таблиці" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Перевірити таблицю" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Перевірити таблицю" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Дефрагментувати таблицю" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "Було очищено кеш таблиці %s." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "Очистити кеш таблиці (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Оптимізувати таблицю" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Ремонтувати таблицю" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "Видалити дані або таблицю" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "Очистити таблицю (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "Видалити таблицю (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Аналізувати" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Перевірити" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Оптимізувати" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Перебудувати" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Відремонтувати" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Згорнути" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "Обслуговування розділів" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "Розділ %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Видалити розділи" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Перевір цілісність даних на рівні посилань:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Не можу перенести таблицю саму в себе!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Не можу скопіювати таблицю саму в себе!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблицю %s було перенесено в %s." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблицю %s було скопійовано в %s." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблицю %s було перенесено в %s." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблицю %s було скопійовано в %s." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Порожня назва таблиці!" @@ -10198,7 +10338,7 @@ msgstr "Подія" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "Визначення" @@ -11228,11 +11368,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Запам'ятати сортування таблиці" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Невірний тип експорту" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Швидкі кроки до встановлення розширених властивостей:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -11241,11 +11387,11 @@ msgstr "" "Створити необхідні таблиці за допомогою examples/create_tables.sql." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "Створити користувача phpMyAdmin та дати йому доступ до цих таблиць." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11253,23 +11399,23 @@ msgstr "" "Підключіть додаткові функції в конфігураційному файлі (config.inc.php), почніть з прикладу в config.sample.inc.php." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Перезайдіть в phpMyAdmin, щоб завантажити оновлений конфігураційний файл." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "без опису" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11277,14 +11423,14 @@ msgid "" "configuration storage there." msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11478,6 +11624,7 @@ msgstr "Ім'я користувача:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Ім'я користувача" @@ -11636,10 +11783,10 @@ msgid "Master server changed successfully to %s." msgstr "Головний сервер змінений на %s вдало." #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11660,7 +11807,7 @@ msgstr "Подію %1$s було змінено." msgid "Event %1$s has been created." msgstr "Подія %1$s була створена." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "Одна або декілька помилок виникли під час обробки вашого запиту:" @@ -11669,7 +11816,8 @@ msgstr "Одна або декілька помилок виникли під ч msgid "Edit event" msgstr "Редагувати подію" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "Деталі" @@ -11683,7 +11831,7 @@ msgid "Event type" msgstr "Тип події" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "Змінити на %s" @@ -11711,13 +11859,13 @@ msgid "On completion preserve" msgstr "По завершенні збереження" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "Визначник" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "Визначник повинен бути в форматі \"username@hostname\"!" @@ -11743,9 +11891,9 @@ msgid "You must provide an event definition." msgstr "Ви повинні задати визначення події." #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "Помилка при обробці запиту:" @@ -11778,90 +11926,96 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "Неправильний тип порядку: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "Вибачте, нам невдалось відновити видалений порядок." -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Порядок %1$s було змінено." -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "Порядок %1$s було змінено." -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "Порядок %1$s створено." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "Редагувати порядок" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "Назва порядку" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "Параметри" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "Напрямок" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "Додати параметр" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "Видалити останній параметр" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Тип повернення" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "Повернути довжину/значення" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "Опції повернення" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "Детермінований" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "Тип безпеки" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "Доступ до даних SQL" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "Слід вказати назву процедури!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "Неправильний напрямок \"%s\" задали для параметру." -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." @@ -11869,24 +12023,24 @@ msgstr "" "Ви повинні задати довжину/значення для параметрів процедури, що мають тип " "ENUM, SET, VARCHAR і VARBINARY." -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "Ви повинні задати ім'я і тип для кожного параметра процедури." -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "Необхідно задати коректний тип, що повертатиму процедуру." -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "Ви повинні задати визначення процедури." -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "Результати виконання порядку %s" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." @@ -11894,13 +12048,13 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "Виконати порядок" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "Параметри порядку" @@ -12457,12 +12611,16 @@ msgid "You have revoked the privileges for %s." msgstr "Ви відмінили привілеї для %s." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "Додати користувача" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "Додати групу користувачів" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "База даних для користувача" #: libraries/server_privileges.lib.php:1946 @@ -12490,9 +12648,7 @@ msgid "User has been added." msgstr "Користувача було додано." #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12571,11 +12727,15 @@ msgstr "" "того." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Змінити реєстраційні дані / Копіювати користувача" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Створити нового користувача з такими ж правами та …" #: libraries/server_privileges.lib.php:3036 @@ -12599,7 +12759,9 @@ msgid "Add privileges on the following table:" msgstr "Додати привілеї для цієї таблиці:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Видалити обраних користувачів" #: libraries/server_privileges.lib.php:3376 @@ -12634,40 +12796,50 @@ msgstr "Ви оновили привілеї для %s." msgid "Deleting %s" msgstr "Видалення %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Привілеї перезавантажено вдало." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "Користувач %s вже існує!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "Привілеї для %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "Новий" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Редагувати привілеї:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User groups" +msgid "User account" +msgstr "Групи користувачів" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "Перегляд користувачів" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12680,11 +12852,11 @@ msgstr "" "сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам " "необхідно %sперезавантажити права%s перед продовженням." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Вказаного користувача не знайдено в таблиці прав." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Ви додали нового користувача." @@ -13998,7 +14170,7 @@ msgstr "Некоректний ідентифікатор" msgid "Unknown Punctuation String" msgstr "Невідомий символ пунктуації" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "Таблицю %s було очищено." @@ -14011,13 +14183,13 @@ msgstr "Трекінг є активним." msgid "Tracking is not active." msgstr "Трекінг не активний." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "Перегляд %s було знищено." -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "Таблицю %s було знищено." @@ -14248,41 +14420,36 @@ msgstr "Простір, що використовується" msgid "Effective" msgstr "Ефективність" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Таблицю %1$s було успішно змінено." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "Таблицю %1$s було успішно змінено." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "Помилка запиту" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "Стовпці успішно переміщено." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "Додати до обраного" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "Перелік обраного заповнено!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Показувати SQL-запити" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14753,18 +14920,6 @@ msgstr "Нова стабільна версія відсутня" msgid "Wrong data" msgstr "Неправильні дані" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "Немає даних для відображення" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14775,7 +14930,7 @@ msgstr "Бази даних \"%s\" не існує." msgid "Table %s already exists!" msgstr "Таблиця %s вже існує!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Переглянути дамп (схему) таблиці" @@ -14783,24 +14938,12 @@ msgstr "Переглянути дамп (схему) таблиці" msgid "Invalid table name" msgstr "Неправильна назва таблиці" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation has been added." -msgid "Internal relations were successfully updated." -msgstr "Внутрішнє відношення додано." - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "Процес %s припинено." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." @@ -14808,7 +14951,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "Жодного стовпчика не вибрано." @@ -15007,7 +15150,7 @@ msgid "subquery" msgstr "підзапит" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Створити зв'язок" @@ -15073,13 +15216,13 @@ msgstr "Нова сторінка" msgid "Delete pages" msgstr "Видалити сторінки" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Перезавантажити" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Допомога" @@ -15332,39 +15475,39 @@ msgstr "Назва графіку" msgid "X-Axis:" msgstr "Вісь X:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "Серії:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "Мітка вісі X:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "Значення X" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Мітка вісі Y:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Всередині стовпчика:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "Значення для колонки %s" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16766,6 +16909,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert встановлено у 0" +#~ msgid "Add user" +#~ msgstr "Додати користувача" + +#~ msgid "Export Method:" +#~ msgstr "Метод Експорту:" + #~ msgid "No data found for GIS visualization." #~ msgstr "Дані для візуалізації GIS не знайдені." @@ -17007,11 +17156,6 @@ msgstr "concurrent_insert встановлено у 0" #~ msgid "pdf export page" #~ msgstr "Невірний тип експорту" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Невірний тип експорту" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/ur.po b/po/ur.po index d3910d6da0..331a767cab 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-03-27 15:22+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Urdu Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "درخواست کیشے کی کارکردگی" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "درخواست کیشے کا استعمال" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "درخواست کیشے کا استعمال" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "CPU نظام کا استعمال" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "نظام کی یاداشت" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "تبدیل ھو نے والے نظام" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "اوسطاً بار" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "کُل یاداشت" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "ذخیرہ شدہ یاداشت" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "گئ یاداشت" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "بقیہ یاداشت" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "استعمال شدہ یاداشت" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "کل تبدادل" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "ذخیرہ شدہ تبادلہ" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "استعمال شدہ تبادلہ" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "بقیہ مبادلہ" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "بھیجے گئے بائٹس" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "موصول شدہ بائٹس" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "تعلقات" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "عموامل" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "بائٹ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "کلو بائٹ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "میگا بائٹ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "گیگا بائٹ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ٹیرا بائٹ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "پیٹا بائٹ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ایگزا بائٹ" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" @@ -1412,31 +1433,31 @@ msgid "%d table(s)" msgstr "%s جدول" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "سوالات" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "آمدورفت" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "ترتیبات" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "فلو چارٹ گرڈ میں اضافہ" -#: js/messages.php:182 +#: js/messages.php:188 #, fuzzy #| msgid "Please add at least one variable to the series" msgid "Please add at least one variable to the series!" msgstr "براہ کرم سیریز کے باب میں کم از کم ایک متخیر کا اضافہ کریں" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1448,47 +1469,47 @@ msgstr "براہ کرم سیریز کے باب میں کم از کم ایک مت msgid "None" msgstr "کوئی بھی نہیں" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "پڑتال بحال کریں" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "پڑتال ٹھہرائیں" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log اور slow_query_log فعال ہیں۔" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log فعال ہے۔" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log فعال ہے۔" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log اور general_log غیر فعال ہیں۔" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output جدول کے لحاظ سے موزوں نہیں کیا ہوا۔" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output جدول کے لحاظ سے موزوں ہے۔" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1499,156 +1520,156 @@ msgstr "" "ہمارا مشورہ ہے کہ آپ long_query_time کا وقت صفر سے 2 ساعتیں رکھیں، یہ ترتیب " "آپ کے نظام پر مشتمل ہے۔" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enable Ajax" msgid "Enable %s" msgstr "AJAX فعال کریں" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disabled" msgid "Disable %s" msgstr "غیر فعال" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "General relation features" msgid "Change settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "General relation features" msgid "Current settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Default" msgid "Chart Title" msgstr "ڈیفالٹ" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Loading" msgid "Analysing logs" msgstr "لوڈ کررہا ہے" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Cancel" msgid "Cancel request" msgstr "منسوخ کریں" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "Jump to database" msgid "Jump to Log table" msgstr "کوائفیہ جائیں" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "data" msgid "No data found" msgstr "کوائف" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Authenticating…" msgid "Analyzing…" msgstr "توثیق کررہا ہے…" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "SQL کی تفصیل بتائیں" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1658,172 +1679,172 @@ msgstr "SQL کی تفصیل بتائیں" msgid "Time" msgstr "وقت" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "میزان" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "تفصیلات" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "جدول" -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Default" msgid "Chart" msgstr "ڈیفالٹ" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "جداول دکھانے کے اختیارات" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "داخل شدہ صفوں کی تعداد" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "میزان" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Loading" msgid "Loading logs" msgstr "لوڈ کررہا ہے" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload Database" msgid "Reload page" msgstr "کوائفیہ پھر لوڈ کریں" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "درآمد" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Configuration file" msgid "Import monitor configuration" msgstr "تشکیلی مسل" -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "ایک بنیادی یا منفرد کلید منتخب کریں" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "طلب تازہ کریں" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "دستاویزات" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Authentication" msgid "Justification" msgstr "توثیق" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1834,63 +1855,63 @@ msgstr "" msgid "Cancel" msgstr "منسوخ کریں" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "General relation features" msgid "Page-related settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Loading" msgid "Loading…" msgstr "لوڈ کررہا ہے" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "فرمایش عمل کرتے ہوئے" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "فرمایش عمل کرتے ہوئے نقص ہے" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "کالم چھوڑا جارہا ہے" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "بنیادی کلید شامل کررہا ہے" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1899,73 +1920,73 @@ msgstr "بنیادی کلید شامل کررہا ہے" msgid "OK" msgstr "ٹھیک ہے" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "کوائفیہ نام بدلا جارہا ہے" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "کوائفیہ نقل کیا جارہا ہے" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "کریکٹر سیٹ تبدیل کیا جارہا ہے" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy #| msgid "Failed to fetch headers" msgid "Failed to get real row count." msgstr "سر تحریر حاصل کرنے میں ناکام ہوا" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "تلاش کر رہا ہے" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "Hide search criteria" msgid "Hide search results" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "Show search criteria" msgid "Show search results" msgstr "تلاش کسوٹی دکھائیں" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "براؤز" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Delete" msgid "Deleting" msgstr "حذف" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1975,64 +1996,64 @@ msgstr "" msgid "Export" msgstr "برآمد" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "کالم کی قدریں\"%s\"" -#: js/messages.php:333 +#: js/messages.php:339 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "کالم کی قدریں\"%s\"" -#: js/messages.php:334 +#: js/messages.php:340 #, fuzzy #| msgid "Enter each value in a separate field." msgid "Enter each value in a separate field." msgstr "ہر قدر جدا قطعہ میں داخل کریں۔" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "طلب خانہ چھپائیں" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "طلب خانہ دکھائیں" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "تدوین" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2040,178 +2061,178 @@ msgstr "تدوین" msgid "Delete" msgstr "حذف" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Disabled" msgid "Variable %d:" msgstr "غیر فعال" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "Comments" msgid "Column selector" msgstr "آراء-رائے" -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "کوائفیہ میں تلاش کریں" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 #, fuzzy #| msgid "Free memory" msgid "See more" msgstr "بقیہ یاداشت" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Contribute" msgid "Continue" msgstr "تعاون کریں" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key added." msgstr "بنیادی کلید چھوڑ دیا گیا ہے" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "کھوج رپورٹ" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "ہوچکا" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Check privileges for database \"%s\"." msgid "Create the following table" msgstr "کوائفیہ استحقاق کی پڑتال کریں \"%s\"." -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2220,466 +2241,466 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "تلاش کسوٹی دکھائیں" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "تلاش" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Comments" msgid "Column maximum:" msgstr "آراء-رائے" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Comments" msgid "Column minimum:" msgstr "آراء-رائے" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "زیادہ سے زیادہ جداول" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "زیادہ سے زیادہ جداول" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" msgstr "تلاش کسوٹی دکھائیں" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete columns" msgid "Select two columns" msgstr "کالم اضافہ/حذف کریں" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "نظر انداز کریں" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "سطریں کے آخر میں" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "محولہ کلید منتخب کریں" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "فارن کلید منتخب کریں" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "ایک بنیادی یا منفرد کلید منتخب کریں" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "کالم دکھانے کے لیے انتخاب کریں" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "صفحہ نمبر" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select All" msgid "Save page" msgstr "سارا منتخب کریں" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select All" msgid "Save page as" msgstr "سارا منتخب کریں" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Open" msgid "Open page" msgstr "کھولیں" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select All" msgid "Delete page" msgstr "سارا منتخب کریں" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select a page to continue" msgstr "ایک بنیادی یا منفرد کلید منتخب کریں" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid page name" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "تعلق دار شجرہ کی تدوین یا برآمد کریں" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "تبدیلیاں محفوظ ہو چکی ہیں" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Add an option for column " msgid "Add an option for column \"%s\"." msgstr "کالم کے لیے ایک اختیار اضافہ کریں " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Comments" msgid "Double-click to copy column name." msgstr "آراء-رائے" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "تمام دکھائیں" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Lines terminated by" msgid "Original length" msgstr "سطریں کے آخر میں" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "منسوخ کریں" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "طے شدہ درآمد" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select All" msgid "Select database first" msgstr "سارا منتخب کریں" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Logo link URL" msgid "Go to link:" msgstr "علامت ربط URL" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Comments" msgid "Copy column name." msgstr "آراء-رائے" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "پاس ورڈ بنائیں" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "بنائیں" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "پاس ورڈ تبدیل کریں" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "مزید" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "تمام دکھائیں" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Indexes" msgid "Hide Panel" msgstr "اشاریے" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "مرکزی چوکھٹے کی تخصیص کریں" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "مرکزی چوکھٹے کی تخصیص کریں" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "جداول" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "ویو" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Dropping Procedure" msgid "procedures" msgstr "طریقہ چھوڑا جارہا ہے" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Reset" msgid "events" msgstr "دوبارہ سیٹ کریں" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Versions" msgid "functions" msgstr "نسخے" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2689,135 +2710,135 @@ msgstr "" "%s, جاری کیا گیا %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ", حالیہ مستحکم نسخہ:" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "کوائفیہ جائیں" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Created" msgid "Create view" msgstr "تخلیق کیا گیا" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "General relation features" msgid "Change Report Settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "نظر انداز کریں" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy msgid "Execute this query again?" msgstr "SQL طلب" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete user group \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "کیا آپ واقعی صارفین کے گروپ \"%s\" کو حذف کرنا چاہتے ہیں؟" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "جدول تبصرے" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search criteria" msgid "Hide arguments" msgstr "تلاش کسوٹی چھپائیں" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "پچھلا" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2825,149 +2846,149 @@ msgid "Next" msgstr "اگلا" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "آج" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "جنوری" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "فروری" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "مارچ" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "اپریل" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "مئی" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "جون" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "جولائی" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "اگست" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "ستمبر" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "اکتوبر" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "نومبر" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "دسمبر" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "جنوری" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "فروری" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "مارچ" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "اپریل" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "مئی" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "جون" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "جولائی" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "اگست" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "ستمبر" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "اکتوبر" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "نومبر" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "دسمبر" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "اتوار" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "پیر" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "منگل" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "بدھ" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "جمعرات" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "جمعہ" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "ہفتہ" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2975,208 +2996,208 @@ msgid "Sun" msgstr "اتوار" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "پیر" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "منگل" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "بدھ" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "جمعرات" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "جمعہ" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "ہفتہ" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "اتوار" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "پیر" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "منگل" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "بدھ" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "جمعرات" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "جمعہ" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "ہفتہ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "ہفتہ وار" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "Done" msgctxt "Year suffix" msgid "none" msgstr "ہوچکا" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "گھنٹہ" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "منٹ" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "سیکنڈ" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Text fields" msgid "Please fix this field" msgstr "متن قطعے" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid email address" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid URL" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date ( ISO )" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid number" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid credit card number" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length" msgid "Please enter only digits" msgstr "برائے مہربانی درست لمبائی داخل کیجیئے" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter the same value again" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter at least {0} characters" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value between {0} and {1}" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length" msgid "Please enter a value less than or equal to {0}" msgstr "برائے مہربانی درست لمبائی داخل کیجیئے" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a value greater than or equal to {0}" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid date or time" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number" msgid "Please enter a valid HEX input" msgstr "برائے مہربانی، درست ہندسہ داخل کیجیئے" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "نقص" @@ -3245,16 +3266,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "فانٹ سائز" @@ -3275,7 +3296,7 @@ msgid "Requery" msgstr "Submit Query" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3284,7 +3305,7 @@ msgstr "Submit Query" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3375,7 +3396,7 @@ msgid "History" msgstr "SQL جواز دھندہ" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3398,7 +3419,7 @@ msgstr "SQL جواز دھندہ" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3491,7 +3512,7 @@ msgid "Count:" msgstr "کالم" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3559,10 +3580,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "نقل شدہ کوائفیہ پر جائیں" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3570,10 +3591,10 @@ msgstr "نقل شدہ کوائفیہ پر جائیں" msgid "Ascending" msgstr "صعودی" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3814,33 +3835,33 @@ msgstr "تمام انتخاب ختم کریں" msgid "Inside column:" msgstr "کالم میں:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "پوشہ محفوظ کریں" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Restore column order" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy #| msgid "Startup" msgid "Filter rows" msgstr "ابتدائیہ" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "کوائفیہ میں تلاش کریں" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -3848,7 +3869,7 @@ msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -3857,7 +3878,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "پچھلا" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -3866,7 +3887,7 @@ msgctxt "Next page" msgid "Next" msgstr "اگلا" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -3874,88 +3895,89 @@ msgctxt "Last page" msgid "End" msgstr "اختتام" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The bookmark has been deleted." msgid "The row has been deleted." msgstr "نشانی حذف ہو چکی ہے۔" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" "اپ لوڈ مسل کو بڑھاتے ہوئے نقص ہے, دیکھیں [doc@faq1-11]عمومی سوالات 1.11[/doc]" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "آپ کی SQL طلب کامیابی سے چلائی جاچکی ہے۔" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -3963,38 +3985,38 @@ msgid "" msgstr "" "اس جدول نقل میں اتنے کم از کم صفیں ہیں۔ حوالہ کے لیے %sdocumentation%s." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%d total" msgstr "%s جدول" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "مع منتخب:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4003,26 +4025,26 @@ msgstr "مع منتخب:" msgid "Check All" msgstr "تمام پڑتال کریں" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "چھپائی منظر" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Table comments" msgid "Display chart" msgstr "ٹیبل کمنٹس" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Theme %s not found!" msgid "Link not found!" @@ -4152,7 +4174,7 @@ msgstr "درجہ تعلق داری" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4162,7 +4184,7 @@ msgid "Collation" msgstr "ترتیب" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "تبصرہ" @@ -4177,7 +4199,7 @@ msgid "Index %s has been dropped." msgstr "اشاریہ %s چھوڑ دیا گیا ہے۔" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4195,7 +4217,7 @@ msgstr "" "جائے گا۔" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "سرور" @@ -4212,7 +4234,7 @@ msgstr "نقل جدول" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4243,7 +4265,7 @@ msgstr "داخل کریں" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -4308,15 +4330,15 @@ msgid "Central columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "کوائفیے" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4396,7 +4418,7 @@ msgid "Could not save favorite table!" msgstr "مسل نہیں کھول سکتا: %s" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Remove database" msgid "Remove from Favorites" @@ -4427,7 +4449,7 @@ msgid "Recent" msgstr "دوبارہ سیٹ کریں" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Count tables" msgid "Favorite tables" @@ -5023,16 +5045,16 @@ msgstr "زیادہ سے زیادہ: %s%s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL نے کہا: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL کی تفصیل بتائیں" @@ -5049,7 +5071,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP کوڈ کے بغیر" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP کوڈ بنائیں" @@ -5146,6 +5168,10 @@ msgstr "آخری دفعہ کی تازہ کاری" msgid "Last check" msgstr "آخری دفعہ کی پڑتال" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "تلاش کريں:" @@ -5240,8 +5266,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5249,7 +5275,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -5557,7 +5583,7 @@ msgid "Not a valid port number!" msgstr "ایک درست دہانہ ہندسہ نہیں ہے" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5571,37 +5597,37 @@ msgstr "نادرست قدر" msgid "Value must be equal or lower than %s!" msgstr "قدر مساوی یا کم ہو اس سے %s" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "کوائف نہیں ملا برائے %s" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "دستیاب نہیں ہے" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" درکار %s توسیع" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, fuzzy, php-format #| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "درآمد کارآمد نہیں ہے ایک عمل موجود نہیں ہے (%s)" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, fuzzy, php-format #| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "برآمد کارآمد نہیں ہے ایک عمل موجود نہیں ہے (%s)" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "زیادہ سے زیادہ %s" @@ -5616,7 +5642,7 @@ msgid "Set value: %s" msgstr "قدر سیٹ کریں: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "طے شدہ قدر بحال کریں" @@ -6091,7 +6117,7 @@ msgstr "" msgid "Maximum execution time" msgstr "چلنے کی حد اوقات" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add constraints" msgid "Use %s statement" @@ -6101,7 +6127,7 @@ msgstr "Add constraints" msgid "Save as file" msgstr "بطور مسل محفوظ کریں" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "مسل کے لیے حروف کی سیٹ" @@ -6117,8 +6143,8 @@ msgstr "سکڑاؤ" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6128,16 +6154,16 @@ msgstr "سکڑاؤ" msgid "Put columns names in the first row" msgstr "کالم نام پہلے صف میں ڈالیں" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "کالم بند کیا گئے ہیں" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Columns escaped by" @@ -6147,8 +6173,8 @@ msgstr "کالم جداجدا ہیں" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6158,15 +6184,15 @@ msgstr "NULL کو ان سے بدلیں" msgid "Remove CRLF characters within columns" msgstr "کالم کے اندر CRLF حروف ہٹائیں" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "کالم کا خاتمہ" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6190,8 +6216,8 @@ msgid "Table name template" msgstr "جدول نام سانچا" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6219,14 +6245,14 @@ msgid "Label key" msgstr "سرنامہ کلید" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME قسم" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "تعلقات" @@ -6234,116 +6260,122 @@ msgstr "تعلقات" msgid "Export method" msgstr "برآمد طریقہ" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "سرور پہ محفوظ کریں" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "موجودہ مسل پر تحریر کریں" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export method" +msgid "Export as separate files" +msgstr "برآمد طریقہ" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "مسل نام سانچا یاد رکھیں" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT قدر اضافہ کریں" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "جدول اور کالم نام کو الٹے کوٹ سے بند کریں" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL موازنت موڈ" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "تاریخ اضافہ/ترمیم/پڑتال" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "تاخیر سے داخلے کا طریقہ استعمال کریں" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "No tables found in database." msgid "Export views as tables" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "اضافہ کریں %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB کے لیے شش اعشاری نظام استعمال کریں" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "نقل چھوڑیں داخلہ طریقہ استعمال کریں" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "کوائف داخل کرنے کا طریقہ کار" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "تخلیق شدہ طلب کی لمبائی کی حد" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "برآمد قسم" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "ایک ٹرانزیکشن میں برآمد بند کریں" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "برآمد وقت UTC میں" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin کو استعمال کرتے ہوئے محفوظ جڑت کے لیے کہیں" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "SSL جڑت کے لیے کہیں" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6355,196 +6387,196 @@ msgstr "" "فارن کلید ڈراپ ڈاؤن خانہ میں اشیاء کی ترتیب دیں; [kbd]content[/kbd] حوالہ " "شدہ کوائف ہے, [kbd]id[/kbd] کلید قدر ہے" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "فارن کلید ڈراپ ڈاؤن ترتیب" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "اگر کچھ اشیاء موجود ہوئے تو ایک ڈراپ ڈاؤن استعمال ہوگا" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "فارن کلید حد" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "برااؤز موڈ" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "برااؤز موڈ کی تخصیص کریں" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "طے شدہ اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "ڈویلپر" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin کے ڈویلپر کے لیے ترتیبات" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "تدوین موڈ" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "تدوین موڈ کی تخصیص کریں" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "طے شدہ برآمد کریں" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "طے شدہ برآمد اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "خصوصیات" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "عمومی" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "کچھ عام استعمال کے اختیارات مقرر کریں" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "طے شدہ درآمد" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "طے شدہ عام درآمد اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "درآمد / برآمد" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "درآمد اور برآمد کے لیے پوشے اور سکڑاؤ اختیارات مقرر کریں" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "کوائفیہ دکھانے کے اختیارات" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "گشت چوکھٹا" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "گشت چوکھٹا کی ظاہری شکل کی تخصیص کریں" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "گشت چوکھٹا" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "گشت چوکھٹے کی تخصیص کریں" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "سرور" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "سرور دکھانے کے اختیارات" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "جداول دکھانے کے اختیارات" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "مرکزی چوکھٹا" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "مائیکروسافٹ آفس" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "دیگر مرکزی ترتیبات" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "وہ ترتیبات جو کہیں موزوں نہیں ہوتے" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "صفحہ عنوانات" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6557,11 +6589,11 @@ msgstr "" "براؤزر عنوان بار متن لکھیں۔ حوالہ کے لیے[doc@cfg_TitleTable]documentation[/" "doc] خاص قدریں حاصل کرنے کے لیے میجک سٹرنگ۔" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "سلامتی" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6573,25 +6605,25 @@ msgstr "" "یاد رکھیں کہ phpMyAdmin صرف ایک صارف مواجہ ہے اور اس کی خصوصیات MySQL پر اثر " "انداز نہیں ہوتیں" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "بنیادی ترتیبات" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "توثیق" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "توثیق ترتیبات" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "سرور کی تشکیل" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6603,17 +6635,17 @@ msgstr "" "اعلی درجے کی سرور تشکیل، اس وقت تک ان اختیارات کو تبدیل نہ کریں جب تک آپ کو " "یہ معلوم نہ ہو کہ یہ کس لیے ہیں" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "سرور سے جڑنے کے لیے پیرا میٹر داخل کریں" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "تشکیل ذخیرہ" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6627,11 +6659,11 @@ msgstr "" "اضافی خواص تک رسائی کے لیے phpMyAdmin تشکیلات ذخیرہ کو تشکیل کریں، " "دیکھیں[doc@linked-tables]phpMyAdmin تشکیل ذخیرہ[/doc] دستاویزات میں" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "تبدیلیوں کی کھوج" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -6639,131 +6671,131 @@ msgstr "" "تبدیلیوں کی کھوج کوائفیہ میں بنائی جاتی ہیں۔ اس کے لیے phpMyAdmin تشکیل " "ذخیرہ درکار ہوتا ہے۔" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "برآمد اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "درآمد کی طے شدہ تخصیص کریں" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "گشت چوکھٹے کی تخصیص کریں" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "مرکزی چوکھٹے کی تخصیص کریں" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL طلب" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL طلب خانہ" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL طلب خانہ میں دکھائے گئے روابط کی تخصیص کریں" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL طلب ترتیبات" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "ابتدائیہ" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "ابتدائیہ صفحہ کی تخصیص کریں" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "کوائفیے" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Databases" msgid "Table structure" msgstr "کوائفیے" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "جداول" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "جداول کے طریقہ کام چنیں" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "دکھائیں PDF schema" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "صفحے کا ناپ" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "متن قطعے" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "متن ان پٹ قطعے تخصیص کریں" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! متن" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "طے شدہ اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "تنبیہات" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin کے کچھ تنبیہات کو غیر فعال بنائیں" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6775,15 +6807,15 @@ msgstr "" "[a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] درآمد اور برآمد عملیات کے لیے " "سکڑاؤ فعال کریں" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv کے لیے اضافی پیرا میٹر" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6795,11 +6827,11 @@ msgstr "" "فعال ہونے کی صورت میں phpMyAdmin کثیر بیانی طلب جاری رکھے گا یہاں کہ اگر " "کوئی طلب ناکام بھی ہوجائے تو دیگر چلتے رہیں گے" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "کثیر بیاناتی نقص نظر انداز کریں" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6808,25 +6840,25 @@ msgstr "" "اگر سکرپٹ چلنے کا وقت ختم ہو تو درآمد مداخلت کی اجازت دیں۔ اس سے بڑی مسلیں " "درآمد کرنے میں آسانی ہوگی بہرحال اس سے کاروائی رک سکتی ہے۔" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "جزوی درآمد: مداخلت کی اجازت دیں" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "INSERT نقص پر مت ساقط کریں" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6838,62 +6870,62 @@ msgstr "" "طے شدہ وضع; خبردار رہیں کہ فہرست اس محل وقوع پر انحصار کرتا ہے (کوائفیہ, " "جدول) اور صرفSQL ہر وقت دستیاب ہے" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "درآمد مسل کی وضع" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "LOCAL کلید الفاظ استعمال کریں" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "کالم نام پہلے صف میں ہوں" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "خالی صفیں درآمد مت کریں" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "سکہ درآمد کریں ($5.00 تا 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "فیصد کو مکمل ہندسہ کی صورت درآمد کریں (12.00% تا .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "ابتداء میں تعداد طلب جو چھوڑا جائے" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "جزوی درآمد: طلب چھوڑیں" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "صفر قدروں کے لیے AUTO_INCREMENT استعمال مت کریں" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "سلائیڈر کے لیے ابتدائی حالت" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "ایک وقت میں کتنے صفیں داخل کی جاسکتی ہیں" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "داخل شدہ صفوں کی تعداد" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6904,11 +6936,11 @@ msgstr "" "براؤز منظر میں ایک غیر ہندسی کالم میں زیاد سے زیادہ حروف کی تعداد جو دکھائی " "جائے" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "کالم حروف کی حد مقرر کریں" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6918,11 +6950,11 @@ msgstr "" "تو لاگ آؤٹ صرف حالیہ سرور کے لیے ہوگا۔ یہ مقرر کرنے سے FALSE یہ آسانی ہوجاتی " "ہے کہ جب کثیر سرور جڑے ہوئے ہوں تو ان سے لاگ آؤٹ ہونا مسئلہ نہیں ہوتا۔" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "لاگ آؤٹ پر تمام کوکی کو حذف کریں" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6934,11 +6966,11 @@ msgstr "" "کوکی توثیق موڈ میں پچھلے لاگ ان کو پھر سے فعال کرنے یا نہ کرنے کے بارے وضاحت " "کریں" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "صارف نام یاد کریں" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6949,79 +6981,79 @@ msgstr "" "ہے یہ صرف اسی دورانیہ کے لیے ہے اور براؤزر دریچہ بند ہوتے ہوتے ہی یہ حذف " "ہوجائے گا۔ یہ انجانے ماحول کے لیے موزوں ہے۔" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "لاگ ان کوکی ذخیرہ" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "سیکنڈ میں بتائیں کہ ایک لاگ ان کوکی کب تک موجود ہو" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "لاگ ان کوکی کب تک موجود ہو" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT کالم کے لیے متنی خانہ دگنا سائز کریں" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT کے لیے متنی خانہ بڑا کریں" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "جب ایک SQL طلب دکھائی جائے تو زیادہ سے زیادہ حروف کی تعداد جو استعمال ہو" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "SQL کی زیادہ سے زیادہ لمبائی جو دکھائی جائے" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "صارفین اسے سے زیادہ قدر مقرر نہیں کرسکتے" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "زیادہ سے زیادہ کوائفیے" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum items on first level" msgstr "متن ان پٹ قطعے تخصیص کریں" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7029,21 +7061,21 @@ msgstr "" "کسی نتیجہ کو دکھاتے ہوئے صفوں کی تعداد۔ اگر نتیجہ میں زیادہ صفیں موجود ہوں، " "\"پچھلا\" اور\"اگلا\" روابط دکھائے جائیں گے۔" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "دکھانے کے لیے صفوں کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "زیادہ سے زیادہ جداول" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7055,45 +7087,45 @@ msgstr "" "ایک سکرپٹ کو کو جگہ مختص کرنے کے لیے بائٹ کی تعداد لکھیں جیسا کہ [kbd]32M[/" "kbd] ([kbd]0[/kbd] بغیر حد کے)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "میموری حد" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "علامت دکھائیں" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL جہاں گشت جھروکہ میں علامت اشارہ کردے" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "علامت ربط URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7105,31 +7137,31 @@ msgstr "" "ربط شدہ صفحہ کو مرکزی دریچہ میں کھولیں ([kbd]main[/kbd]) یا ایک نئے میں " "([kbd]new[/kbd])" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "علامت ربط ہدف" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "بائیں جھروکے کے بالا میں سرور اخیتار دکھائیں" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "سرور انتخاب دکھائیں" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "شبیہ تک سریع رسائی کے لیے ہدف" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "شبیہ تک سریع رسائی کے لیے ہدف" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -7137,19 +7169,19 @@ msgid "" "display a filter box." msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7161,179 +7193,179 @@ msgstr "" "صرف ہلکے ورژن; کوائفیے شجرہ میں دکھائیں(نیچے بیان کیے گئے جدا کرنے والے لفظ " "سے متعین ہوتے ہیں)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "وہ لفظ جو کوائفیہ کو مختلف شجرہ سطحات میں سے جدا کررہا ہو" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "کوائفیہ شجرہ جدا کرنے والا" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "وہ لفظ جو جداول کے شجرہ سطحات کو جدا کرتا ہے" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "جدول جدا کرنے والا لفظ" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "جدول شجرہ سطحات کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "ماؤس کرسر کے ساتھ سرور کو نمایا کریں" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "نمایاں کرنے کو فعال کریں" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "شبیہاتی گشت بار" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Count tables" msgid "Show tables in tree" msgstr "حداول کی گنتی کریں" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "گرِڈ دکھائیں" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Dropping Procedure" msgid "Show procedures in tree" msgstr "طریقہ چھوڑا جارہا ہے" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "گرِڈ دکھائیں" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "بغیر کھوج جداول" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Inline edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "یہ تدوین، ان لائن تدوین، نقل اور حذف روابط ہیں" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "جدول اور کوائفیہ نام ترتیب کے لیے قدرتی انداز استعمال کریں" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "قدرتی ترتیب" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "صرف شبیہے، صرف متن یا دوتوں استعمال کریں" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "شبیہاتی گشت بار" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP منتقلی رفتار بڑھانے کے لیے GZip آؤٹ پٹ بفر استعمال کریں" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip آؤٹ پٹ بفر" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -7345,21 +7377,21 @@ msgstr "" "[kbd]SMART[/kbd] - اس اقسام کی کالموں کے لیے نزولی ترتیب type TIME, DATE, " "DATETIME اور TIMESTAMP, بصورت دیگر صعودی ترتیب" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "طے شدہ چھانٹی ترتیب" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL کوائفیہ سے جڑنے کے لیے بہتر جڑت استعمال کریں" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "بہتر جوڑ" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7373,11 +7405,11 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -7389,11 +7421,11 @@ msgstr "" "اگر کوکی توثیق کے لیے mcrypt موجود نہ ہونے کی تنبیہ غیر فعال کرنے کے لیے طے " "شدہ تنبیہ کو غیرفعال کریں" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -7406,29 +7438,29 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB اور BINARY کالم تدوین کے لیے ممنوع کریں" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "ثنائی کالم کو ممنوع کریں" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7438,49 +7470,49 @@ msgstr "" "درکار ہوگی). غیرفعال کرنے کی صورت میں یہ جاوا سکرپٹ فنکشن کو استعمال کرتے " "ہوئے طلب لاگ دکھاتا ہے (دریچہ بند ہونے کی صورت میں ضائع ہوجاتی ہے)." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "مستقل طلب لاگ" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "لاگ میں کتنے طلب رکھے جانے چاہیں" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "طلب لاگ کی لمبائی" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "حروف بدلنے کے لیے کونسے فنکش استعمال ہوں کی انتخاب کریں" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "ری کوڈ انجن" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "طے شدہ چھانٹی ترتیب" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7489,89 +7521,89 @@ msgid "" msgstr "" "سرخی کو ہرX خانے کے لیے دہرائیں, [kbd]0[/kbd] اس خاصیت کو غیر فعال کرتا ہے" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "دہرانے کے لیے سرخیاں" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "تعلقات" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "سرور دکھانے کے اختیارات" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "وہ پوشہ جس پر برآمد سرور میں محفوظ کیے جاسکیں" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "پوشہ محفوظ کریں" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "استعمال نہ ہونے کی صورت میں خالی چھوڑ دیں" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "ہوسٹ توثیق حکم" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "طے شدہ کے لیے خالی چھوڑ دیں" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "ہوسٹ توثیق قاعدے" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "پاس ورڈ کے بغیر لاگ ان کی اجازت دیں" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "منتظم لاگ ان کی اجازت دیں" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP بنیادی توثیق اختیار نام جو دکھائی جائے جب HTTP توثیق کررہا ہو" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP اختیار" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7585,21 +7617,21 @@ msgstr "" "تشکیل مسل کے لیے جگہ [a@http://swekey.com]SweKey ہاروئیر توثیق[/a] (آپ کے " "منتظم دستاویز میں موجود نہیں ہے; مجوزہ: /etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey تشکیل مسل" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "توثیق کا طریقہ جو استعمال ہو" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "توثیق قسم" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -7611,11 +7643,11 @@ msgstr "" "نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "جدول نشان کریں" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7626,35 +7658,35 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "کالم معلومات جدول" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "جڑنے کو سکیڑیں" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "سرور سے کیسے جڑا جائے, چھوڑ دیں [kbd]tcp[/kbd] اگر پتا نہیں" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "جڑنے کی قسم" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "صارف پاس ورڈ کنٹرول" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7667,42 +7699,42 @@ msgstr "" "ایک خاص MySQL صارف مقررہ اجازت نامہ کے ساتھ تشکیل دیا گیا ہے, مزید معلومات " "یہاں موجود ہیں[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "صارف کو کنٹرول کریں" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "صارف کو کنٹرول کریں" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "صارف کو کنٹرول کریں" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "وہ کوائفیے چھپائیں جو ریگولر ایکسپریشن سے مطابقت رکھتے ہیں (PCRE)" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7711,15 +7743,15 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL " "نقائص[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA کی استعمال کو غیر فعال کریں" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "کوائفیے چھپائیں" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7730,41 +7762,41 @@ msgid "" msgstr "" "SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL طلب لاگ جدول" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "جہاں MySQL سرور چل رہا ہے اس کا نام" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "سرور نام" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "لاگ آؤٹ URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7776,13 +7808,31 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "No tables found in database." +msgid "Export templates table" +msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7794,36 +7844,36 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "پاس ورڈ کے بغیر جڑنے کی کوشش کریں" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "پاس ورڈ کے بغیر جڑیں" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7834,33 +7884,33 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "ڈیٹا بیس" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/" @@ -7871,13 +7921,13 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "صارف نام یاد کریں" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/" @@ -7888,13 +7938,13 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Count tables" msgid "Favorites table" msgstr "حداول کی گنتی کریں" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -7906,43 +7956,43 @@ msgstr "" "نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7954,11 +8004,11 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -7970,11 +8020,11 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -7985,49 +8035,49 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -8038,21 +8088,21 @@ msgid "" msgstr "" "SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -8063,35 +8113,35 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "جداول استعمال کریں" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -8102,163 +8152,163 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "جدول تبصرے" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "گرِڈ دکھائیں" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "طلب خانہ چھپائیں" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if mcrypt is missing for " @@ -8270,11 +8320,11 @@ msgstr "" "اگر کوکی توثیق کے لیے mcrypt موجود نہ ہونے کی تنبیہ غیر فعال کرنے کے لیے طے " "شدہ تنبیہ کو غیرفعال کریں" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -8288,57 +8338,57 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "لاگ ان کوکی کب تک موجود ہو" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ڈیفالٹ" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -8346,52 +8396,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8399,34 +8449,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "صارف نام:" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password:" msgid "Proxy password" msgstr "پاس ورڈ:" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -8438,51 +8488,51 @@ msgstr "" "[a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] درآمد اور برآمد عملیات کے لیے " "سکڑاؤ فعال کریں" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8508,51 +8558,82 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" msgstr "اوپن دستاویز" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Text" msgstr "اوپن دستاویز" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "data" +msgid "No data to display" +msgstr "کوائف" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "اندرونی ریلیشن شامل ہو گیا" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8567,12 +8648,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8628,6 +8709,7 @@ msgid "Create database" msgstr "جدول بنائیں" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -8643,7 +8725,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -8655,111 +8737,152 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "No tables found in database." msgid "Exporting databases from the current server" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "No tables found in database." msgid "Exporting tables from \"%s\" database" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "No tables found in database." msgid "Exporting rows from \"%s\" table" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 #, fuzzy -#| msgid "Export" -msgid "Export Method:" -msgstr "برآمد" +#| msgid "Export type" +msgid "Export templates:" +msgstr "برآمد قسم" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "Page number:" +msgid "New template:" +msgstr "صفحہ نمبر" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Page number:" +msgid "Template name" +msgstr "صفحہ نمبر" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table" +#| msgid_plural "%s tables" +msgid "Template:" +msgstr "%s جدول" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "تازہ کی گئی" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "سارا منتخب کریں" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "برآمد طریقہ" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Database" msgid "Database(s):" msgstr "ڈیٹا بیس" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Table" msgid "Table(s):" msgstr "ٹیبل" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8767,86 +8890,86 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "No tables found in database." msgid "Export databases as separate files" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export method" msgid "Export tables as separate files" msgstr "برآمد طریقہ" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select All" msgid "Select database" msgstr "سارا منتخب کریں" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select All" msgid "Select table" msgstr "سارا منتخب کریں" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database" msgid "New database name" msgstr "ڈیٹا بیس" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "Page number:" msgid "New table name" msgstr "صفحہ نمبر" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Comments" msgid "Old column name" msgstr "آراء-رائے" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Comments" msgid "New column name" @@ -9353,7 +9476,7 @@ msgid "Dump has been saved to file %s." msgstr "ڈمپ اس مسل %s میں محفوظ ہوچکی ہے۔" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -9432,7 +9555,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -9510,7 +9633,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9977,7 +10100,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10276,236 +10399,245 @@ msgstr "" msgid "Rename database to" msgstr "کوائفیہ نام بدلیں" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Reloading Privileges" msgid "Adjust Privileges" msgstr "استحقاق پھر لوڈ کرتے ہوئے" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "کوائفیہ %s چھوڑ دیا گیا ہے۔" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "کوائفیہ ہٹائیں" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "کوائفیہ چھوڑیں (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "صرف ساخت" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "ساخت اور کوائف" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "کوائف صرف" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "کوائفیہ نقل کریں بطرف" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "CREATE DATABASE نقل سے قبل" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "پابندیاں لگائیں" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "نقل شدہ کوائفیہ پر جائیں" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "جدول تبصرے" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "جدول تجزیہ کریں" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "جدول پڑتال کریں" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "جدول پڑتال کریں" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "جدول احسن کریں" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "جدول مرمت کریں" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete data or table" msgstr "اس ٹیبل کیلئے ٹریکنگ ڈیٹا حذف کریں " -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Copy database to" msgid "Delete the table (DROP)" msgstr "ڈیٹا بیس کاپی کریں" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "بند" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -10701,7 +10833,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -11677,41 +11809,47 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "خراب برآمد قسم" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11719,14 +11857,14 @@ msgid "" "configuration storage there." msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11907,6 +12045,7 @@ msgstr "صارف نام:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -12067,10 +12206,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -12093,7 +12232,7 @@ msgstr "Table %s has been dropped" msgid "Event %1$s has been created." msgstr "کوائفیہ $1%s بن گئی ہے۔" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12104,7 +12243,8 @@ msgstr "" msgid "Edit event" msgstr "نیا صارف اضافہ کریں" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -12120,7 +12260,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -12154,13 +12294,13 @@ msgid "On completion preserve" msgstr "داخل کرنا مکمل ہوا" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -12188,9 +12328,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in Processing Request" msgid "Error in processing request:" @@ -12227,143 +12367,149 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: %s" msgid "Invalid routine type: \"%s\"" msgstr "غلط سرور اشاریہ: %s" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "Table %s has been dropped" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Routine %1$s has been created." msgstr "کوائفیہ $1%s بن گئی ہے۔" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "تدوین موڈ" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Comments" msgid "Routine name" msgstr "آراء-رائے" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Creation" msgid "Direction" msgstr "بنائیں" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Remove database" msgid "Remove last parameter" msgstr "کوائفیہ ہٹائیں" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Action" msgid "Return options" msgstr "عمل" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "سلامتی" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "غلط جدول نام" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -12945,13 +13091,17 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "صارف کا اضافہ" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add %s" +msgid "Add user account" +msgstr "اضافہ کریں %s" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Databases display options" +msgid "Database for user account" +msgstr "کوائفیہ دکھانے کے اختیارات" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -12979,9 +13129,7 @@ msgid "User has been added." msgstr "جدول نقل %s چھوڑا جاچکا ہے۔" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13056,11 +13204,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -13082,8 +13230,10 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" -msgstr "" +#, fuzzy +#| msgid "Removing Selected Users" +msgid "Remove selected user accounts" +msgstr "منتخب صارفین حذف کیے جا رہے ہیں" #: libraries/server_privileges.lib.php:3376 msgid "Revoke all active privileges from the users and delete them afterwards." @@ -13117,43 +13267,47 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Check Privileges" msgid "Privileges for %s" msgstr "استحقاق پڑتال کریں" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Reloading Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "استحقاق پھر لوڈ کرتے ہوئے" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -13162,11 +13316,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -14372,7 +14526,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "جدول %s خالی ہوچکا ہے" @@ -14385,14 +14539,14 @@ msgstr "کھوج فعال ہے۔" msgid "Tracking is not active." msgstr "کھوج غیر فعال ہے۔" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "جدول نقل %s چھوڑا جاچکا ہے۔" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14636,45 +14790,40 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Gather errors" msgid "Query error" msgstr "نقائص اکھٹی کریں" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "Database %s has been dropped." msgid "The columns have been moved successfully." msgstr "کوائفیہ %s چھوڑ دیا گیا ہے۔" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a New User" msgid "Add to Favorites" msgstr "نیا صارف اضافہ کریں" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relations" msgid "Relation view" @@ -15138,20 +15287,6 @@ msgstr "" msgid "Wrong data" msgstr "کوائف" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "data" -msgid "No data to display" -msgstr "کوائف" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -15162,7 +15297,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -15170,29 +15305,19 @@ msgstr "" msgid "Invalid table name" msgstr "غلط جدول نام" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "اندرونی ریلیشن شامل ہو گیا" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -15399,7 +15524,7 @@ msgid "subquery" msgstr "Submit Query" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -15483,13 +15608,13 @@ msgstr "صفحہ نمبر" msgid "Delete pages" msgstr "سارا منتخب کریں" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -15784,41 +15909,41 @@ msgstr "ڈیفالٹ" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL طلب" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "کالم میں:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for the column \"%s\"" msgid "Value Column:" msgstr "کالم کی قدریں\"%s\"" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -17120,6 +17245,14 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "Add user" +#~ msgstr "صارف کا اضافہ" + +#, fuzzy +#~| msgid "Export" +#~ msgid "Export Method:" +#~ msgstr "برآمد" + #, fuzzy #~| msgid "No data found for the chart." #~ msgid "No data found for GIS visualization." @@ -17310,11 +17443,6 @@ msgstr "" #~ msgid "pdf export page" #~ msgstr "خراب برآمد قسم" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "خراب برآمد قسم" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/uz.po b/po/uz.po index 4c5ec9ea76..663c7021a6 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-14 19:09+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uzbek Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "Сўровлар кеши" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "Сўровлар кеши" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "Сўровлар кеши" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Журнал файллари сони" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Буфер пули" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Жами" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Бўш саҳифалар сони " -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Қабул қилинди" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Уланишлар" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Жараёнлар" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Байт" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "ЭБ" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "Жадваллар сони: \"%s\"" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Версиялар" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Трафик" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "settings" msgid "Settings" msgstr "танловлар" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "Тўрга боғлаб қўйиш" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1558,47 +1580,47 @@ msgstr "" msgid "None" msgstr "Йўқ" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1606,160 +1628,160 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Файл каби сақлаш" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Фаоллаштирилган" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Фаолсизлантириш" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "Сўров %01.4f секунд вақт олди" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Бошқа созланишлар" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "settings" msgid "Current settings" msgstr "танловлар" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Ҳисобот сарлавҳаси" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Фарқ" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Load" msgid "Analysing logs" msgstr "Юклаш" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "Ўқишга рухсат сўраш" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "Go to database" msgid "Jump to Log table" msgstr "Ушбу базага ўтиш" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Маълумотлар базаси мавжуд эмас" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Таҳлил" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "Сўров таҳлили" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1769,174 +1791,174 @@ msgstr "Сўров таҳлили" msgid "Time" msgstr "Вақт" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Жами" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Профиллаштириш" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Жадвал " -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Кодировка" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Жадваллар кўринишини созлаш" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Фильтр" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Қўйилган қаторлар сони" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Жами" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "Юклаш" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Қайта юклаш" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Импорт" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "\"%1$s\" файлидан андоза конфигурацияни юклаб бўлмади." -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "Сўровни янгилаш" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Документация" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Тафсилотлар…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Мослашлар" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1947,65 +1969,65 @@ msgstr "" msgid "Cancel" msgstr "Бекор қилиш" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Other core settings" msgid "Page-related settings" msgstr "Бошқа созланишлар" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Load" msgid "Loading…" msgstr "Юклаш" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Жараёнлар" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Биронта ҳам маълумотлар базаси танланмаган." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -2014,80 +2036,80 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Маълумотлар базасидан қуйидагига нусха олиш" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Кодировка" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Файлни дискка ёзишдахатолик юз берди." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Қидириш" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL сўровлари қутиси" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL сўровлари қутиси" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Кўриб чиқиш" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" ўчирилмоқда" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2097,64 +2119,64 @@ msgstr "" msgid "Export" msgstr "Экспорт" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s устуни учун қийматлар" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Янги фойдаланувчи қўшиш" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL сўровлари қутиси" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL сўровлари қутиси" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Таҳрирлаш" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2162,94 +2184,94 @@ msgstr "Таҳрирлаш" msgid "Delete" msgstr "Ўчириш" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d сони тўғри қатор рақами эмас." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Ташқи қийматларни кўриб чиқиш" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "Ўзгарувчи" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Маълумотлар базасида қидириш" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Атрибутлар" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "\"%s\" га бирламчи калит қўшилди" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Кузатиш ҳисоботи" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2257,91 +2279,91 @@ msgstr "" msgid "End of step" msgstr "Сатр охири" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Садақа" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Биронта ҳам маълумотлар базаси танланмаган." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "Қуйидаги сўровлар бажарилди:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Қуйидаги жадвалга привилегия қўшиш" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Биронта ҳам маълумотлар базаси танланмаган." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2350,484 +2372,484 @@ msgstr "Биронта ҳам маълумотлар базаси танланм msgid "Save" msgstr "Сақлаш" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Қидириш" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Майдон номлари" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Майдон номлари" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Максимал жадваллар сони" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Максимал жадваллар сони" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "SQL Query box" msgid "Hide find and replace criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "SQL Query box" msgid "Show find and replace criteria" msgstr "SQL сўровлари қутиси" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Устун қўшиш/ўчириш" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Маълумотлар файли кўрсатгичи ҳажми" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "Эътибор бермаслик" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Қаторлар бўлувчиси" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Боғлиқ калитни танланг" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Ташқи калитни танланг" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Кўрсатиладиган майдонни танлаш" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Саҳифа рақами: " -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Жадвалларни танланг" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Жадвалларни танланг" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Бўш саҳифалар сони" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Жадвалларни танланг" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Таҳрирлаш лозим бўлган саҳифани танлаш" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Нотўғри порт номери" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Edit or export relational schema" msgid "Export relational schema" msgstr "Алоқалар схемасини тахрирлаш ёки экспорт қилиш" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "Ўзгариришлар сақланди" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Values for column %s" msgid "Add an option for column \"%s\"." msgstr "%s устуни учун қийматлар" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Бажариш" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Майдон номлари" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Барчасини кўрсатиш" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Асл позиция" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Бекор қилиш" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Узилди" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Импорт" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Журнал файли остонаси" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Жадвалларни танланг" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to view" msgid "Go to link:" msgstr "Ушбу кўринишга ўтиш" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Майдон номлари" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Парол ўрнатиш" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Генерация қилиш" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Паролни ўзгартириш" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Душ" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Барчасини кўрсатиш" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Apply index(s)" msgid "Hide Panel" msgstr "Индекс(лар)ни сақлаш" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Чап рамкада логотипни кўрсатиш" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Асосий рамкани мослаштириш" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Асосий рамкани мослаштириш" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Жадваллар" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Намойиш" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Муолажалар" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Ҳодиса" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Функциялар" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Белгиланган фойдаланувчи привилегиялар жадвалида топилмади." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2838,142 +2860,142 @@ msgstr "" "чиқарилган." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Охирги версияни текшириш" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ушбу базага ўтиш" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create version" msgid "Create view" msgstr "Версиясини тузиш" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "Сервер порти" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Other core settings" msgid "Change Report Settings" msgstr "Бошқа созланишлар" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Очиқ жадваллар рўйхати" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "Эътибор бермаслик" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Ушбу сўровни қайта кўрсатиш" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL сўровлари" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Жадвал изоҳи" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "SQL Query box" msgid "Hide arguments" msgstr "SQL сўровлари қутиси" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Орқага" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2981,96 +3003,96 @@ msgid "Next" msgstr "Кейинги" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Жами" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Иккилик" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Мар" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Апр" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "Май" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Июн" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Июл" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Авг" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Окт" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -3078,78 +3100,78 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Дек" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Якш" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Душ" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Сеш" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Жум" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3157,86 +3179,86 @@ msgid "Sun" msgstr "Якш" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Душ" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Сеш" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Чор" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Пай" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Жум" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Шан" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Якш" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Душ" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Сеш" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Чор" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пай" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Жум" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Шан" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3245,140 +3267,140 @@ msgstr "Вики" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Йўқ" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ишлатилмоқда" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "секундига" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Матнмайдонини ишлатиш" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Нотўғри порт номери" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Нотўғри порт номери" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Нотўғри порт номери" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Нотўғри порт номери" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Нотўғри порт номери" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Нотўғри порт номери" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Нотўғри порт номери" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Нотўғри порт номери" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Нотўғри порт номери" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Нотўғри порт номери" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Нотўғри порт номери" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Нотўғри порт номери" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Нотўғри порт номери" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Нотўғри порт номери" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Хатолик" @@ -3448,16 +3470,16 @@ msgstr "соатига" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Шрифт ўлчами" @@ -3478,7 +3500,7 @@ msgid "Requery" msgstr "сўров бўйича" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3487,7 +3509,7 @@ msgstr "сўров бўйича" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3579,7 +3601,7 @@ msgid "History" msgstr "SQL-сўровлар тарихи" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3602,7 +3624,7 @@ msgstr "SQL-сўровлар тарихи" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Параметрлар" @@ -3697,7 +3719,7 @@ msgid "Count:" msgstr "Устун" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3763,10 +3785,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Нусха олинган жадвалга ўтиш" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3774,10 +3796,10 @@ msgstr "Нусха олинган жадвалга ўтиш" msgid "Ascending" msgstr "Ўсиш тартибида" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -4019,32 +4041,32 @@ msgstr "Белгилашни бекор қилиш" msgid "Inside column:" msgstr "Майдондан:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "Сақлаш директорияси" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "CHAR textarea columns" msgid "Restore column order" msgstr "CHAR майдонидаги устунлар сони" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Фильтр" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Маълумотлар базасида қидириш" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -4052,7 +4074,7 @@ msgctxt "First page" msgid "Begin" msgstr "Боши" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -4061,7 +4083,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Орқага" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -4070,7 +4092,7 @@ msgctxt "Next page" msgid "Next" msgstr "Кейинги" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -4078,97 +4100,98 @@ msgctxt "Last page" msgid "End" msgstr "Охири" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Барча" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Майдонлар сони " -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Индекс бўйича сортировка қилиш" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Маълумотларни қисқартириб кўрсатиш" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Маълумотларни кенгайтирилган ҳолда кўрсатиш" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Алоқадор калит" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Алоқадор майдон қиймати" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Иккилик маълумотларни кўрсатиш" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB туридаги маълумотларни кўрсатиш" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "Ўгириш" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Ёзув ўчирилди" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Тугатиш" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Тахминий бўлиши мумкин. [doc@faq3-11]\"FAQ 3.11\"[/doc]га қаранг" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL сўрови муваффақиятли бажарилди" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4177,39 +4200,39 @@ msgstr "" "Ушбу намойиш камида кўрсатилган миқдорда қаторларга эга. Батафсил маълумот " "учун %sдокументацияга%s қаранг." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Ёзувларни кўрсатиш" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "жами" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Сўров %01.4f секунд вақт олди" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Белгиланганларни:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4218,26 +4241,26 @@ msgstr "Белгиланганларни:" msgid "Check All" msgstr "Барчасини белгилаш" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Чоп этиш версияси" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "Сўров натижаларини ишлатиш" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF-схемани кўрсатиш" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4375,7 +4398,7 @@ msgstr "Элементлар сони" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4385,7 +4408,7 @@ msgid "Collation" msgstr "Таққослаш" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Изоҳ" @@ -4400,7 +4423,7 @@ msgid "Index %s has been dropped." msgstr "\"%s\" индекси ўчирилди." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4416,7 +4439,7 @@ msgid "" msgstr "%1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Сервер" @@ -4433,7 +4456,7 @@ msgstr "Намойиш" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4464,7 +4487,7 @@ msgstr "Қўйиш" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Привилегиялар" @@ -4529,17 +4552,17 @@ msgid "Central columns" msgstr "CHAR майдонидаги устунлар сони" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Маълумотлар базалари" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Фойдаланувчи" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4624,7 +4647,7 @@ msgid "Could not save favorite table!" msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4655,7 +4678,7 @@ msgid "Recent" msgstr "Тозалаш" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5253,16 +5276,16 @@ msgstr "Максимал ҳажми: \"%s\"%s\"" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL жавоби: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "Сўров таҳлили" @@ -5279,7 +5302,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP-код олиб ташлаш" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-код" @@ -5381,6 +5404,12 @@ msgstr "Охирги янгиланиш" msgid "Last check" msgstr "Охирги текширув" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Фойдаланувчи" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5483,8 +5512,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5492,7 +5521,7 @@ msgstr "Номи" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Узунлик/қийматлар" @@ -5813,7 +5842,7 @@ msgid "Not a valid port number!" msgstr "Нотўғри порт номери" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5826,37 +5855,37 @@ msgstr "Нотўғри қиймат" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "\"%s\" майдонида маълумот йўқ" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "Ўзгарувчи" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, fuzzy, php-format #| msgid "Maximum tables" msgid "maximum %s" @@ -5872,7 +5901,7 @@ msgid "Set value: %s" msgstr "Қуйидаги қийматни ўрнатиш: \"%s\"" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Асл қийматларни тиклаш" @@ -6462,7 +6491,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Максимум бажарилиш вақти" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6472,7 +6501,7 @@ msgstr "Тавсиф" msgid "Save as file" msgstr "Файл каби сақлаш" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Файл кодировкаси" @@ -6488,8 +6517,8 @@ msgstr "Сиқиш" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6501,16 +6530,16 @@ msgstr "Сиқиш" msgid "Put columns names in the first row" msgstr "Майдон номларини биринчи қаторга жойлаштириш" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Майдон қийматлари қуйидаги белги ичига олинган " -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6520,8 +6549,8 @@ msgstr "Белги олдида қуйидаги белги мавжуд " #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6533,15 +6562,15 @@ msgstr "NULL қийматни қуйидагига алмаштириш" msgid "Remove CRLF characters within columns" msgstr "Майдонлар ичидаги сатрдан-сатрга кўчириш белгиларини олиб ташлаш" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Қаторлар бўлувчиси" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6567,8 +6596,8 @@ msgid "Table name template" msgstr "Жадвал номи шаблони" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6598,14 +6627,14 @@ msgid "Label key" msgstr "Белги идентификатори" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME тури" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Алоқалар" @@ -6615,61 +6644,67 @@ msgstr "Алоқалар" msgid "Export method" msgstr "Эскпорт тури" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Серверга сақлаш" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Мавжуд файл(лар) устидан ёзиш" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "горизонтал (айлантирилган сарлавҳалар)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Файл номи шаблонини ёдда сақлаш" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT қўшиш" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Жадвал ва майдон номларини тескари қўштирноққа олиш" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL билан мослик режими" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Тузиш, янгилаш ва текшириш саналари" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Кечиктирилган қўйиш (DELAYED INSERTS) дан фойдаланиш" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Export views" msgid "Export views as tables" msgstr "Кўринишларни экспорт қилиш" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -6678,60 +6713,60 @@ msgstr "" "pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида " "фойдаланувчи белгиланмаган" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "\"%s\" қўшиш" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB туридаги маълумотларни ўн олтилик шаклда намойиш этиш" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "Эътибор бермаслик (IGNORE) қўйилмалардан фойдаланиш" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Тузилаёган сўровнинг максимал узунлиги" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export tables" msgid "Export type" msgstr "Жадвалларни экспорт қилиш" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Транзакцияга экспортни қўшиш" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Вақтни UTC шаклда экспорт қилиш" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin ишлатилганда хавфсиз (SSL) уланишга мажбур қилиш" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Хавфсиз (SSL) уланишга мажбур қилиш" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6743,206 +6778,206 @@ msgstr "" "Ташқи калит менюсининг тартиблаш усули: [kbd]content[/kbd] - мурожаат " "маълумотлари бўйича, [kbd]id[/kbd] - калит қийматлар бўйича" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Ташқи калит менюси тартиби" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Агар камроқ қиймат бўлса, пастга тушувчи меню ишлатилади" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Ташқи калит чегаралари" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Кўриб чиқиш усул" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Кўриб чиқиш усулини созлаш" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options." msgstr "Экспорт афзалликларини созлаш" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Таҳрирлаш усули" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Таҳрирлаш усулини созлаш" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Экспорт" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Экспорт афзалликларини созлаш" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Функциялар" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Генерация қилиш" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Импорт" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Импорт афзалликларини созлаш" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Импорт/Экспорт" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Импорт ва экспорт каталоглари ва қисиш усулларини белгилаш" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Маълумотлар базаларини кўрсатиш афзалликлари" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Навигация панели" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Навигация панели кўринишини созлаш" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Навигация панели" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Навигация панелини мослаштириш" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Серверлар" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Серверлар кўринишини созлаш" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Жадваллар кўринишини созлаш" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Асосий рамка" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Бошқа созланишлар" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Бошқа жойга сиғмаган созланишлар" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Саҳифа рақами: " -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Хавфсизлик" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6954,27 +6989,27 @@ msgstr "" "Эсда тутинг, phpMyAdmin - бу фақатгина фойдаланувчи интерфейси бўлиб, унинг " "хусусиятлари MySQL-серверининг функцияларини чегараламайди" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Асосий созланишлар" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authentication type" msgid "Authentication" msgstr "Аутентификация усули" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication type" msgid "Authentication settings." msgstr "Аутентификация усули" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Сервер конфигурацияси" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6986,19 +7021,19 @@ msgstr "" "Кенгайтирилган сервер конфигуарцияси, агар уларнинг маъносини аниқ " "билмасангиз, яхшиси, уларга тегманг." -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Сервернинг уланиш параметрларини киритиш" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 #, fuzzy #| msgid "Configuration file" msgid "Configuration storage" msgstr "Конфигурацион файл" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "figure phpMyAdmin database to gain access to additional features, see ../" @@ -7014,145 +7049,145 @@ msgstr "" "Documentation.html#linked-tables]уланган жадваллар инфратузилмасини[/a] " "қараб чиқинг" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Экспорт танловларини мослаштириш" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Импорт танловларини мослаштириш" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Навигация панелини мослаштириш" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Асосий рамкани мослаштириш" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL сўровлари" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL сўровлари қутиси" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL сўровлари қутисида кўрсатиладиган боғларни созлаш" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries" msgid "SQL queries settings." msgstr "SQL сўровлари" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Бошланғич" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Бошланғич саҳифани созлаш" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Фойдаланувчи учун маълумотлар базаси" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Фойдаланувчи учун маълумотлар базаси" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Ёрлиқлар" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Ёрлиқлар қандай ишлашини танланг" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Алоқалар схемаси" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Қоғоз ўлчами" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Матнмайдонини ишлатиш" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize export options" msgid "Customize text input fields." msgstr "Экспорт танловларини мослаштириш" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! матн" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options" msgstr "Экспорт афзалликларини созлаш" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Огоҳлантириш" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -7164,15 +7199,15 @@ msgstr "" "Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a] ёрдамида сиқишни ёқиш" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv учун қўшимча параметрлар" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -7184,11 +7219,11 @@ msgstr "" "Агар ёқилган бўлса, phpMyAdmin, ҳатто сўровлардан бири барбод бўлганда ҳам, " "кўп қисмли сўровларни ҳисоблашни давом этади" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Кўп қисмли сўровлардаги хатоларга эътибор бермаслик" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -7198,25 +7233,25 @@ msgstr "" "бериш. Бу катта файлларни юклаш учун яхши усул, лекин у транзакцияларни " "бузиши мумкин." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Қисман импорт: узишга рухсат бериш" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -7228,80 +7263,80 @@ msgstr "" "Импорт файл формати; ёдда тутингки, ушбу рўйхат (маълумотлар базаси, жадвал) " "жойлашишига боғлиқ ва фақат SQL ишлайди" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Импорт қилинаётган файл формати" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "\"LOCAL\" калит сўзини ишлатиш" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Биринчи қаторга устун номлари" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Бўш қаторларни импорт қилмаслик" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 #, fuzzy #| msgid "Import currencies ($5.00 to 5.00)" msgid "Import currencies ($5.00 to 5.00)" msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 #, fuzzy #| msgid "Import percentages as proper decimals (12.00% to .12)" msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Фоизларни мос ўнли касрлар каби импорт қилиш (масалан, 12.00% ўрнига 0.12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Файл бошидаги эътибор бериш керак бўлмаган қаторлар (сўровлар) сони" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Қисман импорт: сўровларга эътибор бермаслик" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ноль қийматлари учун \"AUTO_INCREMENT\" ишлатмаслик" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Бир вақтнинг ўзиданечта қатор қўйилиши мумкин" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Қўйилган қаторлар сони" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "SQL сўрови кўрсатилганда ишлатиладиган белгиларнинг максимал сони" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -7312,11 +7347,11 @@ msgstr "" "чиқиш амалга оширилади. Агар бир нечта серверларга уланганбўлса, унда ЁЛҒОН " "(FALSE) танлови бошқа серверлардан чиқиш унитилишига олиб келиши мумкин." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Чиқишда барча \"cookies\"ларни ўчириш" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -7328,11 +7363,11 @@ msgstr "" "cookie-аутентификация усулидан фойдаланилганда олдинги логин сессияси қайта " "чақирилиб олиниши керакми" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Фойдаланувчи номини чақириб олиш" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -7344,54 +7379,54 @@ msgstr "" "сақланади ва браузер ойнаси ёпилган заҳоти ўчирилади. Бу қиймат ишончсиз " "муҳитлар учун тавсия этилади." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Логин маълумотини cookie-да сақлаш" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "cookie-логин усули қанча вақт (секундларда) яроқли бўлишини белгиланг" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "cookie-логин яроқлиги" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL сўрови кўрсатилганда ишлатиладиган белгиларнинг максимал сони" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "SQL сўровининг максимал узунлиги" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Маълумотлар базаларининг максимал сони" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7401,13 +7436,13 @@ msgstr "" "Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган " "бирлашма сўровлар сони." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Вақтинчалик индекс файлларининг максимал ҳажми" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7417,11 +7452,11 @@ msgstr "" "Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган " "бирлашма сўровлар сони." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7429,21 +7464,21 @@ msgstr "" "Натижаларда кўрсатиладиган қаторлар сони. Агар натижалар қатори кўрсатилган " "қийматдан кўп бўлса, \"Олдинги\" ва \"Кейинги\" боғланишлар кўрсатилади." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Кўрсатиладиган қаторларнинг максимал сони" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Максимал жадваллар сони" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7455,45 +7490,45 @@ msgstr "" "Скрипт учун ажратиладиган байлардаги хотира миқдори, масалан [kbd]32M[/kbd] " "([kbd]0[/kbd] - чегараланмаган)." -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Хотира миқдори" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Логотипни кўрсатиш" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Логотип боғланган URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7505,31 +7540,31 @@ msgstr "" "Боғланган саҳифани бош ойнада ([kbd]бош[/kbd]) ёки янги ойнада ([kbd]янги[/" "kbd]) очиш" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Логотип боғланган нишон" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Чап рамканинг юқори қисмида сервер танловини кўрсатиш" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Сервер танловини кўрсатиш" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Тезкор мурожаат пиктограммаси учун нишон" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Тезкор мурожаат пиктограммаси учун нишон" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "" @@ -7537,19 +7572,19 @@ msgid "" "display a filter box." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of items to display the filter box" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of databases to display the database filter box" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7561,169 +7596,169 @@ msgstr "" "Енгил версия; маълумотлар базаларини дарахтда кўрсатиш (қуйида белгиланган " "сатр билан бўлинади)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Маълумотлар базаларини дарахтнинг турли даражаларига бўлувчи сатр" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Маълумотлар базаси дарахтининг бўлувчиси" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Жадвалларни дарахтнинг турли даражаларига бўлувчи сатр" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Жадвал дарахтининг бўлувчиси" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Жадваллар дарахтининг максимум чуқурлиги" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Сичқонча курсори турган серверни белгилаш" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Белгилашни ёқиш" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Пиктограммали навигация менюси" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Жадвалларни кўрсатиш" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Версияларни кўрсатиш" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Фукнциялармайдонини кўрсатиш" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Жараёнлар рўйхати" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Версияларни кўрсатиш" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Кузатилмаган жадваллар" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Жадвал сортировкасини ўзгартириш" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Фақат пиктограмма, фақат матн ёки ҳар иккисини ишлатиш" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Пиктограммали навигация менюси" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." @@ -7731,11 +7766,11 @@ msgstr "" "HTTP орқали маълумот узатишда юқори тезликка эришиш учун GZip буферизациядан " "фойдаланинг" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip буферизация" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " @@ -7747,74 +7782,74 @@ msgstr "" "[kbd]SMART[/kbd] – яъни, TIME, DATE, DATETIME ва TIMESTAMP туридаги " "майдонлар учун камайиш тартибида, акс ҳолда кўпайиш тартибида" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Асл тартиблаш қоидаси" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL маълумотлар базаларида доимий уланишлардан фойдаланиш" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Доимий уланишлар" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Барча қаторларни кўрсатишга рухсат бериш" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY fields from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB ва BINARY майдонларини таҳирлашни ман этиш" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 #, fuzzy #| msgid "Protect binary fields" msgid "Protect binary columns" msgstr "Бинар (иккилик) майдонларни ҳимоялаш" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 #, fuzzy #| msgid "" #| "ble if you want DB-based query history (requires phpMyAdmin configuration " @@ -7829,148 +7864,148 @@ msgstr "" "танловни ёқинг (pmadb талаб этилади). Ушбу танлов ўчирилган бўлса, ойна " "ёпилган заҳоти сўровлар тарихи йўқолади." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Доимий сўровлар тарихи" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Журналда сақланадиган сўровлар сони" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "Сўровлар тарихи узунлиги" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Кодировкаларни бир-бирига ўтказишда фойдаланиладиган функцияларни танланг" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Кодировкалаш функцияси" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Жадвал номини ўзгартириш" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Асл тартиблаш қоидаси" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Оқимли тиклаш" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Алоқадор майдон қиймати" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Серверлар кўринишини созлаш" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Сервердаги экспорт файллар сақланадиган директория" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Сақлаш директорияси" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Агар ишлатилмаса бўш қолдиринг" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 #, fuzzy #| msgid "Host authentication order" msgid "Host authorization order" msgstr "Аутентификация тартиби" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Асл қоидаларни ишлатиш учун бўш қолдиринг" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 #, fuzzy #| msgid "Host authentication rules" msgid "Host authorization rules" msgstr "Аутентификация қоидалари" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Паролсиз қиришга рухсат бериш" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "\"root\"га киришга рухсат бериш" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Сессия қийматлари" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "HTTP Авторизация вақтида кўрсатиладиган Оддий HTTP Авторизация Бўлими номи" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Бўлими" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7985,21 +8020,21 @@ msgstr "" "файл йўли (ҳужжатлар каталогига жойлаштирилмаган; тавсия этилади: /etc/" "swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "\"SweKey\" конфигурация файли" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Фойдаланиладиган аутентификация усули" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Аутентификация усули" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -8011,11 +8046,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]Хатчўп[/a] ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Хатчўплар жадвали" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -8027,35 +8062,35 @@ msgstr "" "Устун изоҳлари/\"mime\"-турлари ҳақидаги маълумотларни ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Устун маълумотлари жадвали" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL сервеига уланишни қисиш" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Уланишни қисиш" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Серверга уланиш тури, агар билмасангиз, [kbd]tcp[/kbd] деб қолдиринг" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Уланиш тури" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Назорат фойдаланувчиси пароли" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -8069,43 +8104,43 @@ msgstr "" "батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]да мавжуд" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Назорат фойдаланувчиси" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Назорат фойдаланувчиси" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Назорат фойдаланувчиси" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Мунтазам иборалар(PCRE)га тўғри келадиган маълумотлар базаларини яшириш" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -8114,15 +8149,15 @@ msgstr "" "bugs/2606/]\"PMA bug tracker\"[/a] ва [a@http://bugs.mysql.com/19588]\"MySQL " "Bugs\"[/a]ларга қаранг" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ишлатишни ўчириш" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Базаларни яшириш" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -8134,43 +8169,43 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL сўровлари тарихи жадвали" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL сервери ишлаётган хост номи" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Сервер хост номи" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Чиқиш URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Тобе сервер статуси жадвалини кўриш" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -8181,13 +8216,30 @@ msgstr "" "Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views" +msgid "Export templates table" +msgstr "Кўринишларни экспорт қилиш" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " +"[kbd]\"pma_pdf_pages\"[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR майдонидаги устунлар сони" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8199,17 +8251,17 @@ msgstr "" "PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Паролсиз уланишга ҳаракат қилиш" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Паролсиз уланиш" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -8223,22 +8275,22 @@ msgstr "" "олдига тескари эгри чизиқ (\\) қўйишингиз керак, масалан \\\"my\\_db\\" "\" (лекин \"my_db\" эмас)" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Фақат рўйхатдаги базаларни кўрсатиш" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "" "Агар \"config\" аутентификация усулидан фойдаланмасангиз, бўш қолдиринг" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "\"config\" аутентификация усули пароли" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -8248,11 +8300,11 @@ msgstr "" "Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-схема: саҳифалар жадвали" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -8268,25 +8320,25 @@ msgstr "" "қаранг. Агар фойдаланмасангиз, бўшқолдиринг. Асл қиймати: [kbd]\"phpmyadmin" "\"[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "маълумотлар базаси номи" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL сервери тинглайдиган порт, асл қийматни қолдириш учун бўш қолдиринг" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Сервер порти" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8297,13 +8349,13 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Фойдаланувчи номини чақириб олиш" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8314,13 +8366,13 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Ўзгарувчилар" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -8332,11 +8384,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни " "ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]\"pma_relation\"[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Алоқалар жадвали" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -8348,25 +8400,25 @@ msgstr "" "Намуна учун [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]аутентификация усуллари[/a]га қаранг" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Кириш сессияси номи" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Кириш URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL сервери тинглайдиган сокет, асл қиймати учун бўш қолдиринг" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Сервер сокети" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." @@ -8374,11 +8426,11 @@ msgstr "" "SSL (Secure Sockets Layer - ҳимояланган сокетлар протоколи) уланишдан " "фойдаланиш" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL уланишдан фойдаланиш" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8390,13 +8442,13 @@ msgstr "" "PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-схема: жадвал координаталари" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -8408,13 +8460,13 @@ msgstr "" "Кўрсатиладиган майдонлар шарҳлари сақланадиган жадвал, ишлатмаслик учун бўш " "қолдиринг, асл қиймати: [kbd]\"pma_table_info\"[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Майдонлар жадвалини кўрсатиш" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8425,53 +8477,53 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Жадвални дефрагментациялаш" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Тавсиф" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8482,25 +8534,25 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL сўровлари тарихи жадвали" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Автоматик тиклаш режими" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8511,37 +8563,37 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Жадвалларни ишлатиш" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Хостлар жадвалидан фойдаланиш" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8552,35 +8604,35 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "\"config\" аутентификация усули фойдаланувчиси" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "MySQL сервери ишлаётган хост сервер номи." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Ушбу сервернинг кенгайтирилган номи" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "ther a user should be displayed a \"show all (records)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Фойдаланувчига \"барча (ёзувлар)ни кўрсатиш\" тугмаси кўрсатилсинми?" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Барча қаторларни кўрсатишга рухсат бериш" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -8595,87 +8647,87 @@ msgstr "" "Эсда тутинг, ушбу танловни ёқишингиз [kbd]\"config\"[/kbd] аутентификация " "усулидаги паролга таъсир этмайди" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Паролни ўзгартириш формасини кўрсатиш" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Маълумотлар базаси тузиш формасини кўрсатиш" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Жадвал изоҳи" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Версияларни кўрсатиш" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Уланган бош серверларни кўрсатиш" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Очиқ жадваллар рўйхати" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Таҳрирлаш/қўйиш режимида функциялар майдонини кўрсатиш" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Фукнциялармайдонини кўрсатиш" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тўрни кўрсатиш" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8687,15 +8739,15 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] функцияси " "натижасига боғ кўрсатиш" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" функциясига боғ кўрсатиш" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MySQL сервери ҳақида батафсил маълумот кўрсатиш" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8704,22 +8756,22 @@ msgid "" msgstr "" "phpMyAdmin томонидан генерация қилинган SQL сўровларини кўрсатиш керакми" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Show SQL сўровларини кўрсатиш" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL сўровлари қутиси" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -8727,11 +8779,11 @@ msgstr "" "Маълумотлар базалари ва жадваллар статискасини (масалан, дискда эгаллаган " "жойи) кўрсатиш" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Статискани кўрсатиш" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8741,11 +8793,11 @@ msgstr "" "Ишлатилаётган жадвалларни белгилаш ва қулфланган жадваллари мавжуд бўлган " "маълумотлар базаларини кўришга имкон бериш" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Қулфланган жадвалларни ташлаб кетишлик" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8757,11 +8809,11 @@ msgstr "" "[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " "ишлатиладиган сирли ибора" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8774,59 +8826,59 @@ msgstr "" "[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " "ишлатиладиган сирли ибора" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "cookie-логин яроқлиги" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR майдонидаги устунлар сони" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR майдонидаги қаторлар сони" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Жадвал ёрлиғи" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8844,57 +8896,57 @@ msgstr "" "келаётган HTTP_X_FORWARDED_FOR (X-Forwarded-For) сарлавҳани ишончли деб " "қабул қилишини таъминлайди: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "IP бўйича рухсат бериш/рад этиш учун ишонарли прокси-серверлар рўйхати" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Серверда импорт файллари сақланадиган директория" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Импорт директорияси" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "" "Маълумотлар базаси ичидаги маълумотларни тўлалигича қидиришга рухсат бериш" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Базани қидиришдан фойдаланиш" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Охирги версияни текшириш" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Версияни текшириш" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8902,34 +8954,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Фойдаланувчи" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Парол" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8941,54 +8993,54 @@ msgstr "" "Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] қисишни ёқиш" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Сервер порти" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL сўровлари" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -9024,53 +9076,86 @@ msgstr "Аутентификация тартиби" msgid "Signon authentication" msgstr "Аутентификация тартиби" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ишлатилган CSV" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document жадвали" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Рангни танлаш" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Маълумотлар базаси экспорт параметрлари" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel учун CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "OpenDocument матн" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Маълумотлар базаси мавжуд эмас" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s жадвали муваффақиятли ўзгартирилди." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "\"%s\" жараёни муваффақиятли якунланди." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Ички алоқа ўрнатилди" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -9085,12 +9170,12 @@ msgstr "" msgid "No change" msgstr "Ўзгариш йўқ" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -9151,6 +9236,7 @@ msgid "Create database" msgstr "Янги маълумотлар базаси тузиш" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Тузиш" @@ -9166,7 +9252,7 @@ msgid "No Privileges" msgstr "Привилегиялар йўқ" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Жадвал тузиш" @@ -9182,126 +9268,168 @@ msgstr "" "Экспорт модуллари мавжуд эмас! Ўрнатилган phpMyAdmin нусхасининг libraries/" "export каталогини текширинг." -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Жорий оқим учун жадвални блокировку қилишга рухсат беради" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "\"%s\" маълумотлар базасида янги жадвал тузиш" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" маълумотлар базасида янги жадвал тузиш" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export tables" +msgid "Export templates:" +msgstr "Жадвалларни экспорт қилиш" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Файл номи шаблони" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Жадвал номи" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Файл номи шаблони" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "Жадваллар сони: \"%s\"" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Янгиланди" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Жадвалларни танланг" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export type" -msgid "Export Method:" +msgid "Export method:" msgstr "Эскпорт тури" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy #| msgid "Customize default export options" msgid "Custom - display all possible options" msgstr "Экспорт афзалликларини созлаш" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Маълумотлар базалари" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Жадваллар" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Формат" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "Ўгиришлар параметрлари" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy #| msgid "Recoding engine" msgid "Encoding Conversion:" msgstr "Кодировкалаш функцияси" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Қаторларсони" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 #, fuzzy #| msgid "Dump all rows" msgid "Dump some row(s)" msgstr "Барча қаторларни дамп қилиш" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Барча қаторларни дамп қилиш" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Сервердаги \"%s\" каталокка сақлаш" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Файл номи шаблони" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -9316,96 +9444,96 @@ msgstr "" "вақт ва санани қўйиш мумкин. Қўшимча равишда қуйидагилар ишлатилиши мумкин: " "%3$s. Матннинг бошқа қисмлари ўзгаришсиз қолади." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Файл кодировкаси:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Сиқиш" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Файл каби сақлаш" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views" msgid "Export databases as separate files" msgstr "Кўринишларни экспорт қилиш" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "горизонтал (айлантирилган сарлавҳалар)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Файл каби сақлаш" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Жадвалларни танланг" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Жадвалларни танланг" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "маълумотлар базаси номи" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Янги жадвал" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Майдон номлари" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -9974,7 +10102,7 @@ msgid "Dump has been saved to file %s." msgstr "Дамп \"%s\" файлида сақланди." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL бўш натижа берди (яъни нольта сатр)." @@ -10064,7 +10192,7 @@ msgstr "Яшириш" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Функция" @@ -10146,7 +10274,7 @@ msgstr "" "Майдонлараро ўтиш учун TAB тугмаси ёки CTRL+стрелка тугмаларидан фойдаланинг" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10619,7 +10747,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10919,238 +11047,249 @@ msgstr "" msgid "Rename database to" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Ушбу саҳифага кириш учун Сизда етарли ҳуқуқ мавжуд эмас!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Привилегияларни таҳрирлаш" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "\"%s\" маълумотлар омбори ўчирилди." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "Маълумотлар базаси ўчириш" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "Маълумотлар базасини ўчириш (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Фақат тузилиши" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Тузилиши ва маълумотлари" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Фақат маълумотлар" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Маълумотлар базасидан қуйидагига нусха олиш" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Нусха кўчиришдан олдин маълумотлар базаси тузинг (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Чекловлар қўшиш" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Нусха олинган маълумотлар базасига ўтиш" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Жадвал сортировкасини ўзгартириш" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(устун)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Жадвални (маълумотлар базаси.жадвал) га кўчириш:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Жадвал номини ўзгартириш" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Жадвал изоҳи" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Жадвал параметрлари" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Жадвал тури" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Жадвалдан (маълумотлар омбори.жадвал) га нусха кўчириш:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Нусха олинган жадвалга ўтиш" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Жадвалга хизмат кўрсатиш" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Жадвал таҳлили" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Жадвални текшириш" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Жадвални текшириш" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Жадвални дефрагментациялаш" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "\"%s\" жадвали кеши янгиланди." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Жадвал кешини янгилаш (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Жадвални оптималлаштириш" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Жадвални тиклаш" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, fuzzy #| msgid "Delete tracking data for this table" msgid "Delete data or table" msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Go to database" msgid "Delete the table (DROP)" msgstr "Ушбу базага ўтиш" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Таҳлил" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Текшириш" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Оптимизация" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Қайта қуриш" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Тиклаш" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Ёпиш" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "бўлакларга хизмат кўрсатиш" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "\"%s\" бўлаги" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Бўлакларни (PARTITIONS) ўчириш" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Маълумотлар яхлитлигини текшириш:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Жадвални ўз-ўзига кўчириб бўлмайди!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Жадвалнинг ўзидан ўзига нусха кўчириш мумкин эмас!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" жадвали \"%s\" га кўчирилди." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" жадвалидан \"%s\" га нусха кўчирилди." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" жадвали \"%s\" га кўчирилди." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "\"%s\" жадвалидан \"%s\" га нусха кўчирилди." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Жадвал номи кўрсатилмаган!" @@ -11370,7 +11509,7 @@ msgstr "Ҳодиса" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -12478,11 +12617,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Жадвал номини ўзгартириш" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Экспорт тури нотугри" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Муфассал танловларни тез созлаш учун қадамларs:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -12491,11 +12636,11 @@ msgstr "" "Керакли жадвалларни examples/create_tables.sql код ёрдамида " "тузиш." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "phpMyAdmin фойдаланувчиси қўшиш ва ушбу жадвалларга рухсат бериш." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -12503,24 +12648,24 @@ msgstr "" "(config.inc.php) файлидаги муфассал танловларни фаоллаштириш, " "масалан, config.sample.inc.php дан бошлаб." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Янгиланган конфигурация файли ишга тушиши учун, phpMyAdmin дастуридан чиқиб, " "қайта киринг." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "тавсиф мавжуд эмас" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12531,13 +12676,13 @@ msgstr "" "pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида " "фойдаланувчи белгиланмаган" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12749,6 +12894,7 @@ msgstr "Фойдаланувчи номи" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Фойдаланувчи номи" @@ -12930,10 +13076,10 @@ msgid "Master server changed successfully to %s." msgstr "Бош репликация сервери қуйидагига ўзгартирилди: %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -12957,7 +13103,7 @@ msgstr "\"%s\" жадвали ўчирилди" msgid "Event %1$s has been created." msgstr "%1$s жадвали тузилди." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -12968,7 +13114,8 @@ msgstr "" msgid "Edit event" msgstr "Серверларни таҳрирлаш" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -12986,7 +13133,7 @@ msgid "Event type" msgstr "Ҳодиса тури" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -13023,13 +13170,13 @@ msgid "On completion preserve" msgstr "Тўла қўйиш" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -13057,9 +13204,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -13096,147 +13243,153 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Сервер рақами нотўғри: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "\"%s\" жадвали ўчирилди" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "\"%s\" жадвали ўчирилди" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s жадвали тузилди." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Таҳрирлаш усули" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Муолажалар" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "Тўғридан-тўғри боғланишлар" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Apply index(s)" msgid "Add parameter" msgstr "Индекс(лар)ни сақлаш" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Қайтариладиган тип" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Узунлик/қийматлар" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Жадвал параметрлари" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "Хавфсизлик" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Жадвал номи нотўғри" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Сақланадиган муолажаларни бажаришга рухсат беради" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13860,14 +14013,16 @@ msgid "You have revoked the privileges for %s." msgstr "\"%s\" фойдаланувчининг привилегиялари бекор қилинди." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Ҳар қайси фойдаланувчи" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Фойдаланувчи учун маълумотлар базаси" #: libraries/server_privileges.lib.php:1946 @@ -13900,9 +14055,7 @@ msgid "User has been added." msgstr "\"%s\" намойиши ўчирилди" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -13984,11 +14137,15 @@ msgstr "" ", фойдаланувчилар жадвалидан эскисини ўчириб привилегияларни қайта юклаш." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Фойдаланувчининг логинини ўзгартириш / Фойдаланувчидан нусха олиш" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Худди шундай привилегияли янги фойдаланувчи киритиш…" #: libraries/server_privileges.lib.php:3036 @@ -14014,7 +14171,9 @@ msgid "Add privileges on the following table:" msgstr "Қуйидаги жадвалга привилегия қўшиш" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Белгиланган фойдаланувчиларни ўчириш" #: libraries/server_privileges.lib.php:3376 @@ -14051,45 +14210,51 @@ msgstr "\"%s\" учун привилегиялар ўзгартирилди." msgid "Deleting %s" msgstr "\"%s\" ўчирилмоқда" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Привилегиялар муваффақиятли қайта юкланди." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" номли фойдаланувчи мавжуд!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Привилегиялар" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Привилегияларни таҳрирлаш" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Фойдаланувчи" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Фойдаланувчилар ҳисобини кўриб чиқиш" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -14102,11 +14267,11 @@ msgstr "" "маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши " "мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Белгиланган фойдаланувчи привилегиялар жадвалида топилмади." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Сиз янги фойдаланувчи қўшдингиз." @@ -15483,7 +15648,7 @@ msgstr "Нотўғри идентификатор" msgid "Unknown Punctuation String" msgstr "Номаълум пунктуация" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "\"%s\" жадвали тозаланди." @@ -15496,14 +15661,14 @@ msgstr "Кузатиш фаол." msgid "Tracking is not active." msgstr "Кузатиш фаол эмас." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "\"%s\" намойиши ўчирилди" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -15751,47 +15916,42 @@ msgstr "Фойдаланилаётган жой" msgid "Effective" msgstr "Эффективлик" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s жадвали муваффақиятли ўзгартирилди." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s жадвали муваффақиятли ўзгартирилди." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Ignore errors" msgid "Query error" msgstr "Хатоларга эътибор бермаслик" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Белгиланган фойдаланувчилар муваффақиятли ўчирилди." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Янги фойдаланувчи қўшиш" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Show SQL сўровларини кўрсатиш" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -16296,20 +16456,6 @@ msgstr "Янгироқ версия ҳали мавжуд эмас" msgid "Wrong data" msgstr "Маълумотлар базаси мавжуд эмас" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Маълумотлар базаси мавжуд эмас" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -16320,7 +16466,7 @@ msgstr "'%s' номли база мавжуд эмас." msgid "Table %s already exists!" msgstr "\"%s\" номли жадвал мавжуд!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Жадвал дампини (схемасини) намойиш этиш" @@ -16328,31 +16474,19 @@ msgstr "Жадвал дампини (схемасини) намойиш этиш msgid "Invalid table name" msgstr "Жадвал номи нотўғри" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Ички алоқа ўрнатилди" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "\"%s\" жараёни муваффақиятли якунланди." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -16585,7 +16719,7 @@ msgid "subquery" msgstr "сўров бўйича" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Боғлиқлик ўрнатиш" @@ -16671,13 +16805,13 @@ msgstr "Фойдаланувчи номи" msgid "Delete pages" msgstr "Жадвалларни танланг" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Қайта юклаш" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Ёрдам" @@ -16982,43 +17116,43 @@ msgstr "Ҳисобот сарлавҳаси" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL сўровлари" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Қиймати" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "Майдондан:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "%s устуни учун қийматлар" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -18370,6 +18504,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Максимал уланишлар сони " +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Ҳар қайси фойдаланувчи" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Эскпорт тури" + #~ msgid "Print view (with full texts)" #~ msgstr "Чоп этиш версияси (тўла)" @@ -18630,11 +18774,6 @@ msgstr "Максимал уланишлар сони " #~ msgid "pdf export page" #~ msgstr "Экспорт тури нотугри" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "Экспорт тури нотугри" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/uz@latin.po b/po/uz@latin.po index 33ad95393c..2f2203bfd7 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-11-05 10:33+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uzbek (latin) Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 #, fuzzy #| msgid "Query cache" msgid "Query cache efficiency" msgstr "So‘rovlar keshi" -#: js/messages.php:142 +#: js/messages.php:148 #, fuzzy #| msgid "Query cache" msgid "Query cache usage" msgstr "So‘rovlar keshi" -#: js/messages.php:143 +#: js/messages.php:149 #, fuzzy #| msgid "Query cache" msgid "Query cache used" msgstr "So‘rovlar keshi" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 #, fuzzy #| msgid "Log file count" msgid "Total memory" msgstr "Jurnal fayllari soni" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 #, fuzzy #| msgid "Buffer Pool" msgid "Buffered memory" msgstr "Bufer puli" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 #, fuzzy #| msgid "Total" msgid "Total Swap" msgstr "Jami" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 #, fuzzy #| msgid "Free pages" msgid "Free Swap" msgstr "Bo‘sh sahifalar soni " -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 #, fuzzy #| msgid "Received" msgid "Bytes received" msgstr "Qabul qilindi" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "Ulanishlar" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "Jarayonlar" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "Bayt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, fuzzy, php-format #| msgid "%s table(s)" msgid "%d table(s)" msgstr "Jadvallar soni: \"%s\"" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 #, fuzzy #| msgid "Versions" msgid "Questions" msgstr "Vеrsiyalar" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "Trafik" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 #, fuzzy #| msgid "settings" msgid "Settings" msgstr "tanlovlar" -#: js/messages.php:180 +#: js/messages.php:186 #, fuzzy #| msgid "Snap to grid" msgid "Add chart to grid" msgstr "To‘rga bog‘lab qo‘yish" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1566,47 +1588,47 @@ msgstr "" msgid "None" msgstr "Yo‘q" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1614,160 +1636,160 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, fuzzy, php-format #| msgid "Save as file" msgid "Set log_output to %s" msgstr "Fayl kabi saqlash" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, fuzzy, php-format #| msgid "Enabled" msgid "Enable %s" msgstr "Faollashtirilgan" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, fuzzy, php-format #| msgid "Disable" msgid "Disable %s" msgstr "Faolsizlantirish" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Set long_query_time to %d seconds." msgstr "So‘rov %01.4f sekund vaqt oldi" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 #, fuzzy #| msgid "Other core settings" msgid "Change settings" msgstr "Boshqa sozlanishlar" -#: js/messages.php:211 +#: js/messages.php:217 #, fuzzy #| msgid "settings" msgid "Current settings" msgstr "tanlovlar" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 #, fuzzy #| msgid "Report title" msgid "Chart Title" msgstr "Hisobot sarlavhasi" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 #, fuzzy #| msgid "Difference" msgid "Differential" msgstr "Farq" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 #, fuzzy #| msgid "Load" msgid "Analysing logs" msgstr "Yuklash" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 #, fuzzy #| msgid "Read requests" msgid "Cancel request" msgstr "O‘qishga ruxsat so‘rash" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 #, fuzzy #| msgid "Go to database" msgid "Jump to Log table" msgstr "Ushbu bazaga o‘tish" -#: js/messages.php:232 +#: js/messages.php:238 #, fuzzy #| msgid "No databases" msgid "No data found" msgstr "Ma`lumotlar bazasi mavjud emas" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 #, fuzzy #| msgid "Analyze" msgid "Analyzing…" msgstr "Tahlil" -#: js/messages.php:236 +#: js/messages.php:242 #, fuzzy #| msgid "Explain SQL" msgid "Explain output" msgstr "So‘rov tahlili" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1777,175 +1799,175 @@ msgstr "So‘rov tahlili" msgid "Time" msgstr "Vaqt" -#: js/messages.php:239 +#: js/messages.php:245 #, fuzzy #| msgid "Total" msgid "Total time:" msgstr "Jami" -#: js/messages.php:240 +#: js/messages.php:246 #, fuzzy #| msgid "Profiling" msgid "Profiling results" msgstr "Profillashtirish" -#: js/messages.php:241 +#: js/messages.php:247 #, fuzzy #| msgid "Table" msgctxt "Display format" msgid "Table" msgstr "Jadval " -#: js/messages.php:242 +#: js/messages.php:248 #, fuzzy #| msgid "Charset" msgid "Chart" msgstr "Kodirovka" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 #, fuzzy #| msgid "Tables display options" msgid "Log table filter options" msgstr "Jadvallar ko‘rinishini sozlash" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "Filtr" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 #, fuzzy #| msgid "Number of inserted rows" msgid "Sum of grouped rows:" msgstr "Qo‘yilgan qatorlar soni" -#: js/messages.php:251 +#: js/messages.php:257 #, fuzzy #| msgid "Total" msgid "Total:" msgstr "Jami" -#: js/messages.php:253 +#: js/messages.php:259 #, fuzzy #| msgid "Load" msgid "Loading logs" msgstr "Yuklash" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 #, fuzzy #| msgid "Reload" msgid "Reload page" msgstr "Qayta yuklash" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "Import" -#: js/messages.php:265 +#: js/messages.php:271 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Import monitor configuration" msgstr "\"%1$s\" faylidan andoza konfiguratsiyani yuklab bo‘lmadi." -#: js/messages.php:266 +#: js/messages.php:272 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import." msgstr "" "Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 #, fuzzy #| msgid "Update Query" msgid "Analyse Query" msgstr "So‘rovni yangilash" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 #, fuzzy #| msgid "Documentation" msgid "Recommendation" msgstr "Dokumentatsiya" -#: js/messages.php:277 +#: js/messages.php:283 #, fuzzy #| msgid "Details…" msgid "Rule details" msgstr "Tafsilotlar…" -#: js/messages.php:278 +#: js/messages.php:284 #, fuzzy #| msgid "Customization" msgid "Justification" msgstr "Moslashlar" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1956,65 +1978,65 @@ msgstr "" msgid "Cancel" msgstr "Bekor qilish" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Other core settings" msgid "Page-related settings" msgstr "Boshqa sozlanishlar" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 #, fuzzy #| msgid "Load" msgid "Loading…" msgstr "Yuklash" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 #, fuzzy #| msgid "Processes" msgid "Processing Request" msgstr "Jarayonlar" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -2023,80 +2045,80 @@ msgstr "" msgid "OK" msgstr "OK" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 #, fuzzy #| msgid "Rename database to" msgid "Renaming Databases" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: js/messages.php:309 +#: js/messages.php:315 #, fuzzy #| msgid "Copy database to" msgid "Copying Database" msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish" -#: js/messages.php:310 +#: js/messages.php:316 #, fuzzy #| msgid "Charset" msgid "Changing Charset" msgstr "Kodirovka" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: js/messages.php:317 +#: js/messages.php:323 #, fuzzy msgid "Failed to get real row count." msgstr "Faylni diskka yozishdaxatolik yuz berdi." -#: js/messages.php:320 +#: js/messages.php:326 #, fuzzy #| msgid "Search" msgid "Searching" msgstr "Qidirish" -#: js/messages.php:321 +#: js/messages.php:327 #, fuzzy #| msgid "SQL Query box" msgid "Hide search results" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:322 +#: js/messages.php:328 #, fuzzy #| msgid "SQL Query box" msgid "Show search results" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:323 +#: js/messages.php:329 #, fuzzy #| msgid "Browse" msgid "Browsing" msgstr "Ko‘rib chiqish" -#: js/messages.php:324 +#: js/messages.php:330 #, fuzzy #| msgid "Deleting %s" msgid "Deleting" msgstr "\"%s\" o‘chirilmoqda" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -2106,65 +2128,65 @@ msgstr "" msgid "Export" msgstr "Eksport" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, fuzzy, php-format #| msgid "Number of fields" msgid "Values for column %s" msgstr "Maydonlar soni " -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, fuzzy, php-format #| msgid "Add a new server" msgid "Add %d value(s)" msgstr "Yangi foydalanuvchi qo‘shish" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 #, fuzzy #| msgid "SQL Query box" msgid "Hide query box" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:342 +#: js/messages.php:348 #, fuzzy #| msgid "SQL Query box" msgid "Show query box" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Tahrirlash" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -2172,95 +2194,95 @@ msgstr "Tahrirlash" msgid "Delete" msgstr "O‘chirish" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d soni to‘g‘ri qator raqami emas." -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "Tashqi qiymatlarni ko‘rib chiqish" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "O‘zgaruvchi" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 #, fuzzy #| msgid "No rows selected" msgid "Column selector" msgstr "" "Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak." -#: js/messages.php:353 +#: js/messages.php:359 #, fuzzy #| msgid "Search in database" msgid "Search this list" msgstr "Ma`lumotlar bazasida qidirish" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 #, fuzzy #| msgid "Attributes" msgid "Continue" msgstr "Atributlar" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key added." msgstr "\"%s\" ga birlamchi kalit qo‘shildi" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 #, fuzzy #| msgid "Tracking report" msgid "Taking you to next step…" msgstr "Kuzatish hisoboti" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 #, fuzzy @@ -2268,91 +2290,91 @@ msgstr "" msgid "End of step" msgstr "Satr oxiri" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Sadaqa" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "Quyidagi so‘rovlar bajarildi:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "Quyidagi jadvalga privilegiya qo‘shish" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2361,485 +2383,485 @@ msgstr "Bironta ham ma`lumotlar bazasi tanlanmagan." msgid "Save" msgstr "Saqlash" -#: js/messages.php:391 +#: js/messages.php:397 #, fuzzy #| msgid "SQL Query box" msgid "Hide search criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:392 +#: js/messages.php:398 #, fuzzy #| msgid "SQL Query box" msgid "Show search criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:393 +#: js/messages.php:399 #, fuzzy #| msgid "Search" msgid "Range search" msgstr "Qidirish" -#: js/messages.php:394 +#: js/messages.php:400 #, fuzzy #| msgid "Column names" msgid "Column maximum:" msgstr "Maydon nomlari" -#: js/messages.php:395 +#: js/messages.php:401 #, fuzzy #| msgid "Column names" msgid "Column minimum:" msgstr "Maydon nomlari" -#: js/messages.php:396 +#: js/messages.php:402 #, fuzzy #| msgid "Maximum tables" msgid "Minimum value:" msgstr "Maksimal jadvallar soni" -#: js/messages.php:397 +#: js/messages.php:403 #, fuzzy #| msgid "Maximum tables" msgid "Maximum value:" msgstr "Maksimal jadvallar soni" -#: js/messages.php:400 +#: js/messages.php:406 #, fuzzy #| msgid "SQL Query box" msgid "Hide find and replace criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:401 +#: js/messages.php:407 #, fuzzy #| msgid "SQL Query box" msgid "Show find and replace criteria" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Select two columns" msgstr "Ustun qo‘shish/o‘chirish" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 #, fuzzy #| msgid "Data pointer size" msgid "Data point content" msgstr "Ma`lumotlar fayli ko‘rsatgichi hajmi" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "E`tibor bermaslik" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 #, fuzzy #| msgid "Lines terminated by" msgid "Linestring" msgstr "Qatorlar bo‘luvchisi" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "Bog‘liq kalitni tanlang" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "Tashqi kalitni tanlang" -#: js/messages.php:450 +#: js/messages.php:456 #, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the primary key or a unique key!" msgstr "" "Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Ko‘rsatiladigan maydonni tanlash" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 #, fuzzy #| msgid "Page number:" msgid "Page name" msgstr "Sahifa raqami: " -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 #, fuzzy #| msgid "Select Tables" msgid "Save page" msgstr "Jadvallarni tanlang" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Select Tables" msgid "Save page as" msgstr "Jadvallarni tanlang" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 #, fuzzy #| msgid "Free pages" msgid "Open page" msgstr "Bo‘sh sahifalar soni" -#: js/messages.php:460 +#: js/messages.php:466 #, fuzzy #| msgid "Select Tables" msgid "Delete page" msgstr "Jadvallarni tanlang" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 #, fuzzy #| msgid "Please choose a page to edit" msgid "Please select a page to continue" msgstr "Tahrirlash lozim bo‘lgan sahifani tanlash" -#: js/messages.php:463 +#: js/messages.php:469 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid page name" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 #, fuzzy #| msgid "Relational schema" msgid "Export relational schema" msgstr "Aloqalar sxemasi" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "O‘zgaririshlar saqlandi" -#: js/messages.php:470 +#: js/messages.php:476 #, fuzzy, php-format #| msgid "Number of fields" msgid "Add an option for column \"%s\"." msgstr "Maydonlar soni " -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "Bajarish" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 #, fuzzy #| msgid "Column names" msgid "Double-click to copy column name." msgstr "Maydon nomlari" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "Barchasini ko‘rsatish" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original position" msgid "Original length" msgstr "Asl pozitsiya" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "Bekor qilish" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "Uzildi" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "Import" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "Jurnal fayli ostonasi" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "Jadvallarni tanlang" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 #, fuzzy #| msgid "Go to view" msgid "Go to link:" msgstr "Ushbu ko‘rinishga o‘tish" -#: js/messages.php:512 +#: js/messages.php:518 #, fuzzy #| msgid "Column names" msgid "Copy column name." msgstr "Maydon nomlari" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Parol o‘rnatish" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "Generatsiya qilish" -#: js/messages.php:518 +#: js/messages.php:524 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Parolni o‘zgartirish" -#: js/messages.php:521 +#: js/messages.php:527 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dush" -#: js/messages.php:524 +#: js/messages.php:530 #, fuzzy #| msgid "Show all" msgid "Show Panel" msgstr "Barchasini ko‘rsatish" -#: js/messages.php:525 +#: js/messages.php:531 #, fuzzy #| msgid "Apply index(s)" msgid "Hide Panel" msgstr "Indеks(lar)ni saqlash" -#: js/messages.php:526 +#: js/messages.php:532 #, fuzzy #| msgid "Show logo in left frame" msgid "Show hidden navigation tree items." msgstr "Chap ramkada logotipni ko‘rsatish" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main frame" msgid "Link with main panel" msgstr "Asosiy ramkani moslashtirish" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main frame" msgid "Unlink from main panel" msgstr "Asosiy ramkani moslashtirish" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "Jadvallar" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "View" msgid "views" msgstr "Namoyish" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "Muolajalar" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "Event" msgid "events" msgstr "Hodisa" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "Funksiyalar" -#: js/messages.php:538 +#: js/messages.php:544 #, fuzzy #| msgid "The selected user was not found in the privilege table." msgid "The requested page was not found in the history, it may have expired." msgstr "Belgilangan foydalanuvchi privilegiyalar jadvalida topilmadi." -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2850,142 +2872,142 @@ msgstr "" "sanada chiqarilgan." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Oxirgi versiyani tekshirish" -#: js/messages.php:544 +#: js/messages.php:550 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ushbu bazaga o‘tish" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 #, fuzzy #| msgid "Create version" msgid "Create view" msgstr "Vеrsiyasini tuzish" -#: js/messages.php:549 +#: js/messages.php:555 #, fuzzy #| msgid "Server port" msgid "Send Error Report" msgstr "Server porti" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 #, fuzzy #| msgid "Other core settings" msgid "Change Report Settings" msgstr "Boshqa sozlanishlar" -#: js/messages.php:555 +#: js/messages.php:561 #, fuzzy #| msgid "Show open tables" msgid "Show Report Details" msgstr "Ochiq jadvallar ro‘yxati" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "E`tibor bermaslik" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 #, fuzzy #| msgid "Show this query here again" msgid "Execute this query again?" msgstr "Ushbu so‘rovni qayta ko‘rsatish" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to " msgid "Do you really want to delete this bookmark?" msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format msgid "%s queries executed %s times in %s seconds." msgstr "SQL so‘rovlari" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "Jadval izohi" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "SQL Query box" msgid "Hide arguments" msgstr "SQL so‘rovlari qutisi" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Orqaga" -#: js/messages.php:631 +#: js/messages.php:637 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -2993,96 +3015,96 @@ msgid "Next" msgstr "Keyingi" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jami" -#: js/messages.php:638 +#: js/messages.php:644 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Ikkilik" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:641 +#: js/messages.php:647 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "May" -#: js/messages.php:643 +#: js/messages.php:649 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Iyun" -#: js/messages.php:644 +#: js/messages.php:650 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Iyul" -#: js/messages.php:645 +#: js/messages.php:651 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avg" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "Yanv" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -3090,78 +3112,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "Iyun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "Iyul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "Avg" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "Noya" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "Dek" -#: js/messages.php:684 +#: js/messages.php:690 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Yaksh" -#: js/messages.php:685 +#: js/messages.php:691 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dush" -#: js/messages.php:686 +#: js/messages.php:692 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sesh" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -3169,86 +3191,86 @@ msgid "Sun" msgstr "Yaksh" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "Dush" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "Sesh" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "Chor" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "Pay" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "Shan" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Yaksh" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dush" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sesh" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Chor" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pay" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Shan" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 #, fuzzy #| msgid "Wiki" msgid "Wk" @@ -3257,140 +3279,140 @@ msgstr "Viki" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 #, fuzzy #| msgid "None" msgctxt "Year suffix" msgid "none" msgstr "Yo‘q" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ishlatilmoqda" -#: js/messages.php:756 +#: js/messages.php:762 #, fuzzy #| msgid "per second" msgid "Second" msgstr "sekundiga" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "Matnmaydonini ishlatish" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid email address" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid URL" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date ( ISO )" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid number" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid credit card number" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter only digits" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter the same value again" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter at least {0} characters" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value between {0} and {1}" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value less than or equal to {0}" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a value greater than or equal to {0}" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid date or time" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Not a valid port number" msgid "Please enter a valid HEX input" msgstr "Noto‘g‘ri port nomeri" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "Xatolik" @@ -3461,16 +3483,16 @@ msgstr "soatiga" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "Shrift o‘lchami" @@ -3491,7 +3513,7 @@ msgid "Requery" msgstr "so‘rov bo‘yicha" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3500,7 +3522,7 @@ msgstr "so‘rov bo‘yicha" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3592,7 +3614,7 @@ msgid "History" msgstr "SQL-so‘rovlar tarixi" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3615,7 +3637,7 @@ msgstr "SQL-so‘rovlar tarixi" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "Parametrlar" @@ -3710,7 +3732,7 @@ msgid "Count:" msgstr "Maydon nomlari" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3776,10 +3798,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "Nusxa olingan jadvalga o‘tish" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3787,10 +3809,10 @@ msgstr "Nusxa olingan jadvalga o‘tish" msgid "Ascending" msgstr "O‘sish tartibida" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -4045,32 +4067,32 @@ msgstr "Belgilashni bekor qilish" msgid "Inside column:" msgstr "Quyidagi maydon(lar)da qidirish: " -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 #, fuzzy #| msgid "Save directory" msgid "Save edited data" msgstr "Saqlash direktoriyasi" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 #, fuzzy #| msgid "CHAR textarea columns" msgid "Restore column order" msgstr "CHAR maydonidagi ustunlar soni" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 #, fuzzy msgid "Filter rows" msgstr "Filtr" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 #, fuzzy #| msgid "Search in database" msgid "Search this table" msgstr "Ma`lumotlar bazasida qidirish" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" @@ -4078,7 +4100,7 @@ msgctxt "First page" msgid "Begin" msgstr "Boshi" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 #, fuzzy @@ -4087,7 +4109,7 @@ msgctxt "Previous page" msgid "Previous" msgstr "Orqaga" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 #, fuzzy @@ -4096,7 +4118,7 @@ msgctxt "Next page" msgid "Next" msgstr "Keyingi" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 #, fuzzy #| msgid "End" @@ -4104,97 +4126,98 @@ msgctxt "Last page" msgid "End" msgstr "Oxiri" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "Barcha" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 #, fuzzy #| msgid "Number of fields" msgid "Number of rows:" msgstr "Maydonlar soni " -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "Indeks bo‘yicha sortirovka qilish" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 #, fuzzy #| msgid "Partial Texts" msgid "Partial texts" msgstr "Ma`lumotlarni qisqartirib ko‘rsatish" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 #, fuzzy #| msgid "Full Texts" msgid "Full texts" msgstr "Ma`lumotlarni kengaytirilgan holda ko‘rsatish" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "Aloqador kalit" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 #, fuzzy #| msgid "Relational display field" msgid "Relational display column" msgstr "Aloqador maydon qiymati" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "Ikkilik ma`lumotlarni ko‘rsatish" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "BLOB turidagi ma`lumotlarni ko‘rsatish" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 #, fuzzy #| msgid "Browser transformation" msgid "Hide browser transformation" msgstr "O‘girish" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 #, fuzzy #| msgid "The row has been deleted." msgid "The row has been deleted." msgstr "Yozuv o‘chirildi" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "Tugatish" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 #, fuzzy #| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]" msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3-11]\"FAQ 3.11\"[/doc]ga qarang" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 #, fuzzy #| msgid "Your SQL query has been executed successfully." msgid "Your SQL query has been executed successfully." msgstr "SQL so‘rovi muvaffaqiyatli bajarildi" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" @@ -4203,39 +4226,39 @@ msgstr "" "Ushbu namoyish kamida ko‘rsatilgan miqdorda qatorlarga ega. Batafsil " "ma`lumot uchun %sdokumentatsiyaga%s qarang." -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yozuvlarni ko‘rsatish" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, fuzzy, php-format #| msgid "total" msgid "%d total" msgstr "jami" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "So‘rov %01.4f sekund vaqt oldi" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "Belgilanganlarni:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -4244,26 +4267,26 @@ msgstr "Belgilanganlarni:" msgid "Check All" msgstr "Barchasini belgilash" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "Chop etish versiyasi" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "So‘rov natijalarini ishlatish" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 #, fuzzy #| msgid "Display PDF schema" msgid "Display chart" msgstr "PDF-sxemani ko‘rsatish" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -4401,7 +4424,7 @@ msgstr "Elementlar soni" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -4411,7 +4434,7 @@ msgid "Collation" msgstr "Taqqoslash" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "Izoh" @@ -4426,7 +4449,7 @@ msgid "Index %s has been dropped." msgstr "\"%s\" indeksi o‘chirildi." #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -4442,7 +4465,7 @@ msgid "" msgstr "%1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin." #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "Server" @@ -4459,7 +4482,7 @@ msgstr "Namoyish" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4490,7 +4513,7 @@ msgstr "Qo‘yish" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "Privilegiyalar" @@ -4555,17 +4578,17 @@ msgid "Central columns" msgstr "CHAR maydonidagi ustunlar soni" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "Ma`lumotlar bazalari" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 +#: libraries/Menu.class.php:567 #, fuzzy #| msgid "User" -msgid "Users" +msgid "User accounts" msgstr "Foydalanuvchi" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4650,7 +4673,7 @@ msgid "Could not save favorite table!" msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 #, fuzzy #| msgid "Rename database to" msgid "Remove from Favorites" @@ -4681,7 +4704,7 @@ msgid "Recent" msgstr "Tozalash" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -5280,16 +5303,16 @@ msgstr "Maksimal hajmi: \"%s\"%s\"" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL javobi: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "So‘rov tahlili" @@ -5306,7 +5329,7 @@ msgstr "" msgid "Without PHP Code" msgstr "PHP-kod olib tashlash" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "PHP-kod" @@ -5408,6 +5431,12 @@ msgstr "Oxirgi yangilanish" msgid "Last check" msgstr "Oxirgi tekshiruv" +#: libraries/Util.class.php:4392 +#, fuzzy +#| msgid "User" +msgid "Users" +msgstr "Foydalanuvchi" + #: libraries/browse_foreigners.lib.php:136 #, fuzzy #| msgid "Search" @@ -5510,8 +5539,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -5519,7 +5548,7 @@ msgstr "Nomi" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "Uzunlik/qiymatlar" @@ -5841,7 +5870,7 @@ msgid "Not a valid port number!" msgstr "Noto‘g‘ri port nomeri" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 #, fuzzy #| msgid "Incorrect value" @@ -5854,37 +5883,37 @@ msgstr "Noto‘g‘ri qiymat" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "\"%s\" maydonida ma`lumot yo‘q" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 #, fuzzy #| msgid "Variable" msgid "unavailable" msgstr "O‘zgaruvchi" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, fuzzy, php-format #| msgid "Maximum tables" msgid "maximum %s" @@ -5900,7 +5929,7 @@ msgid "Set value: %s" msgstr "Quyidagi qiymatni o‘rnatish: \"%s\"" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "Asl qiymatlarni tiklash" @@ -6494,7 +6523,7 @@ msgstr "" msgid "Maximum execution time" msgstr "Maksimum bajarilish vaqti" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Statements" msgid "Use %s statement" @@ -6504,7 +6533,7 @@ msgstr "Tavsif" msgid "Save as file" msgstr "Fayl kabi saqlash" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "Fayl kodirovkasi" @@ -6520,8 +6549,8 @@ msgstr "Siqish" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -6533,16 +6562,16 @@ msgstr "Siqish" msgid "Put columns names in the first row" msgstr "Maydon nomlarini birinchi qatorga joylashtirish" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Maydon qiymatlari quyidagi belgi ichiga olingan " -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 #, fuzzy #| msgid "Fields escaped by" @@ -6552,8 +6581,8 @@ msgstr "Belgi oldida quyidagi belgi mavjud " #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" @@ -6565,15 +6594,15 @@ msgstr "NULL qiymatni quyidagiga almashtirish" msgid "Remove CRLF characters within columns" msgstr "Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Qatorlar bo‘luvchisi" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 #, fuzzy #| msgid "Lines terminated by" @@ -6599,8 +6628,8 @@ msgid "Table name template" msgstr "Jadval nomi shabloni" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -6630,14 +6659,14 @@ msgid "Label key" msgstr "Belgi identifikatori" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME turi" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "Aloqalar" @@ -6647,61 +6676,67 @@ msgstr "Aloqalar" msgid "Export method" msgstr "Eskport turi" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "Serverga saqlash" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "Mavjud fayl(lar) ustidan yozish" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "horizontal (rotated headers)" +msgid "Export as separate files" +msgstr "gorizontal (aylantirilgan sarlavhalar)" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "Fayl nomi shablonini yodda saqlash" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT qo‘shish" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Jadval va maydon nomlarini teskari qo‘shtirnoqqa olish" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL bilan moslik rejimi" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "Tuzish, yangilash va tekshirish sanalari" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "Kechiktirilgan qo‘yish (DELAYED INSERTS) dan foydalanish" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 #, fuzzy #| msgid "Export views" msgid "Export views as tables" msgstr "Ko‘rinishlarni eksport qilish" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -6710,60 +6745,60 @@ msgstr "" "pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida " "foydalanuvchi belgilanmagan" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "\"%s\" qo‘shish" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB turidagi ma`lumotlarni o‘n oltilik shaklda namoyish etish" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "E`tibor bermaslik (IGNORE) qo‘yilmalardan foydalanish" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "Tuzilayogan so‘rovning maksimal uzunligi" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 #, fuzzy #| msgid "Export tables" msgid "Export type" msgstr "Jadvallarni eksport qilish" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "Tranzaksiyaga eksportni qo‘shish" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "Vaqtni UTC shaklda eksport qilish" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 #, fuzzy #| msgid "Force secured connection while using phpMyAdmin" msgid "Force secured connection while using phpMyAdmin." msgstr "phpMyAdmin ishlatilganda xavfsiz (SSL) ulanishga majbur qilish" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "Xavfsiz (SSL) ulanishga majbur qilish" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -6775,206 +6810,206 @@ msgstr "" "Tashqi kalit menyusining tartiblash usuli: [kbd]content[/kbd] - murojaat " "ma`lumotlari bo‘yicha, [kbd]id[/kbd] - kalit qiymatlar bo‘yicha" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "Tashqi kalit menyusi tartibi" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Agar kamroq qiymat bo‘lsa, pastga tushuvchi menyu ishlatiladi" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "Tashqi kalit chegaralari" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "Ko‘rib chiqish usul" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Ko‘rib chiqish usulini sozlash" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options." msgstr "Eksport afzalliklarini sozlash" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "Tahrirlash usuli" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Tahrirlash usulini sozlash" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "Eksport" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Eksport afzalliklarini sozlash" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "Funksiyalar" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generatsiya qilish" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "Import" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Import afzalliklarini sozlash" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "Import/Eksport" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Import va eksport kataloglari va qisish usullarini belgilash" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Ma`lumotlar bazalarini ko‘rsatish afzalliklari" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigatsiya paneli" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Navigatsiya paneli ko‘rinishini sozlash" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigatsiya paneli" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Navigatsiya panelini moslashtirish" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "Serverlar" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Serverlar ko‘rinishini sozlash" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Jadvallar ko‘rinishini sozlash" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 #, fuzzy #| msgid "Main frame" msgid "Main panel" msgstr "Asosiy ramka" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "Boshqa sozlanishlar" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Boshqa joyga sig‘magan sozlanishlar" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Sahifa raqami: " -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "Xavfsizlik" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6986,27 +7021,27 @@ msgstr "" "Esda tuting, phpMyAdmin - bu faqatgina foydalanuvchi interfeysi bo‘lib, " "uning xususiyatlari MySQL-serverining funksiyalarini chegaralamaydi" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "Asosiy sozlanishlar" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 #, fuzzy #| msgid "Authentication type" msgid "Authentication" msgstr "Autentifikatsiya usuli" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication type" msgid "Authentication settings." msgstr "Autentifikatsiya usuli" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "Server konfiguratsiyasi" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -7018,19 +7053,19 @@ msgstr "" "Kengaytirilgan server konfiguarsiyasi, agar ularning ma`nosini aniq " "bilmasangiz, yaxshisi, ularga tegmang" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Serverning ulanish parametrlarini kiritish" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 #, fuzzy #| msgid "Configuration file" msgid "Configuration storage" msgstr "Konfiguratsion fayl" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "figure phpMyAdmin database to gain access to additional features, see ../" @@ -7046,145 +7081,145 @@ msgstr "" "Documentation.html#linked-tables]ulangan jadvallar infratuzilmasini[/a] " "qarab chiqing" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "Eksport tanlovlarini moslashtirish" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "Import tanlovlarini moslashtirish" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Navigatsiya panelini moslashtirish" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 #, fuzzy #| msgid "Customize main frame" msgid "Customize main panel" msgstr "Asosiy ramkani moslashtirish" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL so‘rovlari" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL so‘rovlari qutisi" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL so‘rovlari qutisida ko‘rsatiladigan bog‘larni sozlash" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries" msgid "SQL queries settings." msgstr "SQL so‘rovlari" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "Boshlang‘ich" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Boshlang‘ich sahifani sozlash" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Foydalanuvchi uchun ma`lumotlar bazasi" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 #, fuzzy #| msgid "Database for user" msgid "Table structure" msgstr "Foydalanuvchi uchun ma`lumotlar bazasi" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "Yorliqlar" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Yorliqlar qanday ishlashini tanlang" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Aloqalar sxemasi" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "Qog‘oz o‘lchami" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Matnmaydonini ishlatish" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize export options" msgid "Customize text input fields." msgstr "Eksport tanlovlarini moslashtirish" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! matn" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options" msgstr "Eksport afzalliklarini sozlash" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Ogohlantirish" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -7196,15 +7231,15 @@ msgstr "" "Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/" "Gzip]gzip[/a] yordamida siqishni yoqish" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv uchun qo‘shimcha parametrlar" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -7216,11 +7251,11 @@ msgstr "" "Agar yoqilgan bo‘lsa, phpMyAdmin, hatto so‘rovlardan biri barbod bo‘lganda " "ham, ko‘p qismli so‘rovlarni hisoblashni davom etadi" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "Ko‘p qismli so‘rovlardagi xatolarga e`tibor bermaslik" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -7230,25 +7265,25 @@ msgstr "" "ruxsat berish. Bu katta fayllarni yuklash uchun yaxshi usul, lekin u " "tranzaksiyalarni buzishi mumkin." -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "Qisman import: uzishga ruxsat berish" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -7260,81 +7295,81 @@ msgstr "" "Import fayl formati; yodda tutingki, ushbu ro‘yxat (ma`lumotlar bazasi, " "jadval) joylashishiga bog‘liq va faqat SQL ishlaydi" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "Import qilinayotgan fayl formati" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "\"LOCAL\" kalit so‘zini ishlatish" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "Birinchi qatorga ustun nomlari" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "Bo‘sh qatorlarni import qilmaslik" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 #, fuzzy #| msgid "Import currencies ($5.00 to 5.00)" msgid "Import currencies ($5.00 to 5.00)" msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 #, fuzzy #| msgid "Import percentages as proper decimals (12.00% to .12)" msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Foizlarni mos o‘nli kasrlar kabi import qilish (masalan, 12.00% o‘rniga 0.12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "" "Fayl boshidagi e`tibor berish kerak bo‘lmagan qatorlar (so‘rovlar) soni" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "Qisman import: so‘rovlarga e`tibor bermaslik" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 #, 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/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Bir vaqtning o‘zidanechta qator qo‘yilishi mumkin" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "Qo‘yilgan qatorlar soni" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "SQL so‘rovi ko‘rsatilganda ishlatiladigan belgilarning maksimal soni" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -7346,11 +7381,11 @@ msgstr "" "ulanganbo‘lsa, unda YOLG‘ON (FALSE) tanlovi boshqa serverlardan chiqish " "unitilishiga olib kelishi mumkin." -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "Chiqishda barcha \"cookies\"larni o‘chirish" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -7362,11 +7397,11 @@ msgstr "" "cookie-autentifikatsiya usulidan foydalanilganda oldingi login sessiyasi " "qayta chaqirilib olinishi kerakmi" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "Foydalanuvchi nomini chaqirib olish" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -7378,55 +7413,55 @@ msgstr "" "sessiya uchun saqlanadi va brauzer oynasi yopilgan zahoti o‘chiriladi. Bu " "qiymat ishonchsiz muhitlar uchun tavsiya etiladi." -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "Login ma`lumotini cookie-da saqlash" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "cookie-login usuli qancha vaqt (sekundlarda) yaroqli bo‘lishini belgilang" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "cookie-login yaroqligi" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL so‘rovi ko‘rsatilganda ishlatiladigan belgilarning maksimal soni" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "SQL so‘rovining maksimal uzunligi" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "Ma`lumotlar bazalarining maksimal soni" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7436,13 +7471,13 @@ msgstr "" "Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan " "birlashma so‘rovlar soni." -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Vaqtinchalik indeks fayllarining maksimal hajmi" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -7452,11 +7487,11 @@ msgstr "" "Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan " "birlashma so‘rovlar soni." -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -7465,21 +7500,21 @@ msgstr "" "ko‘rsatilgan qiymatdan ko‘p bo‘lsa, \"Oldingi\" va \"Keyingi\" bog‘lanishlar " "ko‘rsatiladi." -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "Ko‘rsatiladigan qatorlarning maksimal soni" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "Maksimal jadvallar soni" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -7491,45 +7526,45 @@ msgstr "" "Skript uchun ajratiladigan baylardagi xotira miqdori, masalan [kbd]32M[/kbd] " "([kbd]0[/kbd] - chegaralanmagan)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "Xotira miqdori" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "Logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logotip bog‘langan URL" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -7541,31 +7576,31 @@ msgstr "" "Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada " "([kbd]yangi[/kbd]) ochish" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logotip bog‘langan nishon" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Chap ramkaning yuqori qismida server tanlovini ko‘rsatish" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "Server tanlovini ko‘rsatish" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "Tezkor murojaat piktogrammasi uchun nishon" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Tezkor murojaat piktogrammasi uchun nishon" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "" @@ -7573,19 +7608,19 @@ msgid "" "display a filter box." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of items to display the filter box" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of databases to display the database filter box" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -7597,169 +7632,169 @@ msgstr "" "Yengil versiya; ma`lumotlar bazalarini daraxtda ko‘rsatish (quyida " "belgilangan satr bilan bo‘linadi)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Ma`lumotlar bazalarini daraxtning turli darajalariga bo‘luvchi satr" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "Ma`lumotlar bazasi daraxtining bo‘luvchisi" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Jadvallarni daraxtning turli darajalariga bo‘luvchi satr" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "Jadval daraxtining bo‘luvchisi" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "Jadvallar daraxtining maksimum chuqurligi" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Sichqoncha kursori turgan serverni belgilash" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "Belgilashni yoqish" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Piktogrammali navigatsiya menyusi" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Jadvallarni ko‘rsatish" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Vеrsiyalarni ko‘rsatish" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Fuknsiyalarmaydonini ko‘rsatish" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Jarayonlar ro‘yxati" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Vеrsiyalarni ko‘rsatish" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Kuzatilmagan jadvallar" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Jadval sortirovkasini o‘zgartirish" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Faqat piktogramma, faqat matn yoki har ikkisini ishlatish" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Piktogrammali navigatsiya menyusi" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." @@ -7767,11 +7802,11 @@ msgstr "" "HTTP orqali ma`lumot uzatishda yuqori tezlikka erishish uchun GZip " "buferizatsiyadan foydalaning" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip buferizatsiya" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " @@ -7783,74 +7818,74 @@ msgstr "" "[kbd]SMART[/kbd] – ya`ni, TIME, DATE, DATETIME va TIMESTAMP turidagi " "maydonlar uchun kamayish tartibida, aks holda ko‘payish tartibida" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "Asl tartiblash qoidasi" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL ma`lumotlar bazalarida doimiy ulanishlardan foydalanish" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "Doimiy ulanishlar" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY fields from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB va BINARY maydonlarini tahirlashni man etish" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 #, fuzzy #| msgid "Protect binary fields" msgid "Protect binary columns" msgstr "Binar (ikkilik) maydonlarni himoyalash" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 #, fuzzy #| msgid "" #| "ble if you want DB-based query history (requires phpMyAdmin configuration " @@ -7865,137 +7900,137 @@ msgstr "" "tanlovni yoqing (pmadb talab etiladi). Ushbu tanlov o‘chirilgan bo‘lsa, oyna " "yopilgan zahoti so‘rovlar tarixi yo‘qoladi." -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "Doimiy so‘rovlar tarixi" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Jurnalda saqlanadigan so‘rovlar soni" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "So‘rovlar tarixi uzunligi" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Kodirovkalarni bir-biriga o‘tkazishda foydalaniladigan funksiyalarni tanlang" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "Kodirovkalash funksiyasi" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Jadval nomini o‘zgartirish" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Asl tartiblash qoidasi" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Oqimli tiklash" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Aloqador maydon qiymati" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Serverlar ko‘rinishini sozlash" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Serverdagi eksport fayllar saqlanadigan direktoriya" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "Saqlash direktoriyasi" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Agar ishlatilmasa bo‘sh qoldiring" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 #, fuzzy #| msgid "Host authentication order" msgid "Host authorization order" msgstr "Autentifikatsiya tartibi" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Asl qoidalarni ishlatish uchun bo‘sh qoldiring" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 #, fuzzy #| msgid "Host authentication rules" msgid "Host authorization rules" msgstr "Autentifikatsiya qoidalari" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "Parolsiz qirishga ruxsat bеrish" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "\"root\"ga kirishga ruxsat berish" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessiya qiymatlari" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." @@ -8003,11 +8038,11 @@ msgstr "" "HTTP Avtorizatsiya vaqtida ko‘rsatiladigan Oddiy HTTP Avtorizatsiya Bo‘limi " "nomi" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP Bo‘limi" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -8022,21 +8057,21 @@ msgstr "" "konfiguratsion fayl yo‘li (hujjatlar katalogiga joylashtirilmagan; tavsiya " "etiladi: /etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "\"SweKey\" konfiguratsiya fayli" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Foydalaniladigan autentifikatsiya usuli" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "Autentifikatsiya usuli" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -8048,11 +8083,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/bookmark]Xatcho‘p[/a] ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "Xatcho‘plar jadvali" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -8064,35 +8099,35 @@ msgstr "" "Ustun izohlari/\"mime\"-turlari haqidagi ma`lumotlarni ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "Ustun ma`lumotlari jadvali" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL serveiga ulanishni qisish" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "Ulanishni qisish" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "Serverga ulanish turi, agar bilmasangiz, [kbd]tcp[/kbd] deb qoldiring" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "Ulanish turi" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "Nazorat foydalanuvchisi paroli" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -8106,43 +8141,43 @@ msgstr "" "batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]da mavjud" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "Nazorat foydalanuvchisi" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Nazorat foydalanuvchisi" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Nazorat foydalanuvchisi" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Muntazam iboralar(PCRE)ga to‘g‘ri keladigan ma`lumotlar bazalarini yashirish" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -8151,15 +8186,15 @@ msgstr "" "bugs/2606/]\"PMA bug tracker\"[/a] va [a@http://bugs.mysql.com/19588]\"MySQL " "Bugs\"[/a]larga qarang" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ishlatishni o‘chirish" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "Bazalarni yashirish" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -8171,43 +8206,43 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL so‘rovlari tarixi jadvali" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL sеrvеri ishlayotgan xost nomi" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "Sеrvеr xost nomi" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "Chiqish URL" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "Tobе sеrvеr statusi jadvalini ko‘rish" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -8218,13 +8253,30 @@ msgstr "" "Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views" +msgid "Export templates table" +msgstr "Ko‘rinishlarni eksport qilish" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" +"Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " +"[kbd]\"pma_pdf_pages\"[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR maydonidagi ustunlar soni" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8236,17 +8288,17 @@ msgstr "" "PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "Parolsiz ulanishga harakat qilish" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "Parolsiz ulanish" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -8260,22 +8312,22 @@ msgstr "" "oldiga teskari egri chiziq (\\) qo‘yishingiz kerak, masalan \\\"my\\_db\\" "\" (lekin \"my_db\" emas)" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "Faqat ro‘yxatdagi bazalarni ko‘rsatish" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "" "Agar \"config\" autentifikatsiya usulidan foydalanmasangiz, bo‘sh qoldiring" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "\"config\" autentifikatsiya usuli paroli" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -8285,11 +8337,11 @@ msgstr "" "Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF-sxema: sahifalar jadvali" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -8305,25 +8357,25 @@ msgstr "" "a]ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: " "[kbd]\"phpmyadmin\"[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "ma`lumotlar bazasi nomi" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL serveri tinglaydigan port, asl qiymatni qoldirish uchun bo‘sh qoldiring" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "Server porti" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8334,13 +8386,13 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Foydalanuvchi nomini chaqirib olish" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8351,13 +8403,13 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "O‘zgaruvchilar" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -8369,11 +8421,11 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni " "ishlatmaslik uchun, bo‘sh qoldiring, asl qiymati: [kbd]\"pma_relation\"[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "Aloqalar jadvali" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -8385,25 +8437,25 @@ msgstr "" "Namuna uchun [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikatsiya usullari[/a]ga qarang" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Kirish sessiyasi nomi" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "Kirish URL" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL serveri tinglaydigan soket, asl qiymati uchun bo‘sh qoldiring" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "Server soketi" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." @@ -8411,11 +8463,11 @@ msgstr "" "SSL (Secure Sockets Layer - himoyalangan soketlar protokoli) ulanishdan " "foydalanish" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "SSL ulanishdan foydalanish" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -8427,13 +8479,13 @@ msgstr "" "PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-sxema: jadval koordinatalari" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -8445,13 +8497,13 @@ msgstr "" "Ko‘rsatiladigan maydonlar sharhlari saqlanadigan jadval, ishlatmaslik uchun " "bo‘sh qoldiring, asl qiymati: [kbd]\"pma_table_info\"[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Maydonlar jadvalini ko‘rsatish" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8462,53 +8514,53 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Jadvalni defragmentatsiyalash" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Tavsif" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8519,25 +8571,25 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL so‘rovlari tarixi jadvali" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Avtomatik tiklash rejimi" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8548,37 +8600,37 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Jadvallarni ishlatish" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Xostlar jadvalidan foydalanish" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -8589,36 +8641,36 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "\"config\" autentifikatsiya usuli foydalanuvchisi" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "MySQL serveri ishlayotgan xost server nomi." -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "Ushbu serverning kengaytirilgan nomi" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "ther a user should be displayed a \"show all (records)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Foydalanuvchiga \"barcha (yozuvlar)ni ko‘rsatish\" tugmasi ko‘rsatilsinmi?" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -8633,87 +8685,87 @@ msgstr "" "Esda tuting, ushbu tanlovni yoqishingiz [kbd]\"config\"[/kbd] " "autentifikatsiya usulidagi parolga ta`sir etmaydi" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "Parolni o‘zgartirish formasini ko‘rsatish" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "Ma`lumotlar bazasi tuzish formasini ko‘rsatish" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Jadval izohi" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Vеrsiyalarni ko‘rsatish" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Ulangan bosh sеrvеrlarni ko‘rsatish" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Ochiq jadvallar ro‘yxati" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Tahrirlash/qo‘yish rejimida funksiyalar maydonini ko‘rsatish" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "Fuknsiyalarmaydonini ko‘rsatish" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "To‘rni ko‘rsatish" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -8725,15 +8777,15 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] funksiyasi " "natijasiga bog‘ ko‘rsatish" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" funksiyasiga bog‘ ko‘rsatish" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "MySQL serveri haqida batafsil ma`lumot ko‘rsatish" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -8742,22 +8794,22 @@ msgid "" msgstr "" "phpMyAdmin tomonidan generatsiya qilingan SQL so‘rovlarini ko‘rsatish kerakmi" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "Show SQL so‘rovlarini ko‘rsatish" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL so‘rovlari qutisi" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." @@ -8765,11 +8817,11 @@ msgstr "" "Ma`lumotlar bazalari va jadvallar statiskasini (masalan, diskda egallagan " "joyi) ko‘rsatish" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "Statiskani ko‘rsatish" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -8779,11 +8831,11 @@ msgstr "" "Ishlatilayotgan jadvallarni belgilash va qulflangan jadvallari mavjud " "bo‘lgan ma`lumotlar bazalarini ko‘rishga imkon berish" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "Qulflangan jadvallarni tashlab ketishlik" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8795,11 +8847,11 @@ msgstr "" "[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " "ishlatiladigan sirli ibora" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -8812,59 +8864,59 @@ msgstr "" "[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " "ishlatiladigan sirli ibora" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "cookie-login yaroqligi" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR maydonidagi ustunlar soni" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR maydonidagi qatorlar soni" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Jadval yorlig‘i" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8882,22 +8934,22 @@ msgstr "" "kelayotgan HTTP_X_FORWARDED_FOR (X-Forwarded-For) sarlavhani ishonchli deb " "qabul qilishini ta`minlaydi: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" "IP bo‘yicha ruxsat berish/rad etish uchun ishonarli proksi-serverlar ro‘yxati" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Serverda import fayllari saqlanadigan direktoriya" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "Import direktoriyasi" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." @@ -8905,36 +8957,36 @@ msgstr "" "Ma`lumotlar bazasi ichidagi ma`lumotlarni to‘laligicha qidirishga ruxsat " "berish" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "Bazani qidirishdan foydalanish" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "Oxirgi versiyani tekshirish" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "Versiyani tekshirish" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8942,34 +8994,34 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Foydalanuvchi" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parol" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8981,54 +9033,54 @@ msgstr "" "Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/" "ZIP_(file_format)]ZIP[/a] qisishni yoqish" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Server porti" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL so‘rovlari" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -9064,53 +9116,86 @@ msgstr "Autentifikatsiya tartibi" msgid "Signon authentication" msgstr "Autentifikatsiya tartibi" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ishlatilgan CSV" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Open Document jadvali" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Rangni tanlash" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "Ma`lumotlar bazasi eksport parametrlari" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel uchun CSV" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 #, fuzzy #| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "OpenDocument matn" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +#, fuzzy +#| msgid "No databases" +msgid "No data to display" +msgstr "Ma`lumotlar bazasi mavjud emas" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "%1$s jadvali muvaffaqiyatli o‘zgartirildi." + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "\"%s\" jarayoni muvaffaqiyatli yakunlandi." + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "Ichki aloqa o‘rnatildi" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -9125,12 +9210,12 @@ msgstr "" msgid "No change" msgstr "O‘zgarish yo‘q" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -9192,6 +9277,7 @@ msgid "Create database" msgstr "Yangi ma`lumotlar bazasi tuzish" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "Tuzish" @@ -9207,7 +9293,7 @@ msgid "No Privileges" msgstr "Privilegiyalar yo‘q" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "Jadval tuzish" @@ -9223,126 +9309,168 @@ msgstr "" "Eksport modullari mavjud emas! O‘rnatilgan phpMyAdmin nusxasining libraries/" "export katalogini tekshiring!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 #, fuzzy #| msgid "Allows locking tables for the current thread." msgid "Exporting databases from the current server" msgstr "Joriy oqim uchun jadvalni blokirovku qilishga ruxsat beradi" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" msgstr "\"%s\" ma`lumotlar bazasida yangi jadval tuzish" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, fuzzy, php-format #| msgid "Create table on database %s" msgid "Exporting rows from \"%s\" table" msgstr "\"%s\" ma`lumotlar bazasida yangi jadval tuzish" -#: libraries/display_export.lib.php:206 +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export tables" +msgid "Export templates:" +msgstr "Jadvallarni eksport qilish" + +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template" +msgid "New template:" +msgstr "Fayl nomi shabloni" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "Jadval nomi" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template" +msgid "Existing templates:" +msgstr "Fayl nomi shabloni" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "%s table(s)" +msgid "Template:" +msgstr "Jadvallar soni: \"%s\"" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Yangilandi" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "Jadvallarni tanlang" + +#: libraries/display_export.lib.php:294 #, fuzzy #| msgid "Export type" -msgid "Export Method:" +msgid "Export method:" msgstr "Eskport turi" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 #, fuzzy #| msgid "Customize default export options" msgid "Custom - display all possible options" msgstr "Eksport afzalliklarini sozlash" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 #, fuzzy #| msgid "Databases" msgid "Database(s):" msgstr "Ma`lumotlar bazalari" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 #, fuzzy #| msgid "Tables" msgid "Table(s):" msgstr "Jadvallar" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 #, fuzzy #| msgid "Format" msgid "Format:" msgstr "Format" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 #, fuzzy #| msgid "Transformation options" msgid "Format-specific options:" msgstr "O‘girishlar parametrlari" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 #, fuzzy #| msgid "Recoding engine" msgid "Encoding Conversion:" msgstr "Kodirovkalash funksiyasi" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 #, fuzzy #| msgid "Rows" msgid "Rows:" msgstr "Qatorlarsoni" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 #, fuzzy #| msgid "Dump all rows" msgid "Dump some row(s)" msgstr "Barcha qatorlarni damp qilish" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "Barcha qatorlarni damp qilish" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, fuzzy, php-format #| msgid "Save on server in %s directory" msgid "Save on server in the directory %s" msgstr "Serverdagi \"%s\" katalokka saqlash" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 #, fuzzy #| msgid "File name template" msgid "File name template:" msgstr "Fayl nomi shabloni" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, fuzzy, php-format #| msgid "" #| "s value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -9357,96 +9485,96 @@ msgstr "" "hozirgi vaqt va sanani qo‘yish mumkin. Qo‘shimcha ravishda quyidagilar " "ishlatilishi mumkin: %3$s. Matnning boshqa qismlari o‘zgarishsiz qoladi." -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "Fayl kodirovkasi:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 #, fuzzy #| msgid "Compression" msgid "Compression:" msgstr "Siqish" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 #, fuzzy #| msgid "\"zipped\"" msgid "zipped" msgstr "zip" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 #, fuzzy #| msgid "\"gzipped\"" msgid "gzipped" msgstr "gzip" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 #, fuzzy #| msgid "Save as file" msgid "View output as text" msgstr "Fayl kabi saqlash" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views" msgid "Export databases as separate files" msgstr "Ko‘rinishlarni eksport qilish" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export tables as separate files" msgstr "gorizontal (aylantirilgan sarlavhalar)" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 #, fuzzy #| msgid "Save as file" msgid "Save output to a file" msgstr "Fayl kabi saqlash" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "Jadvallarni tanlang" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "Jadvallarni tanlang" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "database name" msgid "New database name" msgstr "ma`lumotlar bazasi nomi" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New table" msgid "New table name" msgstr "Yangi jadval" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Column names" msgid "Old column name" msgstr "Maydon nomlari" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Column names" msgid "New column name" @@ -10017,7 +10145,7 @@ msgid "Dump has been saved to file %s." msgstr "Damp \"%s\" faylida saqlandi." #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL bo‘sh natija berdi (ya`ni nolta satr)." @@ -10107,7 +10235,7 @@ msgstr "Yashirish" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "Funksiya" @@ -10190,7 +10318,7 @@ msgstr "" "foydalaning" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -10662,7 +10790,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 #, fuzzy #| msgid "View" msgid "Views" @@ -10962,242 +11090,253 @@ msgstr "" msgid "Rename database to" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "Ushbu sahifaga kirish uchun Sizda yetarli huquq mavjud emas!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "Privilegiyalarni tahrirlash" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "\"%s\" ma`lumotlar ombori o‘chirildi." -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 #, fuzzy #| msgid "Rename database to" msgid "Remove database" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 #, fuzzy #| msgid "Go to database" msgid "Drop the database (DROP)" msgstr "Ushbu bazaga o‘tish" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "Faqat tuzilishi" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "Tuzilishi va ma`lumotlari" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "Faqat ma`lumotlar" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "Nusxa ko‘chirishdan oldin ma`lumotlar bazasi tuzing (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "Cheklovlar qo‘shish" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "Nusxa olingan ma`lumotlar bazasiga o‘tish" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "Jadval sortirovkasini o‘zgartirish" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(ustun)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "Jadvalni (ma`lumotlar bazasi.jadval) ga ko‘chirish:" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "Jadval nomini o‘zgartirish" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "Jadval izohi" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "Jadval parametrlari" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "Jadval turi" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "Jadvaldan (ma`lumotlar ombori.jadval) ga nusxa ko‘chirish:" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "Nusxa olingan jadvalga o‘tish" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "Jadvalga xizmat ko‘rsatish" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "Jadval tahlili" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "Jadvalni tekshirish" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "Jadvalni tekshirish" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "Jadvalni defragmentatsiyalash" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "\"%s\" jadvali keshi yangilandi." -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 #, fuzzy #| msgid "Flush the table (\"FLUSH\")" msgid "Flush the table (FLUSH)" msgstr "Jadval keshini yangilash (\"FLUSH\")" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "Jadvalni optimallashtirish" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "Jadvalni tiklash" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 #, 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:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 #, fuzzy #| msgid "Go to database" msgid "Delete the table (DROP)" msgstr "Ushbu bazaga o‘tish" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "Tahlil" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "Tekshirish" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "Optimizatsiya" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "Qayta qurish" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "Tiklash" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Yopish" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "bo‘laklarga xizmat ko‘rsatish" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "\"%s\" bo‘lagi" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "Bo‘laklarni (PARTITIONS) o‘chirish" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "Ma`lumotlar yaxlitligini tekshirish:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "Jadvalni o‘z-o‘ziga ko‘chirib bo‘lmaydi!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "Jadvalning o‘zidan o‘ziga nusxa ko‘chirish mumkin emas!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" jadvali \"%s\" ga ko‘chirildi." -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" jadvalidan \"%s\" ga nusxa ko‘chirildi." -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" jadvali \"%s\" ga ko‘chirildi." -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "\"%s\" jadvalidan \"%s\" ga nusxa ko‘chirildi." -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "Jadval nomi ko‘rsatilmagan!" @@ -11417,7 +11556,7 @@ msgstr "Hodisa" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 #, fuzzy #| msgid "Description" @@ -12537,11 +12676,17 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "Jadval nomini o‘zgartirish" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Export tables" +msgid "Saving export templates" +msgstr "Jadvallarni eksport qilish" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "Mufassal tanlovlarni tеz sozlash uchun qadamlars:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." @@ -12550,12 +12695,12 @@ msgstr "" "Kеrakli jadvallarni examples/create_tables.sql kod yordamida " "tuzish." -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" "phpMyAdmin foydalanuvchisi qo‘shish va ushbu jadvallarga ruxsat bеrish." -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -12563,24 +12708,24 @@ msgstr "" "(config.inc.php) faylidagi mufassal tanlovlarni faollashtirish, " "masalan, config.sample.inc.php dan boshlab." -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Yangilangan konfiguratsiya fayli ishga tushishi uchun, phpMyAdmin dasturidan " "chiqib, qayta kiring." -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "tavsif mavjud emas" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12591,13 +12736,13 @@ msgstr "" "pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida " "foydalanuvchi belgilanmagan" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12811,6 +12956,7 @@ msgstr "Foydalanuvchi nomi" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Foydalanuvchi nomi" @@ -12992,10 +13138,10 @@ msgid "Master server changed successfully to %s." msgstr "Bosh rеplikatsiya sеrvеri quyidagiga o‘zgartirildi: %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, fuzzy, php-format @@ -13019,7 +13165,7 @@ msgstr "\"%s\" jadvali o‘chirildi" msgid "Event %1$s has been created." msgstr "%1$s jadvali tuzildi." -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -13030,7 +13176,8 @@ msgstr "" msgid "Edit event" msgstr "Serverlarni tahrirlash" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 #, fuzzy #| msgid "Details…" @@ -13048,7 +13195,7 @@ msgid "Event type" msgstr "Hodisa turi" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, fuzzy, php-format #| msgid "Change" msgid "Change to %s" @@ -13085,13 +13232,13 @@ msgid "On completion preserve" msgstr "To‘la qo‘yish" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -13119,9 +13266,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Processes" msgid "Error in processing request:" @@ -13158,147 +13305,153 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, fuzzy, php-format #| msgid "Invalid server index: \"%s\"" msgid "Invalid routine type: \"%s\"" msgstr "Server raqami noto‘g‘ri: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "\"%s\" jadvali o‘chirildi" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Routine %1$s has been modified." msgstr "\"%s\" jadvali o‘chirildi" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, fuzzy, php-format #| msgid "Table %1$s has been created." msgid "Routine %1$s has been created." msgstr "%1$s jadvali tuzildi." -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 #, fuzzy #| msgid "Edit mode" msgid "Edit routine" msgstr "Tahrirlash usuli" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 #, fuzzy #| msgid "Routines" msgid "Routine name" msgstr "Muolajalar" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 #, fuzzy #| msgid "Direct links" msgid "Direction" msgstr "To‘g‘ridan-to‘g‘ri bog‘lanishlar" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 #, fuzzy #| msgid "Apply index(s)" msgid "Add parameter" msgstr "Indеks(lar)ni saqlash" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 #, fuzzy #| msgid "Rename database to" msgid "Remove last parameter" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "Qaytariladigan tip" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 #, fuzzy #| msgid "Length/Values" msgid "Return length/values" msgstr "Uzunlik/qiymatlar" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 #, fuzzy #| msgid "Table options" msgid "Return options" msgstr "Jadval parametrlari" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 #, fuzzy #| msgid "Security" msgid "Security type" msgstr "Xavfsizlik" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "Invalid table name" msgid "You must provide a routine name!" msgstr "Jadval nomi noto‘g‘ri" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, fuzzy, php-format #| msgid "Allows executing stored routines." msgid "Execution results of routine %s" msgstr "Saqlanadigan muolajalarni bajarishga ruxsat beradi" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 #, fuzzy #| msgid "Routines" msgid "Routine parameters" @@ -13929,14 +14082,16 @@ msgid "You have revoked the privileges for %s." msgstr "\"%s\" foydalanuvchining privilegiyalari bekor qilindi." #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 +#: libraries/server_privileges.lib.php:4063 #, fuzzy #| msgid "Any user" -msgid "Add user" +msgid "Add user account" msgstr "Har qaysi foydalanuvchi" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "Foydalanuvchi uchun ma`lumotlar bazasi" #: libraries/server_privileges.lib.php:1946 @@ -13969,9 +14124,7 @@ msgid "User has been added." msgstr "\"%s\" namoyishi o‘chirildi" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -14054,11 +14207,15 @@ msgstr "" "yuklash." #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "Foydalanuvchining loginini o‘zgartirish / Foydalanuvchidan nusxa olish" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "Xuddi shunday privilegiyali yangi foydalanuvchi kiritish…" #: libraries/server_privileges.lib.php:3036 @@ -14084,7 +14241,9 @@ msgid "Add privileges on the following table:" msgstr "Quyidagi jadvalga privilegiya qo‘shish" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "Belgilangan foydalanuvchilarni o‘chirish" #: libraries/server_privileges.lib.php:3376 @@ -14122,45 +14281,51 @@ msgstr "\"%s\" uchun privilegiyalar o‘zgartirildi." msgid "Deleting %s" msgstr "\"%s\" o‘chirilmoqda" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi." -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "\"%s\" nomli foydalanuvchi mavjud!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, fuzzy, php-format #| msgid "Privileges" msgid "Privileges for %s" msgstr "Privilegiyalar" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "Privilegiyalarni tahrirlash" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User" +msgid "User account" +msgstr "Foydalanuvchi" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 #, fuzzy #| msgid "User overview" -msgid "Users overview" +msgid "User accounts overview" msgstr "Foydalanuvchilar hisobini ko‘rib chiqish" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -14173,11 +14338,11 @@ msgstr "" "ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi " "mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak." -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "Belgilangan foydalanuvchi privilegiyalar jadvalida topilmadi." -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "Siz yangi foydalanuvchi qo‘shdingiz." @@ -15566,7 +15731,7 @@ msgstr "Noto‘g‘ri identifikator" msgid "Unknown Punctuation String" msgstr "Noma`lum punktuatsiya" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "\"%s\" jadvali tozalandi." @@ -15579,14 +15744,14 @@ msgstr "Kuzatish faol." msgid "Tracking is not active." msgstr "Kuzatish faol emas." -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "\"%s\" namoyishi o‘chirildi" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -15841,47 +16006,42 @@ msgstr "Foydalanilayotgan joy" msgid "Effective" msgstr "Effektivlik" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "%1$s jadvali muvaffaqiyatli o‘zgartirildi." -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "%1$s jadvali muvaffaqiyatli o‘zgartirildi." - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 #, fuzzy #| msgid "Ignore errors" msgid "Query error" msgstr "Xatolarga e`tibor bermaslik" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 #, fuzzy #| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi." -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add a new server" msgid "Add to Favorites" msgstr "Yangi foydalanuvchi qo‘shish" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "Show SQL so‘rovlarini ko‘rsatish" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -16387,20 +16547,6 @@ msgstr "Yangiroq versiya hali mavjud emas" msgid "Wrong data" msgstr "Ma`lumotlar bazasi mavjud emas" -#: tbl_chart.php:38 -#, fuzzy -#| msgid "No databases" -msgid "No data to display" -msgstr "Ma`lumotlar bazasi mavjud emas" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -16411,7 +16557,7 @@ msgstr "'%s' nomli baza mavjud emas." msgid "Table %s already exists!" msgstr "\"%s\" nomli jadval mavjud!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "Jadval dampini (sxemasini) namoyish etish" @@ -16419,30 +16565,18 @@ msgstr "Jadval dampini (sxemasini) namoyish etish" msgid "Invalid table name" msgstr "Jadval nomi noto‘g‘ri" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "Ichki aloqa o‘rnatildi" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "\"%s\" jarayoni muvaffaqiyatli yakunlandi." - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 #, fuzzy #| msgid "No rows selected" msgid "No column selected." @@ -16677,7 +16811,7 @@ msgid "subquery" msgstr "so‘rov bo‘yicha" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "Bog‘liqlik o‘rnatish" @@ -16763,13 +16897,13 @@ msgstr "Foydalanuvchi nomi" msgid "Delete pages" msgstr "Jadvallarni tanlang" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "Qayta yuklash" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "Yordam" @@ -17075,43 +17209,43 @@ msgstr "Hisobot sarlavhasi" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 #, fuzzy #| msgid "SQL queries" msgid "Series:" msgstr "SQL so‘rovlari" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 #, fuzzy #| msgid "Value" msgid "X Values" msgstr "Qiymati" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside field:" msgid "Series column:" msgstr "Quyidagi maydon(lar)da qidirish: " -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Number of fields" msgid "Value Column:" msgstr "Maydonlar soni " -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -18464,6 +18598,16 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "Maksimal ulanishlar soni " +#, fuzzy +#~| msgid "Any user" +#~ msgid "Add user" +#~ msgstr "Har qaysi foydalanuvchi" + +#, fuzzy +#~| msgid "Export type" +#~ msgid "Export Method:" +#~ msgstr "Eskport turi" + #~ msgid "Print view (with full texts)" #~ msgstr "Chop etish versiyasi (to‘la)" @@ -18724,11 +18868,6 @@ msgstr "Maksimal ulanishlar soni " #~ msgid "pdf export page" #~ msgstr "Jadvallarni eksport qilish" -#, fuzzy -#~| msgid "Export tables" -#~ msgid "svg export page" -#~ msgstr "Jadvallarni eksport qilish" - #, fuzzy #~| msgid "Click to select" #~ msgid "Click to sort" diff --git a/po/vi.po b/po/vi.po index 27b22c2ad1..b1a4bfbaab 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-04-15 09:55+0200\n" "Last-Translator: Bao trinh minh \n" "Language-Team: Vietnamese Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1322,47 +1338,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1370,136 +1386,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1509,144 +1525,144 @@ msgstr "" msgid "Time" msgstr "" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1657,59 +1673,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1718,61 +1734,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1782,59 +1798,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1842,163 +1858,163 @@ msgstr "" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2007,399 +2023,399 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Table" msgid "tables" msgstr "Bảng" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Action" msgid "functions" msgstr "Hành động" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2407,442 +2423,442 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments:" msgid "Show arguments" msgstr "Các chú thích của Bảng" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2910,16 +2926,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2938,7 +2954,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2947,7 +2963,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3021,7 +3037,7 @@ msgid "History" msgstr "" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3044,7 +3060,7 @@ msgstr "" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3117,7 +3133,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3169,10 +3185,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3180,10 +3196,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3392,161 +3408,162 @@ msgstr "Bỏ chọn tất cả" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3555,24 +3572,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3692,7 +3709,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3702,7 +3719,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3717,7 +3734,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3733,7 +3750,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3750,7 +3767,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "" @@ -3781,7 +3798,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3844,15 +3861,15 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +msgid "User accounts" msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -3925,7 +3942,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3946,7 +3963,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4502,16 +4519,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4528,7 +4545,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4619,6 +4636,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4709,8 +4730,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4718,7 +4739,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4991,7 +5012,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -5002,35 +5023,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5045,7 +5066,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5440,7 +5461,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5449,7 +5470,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5465,8 +5486,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5476,14 +5497,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5491,8 +5512,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5500,13 +5521,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5528,8 +5549,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5557,14 +5578,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5572,566 +5593,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6139,1107 +6164,1117 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "Các chú thích của Bảng" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Favorites table" msgstr "%s bảng" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "Các chú thích của Bảng" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7247,52 +7282,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7300,80 +7335,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7397,47 +7432,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7452,12 +7514,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7507,6 +7569,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7520,7 +7583,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7532,101 +7595,133 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "Đã cập nhật" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select All" +msgid "Select a template" +msgstr "Chọn tất cả" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7634,72 +7729,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8185,7 +8280,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8260,7 +8355,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8334,7 +8429,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8760,7 +8855,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9035,224 +9130,233 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Track table" msgid "Checksum table" msgstr "Theo dõi bảng" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9439,7 +9543,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10313,54 +10417,60 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "Sai kiểu tập tin xuất" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10532,6 +10642,7 @@ msgstr "" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "" @@ -10684,10 +10795,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10708,7 +10819,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10717,7 +10828,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10731,7 +10843,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10759,13 +10871,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10791,9 +10903,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10826,124 +10938,130 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11480,13 +11598,15 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" -msgstr "" +#, fuzzy +#| msgid "Database comment" +msgid "Database for user account" +msgstr "Chú thích của Database:" #: libraries/server_privileges.lib.php:1946 msgid "Create database with same name and grant all privileges." @@ -11512,9 +11632,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11589,11 +11707,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11613,7 +11731,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11648,40 +11766,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11690,11 +11812,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12822,7 +12944,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12835,13 +12957,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13050,38 +13172,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13525,18 +13642,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13547,7 +13652,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13555,26 +13660,18 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13747,7 +13844,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13811,13 +13908,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14060,37 +14157,37 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Column" msgid "Value Column:" msgstr "Trường" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/vls.po b/po/vls.po index 50147e63d1..6217f3e9d4 100644 --- a/po/vls.po +++ b/po/vls.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2014-12-23 23:39+0200\n" "Last-Translator: Robin van der Vliet \n" "Language-Team: West Flemish Settings menu." msgstr "" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EiB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1312,47 +1328,47 @@ msgstr "" msgid "None" msgstr "" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1360,136 +1376,136 @@ msgid "" "depending on your system." msgstr "" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " "the other attributes of queries, such as start time, may differ." msgstr "" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " "data." msgstr "" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1499,144 +1515,144 @@ msgstr "" msgid "Time" msgstr "Tyd" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " "reentering your credentials should help." msgstr "" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1647,59 +1663,59 @@ msgstr "" msgid "Cancel" msgstr "" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1708,61 +1724,61 @@ msgstr "" msgid "OK" msgstr "" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1772,59 +1788,59 @@ msgstr "" msgid "Export" msgstr "" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "Bewerkn" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1832,163 +1848,163 @@ msgstr "Bewerkn" msgid "Delete" msgstr "" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -1997,395 +2013,395 @@ msgstr "" msgid "Save" msgstr "" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "" -#: js/messages.php:486 +#: js/messages.php:492 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 "" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2393,440 +2409,440 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr "" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " "the fields might be ignored, due to PHP's max_input_vars configuration." msgstr "" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format msgid "%s queries executed %s times in %s seconds." msgstr "" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 msgid "Show arguments" msgstr "" -#: js/messages.php:596 +#: js/messages.php:602 msgid "Hide arguments" msgstr "" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "januoari" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "februoari" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "moarte" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "april" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "meie" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "juni" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "juli" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "ogustus" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "september" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "oktober" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "november" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "mei" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "ogu" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "dec" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "zundag" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "moandag" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "diesndag" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "woensdag" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "dunderdag" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "vrydag" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "zoaterdag" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "zu" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "mo" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "di" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "wo" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "du" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "vr" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "zo" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "mo" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "di" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "wo" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "du" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "vr" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "zo" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "" @@ -2894,16 +2910,16 @@ msgstr "" msgid "per day" msgstr "" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "" @@ -2922,7 +2938,7 @@ msgid "Requery" msgstr "" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2931,7 +2947,7 @@ msgstr "" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3006,7 +3022,7 @@ msgid "History" msgstr "Geschiedenisse" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3029,7 +3045,7 @@ msgstr "Geschiedenisse" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "" @@ -3100,7 +3116,7 @@ msgid "Count:" msgstr "" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3152,10 +3168,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3163,10 +3179,10 @@ msgstr "" msgid "Ascending" msgstr "" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3377,161 +3393,162 @@ msgstr "" msgid "Inside column:" msgstr "" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3540,24 +3557,24 @@ msgstr "" msgid "Check All" msgstr "" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "" @@ -3677,7 +3694,7 @@ msgstr "" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3687,7 +3704,7 @@ msgid "Collation" msgstr "" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "" @@ -3702,7 +3719,7 @@ msgid "Index %s has been dropped." msgstr "" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3718,7 +3735,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "" @@ -3735,7 +3752,7 @@ msgstr "" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3766,7 +3783,7 @@ msgstr "" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "" @@ -3829,16 +3846,16 @@ msgid "Central columns" msgstr "" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "Gebrukers" +#: libraries/Menu.class.php:567 +msgid "User accounts" +msgstr "" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -3913,7 +3930,7 @@ msgid "Could not save favorite table!" msgstr "" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "" @@ -3934,7 +3951,7 @@ msgid "Recent" msgstr "" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "" @@ -4492,16 +4509,16 @@ msgstr "" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "" @@ -4518,7 +4535,7 @@ msgstr "" msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "" @@ -4609,6 +4626,10 @@ msgstr "" msgid "Last check" msgstr "" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "Gebrukers" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "" @@ -4699,8 +4720,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4708,7 +4729,7 @@ msgstr "" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "" @@ -4977,7 +4998,7 @@ msgid "Not a valid port number!" msgstr "" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "" @@ -4988,35 +5009,35 @@ msgstr "" msgid "Value must be equal or lower than %s!" msgstr "" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "" @@ -5031,7 +5052,7 @@ msgid "Set value: %s" msgstr "" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "" @@ -5426,7 +5447,7 @@ msgstr "" msgid "Maximum execution time" msgstr "" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "" @@ -5435,7 +5456,7 @@ msgstr "" msgid "Save as file" msgstr "" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "" @@ -5451,8 +5472,8 @@ msgstr "" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5462,14 +5483,14 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "" @@ -5477,8 +5498,8 @@ msgstr "" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "" @@ -5486,13 +5507,13 @@ msgstr "" msgid "Remove CRLF characters within columns" msgstr "" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "" @@ -5514,8 +5535,8 @@ msgid "Table name template" msgstr "" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5543,14 +5564,14 @@ msgid "Label key" msgstr "" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "" @@ -5558,566 +5579,570 @@ msgstr "" msgid "Export method" msgstr "" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6125,1100 +6150,1110 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)." msgstr "" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." msgstr "" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 msgid "QBE saved searches table" msgstr "" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:657 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." msgstr "" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:785 -msgid "Show detailed MySQL server information" -msgstr "" - -#: libraries/config/messages.inc.php:786 -msgid "" -"Defines whether SQL queries generated by phpMyAdmin should be displayed." -msgstr "" - -#: libraries/config/messages.inc.php:787 -msgid "Show SQL queries" -msgstr "" - -#: libraries/config/messages.inc.php:788 -msgid "" -"Defines whether the query box should stay on-screen after its submission." -msgstr "" - -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 -msgid "Retain query box" -msgstr "" - -#: libraries/config/messages.inc.php:790 -msgid "Allow to display database and table statistics (eg. space usage)." -msgstr "" - #: libraries/config/messages.inc.php:791 -msgid "Show statistics" +msgid "Show detailed MySQL server information" msgstr "" #: libraries/config/messages.inc.php:792 msgid "" -"Mark used tables and make it possible to show databases with locked tables." +"Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" #: libraries/config/messages.inc.php:793 -msgid "Skip locked tables" +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:794 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:797 +msgid "Show statistics" msgstr "" #: libraries/config/messages.inc.php:798 msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:799 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7226,52 +7261,52 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7279,80 +7314,80 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." msgstr "" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "" @@ -7376,47 +7411,74 @@ msgstr "" msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7431,12 +7493,12 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7486,6 +7548,7 @@ msgid "Create database" msgstr "" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "" @@ -7499,7 +7562,7 @@ msgid "No Privileges" msgstr "" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "" @@ -7511,101 +7574,129 @@ msgstr "" msgid "Could not load export plugins, please check your installation!" msgstr "" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" +#: libraries/display_export.lib.php:203 +msgid "Export templates:" msgstr "" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:211 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:220 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:221 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:226 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:248 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr "" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr "" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7613,72 +7704,72 @@ msgid "" "%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." msgstr "" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "" @@ -8164,7 +8255,7 @@ msgid "Dump has been saved to file %s." msgstr "" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -8239,7 +8330,7 @@ msgstr "" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "" @@ -8313,7 +8404,7 @@ msgid "" msgstr "" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8740,7 +8831,7 @@ msgstr "" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "" @@ -9015,222 +9106,231 @@ msgstr "" msgid "Rename database to" msgstr "" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 msgid "Coalesce" msgstr "" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "" @@ -9417,7 +9517,7 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "" @@ -10291,54 +10391,58 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " "configuration storage there." msgstr "" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "" @@ -10510,6 +10614,7 @@ msgstr "Gebrukersnoame:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "Gebrukersnoame" @@ -10662,10 +10767,10 @@ msgid "Master server changed successfully to %s." msgstr "" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -10686,7 +10791,7 @@ msgstr "" msgid "Event %1$s has been created." msgstr "" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "" @@ -10695,7 +10800,8 @@ msgstr "" msgid "Edit event" msgstr "" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "" @@ -10709,7 +10815,7 @@ msgid "Event type" msgstr "" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "" @@ -10737,13 +10843,13 @@ msgid "On completion preserve" msgstr "" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "" @@ -10769,9 +10875,9 @@ msgid "You must provide an event definition." msgstr "" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "" @@ -10804,125 +10910,131 @@ msgid "" msgstr "" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "" msgstr[1] "" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "" @@ -11460,12 +11572,12 @@ msgid "You have revoked the privileges for %s." msgstr "" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +msgid "Add user account" msgstr "" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +msgid "Database for user account" msgstr "" #: libraries/server_privileges.lib.php:1946 @@ -11492,9 +11604,7 @@ msgid "User has been added." msgstr "" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11569,11 +11679,11 @@ msgid "" msgstr "" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "" #: libraries/server_privileges.lib.php:3036 @@ -11593,7 +11703,7 @@ msgid "Add privileges on the following table:" msgstr "" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "" #: libraries/server_privileges.lib.php:3376 @@ -11628,40 +11738,44 @@ msgstr "" msgid "Deleting %s" msgstr "" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +msgid "Edit privileges:" msgstr "" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +msgid "User accounts overview" msgstr "" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -11670,11 +11784,11 @@ msgid "" "%sreload the privileges%s before you continue." msgstr "" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "" @@ -12800,7 +12914,7 @@ msgstr "" msgid "Unknown Punctuation String" msgstr "" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "" @@ -12813,13 +12927,13 @@ msgstr "" msgid "Tracking is not active." msgstr "" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "" @@ -13029,38 +13143,33 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "" @@ -13501,18 +13610,6 @@ msgstr "" msgid "Wrong data" msgstr "" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -13523,7 +13620,7 @@ msgstr "" msgid "Table %s already exists!" msgstr "" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "" @@ -13531,27 +13628,19 @@ msgstr "" msgid "Invalid table name" msgstr "" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "" msgstr[1] "" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "" @@ -13722,7 +13811,7 @@ msgid "subquery" msgstr "" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "" @@ -13786,13 +13875,13 @@ msgstr "" msgid "Delete pages" msgstr "" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "" @@ -14037,35 +14126,35 @@ msgstr "" msgid "X-Axis:" msgstr "" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 509adb602e..e75eee6485 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-04-21 08:43+0200\n" "Last-Translator: fundawang \n" "Language-Team: Chinese (China) 设置菜单恢复默认设置。" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "查询缓存效率" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "查询缓存使用" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "已用查询缓存" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "系统 CPU 使用" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "系统内存" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "系统交换空间" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "平均负载" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "内存总量" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "已缓存的内存" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "已缓冲的内存" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "空闲内存" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "已用内存" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "交换空间总量" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "已缓存的交换空间" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "已用交换空间" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "空闲交换空间" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "已发送字节数" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "已接收字节数" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "连接" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "进程" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "字节" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d 张表" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "内部查询" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "流量" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "设置" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "添加图表" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "请至少添加一个数据!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1396,47 +1418,47 @@ msgstr "请至少添加一个数据!" msgid "None" msgstr "无" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "继续监控" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "暂停监控" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "开启自动刷新" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "停止自动刷新" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "已启用 general_log 和 slow_query_log。" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "已启用 general_log。" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "已启用 slow_query_log。" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "未启用 slow_query_log 和 general_log。" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "未设置 log_output 为 TABLE。" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "已设置 log_output 为 TABLE。" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1446,98 +1468,98 @@ msgstr "" "已启用 slow_query_log,但服务器仅记录查询时间超过 %d 秒的查询。请根据您的系统" "适当设置 long_query_time 为 0-2 秒。" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "已设置 long_query_time 为 %d 秒。" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "下列设置将被应用到整个服务器直到服务器重新启动:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "设置 log_output 为 %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "启用 %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "禁用 %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "设置 long_query_time 为 %d 秒。" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "无法修改这些变量。请以 root 登录或联系数据库管理员。" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "修改设置" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "当前设置" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "图表标题" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "差异" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "除以 %s" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "单位" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "从慢查询日志" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "从常规日志" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "本次查询使用的数据库名称在服务器日志中未知。" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "正在分析日志" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "正在分析并加载日志。请稍候。" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "取消请求" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1546,7 +1568,7 @@ msgstr "" "该列显示了已分组的相同查询数量。然而只有 SQL 查询本身被作为分组依据,所以查询" "的其它属性,如开始时间可能不同。" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1555,31 +1577,31 @@ msgstr "" "因选择了分组 INSERT 查询,对相同表的 INSERT 查询将忽略插入的数据而被分为一" "组。" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "已加载日志数据。该时间段执行的查询:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "转到日志表" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "未找到数据" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "已分析日志,但在该时间段内没有找到数据。" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "正在分析…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "解析输出" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1589,58 +1611,58 @@ msgstr "解析输出" msgid "Time" msgstr "时间" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "总时间:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "性能分析结果" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "表格" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "图表" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "日志表筛选选项" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "筛选" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "根据内容/正则表达式筛选:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "忽略 WHERE 从句中的变量值对查询分组" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "分组后的行数:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "总数:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "正在加载日志" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "刷新监控失败" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1649,86 +1671,86 @@ msgstr "" "请求新图表数据时服务器返回了无效数据。这很可能是因为您的会话已过期所造成的。" "请尝试重新载入页面并重新登录。" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "重新载入页面" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "影响的行数:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "解析配置文件失败。它似乎不是有效的 JSON 代码。" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "使用导入的设置建立图表失败。正在重设为默认设置…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "导入" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "导入监控设置" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "请选择您要导入的文件。" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "服务器上没有可用文件来导入!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "分析查询" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "建议系统" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "可能存在的性能问题" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "问题" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "建议" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "规则细节" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "现状" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "使用的变量/公式" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "检验" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "" -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1739,63 +1761,63 @@ msgstr "" msgid "Cancel" msgstr "取消" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 #, fuzzy #| msgid "Change settings" msgid "Page-related settings" msgstr "修改设置" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "应用" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "正在加载…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "请求已放弃!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "正在处理请求" -#: js/messages.php:297 +#: js/messages.php:303 #, fuzzy #| msgid "Request Aborted!!" msgid "Request Failed!!" msgstr "请求已放弃!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "处理请求时发生错误" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "错误代码:%s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "错误信息:%s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "没有已选择的数据库。" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "正在删除字段" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "正在添加主键" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1804,63 +1826,63 @@ msgstr "正在添加主键" msgid "OK" msgstr "确定" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "点击隐藏该提示" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "正在重命名数据库" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "正在复制数据库" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "正在修改字符集" -#: js/messages.php:314 libraries/Util.class.php:3237 +#: js/messages.php:320 libraries/Util.class.php:3237 #, fuzzy #| msgid "Disable foreign key checks" msgid "Enable foreign key checks" msgstr "禁止外键约束" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "获取实际行数失败。" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "正在搜索" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "隐藏搜索结果" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "显示搜索结果" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "正在浏览" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "正在删除" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "函数定义中必须包含 RETURN 语句!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1870,59 +1892,59 @@ msgstr "函数定义中必须包含 RETURN 语句!" msgid "Export" msgstr "导出" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET 编辑器" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "字段 %s 的值" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "新字段的值" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "每个输入框一个值。" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "添加 %d 个值" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "注意:如果文件包含多张表,它们将会被合并到一起。" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "隐藏查询框" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "显示查询框" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "编辑" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1930,173 +1952,173 @@ msgstr "编辑" msgid "Delete" msgstr "删除" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d 不是有效行数。" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 #, fuzzy msgid "Browse foreign values" msgstr "浏览不相关的值" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "" -#: js/messages.php:348 +#: js/messages.php:354 #, fuzzy, php-format #| msgid "Variable" msgid "Variable %d:" msgstr "变量" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "检出" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "列选择器" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "在该列表中搜索" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " "database %s has columns that are not present in the current table." msgstr "" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "显示更多" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "请核实信息?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "该操作有可能影响一些列的定义
你确认做此更改吗?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "继续" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "添加主键" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "主键已添加。" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "等待进入下一步…" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "完成" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "完成" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" -#: js/messages.php:371 +#: js/messages.php:377 #, fuzzy #| msgid "No databases selected." msgid "No partial dependencies selected!" msgstr "没有已选择的数据库。" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "" -#: js/messages.php:377 +#: js/messages.php:383 #, fuzzy #| msgid "The following queries have been executed:" msgid "The following actions will be performed:" msgstr "下列查询被执行:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "" -#: js/messages.php:379 +#: js/messages.php:385 #, fuzzy #| msgid "Add privileges on the following table" msgid "Create the following table" msgstr "在下列数据表添加权限" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "" -#: js/messages.php:385 +#: js/messages.php:391 #, fuzzy #| msgid "No databases selected." msgid "No dependencies selected!" msgstr "没有已选择的数据库。" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2105,265 +2127,265 @@ msgstr "没有已选择的数据库。" msgid "Save" msgstr "保存" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "隐藏搜索条件" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "显示搜索条件" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "范围搜索" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "最大列数目:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "最小列数目:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "最小值:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "最大值:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "隐藏搜索替换条件" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "显示搜索替换条件" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "每个点代表一个数据行。" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "悬浮至一个点上会显示它的标签。" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "要放大,请用鼠标选择图表的一块区域。" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "点击重置缩放按钮以回到初始状态。" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "点击数据点以查看或编辑数据行。" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "拖拽右下角以改变图表大小。" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "选择两列" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "选择两个不同的列" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "数据点内容" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "忽略" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "复制" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "点" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "线" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "多边形" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "几何体" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "内环" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "外环" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "是否要复制加密密匙?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "加密密匙" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "选择外键" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "选择外键" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "请选择主键或唯一键!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "选择要显示的字段" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "尚未保存当前布局。如果继续将会丢失本次的修改。是否继续?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "页面名称" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "保存页面" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 #, fuzzy #| msgid "Save page" msgid "Save page as" msgstr "保存页面" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "打开页面" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "删除页面" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 #, fuzzy #| msgid "Unit" msgid "Untitled" msgstr "单位" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "请选择一个页面" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "请输入有效页面名称" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "是否保存对该页面的更改?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "成功删除页面" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "导出关系模式" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "已保存修改" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "给字段“%s”添加选项。" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "已创建 %d 个对象。" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "提交" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "按 Esc 键取消编辑。" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "您已修改了一些数据但尚未保存。您真的要放弃保存并离开吗?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "拖拽以调整顺序。" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "点此排序此列的结果。" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "点击以标记/取消标记。" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "双击以复制字段名。" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "点击下箭头
以设置显示的字段。" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "显示全部" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2371,159 +2393,159 @@ msgstr "" "该表没有唯一字段。在保存后单元格编辑、多选、编辑、复制和删除等功能可能无法正" "常使用。" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "" -#: js/messages.php:489 +#: js/messages.php:495 #, fuzzy #| msgid "Original string" msgid "Original length" msgstr "替换前" -#: js/messages.php:492 +#: js/messages.php:498 #, fuzzy #| msgid "Cancel" msgid "cancel" msgstr "取消" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "已取消" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "" -#: js/messages.php:496 +#: js/messages.php:502 #, fuzzy #| msgid "Import defaults" msgid "Import status" msgstr "导入选项" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 #, fuzzy #| msgid "Log file threshold" msgid "Drop files here" msgstr "日志文件阈值" -#: js/messages.php:498 +#: js/messages.php:504 #, fuzzy #| msgid "Select Tables" msgid "Select database first" msgstr "选择表" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "您可以直接双击大部分
单元格以修改其值。" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "您可以直接点击大部分
单元格以修改其值。" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "前往:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "复制字段名。" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "在字段名上右键以复制到剪贴板。" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "生成密码" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "生成" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "修改密码" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "更多" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "显示导航面板" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "隐藏导航面板" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "显示隐藏的导航树节点。" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 #, fuzzy #| msgid "Customize main panel" msgid "Link with main panel" msgstr "自定义主面板" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 #, fuzzy #| msgid "Customize main panel" msgid "Unlink from main panel" msgstr "自定义主面板" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "" -#: js/messages.php:531 +#: js/messages.php:537 #, fuzzy #| msgid "Tables" msgid "tables" msgstr "表" -#: js/messages.php:532 +#: js/messages.php:538 #, fuzzy #| msgid "Views" msgid "views" msgstr "视图" -#: js/messages.php:533 +#: js/messages.php:539 #, fuzzy #| msgid "Procedures" msgid "procedures" msgstr "存储过程" -#: js/messages.php:534 +#: js/messages.php:540 #, fuzzy #| msgid "event" msgid "events" msgstr "事件" -#: js/messages.php:535 +#: js/messages.php:541 #, fuzzy #| msgid "Functions" msgid "functions" msgstr "函数" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "没有在历史记录中找到所请求的页面,页面可能已过期。" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2531,48 +2553,48 @@ msgid "" msgstr "phpMyAdmin 有新版本了,请您考虑升级。最新的版本是 %s,于 %s 发布。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ",最新稳定版本:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "已更新" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "新建视图" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "发送错误报告" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "提交错误报告" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "发生致命JavaScript错误。是否发送错误报告?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "更改报告设置" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "显示报告详细信息" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "由于PHP设置的执行限制时间过低,您的导入未能完成!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2581,431 +2603,431 @@ msgstr "" "警告:当前表单包含的字段多于 %d,受限于 PHP 中 max_input_vars 值的配置,该次" "提交有可能忽略其中一部分。" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 #, fuzzy #| msgid "Ignore" msgid "Ignore All" msgstr "忽略" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "再次执行该查询?" -#: js/messages.php:591 +#: js/messages.php:597 #, fuzzy #| msgid "Do you really want to delete the search \"%s\"?" msgid "Do you really want to delete this bookmark?" msgstr "您真的要删除搜索“%s”吗?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, fuzzy, php-format #| msgid "Executed queries" msgid "%s queries executed %s times in %s seconds." msgstr "已执行的查询" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "" -#: js/messages.php:595 +#: js/messages.php:601 #, fuzzy #| msgid "Table comments" msgid "Show arguments" msgstr "表注释" -#: js/messages.php:596 +#: js/messages.php:602 #, fuzzy #| msgid "Hide search results" msgid "Hide arguments" msgstr "隐藏搜索结果" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " "Safari, such problem is commonly caused by \"Private Mode Browsing\"." msgstr "" -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "上个月" -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "下个月" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "今天" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "一月" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "二月" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "三月" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "四月" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "五月" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "六月" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "七月" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "八月" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "九月" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "十月" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "十一月" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "十二月" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "星期日" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "星期一" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "星期四" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "星期五" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "周日" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "周一" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "周二" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "周三" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "周四" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "周五" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "周六" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "周" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-year-month" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "年" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "时" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "分" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "秒" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "" -#: js/messages.php:768 +#: js/messages.php:774 #, fuzzy #| msgid "Use text field" msgid "Please fix this field" msgstr "使用文本域" -#: js/messages.php:769 +#: js/messages.php:775 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid email address" msgstr "请输入有效页面名称" -#: js/messages.php:770 +#: js/messages.php:776 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid URL" msgstr "请输入一个有效的数字!" -#: js/messages.php:771 +#: js/messages.php:777 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date" msgstr "请输入有效页面名称" -#: js/messages.php:772 +#: js/messages.php:778 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date ( ISO )" msgstr "请输入有效页面名称" -#: js/messages.php:773 +#: js/messages.php:779 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid number" msgstr "请输入一个有效的数字!" -#: js/messages.php:774 +#: js/messages.php:780 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid credit card number" msgstr "请输入一个有效的数字!" -#: js/messages.php:775 +#: js/messages.php:781 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter only digits" msgstr "请输入一个有效的长度!" -#: js/messages.php:776 +#: js/messages.php:782 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter the same value again" msgstr "请输入有效页面名称" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "" -#: js/messages.php:778 +#: js/messages.php:784 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter at least {0} characters" msgstr "请输入有效页面名称" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "" -#: js/messages.php:780 +#: js/messages.php:786 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value between {0} and {1}" msgstr "请输入有效页面名称" -#: js/messages.php:781 +#: js/messages.php:787 #, fuzzy #| msgid "Please enter a valid length!" msgid "Please enter a value less than or equal to {0}" msgstr "请输入一个有效的长度!" -#: js/messages.php:782 +#: js/messages.php:788 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a value greater than or equal to {0}" msgstr "请输入有效页面名称" -#: js/messages.php:784 +#: js/messages.php:790 #, fuzzy #| msgid "Please enter a valid page name" msgid "Please enter a valid date or time" msgstr "请输入有效页面名称" -#: js/messages.php:785 +#: js/messages.php:791 #, fuzzy #| msgid "Please enter a valid number!" msgid "Please enter a valid HEX input" msgstr "请输入一个有效的数字!" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "错误" @@ -3073,16 +3095,16 @@ msgstr "每小时" msgid "per day" msgstr "每天" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "现有的配置文件(%s)是不可读的。" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "配置文件权限错误,不应任何用户都能修改!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "字号" @@ -3103,7 +3125,7 @@ msgid "Requery" msgstr "子查询" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -3112,7 +3134,7 @@ msgstr "子查询" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3204,7 +3226,7 @@ msgid "History" msgstr "SQL 历史" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3227,7 +3249,7 @@ msgstr "SQL 历史" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "选项" @@ -3324,7 +3346,7 @@ msgid "Count:" msgstr "数量" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3392,10 +3414,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "切换到复制的数据表" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3403,10 +3425,10 @@ msgstr "切换到复制的数据表" msgid "Ascending" msgstr "递增" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3617,161 +3639,162 @@ msgstr "全不选" msgid "Inside column:" msgstr "包含字段:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "保存已修改的数据" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "恢复字段顺序" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "过滤行" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "在表中搜索" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "首页" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" msgid "Previous" msgstr "上一页" -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "下一页" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "尾页" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "全部" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "行数:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "按索引排序" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "部分内容" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "完整内容" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "关联键" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "关联显示字段" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "显示二进制内容" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "显示 BLOB 内容" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "隐藏浏览器转换" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "WKT 文本表达" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "WKB 二进制表达" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "已删除该行。" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "杀死" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "可能是近似值。参见[doc@faq3-11]常见问题 3.11[/doc]。" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "您的 SQL 语句已成功运行。" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "此视图的行数最少有这么多。请参阅%s档案%s。" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "正在显示第 %1s - %2s 行" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "总数为 %1$d,查询包含 %2$d" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "共 %d 行" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "查询花费 %01.4f 秒。" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "选中项:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3780,24 +3803,24 @@ msgstr "选中项:" msgid "Check All" msgstr "全选" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "打印预览" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "查询结果操作" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "显示图表" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "可视化 GIS 数据" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "找不到链接!" @@ -3919,7 +3942,7 @@ msgstr "基数" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3929,7 +3952,7 @@ msgid "Collation" msgstr "排序规则" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "注释" @@ -3944,7 +3967,7 @@ msgid "Index %s has been dropped." msgstr "已删除索引 %s。" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3960,7 +3983,7 @@ msgid "" msgstr "索引 %1$s 和 %2$s 似乎是相同的,可以删除其中一个。" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "服务器" @@ -3977,7 +4000,7 @@ msgstr "视图" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -4008,7 +4031,7 @@ msgstr "插入" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "权限" @@ -4073,15 +4096,17 @@ msgid "Central columns" msgstr "文本框列" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "数据库" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "Users" +msgid "User accounts" msgstr "用户" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 @@ -4154,7 +4179,7 @@ msgid "Could not save favorite table!" msgstr "无法保存到表收藏夹!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "从收藏夹中移除" @@ -4175,7 +4200,7 @@ msgid "Recent" msgstr "近期访问" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "表收藏夹" @@ -4772,16 +4797,16 @@ msgstr "最大限制:%s %s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL 返回: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "解析 SQL" @@ -4798,7 +4823,7 @@ msgstr "" msgid "Without PHP Code" msgstr "无 PHP 代码" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "创建 PHP 代码" @@ -4891,6 +4916,10 @@ msgstr "最后更新" msgid "Last check" msgstr "最后检查" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "用户" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "搜索:" @@ -4985,8 +5014,8 @@ msgstr "" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4994,7 +5023,7 @@ msgstr "名字" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "长度/值" @@ -5281,7 +5310,7 @@ msgid "Not a valid port number!" msgstr "请输入有效的端口号!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "值错误!" @@ -5292,35 +5321,35 @@ msgstr "值错误!" msgid "Value must be equal or lower than %s!" msgstr "值应小于或等于 %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "缺少 %s 的数据" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "不可用" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "“%s”需要 %s 扩展" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "因缺少函数 %s 压缩导入功能无效。" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "因缺少函数 %s 压缩导出功能无效。" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -5335,7 +5364,7 @@ msgid "Set value: %s" msgstr "设置值:%s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "还原为默认值" @@ -5769,7 +5798,7 @@ msgstr "设置脚本运行最长时间([kbd]0[/kbd] 为无限制)。" msgid "Maximum execution time" msgstr "最长执行时间" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, fuzzy, php-format #| msgid "Add %s statement" msgid "Use %s statement" @@ -5779,7 +5808,7 @@ msgstr "添加 %s 语句" msgid "Save as file" msgstr "保存为文件" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "文件字符集" @@ -5795,8 +5824,8 @@ msgstr "压缩" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5806,14 +5835,14 @@ msgstr "压缩" msgid "Put columns names in the first row" msgstr "首行保存字段名" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "内容分隔符" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "内容转义符" @@ -5821,8 +5850,8 @@ msgstr "内容转义符" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "将 NULL 替换为" @@ -5830,13 +5859,13 @@ msgstr "将 NULL 替换为" msgid "Remove CRLF characters within columns" msgstr "删除内容中的回车换行符" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "字段分隔符" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "换行符" @@ -5858,8 +5887,8 @@ msgid "Table name template" msgstr "表名称模板" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5887,14 +5916,14 @@ msgid "Label key" msgstr "标签" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME 类型" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "关系" @@ -5902,110 +5931,116 @@ msgstr "关系" msgid "Export method" msgstr "导出方式" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "保存在服务器上" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "覆盖现有文件" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export table headers" +msgid "Export as separate files" +msgstr "导出表头" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "记住文件名模板" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "添加自增值" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "给表名及字段名加上反引号" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL 兼容模式" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE 选项:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "创建/更新/检查日期" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "使用延迟插入" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "禁止外键约束" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "将视图作为表导出" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "丢失 phpMyAdmin 高级功能数据表" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "添加 %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "使用十六进制表示 BINARY 和 BLOB 数据" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "使用忽略插入" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "在插入数据时使用的语法" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "查询语句的最大长度" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "导出类型" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "使用事务执行导出" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "导出时间为协调世界时" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "强制使用安全连接访问 phpMyAdmin。" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "强制 SSL 连接" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -6013,182 +6048,182 @@ msgstr "" "外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键" "值。" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "外键下拉框顺序" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "下拉框中选项个数的限制" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "外键限制" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 +#: libraries/config/messages.inc.php:220 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "外键约束:" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "浏览模式" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "自定义浏览模式" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "自定义默认选项。" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "开发" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 开发设置。" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "编辑模式" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "自定义编辑模式。" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "导出选项" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "自定义默认导出选项。" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "功能" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "常规" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "设置某些常用选项。" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "导入选项" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "自定义默认导入选项" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "导入 / 导出" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "设置导入和导出文件夹以及压缩选项" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "数据库显示选项" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "导航面板" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 #, fuzzy #| msgid "Customize appearance of the navigation panel" msgid "Customize appearance of the navigation panel." msgstr "自定义导航面板" -#: libraries/config/messages.inc.php:248 +#: libraries/config/messages.inc.php:249 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "导航面板" -#: libraries/config/messages.inc.php:249 +#: libraries/config/messages.inc.php:250 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "自定义导航面板" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "服务器" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "服务器显示选项" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "表显示选项" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "主面板" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "微软 Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "其它核心设置" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "暂时没有明确分类的设置" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "页面标题" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -6201,11 +6236,11 @@ msgstr "" "设置浏览器标题栏所显示的文字。参见[doc@cfg_TitleTable]文档[/doc]中关于可以取" "得特殊值的魔术字符串。" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "安全" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -6215,25 +6250,25 @@ msgid "" "limit MySQL." msgstr "请注意 phpMyAdmin 只是提供了一个用户界面,其功能不会对 MySQL 造成限制" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "基本设置" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "认证" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "认证设置" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "服务器设置" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -6243,17 +6278,17 @@ msgid "" "what they are for." msgstr "高级服务器设置,如果您不知道这些选项是什么意思,请不要修改" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "请输入服务器连接参数" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "高级功能" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -6267,68 +6302,68 @@ msgstr "" "设置 phpMyAdmin 高级功能以获得更多功能,参见文档 [doc@linked-" "tables]phpMyAdmin 高级功能[/doc]" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "追踪变化" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "追踪数据库的改变。需要 phpMyAdmin 高级功能。" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "自定义导出选项" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "自定义导入选项" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "自定义导航面板" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "自定义主面板" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL 查询" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL 查询框" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "自定义在 SQL 查询框中显示的链接" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL 查询设置" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "首页" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "自定义首页" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "数据库结构" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 #, fuzzy #| msgid "" #| "Choose which details to show in the database structure (list of tables)" @@ -6336,67 +6371,67 @@ msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "设置在数据库结构(表列表)中显示哪些细节" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "表结构" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 #, fuzzy #| msgid "Settings for the table structure (list of columns)" msgid "Settings for the table structure (list of columns)." msgstr "表结构(字段列表)的设置" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "标签" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "设置您希望的标签行为" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "显示关系大纲" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "纸张大小" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "文本字段" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "自定义文本输入框" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! 文本" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "自定义默认选项" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "警告" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "禁止部分 phpMyAdmin 发出的警告" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -6407,15 +6442,15 @@ msgid "" msgstr "" "允许在导入和导出时使用 [a@http://zh.wikipedia.org/wiki/Gzip]gzip[/a] 压缩" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv 的额外参数" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -6426,11 +6461,11 @@ msgid "" msgstr "" "若启用,在执行多语句查询时即使有错误发生,phpMyAdmin 也会继续执行其它语句" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "忽略多语句查询中的错误" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6439,25 +6474,25 @@ msgstr "" "允许脚本在即将超时时中断导入。尽管这样会中断事务,但在导入大文件时也许是个好" "方法。" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "部分导入:允许中断" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "忽略插入错误" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -6469,62 +6504,62 @@ msgstr "" "默认格式;请注意根据位置(数据库或表)的不同该列表将有所变化,只有 SQL 是一直" "可用的" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "导入文件的格式" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "使用 LOCAL 关键字" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "首行为字段名" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "不导入空行" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "导入货币($5.00 将被导入为 5.00)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "导入百分数为小数(12.00% 将被导入为 .12)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "要跳过的查询数量" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "部分导入:跳过查询" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "值为零时不自增" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "滑动区域初始状态" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "一次可以插入的行数" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "插入的行数" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -6533,11 +6568,11 @@ msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "浏览非数字字段时最多显示的字数" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "字段字数限制" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6547,11 +6582,11 @@ msgstr "" "退出。若设为 FALSE 且当您连接到多台服务器时,您可能会容易忘记退出其它的服务" "器。" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "退出时删除所有 cookies" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -6561,11 +6596,11 @@ msgid "" "kbd] authentication mode." msgstr "设置在 cookie 认证下是否能自动重复上次登录。" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "显示上次登录的用户名" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6575,56 +6610,56 @@ msgstr "" "设置浏览器需要保存登录 cookie 多久(单位:秒)。若设为默认的 0 表示其仅作用于" "当前会话,并在您关闭浏览器窗口后立即删除。推荐在不安全的环境下使用默认设置。" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "登录 cookie 存储" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "设置登录 cookie 的有效期(单位:秒)" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "登录 cookie 有效期" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "将 LONGTEXT 字段的文本框放大一倍" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "放大 LONGTEXT 的文本框" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "显示 SQL 语句时的最大字数" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "SQL 最大显示长度" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "用户设置不能超过该值" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "Maximum number of databases displayed in database list" msgid "Maximum number of databases displayed in database list." msgstr "在数据库列表中最多显示的数据库个数" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "最大数据库数量" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6634,13 +6669,13 @@ msgid "" "the navigation tree." msgstr "每页导航树所能显示的最大项数" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "节点中最大项数" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -6650,11 +6685,11 @@ msgid "" "tree." msgstr "每页导航树所能显示的最大项数" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "节点中最大项数" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6662,21 +6697,21 @@ msgstr "" "浏览结果集时显示的行数。若结果集总行数超过该值,将会显示 \"上一页\" 和 \"下一" "页\" 的链接。" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "显示的最多行数" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "在表列表中最多显示的表个数" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "最大表数量" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -6686,45 +6721,45 @@ msgid "" "([kbd]0[/kbd] for no limit)." msgstr "一个脚本可分配的内存大小,如 [kbd]32MB[/kbd]([kbd]0[/kbd] 为无限制)" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "内存限制" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "显示隐藏的导航树节点。" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show logo in navigation panel." msgstr "在导航面板中显示徽标" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "显示徽标" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "URL where logo in the navigation panel will point to" msgid "URL where logo in the navigation panel will point to." msgstr "导航面板中徽标指向的链接地址" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "徽标链接地址" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -6734,45 +6769,45 @@ msgid "" "([kbd]new[/kbd])." msgstr "在主窗口([kbd]main[/kbd])或新窗口([kbd]new[/kbd])打开目标页面" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "徽标链接目标" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 #, fuzzy #| msgid "Display server choice at the top of the navigation panel" msgid "Display server choice at the top of the navigation panel." msgstr "在导航面板顶部显示可选的服务器" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "显示服务器选择" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "快速访问图标的目标" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "快速访问图标的目标" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "设置达到多少个项(表、视图、程序和事件)时将显示筛选框。" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "显示筛选框的最少项数" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "设置达到多少个数据库时将显示数据库筛选框" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -6782,177 +6817,177 @@ msgid "" "the Databases and Tables tabs above)." msgstr "将导航树中的项分组(根据下面设置的分隔符分组)" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "分组树中的项" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "将数据库分为不同层级的字符串" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "数据库树分隔符" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "将表分为不同层级的字符串" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "表树分隔符" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "表树最大深度" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "高亮鼠标指针所在位置的服务器" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "启用高亮" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "表导航条" -#: libraries/config/messages.inc.php:487 +#: libraries/config/messages.inc.php:488 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "正在显示表" -#: libraries/config/messages.inc.php:489 +#: libraries/config/messages.inc.php:490 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "显示隐藏的导航树节点。" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:491 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "查看版本" -#: libraries/config/messages.inc.php:492 +#: libraries/config/messages.inc.php:493 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "显示隐藏的导航树节点。" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:494 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "显示函数列" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 +#: libraries/config/messages.inc.php:497 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "显示进程" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:500 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "查看版本" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "显示隐藏的导航树节点。" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最近使用的表的最大数量;设为 0 为禁用" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "最近使用的表的最大数量;设为 0 为禁用" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "最近使用的表" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "它们是编辑、复制和删除链接" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "表行链接显示位置" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "为表和数据库名使用自然排序" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "自然排序" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "仅使用图标、文字或都有" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "表导航条" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "使用 GZip 输出缓冲以加快 HTTP 传输速度" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip 输出缓冲" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -6964,21 +6999,21 @@ msgstr "" "[kbd]SMART[/kbd] - 即对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排" "序,其它字段递增" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "默认排序" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "在连接到 MySQL 数据库时使用持久连接" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "持久连接" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -6990,11 +7025,11 @@ msgid "" "configuration storage could not be found." msgstr "禁止在缺少 phpMyAdmin 高级功能所需数据表时在数据库结构页中显示默认警告" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "丢失 phpMyAdmin 高级功能数据表" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed if a difference between the " @@ -7004,11 +7039,11 @@ msgid "" "MySQL library and server is detected." msgstr "禁止显示检测到MySQL库版本与服务器版本不同时的默认警告" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "服务器/程序库版本不同警告" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7018,29 +7053,29 @@ msgid "" "column names in a table are reserved MySQL words." msgstr "禁止在列名包含 MySQL 保留字时在数据库结构页中显示默认警告" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL 保留字警告" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "显示菜单标签的方式" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "显示动作链接的方式" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "禁止编辑 BLOB 和 BINARY 类型字段" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "保护二进制字段" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -7049,51 +7084,51 @@ msgstr "" "允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 " "JS 程序来显示查询历史 (关闭窗口即丢失)。" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "持久查询历史" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "记录查询历史的数量" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "查询历史个数" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "选择进行字符集转换时使用的函数" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "记录引擎" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "当浏览表时,会记住每个表的排序方式" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "记录表排序" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "默认排序" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -7101,91 +7136,91 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "每 X 单元格重复表头,要禁止此功能请设为 [kbd]0[/kbd]" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "重复表头" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "单元格编辑:触发操作" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "关联显示字段" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "服务器显示选项" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "立刻存储所有已编辑的单元格" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "服务器上用来保存导出文件的文件夹" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "保存文件夹" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "不使用请留空" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "主机认证模式" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "默认请留空" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "主机认证规则" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "允许空密码登录" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "允许 root 用户登录" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "会话值" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "使用 HTTP 基本认证时显示给用户的提示信息" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP 提示信息" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 #, fuzzy #| msgid "" #| "The path for the config file for [a@http://swekey.com]SweKey hardware " @@ -7199,21 +7234,21 @@ msgstr "" "[a@http://swekey.com]SweKey 硬件认证 (外链,英文)[/a]的配置文件路径 (请勿置于" "你的文档根文件夹,推荐使用:/etc/swekey.conf)" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey 配置文件" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "要使用的认证方式" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "认证方式" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7221,11 +7256,11 @@ msgstr "" "不使用[a@http://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请" "留空,推荐: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "书签表" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -7235,35 +7270,35 @@ msgid "" "[kbd]pma__column_info[/kbd]." msgstr "留空则不使用列信息和MIME类型。推荐: [kbd]pma__column_info[/kbd]" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "列信息表" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "压缩连接到 MySQL 服务器" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "压缩连接" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 #, fuzzy #| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "怎样连接到服务器,如果不确定,请选择 [kbd]tcp[/kbd]" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "连接方式" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "控制用户的密码" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -7276,11 +7311,11 @@ msgstr "" "一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/" "controluser]wiki (外链,英文)[/a]" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "控制用户" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7290,11 +7325,11 @@ msgid "" "already defined host." msgstr "一个会变的主机被设置在了设置文件中,你可以留空以使用已经定义了的主机" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "控制主机" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -7305,17 +7340,17 @@ msgid "" "if the controlhost equals host." msgstr "一个会变的主机被设置在了设置文件中,你可以留空以使用已经定义了的主机" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "控制端口" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -7324,15 +7359,15 @@ msgstr "" "统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外" "链,英文)[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "禁止使用 INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "隐藏数据库" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -7342,25 +7377,25 @@ msgid "" "kbd]." msgstr "不使用 SQL 查询历史功能请留空,推荐: [kbd]pma__history[/kbd]" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL 查询历史表" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL 服务器的主机名" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "服务器主机名" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "退出地址" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -7370,17 +7405,17 @@ msgid "" "records are automatically removed." msgstr "限制保存在数据库中的表设置数量,旧设置将被自动删除" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "最多保存的表设置数量" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "查看从服务器状态" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7390,13 +7425,29 @@ msgid "" "[kbd]pma__savedsearches[/kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "将视图作为表导出" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]" +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]" + +#: libraries/config/messages.inc.php:660 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "文本框列" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7406,17 +7457,17 @@ msgid "" "[kbd]pma__central_columns[/kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 #, fuzzy #| msgid "Try to connect without password" msgid "Try to connect without password." msgstr "尝试用空密码连接" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "用空密码连接" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -7425,21 +7476,21 @@ msgstr "" "可以使用 MySQL 通配符 (% 和 _),若表示它们本身,请转义,例:用 [kbd]'my" "\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "仅显示列出的数据库" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "如果不使用 config 认证方式,请留空" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "config 认证方式的密码" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -7448,11 +7499,11 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF 大纲: 数据表页" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@http://" @@ -7466,22 +7517,22 @@ msgstr "" "关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/" "pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "数据库名" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 服务器监听的端口,留空为默认" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "服务器端口" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7491,11 +7542,11 @@ msgid "" "suggested: [kbd]pma__recent[/kbd]." msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "最近使用的表" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -7505,13 +7556,13 @@ msgid "" "suggested: [kbd]pma__favorite[/kbd]." msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "表收藏夹" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" @@ -7523,11 +7574,11 @@ msgstr "" "不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" "能请留空,推荐: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "关系表" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 #, fuzzy #| msgid "" #| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -7539,35 +7590,35 @@ msgstr "" "参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)" "[/a]中的例子" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon 会话名" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "登录地址" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 服务器监听的套接字,留空为默认" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "服务器套接字 (socket)" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "使用 SSL 连接到 MySQL 服务器" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "使用 SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -7577,13 +7628,13 @@ msgid "" "kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF 大纲: 数据表并发" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -7593,11 +7644,11 @@ msgid "" "suggested: [kbd]pma__table_info[/kbd]." msgstr "描述显示字段的表,不使用请留空,推荐: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "显示字段表" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -7607,49 +7658,49 @@ msgid "" "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "不需要 \"持久\" 表界面设置请留空,推荐: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "界面设置表" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "设置当记录数据库创建时,是否在前面加上 DROP DATABASE IF EXISTS 命令。" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "添加 DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "设置当记录数据表创建时,是否在前面加上 DROP TABLE IF EXISTS 命令。" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "添加 DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "设置当记录视图创建时,是否在前面加上 DROP VIEW IF EXISTS 命令。" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "添加 DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "定义自动创建新版的命令列表。" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "要追踪的命令" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -7659,21 +7710,21 @@ msgid "" "[kbd]pma__tracking[/kbd]." msgstr "不使用 SQL 查询追踪功能请留空,推荐: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL 查询追踪表" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "设置追踪系统是否自动为数据表和视图创建版本。" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "自动创建版本" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7683,33 +7734,33 @@ msgid "" "[kbd]pma__userconfig[/kbd]." msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "用户偏好表" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "用户表" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "用户组表" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -7719,35 +7770,35 @@ msgid "" "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "config 认证方式的用户名" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "一个好记的名字。留空将显示主机名。" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "服务器名称" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "允许显示所有行" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -7762,39 +7813,39 @@ msgstr "" "注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该" "选项也不限制直接执行可实现相同功能的命令" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "显示修改密码" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "显示创建数据库表单" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the comments for all tables." msgstr "显示或者隐藏在所有表格中,列显示创建时间戳" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "表注释" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "显示或者隐藏在所有表格中,列显示创建时间戳" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "显示创建时间戳" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -7802,11 +7853,11 @@ msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "显示或者隐藏在所有表格中列显示最后更新时间戳" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "显示最后更新时间戳" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -7814,11 +7865,11 @@ msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "显示或者隐藏所有表格中,列显示最后检查时间戳" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "查看最后检查时间戳" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -7828,31 +7879,31 @@ msgid "" "insert mode." msgstr "定义在编辑/插入模式中是否显示字段类型一列" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "显示字段类型" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "在编辑/插入模式中显示函数列" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "显示函数列" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "是否显示提示" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "显示提示" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 #, fuzzy #| msgid "" #| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " @@ -7863,15 +7914,15 @@ msgid "" msgstr "" "显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链接" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "显示 phpinfo() 链接" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "显示 MySQL 服务器详细信息" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -7879,11 +7930,11 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "定义是否显示 phpMyAdmin 生成的 SQL 查询" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "显示 SQL 查询" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -7891,21 +7942,21 @@ msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "声明查询框是否在提交后依然显示在屏幕上" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "保留查询框" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (eg. space usage)." msgstr "允许显示数据库和数据表的统计信息 (如:空间使用)" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "显示统计" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -7913,11 +7964,11 @@ msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "将已锁定的数据表在数据库中显示为使用中" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "跳过锁定的表" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 #, fuzzy #| msgid "A warning is displayed on the main page if Suhosin is detected." msgid "" @@ -7925,11 +7976,11 @@ msgid "" "detected." msgstr "若检测到 Suhosin 将在首页中显示警告。" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin 警告" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -7940,13 +7991,13 @@ msgid "" "`LoginCookieValidity`." msgstr "禁止在列名包含 MySQL 保留字时在数据库结构页中显示默认警告" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "登录 cookie 有效期" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -7958,11 +8009,11 @@ msgstr "" "编辑模式的文本框大小 (列数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 " "(*1.25)" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "文本框列" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -7974,39 +8025,39 @@ msgstr "" "编辑模式的文本框大小 (行数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 " "(*1.25)" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "文本框行" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "选中一个数据库时浏览器窗口的标题" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "未选择时浏览器窗口的标题" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "默认标题" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "选中一个服务器时浏览器窗口的标题" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "选中一张数据表时浏览器窗口的标题" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -8023,52 +8074,52 @@ msgstr "" "信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 " "HTTP_X_FORWARDED_FOR 头" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "可信代理IP列表" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "服务器上用来存放导入文件的文件夹。" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "上传文件夹" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "允许搜索整个数据库。" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "使用数据库搜索" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "禁用时,用户不能设置下列选项,右侧的复选框被忽略。" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "启用设置中的开发标签" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "检查更新" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "允许在 phpMyAdmin 主页面中检查最新版本。" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "检查更新" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -8076,11 +8127,11 @@ msgid "" "the internet. The format is: \"hostname:portnumber\"." msgstr "" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "代理URL" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -8089,19 +8140,19 @@ msgstr "" "连接代理服务器时使用的用户名。如果提供用户名,将使用基本认证方式连接。目前还" "不支持其他认证方式。" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "代理用户名" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "代理密码" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 #, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " @@ -8113,53 +8164,53 @@ msgstr "" "允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP " "(外链,英文)[/a] 压缩" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "reCaptcha的公共密匙" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "reCaptcha私有密匙" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "发送错误报告" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "已执行的查询" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" @@ -8187,49 +8238,80 @@ msgstr "HTTP 认证" msgid "Signon authentication" msgstr "Signon 认证" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "OpenOffice 表格" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "快速" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "自定义" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "数据库导出选项" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel 的 CSV 格式" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "微软 Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenOffice 文档" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "没有设置SQL 查询来检索数据。" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "在将表格转为图表时没有找到数字类型的列。" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "没有可显示数据" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "已成功修改表 %1$s。" + +#: libraries/controllers/TableRelationController.class.php:186 +#, fuzzy +#| msgid "Thread %s was successfully killed." +msgid "Display column was successfully updated." +msgstr "已成功杀死线程 %s 。" + +#: libraries/controllers/TableRelationController.class.php:234 +#, fuzzy +#| msgid "Internal relation added" +msgid "Internal relations were successfully updated." +msgstr "已添加内联关系" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -8244,12 +8326,12 @@ msgstr "可能的深度递归攻击" msgid "No change" msgstr "无更改" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "详情请查看%s我们的文档%s。" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -8301,6 +8383,7 @@ msgid "Create database" msgstr "新建数据库" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "创建" @@ -8314,7 +8397,7 @@ msgid "No Privileges" msgstr "无权限" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "新建数据表" @@ -8326,101 +8409,145 @@ msgstr "字段数" msgid "Could not load export plugins, please check your installation!" msgstr "无法加载导出插件,请检查安装!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "正在从当前服务器中导出数据库" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "正在导出数据库“%s”中的数据表" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "正在导出数据表“%s”中的记录" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "导出方式:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "导出类型" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "文件名模板:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "数据表名" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "文件名模板:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "临时磁盘使用率" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "更新" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select Tables" +msgid "Select a template" +msgstr "选择表" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "导出方式" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "快速 - 显示最少的选项" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "自定义 - 显示所有可用的选项" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "数据库:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "数据表:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "格式:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "格式特定选项:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "请下拉至所选格式并设置选项,其它格式请忽略。" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "编码转换:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "记录:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "转储部分记录" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "起始行数:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "转储所有行" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "输出:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "保存到务器上的 %s 文件夹中" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "文件名模板:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ 将变成服务器名称" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ",@DATABASE@ 将变成数据库名" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ",@TABLE@ 将变成数据表名" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -8430,86 +8557,86 @@ msgstr "" "这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下" "列内容也将被转换:%3$s。其他文本将保持原样。参见%4$s常见问题 (FAQ)%5$s。" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "以后也使用此设置" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "文件的字符集:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "压缩:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip 压缩" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip 压缩" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "直接显示为文本" -#: libraries/display_export.lib.php:660 +#: libraries/display_export.lib.php:753 #, fuzzy #| msgid "Export views as tables" msgid "Export databases as separate files" msgstr "将视图作为表导出" -#: libraries/display_export.lib.php:662 +#: libraries/display_export.lib.php:755 #, fuzzy #| msgid "Export table headers" msgid "Export tables as separate files" msgstr "导出表头" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "保存为文件" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 #, fuzzy #| msgid "Select Tables" msgid "Select database" msgstr "选择表" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 #, fuzzy #| msgid "Select Tables" msgid "Select table" msgstr "选择表" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 #, fuzzy #| msgid "Database name" msgid "New database name" msgstr "数据库名" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 #, fuzzy #| msgid "New page name: " msgid "New table name" msgstr "新页面名: " -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 #, fuzzy #| msgid "Copy column name." msgid "Old column name" msgstr "复制字段名。" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 #, fuzzy #| msgid "Copy column name." msgid "New column name" @@ -9024,7 +9151,7 @@ msgid "Dump has been saved to file %s." msgstr "已保存转储到文件 %s 中。" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 返回的查询结果为空 (即零行)。" @@ -9106,7 +9233,7 @@ msgstr "隐藏" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "函数" @@ -9182,7 +9309,7 @@ msgid "" msgstr "按 TAB 键跳到下一个数值,或 CTRL+方向键 作随意移动" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -9643,7 +9770,7 @@ msgstr "新建" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "视图" @@ -9943,232 +10070,243 @@ msgstr "" msgid "Rename database to" msgstr "将数据库改名为" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "权限不足!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 #, fuzzy #| msgid "Edit Privileges" msgid "Adjust Privileges" msgstr "编辑权限" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "数据库 %s 已被删除。" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "删除数据库" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "删除数据库 (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "仅结构" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "结构和数据" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "仅数据" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 #, fuzzy #| msgid "Copy database to" msgid "Copy database to" msgstr "复制数据库到" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "复制前创建数据库 (CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "添加约束" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "切换到复制的数据库" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "更改表的排序,根据" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(逐一)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "将数据表移动到(数据库名.数据表名):" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "将表改名为" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "表注释" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "表选项" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "存储引擎" -#: libraries/operations.lib.php:995 +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "将数据表复制到(数据库名.数据表名):" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "切换到复制的数据表" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "表维护" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "分析表" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "检查表" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 #, fuzzy #| msgid "Check table" msgid "Checksum table" msgstr "检查表" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "整理表碎片" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "已强制更新表 %s。" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "刷新表 (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "优化表" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "修复表" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "删除数据或数据表" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "清空数据表 (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "删除数据表 (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "分析" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "检查" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "优化" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "重建" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "修复" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "关闭" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "分区维护" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "分区 %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "删除分区" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "检查引用完整性:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "目标数据表不能为源数据表!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "目标数据表不能为源数据表!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "已将数据表 %s 移动到 %s。" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "已将数据表 %s 复制为 %s。" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "已将数据表 %s 移动到 %s。" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "已将数据表 %s 复制为 %s。" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "表名不能为空!" @@ -10360,7 +10498,7 @@ msgstr "事件" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "定义" @@ -11394,22 +11532,28 @@ msgstr "" msgid "Remembering Designer Settings" msgstr "记录表排序" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "导出类型无效" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "快速设置高级功能:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, fuzzy, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." msgid "Create the needed tables with the %screate_tables.sql." msgstr "通过 examples/create_tables.sql 创建必需的数据表。" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "创建一个用户并授予其访问上一步操作中创建的数据表的权限。" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -11417,22 +11561,22 @@ msgstr "" "在配置文件 (config.inc.php) 中启用高级功能,参见 config." "sample.inc.php 中的范例。" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "请重新登录 phpMyAdmin 以加载新配置并使其生效。" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "无说明" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " "phpMyAdmin configuration storage there." msgstr "" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11440,14 +11584,14 @@ msgid "" "configuration storage there." msgstr "丢失 phpMyAdmin 高级功能数据表" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "丢失 phpMyAdmin 高级功能数据表" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, fuzzy, php-format #| msgid "Missing phpMyAdmin configuration storage tables" msgid "%sCreate%s missing phpMyAdmin configuration storage tables." @@ -11635,6 +11779,7 @@ msgstr "用户名" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "用户名" @@ -11810,10 +11955,10 @@ msgid "Master server changed successfully to %s." msgstr "已成功修改主服务器到 %s" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11834,7 +11979,7 @@ msgstr "已修改事件 %1$s 。" msgid "Event %1$s has been created." msgstr "已创建事件 %1$s 。" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 #, fuzzy #| msgid "" @@ -11846,7 +11991,8 @@ msgstr "处理请求时发生错误:" msgid "Edit event" msgstr "编辑事件" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "详细" @@ -11860,7 +12006,7 @@ msgid "Event type" msgstr "事件类型" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "改为 %s" @@ -11888,13 +12034,13 @@ msgid "On completion preserve" msgstr "过期后禁用事件而不删除" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "用户" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 #, fuzzy #| msgid "The definer must be in the \"username@hostname\" format" @@ -11924,9 +12070,9 @@ msgid "You must provide an event definition." msgstr "请输入事件定义。" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 #, fuzzy #| msgid "Error in processing request" msgid "Error in processing request:" @@ -11963,115 +12109,121 @@ msgstr "" "储过程操作时可能会失败![/strong]请使用改进的 'mysqli' 扩展避免此类问题发生。" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "无效的程序类型: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "抱歉,恢复已删除的程序失败。" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "已修改程序 %1$s 。" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "已修改程序 %1$s 。" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "已创建程序 %1$s 。" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "编辑程序" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "程序名称" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "参数" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "方向" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "添加参数" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "删除最后一个参数" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "返回类型" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "返回长度/值" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "返回选项" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "是否固定" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "安全类型" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL 数据访问" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 #, fuzzy #| msgid "You must provide a routine name" msgid "You must provide a routine name!" msgstr "请输入程序名称" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "参数方向 \"%s\" 无效。" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "请设置 ENUM、SET、VARCHAR 和 VARBINARY 类型参数的长度/值。" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "请输入每一个参数的名称并设置其类型。" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "请设置一个有效的返回类型。" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "请输入程序定义。" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "程序 %s 的运行结果" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, fuzzy, php-format #| msgid "%d row affected by the last statement inside the procedure" #| msgid_plural "%d rows affected by the last statement inside the procedure" @@ -12079,13 +12231,13 @@ msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "存储过程中最后一条语句影响了 %d 行" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "运行程序" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "程序参数" @@ -12645,12 +12797,16 @@ msgid "You have revoked the privileges for %s." msgstr "您已撤销 %s 的权限。" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user" +msgid "Add user account" msgstr "添加用户" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "用户数据库" #: libraries/server_privileges.lib.php:1946 @@ -12677,9 +12833,7 @@ msgid "User has been added." msgstr "用户已添加。" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -12758,11 +12912,15 @@ msgid "" msgstr "… 从用户表中删除旧用户,然后重新载入权限。" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "修改登录信息/复制用户" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "创建具有相同权限的新用户然后 …" #: libraries/server_privileges.lib.php:3036 @@ -12786,7 +12944,9 @@ msgid "Add privileges on the following table:" msgstr "在下列数据表添加权限" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "删除选中的用户" #: libraries/server_privileges.lib.php:3376 @@ -12821,42 +12981,50 @@ msgstr "您已更新了 %s 的权限。" msgid "Deleting %s" msgstr "正在删除 %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "已成功重新载入权限。" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "用户 %s 己存在!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "%s 的权限" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "新建" -#: libraries/server_privileges.lib.php:4083 +#: libraries/server_privileges.lib.php:4084 #, fuzzy #| msgid "Edit Privileges" -msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "编辑权限" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "Users" +msgid "User account" +msgstr "用户" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "用户概况" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12868,11 +13036,11 @@ msgstr "" "将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权" "限%s。" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "在权限表内找不到选中的用户。" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "您已添加了一个新用户。" @@ -14154,7 +14322,7 @@ msgstr "无效的标识符" msgid "Unknown Punctuation String" msgstr "未知的标点符号字符串" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "已清空表 %s。" @@ -14167,14 +14335,14 @@ msgstr "追踪已启用。" msgid "Tracking is not active." msgstr "追踪已禁用。" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "View %s has been dropped." msgstr "已删除视图 %s" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been dropped." @@ -14406,43 +14574,38 @@ msgstr "已用空间" msgid "Effective" msgstr "有效" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, fuzzy, php-format #| msgid "Table %1$s has been altered successfully." msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "已成功修改表 %1$s。" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "已成功修改表 %1$s。" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "查询错误" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "已成功移动字段。" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 #, fuzzy #| msgid "Add this series" msgid "Add to Favorites" msgstr "添加该数据" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "收藏夹数量已达上限!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 #, fuzzy #| msgid "Show SQL queries" msgid "Showing create queries" msgstr "显示 SQL 查询" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 #, fuzzy #| msgid "Relation view" msgid "Relation view" @@ -14902,18 +15065,6 @@ msgstr "没有更新的可用版本" msgid "Wrong data" msgstr "无效数据" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "没有可显示数据" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "没有设置SQL 查询来检索数据。" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "在将表格转为图表时没有找到数字类型的列。" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14924,7 +15075,7 @@ msgstr "数据库 '%s' 不存在。" msgid "Table %s already exists!" msgstr "数据表 %s 已存在!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "查看数据表的转储(大纲)" @@ -14932,31 +15083,19 @@ msgstr "查看数据表的转储(大纲)" msgid "Invalid table name" msgstr "表名无效" -#: tbl_relation.php:171 -#, fuzzy -#| msgid "Internal relation added" -msgid "Internal relations were successfully updated." -msgstr "已添加内联关系" - -#: tbl_relation.php:211 -#, fuzzy -#| msgid "Thread %s was successfully killed." -msgid "Display column was successfully updated." -msgstr "已成功杀死线程 %s 。" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, fuzzy, php-format #| msgid "The column name '%s' is a MySQL reserved keyword." msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "列名 '%s' 是一个MySQL 保留关键字。" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "没有选中任何列。" @@ -15163,7 +15302,7 @@ msgid "subquery" msgstr "子查询" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "创建关系" @@ -15239,13 +15378,13 @@ msgstr "新名称" msgid "Delete pages" msgstr "选择页" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "重新载入" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "帮助" @@ -15504,39 +15643,39 @@ msgstr "图表标题" msgid "X-Axis:" msgstr "横坐标:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "数据:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "横坐标名称:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "横值" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "纵坐标名称:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 #, fuzzy #| msgid "Inside column:" msgid "Series column:" msgstr "包含字段:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 #, fuzzy #| msgid "Values for column %s" msgid "Value Column:" msgstr "字段 %s 的值" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 #, fuzzy #| msgid "Save as file" msgid "Save chart as image" @@ -16816,6 +16955,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 被设为 0" +#~ msgid "Add user" +#~ msgstr "添加用户" + +#~ msgid "Export Method:" +#~ msgstr "导出方式:" + #~ msgid "No data found for GIS visualization." #~ msgstr "未找到用于 GIS 可视化的数据。" @@ -17075,11 +17220,6 @@ msgstr "concurrent_insert 被设为 0" #~ msgid "pdf export page" #~ msgstr "导出类型无效" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "导出类型无效" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/po/zh_TW.po b/po/zh_TW.po index 4ec6685f85..2564704c86 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2015-06-28 06:20-0400\n" +"POT-Creation-Date: 2015-07-08 13:23-0400\n" "PO-Revision-Date: 2015-07-08 05:25+0200\n" "Last-Translator: Chien Wei Lin \n" -"Language-Team: Chinese (Taiwan) " -"\n" +"Language-Team: Chinese (Taiwan) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -89,9 +89,9 @@ msgstr "欄位" #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1031 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1054 #: libraries/rte/rte_list.lib.php:75 libraries/rte/rte_list.lib.php:103 -#: libraries/rte/rte_routines.lib.php:996 -#: libraries/rte/rte_routines.lib.php:1025 -#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_routines.lib.php:1010 +#: libraries/rte/rte_routines.lib.php:1039 +#: libraries/rte/rte_routines.lib.php:1701 #: libraries/server_privileges.lib.php:2243 libraries/structure.lib.php:883 #: libraries/structure.lib.php:1341 libraries/tracking.lib.php:879 #: libraries/tracking.lib.php:971 @@ -149,7 +149,7 @@ msgid "Links to" msgstr "連結到" #: db_datadict.php:110 libraries/config/messages.inc.php:140 -#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:188 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:189 #: libraries/plugins/export/ExportHtmlword.class.php:393 #: libraries/plugins/export/ExportLatex.class.php:515 #: libraries/plugins/export/ExportOdt.class.php:482 @@ -168,7 +168,7 @@ msgstr "備註" msgid "Primary" msgstr "主鍵" -#: db_datadict.php:157 js/messages.php:311 libraries/Index.class.php:567 +#: db_datadict.php:157 js/messages.php:317 libraries/Index.class.php:567 #: libraries/Index.class.php:606 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.lib.php:429 @@ -191,7 +191,7 @@ msgstr "主鍵" msgid "No" msgstr "否" -#: db_datadict.php:157 js/messages.php:437 libraries/Index.class.php:568 +#: db_datadict.php:157 js/messages.php:443 libraries/Index.class.php:568 #: libraries/Index.class.php:605 libraries/Index.class.php:1018 #: libraries/central_columns.lib.php:961 #: libraries/config/FormDisplay.tpl.php:261 libraries/mult_submits.inc.php:77 @@ -214,7 +214,7 @@ msgstr "否" #: libraries/server_privileges.lib.php:2957 #: libraries/server_privileges.lib.php:3296 #: libraries/server_privileges.lib.php:3321 libraries/structure.lib.php:1431 -#: libraries/structure.lib.php:2955 libraries/tracking.lib.php:932 +#: libraries/structure.lib.php:2966 libraries/tracking.lib.php:932 #: libraries/tracking.lib.php:1007 libraries/tracking.lib.php:1012 #: libraries/user_preferences.lib.php:293 prefs_manage.php:138 msgid "Yes" @@ -232,11 +232,11 @@ msgstr "資料庫中沒有任何資料表。" #: db_export.php:49 libraries/ServerStatusData.class.php:128 #: libraries/build_html_for_db.lib.php:28 -#: libraries/config/messages.inc.php:252 +#: libraries/config/messages.inc.php:253 #: libraries/navigation/Nodes/Node_Table_Container.class.php:28 #: libraries/navigation/Nodes/Node_Table_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:120 -#: libraries/structure.lib.php:3240 +#: libraries/structure.lib.php:3251 msgid "Tables" msgstr "資料表" @@ -246,11 +246,11 @@ msgstr "資料表" #: libraries/Util.class.php:4404 libraries/Util.class.php:4421 #: libraries/central_columns.lib.php:730 libraries/config.values.php:39 #: libraries/config.values.php:47 libraries/config.values.php:109 -#: libraries/config.values.php:115 libraries/config/setup.forms.php:320 -#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:386 -#: libraries/config/user_preferences.forms.php:219 -#: libraries/config/user_preferences.forms.php:259 -#: libraries/config/user_preferences.forms.php:285 +#: libraries/config.values.php:115 libraries/config/setup.forms.php:322 +#: libraries/config/setup.forms.php:362 libraries/config/setup.forms.php:388 +#: libraries/config/user_preferences.forms.php:220 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 #: libraries/import.lib.php:1293 #: libraries/navigation/Nodes/Node_Column.class.php:42 #: libraries/navigation/Nodes/Node_Database.class.php:53 @@ -262,36 +262,35 @@ msgid "Structure" msgstr "結構" #: db_export.php:51 libraries/build_html_for_db.lib.php:38 -#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:368 -#: libraries/config/setup.forms.php:391 libraries/config/setup.forms.php:396 -#: libraries/config/user_preferences.forms.php:231 -#: libraries/config/user_preferences.forms.php:267 -#: libraries/config/user_preferences.forms.php:290 -#: libraries/config/user_preferences.forms.php:295 +#: libraries/config/setup.forms.php:334 libraries/config/setup.forms.php:370 +#: libraries/config/setup.forms.php:393 libraries/config/setup.forms.php:398 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 #: libraries/server_privileges.lib.php:1138 libraries/structure.lib.php:2402 msgid "Data" msgstr "資料" #: db_export.php:54 -#| msgid "Select All" msgid "Select all" msgstr "選擇全部" -#: db_operations.php:51 tbl_create.php:24 +#: db_operations.php:52 tbl_create.php:24 msgid "The database name is empty!" msgstr "請填寫資料庫名稱!" -#: db_operations.php:139 +#: db_operations.php:140 #, php-format msgid "Database %1$s has been renamed to %2$s." msgstr "資料庫 %1$s 已重新命名為 %2$s。" -#: db_operations.php:151 +#: db_operations.php:152 #, php-format msgid "Database %1$s has been copied to %2$s." msgstr "資料庫 %1$s 已複製爲 %2$s。" -#: db_operations.php:272 +#: db_operations.php:273 #, php-format msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." @@ -332,14 +331,14 @@ msgid "Tracked tables" msgstr "已追蹤的資料表" #: db_tracking.php:125 db_tracking.php:287 libraries/Menu.class.php:247 -#: libraries/config/messages.inc.php:815 +#: libraries/config/messages.inc.php:821 #: libraries/plugins/export/ExportXml.class.php:498 #: libraries/rte/rte_list.lib.php:87 libraries/rte/rte_triggers.lib.php:331 #: libraries/server_privileges.lib.php:1167 #: libraries/server_privileges.lib.php:2781 #: libraries/server_privileges.lib.php:3018 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4118 libraries/structure.lib.php:861 +#: libraries/server_privileges.lib.php:4119 libraries/structure.lib.php:861 #: templates/tbl_relation/foreign_key_row.phtml:177 #: templates/tbl_relation/internal_relational_row.phtml:63 msgid "Table" @@ -357,7 +356,7 @@ msgstr "建立" msgid "Updated" msgstr "更新" -#: db_tracking.php:129 js/messages.php:237 libraries/Menu.class.php:551 +#: db_tracking.php:129 js/messages.php:243 libraries/Menu.class.php:551 #: libraries/Util.class.php:4391 libraries/config.values.php:104 #: libraries/rte/rte_events.lib.php:393 libraries/rte/rte_list.lib.php:101 #: libraries/server_status_processes.lib.php:94 libraries/tracking.lib.php:278 @@ -484,23 +483,23 @@ msgid "Point:" msgstr "點:" #: gis_data_editor.php:212 gis_data_editor.php:239 gis_data_editor.php:295 -#: gis_data_editor.php:368 js/messages.php:426 +#: gis_data_editor.php:368 js/messages.php:432 msgid "X" msgstr "X" #: gis_data_editor.php:215 gis_data_editor.php:243 gis_data_editor.php:299 -#: gis_data_editor.php:374 js/messages.php:427 +#: gis_data_editor.php:374 js/messages.php:433 msgid "Y" msgstr "Y" #: gis_data_editor.php:237 gis_data_editor.php:293 gis_data_editor.php:366 -#: js/messages.php:429 +#: js/messages.php:435 #, php-format msgid "Point %d" msgstr "點 %d" #: gis_data_editor.php:250 gis_data_editor.php:306 gis_data_editor.php:384 -#: js/messages.php:435 +#: js/messages.php:441 msgid "Add a point" msgstr "新增一個點" @@ -522,7 +521,7 @@ msgstr "內環 %d:" msgid "Add a linestring" msgstr "新增一維折線" -#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:436 +#: gis_data_editor.php:310 gis_data_editor.php:389 js/messages.php:442 msgid "Add an inner ring" msgstr "新增內環" @@ -539,32 +538,32 @@ msgstr "新增多邊形" msgid "Add geometry" msgstr "新增幾何形" -#: gis_data_editor.php:407 js/messages.php:286 -#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1807 +#: gis_data_editor.php:407 js/messages.php:292 +#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1817 #: libraries/browse_foreigners.lib.php:142 libraries/core.lib.php:610 #: libraries/display_change_password.lib.php:109 #: libraries/display_create_table.lib.php:72 -#: libraries/display_export.lib.php:314 libraries/display_export.lib.php:320 +#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408 #: libraries/display_import.lib.php:392 libraries/index.lib.php:44 #: libraries/insert_edit.lib.php:1540 libraries/insert_edit.lib.php:1577 #: libraries/normalization.lib.php:164 libraries/normalization.lib.php:820 -#: libraries/operations.lib.php:38 libraries/operations.lib.php:88 -#: libraries/operations.lib.php:223 libraries/operations.lib.php:266 -#: libraries/operations.lib.php:743 libraries/operations.lib.php:801 -#: libraries/operations.lib.php:850 libraries/operations.lib.php:1232 -#: libraries/operations.lib.php:1553 +#: libraries/operations.lib.php:38 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:262 libraries/operations.lib.php:305 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:870 +#: libraries/operations.lib.php:919 libraries/operations.lib.php:1333 +#: libraries/operations.lib.php:1654 #: libraries/plugins/auth/AuthenticationCookie.class.php:244 #: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:160 #: libraries/replication_gui.lib.php:320 libraries/replication_gui.lib.php:457 #: libraries/replication_gui.lib.php:902 libraries/rte/rte_events.lib.php:509 -#: libraries/rte/rte_routines.lib.php:1148 -#: libraries/rte/rte_routines.lib.php:1766 +#: libraries/rte/rte_routines.lib.php:1177 +#: libraries/rte/rte_routines.lib.php:1795 #: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61 #: libraries/server_privileges.lib.php:705 #: libraries/server_privileges.lib.php:1980 #: libraries/server_privileges.lib.php:2745 #: libraries/server_privileges.lib.php:3401 -#: libraries/server_privileges.lib.php:4363 +#: libraries/server_privileges.lib.php:4364 #: libraries/server_user_groups.lib.php:285 #: libraries/sql_query_form.lib.php:368 libraries/sql_query_form.lib.php:428 #: libraries/sql_query_form.lib.php:496 libraries/structure.lib.php:1785 @@ -592,7 +591,7 @@ msgstr "" msgid "Succeeded" msgstr "已成功" -#: import.php:58 js/messages.php:494 +#: import.php:58 js/messages.php:500 msgid "Failed" msgstr "已失敗" @@ -688,7 +687,7 @@ msgstr "" msgid "Could not load the progress of the import." msgstr "無法讀取匯入的進度。" -#: import_status.php:112 js/messages.php:372 libraries/Util.class.php:738 +#: import_status.php:112 js/messages.php:378 libraries/Util.class.php:738 #: libraries/export.lib.php:515 #: libraries/plugins/schema/Export_Relation_Schema.class.php:302 #: user_password.php:208 @@ -786,7 +785,7 @@ msgstr "版本資訊:" #: index.php:392 libraries/Util.class.php:432 libraries/Util.class.php:493 #: libraries/config/FormDisplay.tpl.php:151 -#: libraries/display_export.lib.php:488 libraries/engines/pbxt.lib.php:162 +#: libraries/display_export.lib.php:576 libraries/engines/pbxt.lib.php:162 #: libraries/navigation/NavigationHeader.class.php:197 #: libraries/server_variables.lib.php:160 msgid "Documentation" @@ -1032,7 +1031,6 @@ msgid "" msgstr "" #: js/messages.php:85 -#| msgid "Are you sure you wish to change the collation and convert the data?" msgid "" "Are you sure you wish to change all the column collations and convert the " "data?" @@ -1120,7 +1118,7 @@ msgid "SQL query:" msgstr "SQL 查詢:" #. l10n: Default label for the y-Axis of Charts -#: js/messages.php:118 templates/tbl_chart.phtml:97 +#: js/messages.php:118 templates/tbl_chart.phtml:99 msgid "Y Values" msgstr "Y 軸值" @@ -1146,36 +1144,58 @@ msgstr "兩次輸入的密碼不一致!" msgid "Removing Selected Users" msgstr "正在刪除已選擇的使用者" -#: js/messages.php:126 js/messages.php:181 libraries/tracking.lib.php:457 +#: js/messages.php:126 js/messages.php:187 libraries/tracking.lib.php:457 #: libraries/tracking.lib.php:827 msgid "Close" msgstr "關閉" +#: js/messages.php:129 +#, fuzzy +#| msgid "The number of pages created." +msgid "Template was created." +msgstr "已建立的頁數。" + +#: js/messages.php:130 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:131 +#, fuzzy +#| msgid "The profile has been updated." +msgid "Template was updated." +msgstr "設定檔案己更新。" + +#: js/messages.php:132 +#, fuzzy +#| msgid "The row has been deleted." +msgid "Template was deleted." +msgstr "已刪除該行。" + #. l10n: Other, small valued, queries -#: js/messages.php:129 libraries/ServerStatusData.class.php:132 +#: js/messages.php:135 libraries/ServerStatusData.class.php:132 #: libraries/server_status_queries.lib.php:146 msgid "Other" msgstr "其他" #. l10n: Thousands separator -#: js/messages.php:131 libraries/Util.class.php:1463 +#: js/messages.php:137 libraries/Util.class.php:1463 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:133 libraries/Util.class.php:1465 +#: js/messages.php:139 libraries/Util.class.php:1465 msgid "." msgstr "." -#: js/messages.php:135 +#: js/messages.php:141 msgid "Connections / Processes" msgstr "連線 / 程序" -#: js/messages.php:138 +#: js/messages.php:144 msgid "Local monitor configuration incompatible!" msgstr "本地端即時監控設定檔不相容!" -#: js/messages.php:139 +#: js/messages.php:145 msgid "" "The chart arrangement configuration in your browsers local storage is not " "compatible anymore to the newer version of the monitor dialog. It is very " @@ -1185,154 +1205,154 @@ msgstr "" "在您瀏覽器內的圖表版面設定無法相容於新版的即時監控,可能已無法使用。 請於" "「設定」選單中重新設定以避免發生不可預期的錯誤。" -#: js/messages.php:141 +#: js/messages.php:147 msgid "Query cache efficiency" msgstr "查詢快取有效率" -#: js/messages.php:142 +#: js/messages.php:148 msgid "Query cache usage" msgstr "查詢快取使用率" -#: js/messages.php:143 +#: js/messages.php:149 msgid "Query cache used" msgstr "查詢快取已使用" -#: js/messages.php:145 +#: js/messages.php:151 msgid "System CPU Usage" msgstr "系統 CPU 使用率" -#: js/messages.php:146 +#: js/messages.php:152 msgid "System memory" msgstr "系統記憶體" -#: js/messages.php:147 +#: js/messages.php:153 msgid "System swap" msgstr "系統暫存區" -#: js/messages.php:149 +#: js/messages.php:155 msgid "Average load" msgstr "平均負載" -#: js/messages.php:150 +#: js/messages.php:156 msgid "Total memory" msgstr "記憶體總計" -#: js/messages.php:151 +#: js/messages.php:157 msgid "Cached memory" msgstr "已快取記憶體" -#: js/messages.php:152 +#: js/messages.php:158 msgid "Buffered memory" msgstr "已緩衝記憶體" -#: js/messages.php:153 +#: js/messages.php:159 msgid "Free memory" msgstr "閒置記憶體" -#: js/messages.php:154 +#: js/messages.php:160 msgid "Used memory" msgstr "已使用記憶體" -#: js/messages.php:156 +#: js/messages.php:162 msgid "Total Swap" msgstr "暫存區總計" -#: js/messages.php:157 +#: js/messages.php:163 msgid "Cached Swap" msgstr "已快取暫存區" -#: js/messages.php:158 +#: js/messages.php:164 msgid "Used Swap" msgstr "已使用暫存區" -#: js/messages.php:159 +#: js/messages.php:165 msgid "Free Swap" msgstr "閒置的暫存區" -#: js/messages.php:161 +#: js/messages.php:167 msgid "Bytes sent" msgstr "已送出的位元組" -#: js/messages.php:162 +#: js/messages.php:168 msgid "Bytes received" msgstr "已接收的位元組" -#: js/messages.php:163 libraries/server_status.lib.php:225 +#: js/messages.php:169 libraries/server_status.lib.php:225 msgid "Connections" msgstr "連線" -#: js/messages.php:164 libraries/ServerStatusData.class.php:434 +#: js/messages.php:170 libraries/ServerStatusData.class.php:434 #: libraries/server_status_processes.lib.php:152 msgid "Processes" msgstr "程序" #. l10n: shortcuts for Byte -#: js/messages.php:167 libraries/Util.class.php:1407 +#: js/messages.php:173 libraries/Util.class.php:1407 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:168 libraries/Util.class.php:1409 +#: js/messages.php:174 libraries/Util.class.php:1409 #: libraries/server_status_monitor.lib.php:217 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:169 libraries/Util.class.php:1411 -#: libraries/display_export.lib.php:747 +#: js/messages.php:175 libraries/Util.class.php:1411 +#: libraries/display_export.lib.php:844 #: libraries/server_status_monitor.lib.php:218 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:170 libraries/Util.class.php:1413 +#: js/messages.php:176 libraries/Util.class.php:1413 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:171 libraries/Util.class.php:1415 +#: js/messages.php:177 libraries/Util.class.php:1415 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:172 libraries/Util.class.php:1417 +#: js/messages.php:178 libraries/Util.class.php:1417 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:173 libraries/Util.class.php:1419 +#: js/messages.php:179 libraries/Util.class.php:1419 msgid "EiB" msgstr "EB" -#: js/messages.php:174 +#: js/messages.php:180 #, php-format msgid "%d table(s)" msgstr "%d 個資料表" #. l10n: Questions is the name of a MySQL Status variable -#: js/messages.php:177 +#: js/messages.php:183 msgid "Questions" msgstr "查詢次數" -#: js/messages.php:178 libraries/server_status.lib.php:134 +#: js/messages.php:184 libraries/server_status.lib.php:134 msgid "Traffic" msgstr "流量" -#: js/messages.php:179 libraries/Menu.class.php:585 +#: js/messages.php:185 libraries/Menu.class.php:585 #: libraries/Util.class.php:4395 libraries/server_status_monitor.lib.php:257 msgid "Settings" msgstr "設定" -#: js/messages.php:180 +#: js/messages.php:186 msgid "Add chart to grid" msgstr "新增圖表至格線" -#: js/messages.php:182 +#: js/messages.php:188 msgid "Please add at least one variable to the series!" msgstr "請至少增加一個變數到資料序列!" -#: js/messages.php:183 libraries/DisplayResults.class.php:1495 -#: libraries/config.values.php:69 libraries/display_export.lib.php:598 +#: js/messages.php:189 libraries/DisplayResults.class.php:1505 +#: libraries/config.values.php:69 libraries/display_export.lib.php:693 #: libraries/plugins/export/ExportSql.class.php:2091 #: libraries/plugins/schema/SchemaPdf.class.php:102 #: libraries/server_privileges.lib.php:2920 @@ -1344,47 +1364,47 @@ msgstr "請至少增加一個變數到資料序列!" msgid "None" msgstr "無" -#: js/messages.php:184 +#: js/messages.php:190 msgid "Resume monitor" msgstr "繼續監控" -#: js/messages.php:185 +#: js/messages.php:191 msgid "Pause monitor" msgstr "暫停監控" -#: js/messages.php:186 libraries/server_status_processes.lib.php:39 +#: js/messages.php:192 libraries/server_status_processes.lib.php:39 msgid "Start auto refresh" msgstr "開始自動更新" -#: js/messages.php:187 +#: js/messages.php:193 msgid "Stop auto refresh" msgstr "停止自動更新" -#: js/messages.php:189 +#: js/messages.php:195 msgid "general_log and slow_query_log are enabled." msgstr "general_log 與 slow_query_log 皆已啟用。" -#: js/messages.php:190 +#: js/messages.php:196 msgid "general_log is enabled." msgstr "general_log 已啟用。" -#: js/messages.php:191 +#: js/messages.php:197 msgid "slow_query_log is enabled." msgstr "slow_query_log 已啟用。" -#: js/messages.php:192 +#: js/messages.php:198 msgid "slow_query_log and general_log are disabled." msgstr "slow_query_log 與 general_log 皆已停用。" -#: js/messages.php:193 +#: js/messages.php:199 msgid "log_output is not set to TABLE." msgstr "log_output 尚未被設定為 TABLE。" -#: js/messages.php:194 +#: js/messages.php:200 msgid "log_output is set to TABLE." msgstr "log_output 目前設定為 TABLE。" -#: js/messages.php:195 +#: js/messages.php:201 #, php-format msgid "" "slow_query_log is enabled, but the server logs only queries that take longer " @@ -1394,98 +1414,98 @@ msgstr "" "slow_query_log 已啟用,但伺服器只記錄執行時間超過 %d 秒的查詢。建議根據您的系" "統狀況將 long_query_time 設定為 0-2 秒之間。" -#: js/messages.php:196 +#: js/messages.php:202 #, php-format msgid "long_query_time is set to %d second(s)." msgstr "long_query_time 目前設定為 %d 秒。" -#: js/messages.php:197 +#: js/messages.php:203 msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "下設定將會套用至資料庫的全域設定直到系統重新啟動後還原預設值:" #. l10n: %s is FILE or TABLE -#: js/messages.php:199 +#: js/messages.php:205 #, php-format msgid "Set log_output to %s" msgstr "將 log_output 設定至 %s" #. l10n: Enable in this context means setting a status variable to ON -#: js/messages.php:201 +#: js/messages.php:207 #, php-format msgid "Enable %s" msgstr "啓用 %s" #. l10n: Disable in this context means setting a status variable to OFF -#: js/messages.php:203 +#: js/messages.php:209 #, php-format msgid "Disable %s" msgstr "停用 %s" #. l10n: %d seconds -#: js/messages.php:205 +#: js/messages.php:211 #, php-format msgid "Set long_query_time to %d seconds." msgstr "將 long_query_time 設定為 %d 秒。" -#: js/messages.php:207 +#: js/messages.php:213 msgid "" "You can't change these variables. Please log in as root or contact your " "database administrator." msgstr "您無法修改這些變數,請使用 root 帳號登入或是聯絡該資料庫的管理人員。" -#: js/messages.php:210 +#: js/messages.php:216 msgid "Change settings" msgstr "更改設定" -#: js/messages.php:211 +#: js/messages.php:217 msgid "Current settings" msgstr "目前設定" -#: js/messages.php:213 libraries/server_status_monitor.lib.php:174 +#: js/messages.php:219 libraries/server_status_monitor.lib.php:174 msgid "Chart Title" msgstr "圖表標題" #. l10n: As in differential values -#: js/messages.php:215 +#: js/messages.php:221 msgid "Differential" msgstr "差異" -#: js/messages.php:216 +#: js/messages.php:222 #, php-format msgid "Divided by %s" msgstr "使用 %s 區分" -#: js/messages.php:217 +#: js/messages.php:223 msgid "Unit" msgstr "單位" -#: js/messages.php:219 +#: js/messages.php:225 msgid "From slow log" msgstr "從緩慢記錄" -#: js/messages.php:220 +#: js/messages.php:226 msgid "From general log" msgstr "從一般記錄" -#: js/messages.php:222 +#: js/messages.php:228 msgid "The database name is not known for this query in the server's logs." msgstr "此伺服器記錄中的查詢所使用的資料庫名稱不存在。" -#: js/messages.php:224 +#: js/messages.php:230 msgid "Analysing logs" msgstr "分析記錄中" -#: js/messages.php:225 +#: js/messages.php:231 msgid "Analysing & loading logs. This may take a while." msgstr "分析並讀取記錄中。請稍候。" -#: js/messages.php:226 +#: js/messages.php:232 msgid "Cancel request" msgstr "取消請求" -#: js/messages.php:227 +#: js/messages.php:233 msgid "" "This column shows the amount of identical queries that are grouped together. " "However only the SQL query itself has been used as a grouping criteria, so " @@ -1494,7 +1514,7 @@ msgstr "" "此欄位將完全相同的查詢合併以數量顯示。系統僅使用 SQL 查詢條件做為群組的依據其" "餘的查詢參數,可能會有所不同,如: 開始時間。" -#: js/messages.php:228 +#: js/messages.php:234 msgid "" "Since grouping of INSERTs queries has been selected, INSERT queries into the " "same table are also being grouped together, disregarding of the inserted " @@ -1503,31 +1523,31 @@ msgstr "" "當您選擇將新增(INSERT)查詢分群組顯示,則所有新增至相同資料表的查詢將會合併顯" "示,但不包含資料。" -#: js/messages.php:229 +#: js/messages.php:235 msgid "Log data loaded. Queries executed in this time span:" msgstr "已讀取記錄資料,在此時間區間已執行查詢指令:" -#: js/messages.php:231 +#: js/messages.php:237 msgid "Jump to Log table" msgstr "切換至記錄資料表" -#: js/messages.php:232 +#: js/messages.php:238 msgid "No data found" msgstr "查無資料" -#: js/messages.php:233 +#: js/messages.php:239 msgid "Log analysed, but no data found in this time span." msgstr "已分析記錄,但在此時間區間內沒有任何資料。" -#: js/messages.php:235 +#: js/messages.php:241 msgid "Analyzing…" msgstr "分析中…" -#: js/messages.php:236 +#: js/messages.php:242 msgid "Explain output" msgstr "輸出說明" -#: js/messages.php:238 js/messages.php:753 +#: js/messages.php:244 js/messages.php:759 #: libraries/plugins/export/ExportHtmlword.class.php:471 #: libraries/plugins/export/ExportOdt.class.php:587 #: libraries/plugins/export/ExportTexytext.class.php:426 @@ -1537,60 +1557,60 @@ msgstr "輸出說明" msgid "Time" msgstr "時間" -#: js/messages.php:239 +#: js/messages.php:245 msgid "Total time:" msgstr "總計時間:" -#: js/messages.php:240 +#: js/messages.php:246 msgid "Profiling results" msgstr "分析結果" -#: js/messages.php:241 +#: js/messages.php:247 msgctxt "Display format" msgid "Table" msgstr "資料表" -#: js/messages.php:242 +#: js/messages.php:248 msgid "Chart" msgstr "圖表" #. l10n: A collection of available filters -#: js/messages.php:245 +#: js/messages.php:251 msgid "Log table filter options" msgstr "記錄資料表搜尋選項" #. l10n: Filter as in "Start Filtering" -#: js/messages.php:247 +#: js/messages.php:253 msgid "Filter" msgstr "搜尋" -#: js/messages.php:248 +#: js/messages.php:254 msgid "Filter queries by word/regexp:" msgstr "" "使用純文字或
正規表式法(REGEXP) 進行搜尋:" -#: js/messages.php:249 +#: js/messages.php:255 msgid "Group queries, ignoring variable data in WHERE clauses" msgstr "依查詢分群顯示,忽略 WHERE 的條件中的變數資料" -#: js/messages.php:250 +#: js/messages.php:256 msgid "Sum of grouped rows:" msgstr "已分組的列數總計:" -#: js/messages.php:251 +#: js/messages.php:257 msgid "Total:" msgstr "總計:" -#: js/messages.php:253 +#: js/messages.php:259 msgid "Loading logs" msgstr "讀取記錄中" -#: js/messages.php:254 +#: js/messages.php:260 msgid "Monitor refresh failed" msgstr "即時監控無法進行重新整理" -#: js/messages.php:255 +#: js/messages.php:261 msgid "" "While requesting new chart data the server returned an invalid response. " "This is most likely because your session expired. Reloading the page and " @@ -1599,86 +1619,86 @@ msgstr "" "在向伺服器取得新的圖表資料時取得無效的回應,可能是您的連線階段已經過期。 請重" "新整理頁面並重新輸入帳號密碼解決此問題。" -#: js/messages.php:256 +#: js/messages.php:262 msgid "Reload page" msgstr "重新整理頁面" -#: js/messages.php:258 +#: js/messages.php:264 msgid "Affected rows:" msgstr "已影響的列數:" -#: js/messages.php:261 +#: js/messages.php:267 msgid "Failed parsing config file. It doesn't seem to be valid JSON code." msgstr "讀取設定檔時發生錯誤。 設定檔看起來不是有效的 JSON 格式。" -#: js/messages.php:263 +#: js/messages.php:269 msgid "" "Failed building chart grid with imported config. Resetting to default config…" msgstr "無法使用匯入的設定檔建立圖表,將重設為預設的設定值…" -#: js/messages.php:264 libraries/Menu.class.php:350 +#: js/messages.php:270 libraries/Menu.class.php:350 #: libraries/Menu.class.php:453 libraries/Menu.class.php:581 #: libraries/Util.class.php:4394 libraries/Util.class.php:4409 -#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:236 +#: libraries/Util.class.php:4426 libraries/config/messages.inc.php:237 #: libraries/display_import.lib.php:105 #: libraries/server_status_monitor.lib.php:318 prefs_manage.php:238 #: setup/frames/menu.inc.php:26 msgid "Import" msgstr "匯入" -#: js/messages.php:265 +#: js/messages.php:271 msgid "Import monitor configuration" msgstr "無法匯入即時監控的設定" -#: js/messages.php:266 +#: js/messages.php:272 msgid "Please select the file you want to import." msgstr "請選擇您欲匯入的檔案。" -#: js/messages.php:267 +#: js/messages.php:273 msgid "No files available on server for import!" msgstr "伺服器上無可用來匯入的檔案!" -#: js/messages.php:269 +#: js/messages.php:275 msgid "Analyse Query" msgstr "分析查詢" -#: js/messages.php:273 +#: js/messages.php:279 msgid "Advisor system" msgstr "建議系統" -#: js/messages.php:274 +#: js/messages.php:280 msgid "Possible performance issues" msgstr "可能影響執行效率的問題" -#: js/messages.php:275 +#: js/messages.php:281 msgid "Issue" msgstr "問題" -#: js/messages.php:276 +#: js/messages.php:282 msgid "Recommendation" msgstr "建議" -#: js/messages.php:277 +#: js/messages.php:283 msgid "Rule details" msgstr "規則詳細資訊" -#: js/messages.php:278 +#: js/messages.php:284 msgid "Justification" msgstr "實際狀況" -#: js/messages.php:279 +#: js/messages.php:285 msgid "Used variable / formula" msgstr "使用的變數 / 公式" -#: js/messages.php:280 +#: js/messages.php:286 msgid "Test" msgstr "檢驗方式" -#: js/messages.php:283 +#: js/messages.php:289 msgid "Formatting SQL..." msgstr "格式化 SQL..." -#: js/messages.php:287 libraries/server_variables.lib.php:157 +#: js/messages.php:293 libraries/server_variables.lib.php:157 #: templates/designer/aggregate_query_panel.phtml:63 #: templates/designer/delete_relation_panel.phtml:28 #: templates/designer/having_query_panel.phtml:117 @@ -1689,59 +1709,59 @@ msgstr "格式化 SQL..." msgid "Cancel" msgstr "取消" -#: js/messages.php:290 libraries/Header.class.php:455 +#: js/messages.php:296 libraries/Header.class.php:455 msgid "Page-related settings" msgstr "頁面相關設定" -#: js/messages.php:291 libraries/config/FormDisplay.tpl.php:402 +#: js/messages.php:297 libraries/config/FormDisplay.tpl.php:402 msgid "Apply" msgstr "套用" -#: js/messages.php:294 libraries/navigation/NavigationHeader.class.php:60 +#: js/messages.php:300 libraries/navigation/NavigationHeader.class.php:60 #: libraries/server_status_monitor.lib.php:123 msgid "Loading…" msgstr "載入中…" -#: js/messages.php:295 +#: js/messages.php:301 msgid "Request Aborted!!" msgstr "請求失敗!!" -#: js/messages.php:296 +#: js/messages.php:302 msgid "Processing Request" msgstr "請求處理中" -#: js/messages.php:297 +#: js/messages.php:303 msgid "Request Failed!!" msgstr "請求失敗!!" -#: js/messages.php:298 +#: js/messages.php:304 msgid "Error in Processing Request" msgstr "請求處理發生錯誤" -#: js/messages.php:299 +#: js/messages.php:305 #, php-format msgid "Error code: %s" msgstr "錯誤代碼: %s" -#: js/messages.php:300 +#: js/messages.php:306 #, php-format msgid "Error text: %s" msgstr "錯誤訊息: %s" -#: js/messages.php:301 libraries/db_common.inc.php:66 +#: js/messages.php:307 libraries/db_common.inc.php:66 #: libraries/db_table_exists.lib.php:30 libraries/server_databases.lib.php:450 msgid "No databases selected." msgstr "尚未選擇任何資料庫。" -#: js/messages.php:302 +#: js/messages.php:308 msgid "Dropping Column" msgstr "刪除欄位" -#: js/messages.php:303 +#: js/messages.php:309 msgid "Adding Primary Key" msgstr "正在新增主鍵(Primary Key)" -#: js/messages.php:304 templates/designer/aggregate_query_panel.phtml:59 +#: js/messages.php:310 templates/designer/aggregate_query_panel.phtml:59 #: templates/designer/having_query_panel.phtml:113 #: templates/designer/new_relation_panel.phtml:87 #: templates/designer/options_panel.phtml:252 @@ -1750,62 +1770,61 @@ msgstr "正在新增主鍵(Primary Key)" msgid "OK" msgstr "確定" -#: js/messages.php:305 +#: js/messages.php:311 msgid "Click to dismiss this notification" msgstr "點選關閉此通知" -#: js/messages.php:308 +#: js/messages.php:314 msgid "Renaming Databases" msgstr "更改資料庫名稱中" -#: js/messages.php:309 +#: js/messages.php:315 msgid "Copying Database" msgstr "複製資料庫中" -#: js/messages.php:310 +#: js/messages.php:316 msgid "Changing Charset" msgstr "更改字元編碼" -#: js/messages.php:314 libraries/Util.class.php:3237 -#| msgid "Disable foreign key checks" +#: js/messages.php:320 libraries/Util.class.php:3237 msgid "Enable foreign key checks" msgstr "開啟外鍵(Foreign Key)檢查" -#: js/messages.php:317 +#: js/messages.php:323 msgid "Failed to get real row count." msgstr "取得實際列數失敗。" -#: js/messages.php:320 +#: js/messages.php:326 msgid "Searching" msgstr "搜尋中" -#: js/messages.php:321 +#: js/messages.php:327 msgid "Hide search results" msgstr "隱藏搜尋結果" -#: js/messages.php:322 +#: js/messages.php:328 msgid "Show search results" msgstr "顯示搜尋結果" -#: js/messages.php:323 +#: js/messages.php:329 msgid "Browsing" msgstr "瀏覽" -#: js/messages.php:324 +#: js/messages.php:330 msgid "Deleting" msgstr "刪除" -#: js/messages.php:327 +#: js/messages.php:333 msgid "The definition of a stored function must contain a RETURN statement!" msgstr "Stored Function 的定義中必須要有 RETURN 敘述句!" -#: js/messages.php:328 libraries/DisplayResults.class.php:4857 -#: libraries/DisplayResults.class.php:5115 libraries/Menu.class.php:342 +#: js/messages.php:334 libraries/DisplayResults.class.php:4867 +#: libraries/DisplayResults.class.php:5125 libraries/Menu.class.php:342 #: libraries/Menu.class.php:444 libraries/Menu.class.php:577 #: libraries/Util.class.php:3680 libraries/Util.class.php:3681 #: libraries/Util.class.php:4393 libraries/Util.class.php:4408 -#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:230 -#: libraries/display_export.lib.php:167 libraries/rte/rte_list.lib.php:146 +#: libraries/Util.class.php:4425 libraries/config/messages.inc.php:231 +#: libraries/display_export.lib.php:173 libraries/rte/rte_list.lib.php:146 #: libraries/server_privileges.lib.php:2085 #: libraries/server_privileges.lib.php:2164 #: libraries/server_privileges.lib.php:2505 @@ -1815,59 +1834,59 @@ msgstr "Stored Function 的定義中必須要有 RETURN 敘述句!" msgid "Export" msgstr "匯出" -#: js/messages.php:331 libraries/rte/rte_routines.lib.php:846 +#: js/messages.php:337 libraries/rte/rte_routines.lib.php:860 msgid "ENUM/SET editor" msgstr "ENUM/SET 編輯器" -#: js/messages.php:332 +#: js/messages.php:338 #, php-format msgid "Values for column %s" msgstr "%s 欄位的值" -#: js/messages.php:333 +#: js/messages.php:339 msgid "Values for a new column" msgstr "新欄位的值" -#: js/messages.php:334 +#: js/messages.php:340 msgid "Enter each value in a separate field." msgstr "請分別將資料填入以下欄位。" -#: js/messages.php:335 +#: js/messages.php:341 #, php-format msgid "Add %d value(s)" msgstr "增加 %d 個值" -#: js/messages.php:338 +#: js/messages.php:344 msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "備註:若檔案中包含多個資料表,它們會被結合成同一個資料表。" -#: js/messages.php:341 +#: js/messages.php:347 msgid "Hide query box" msgstr "隱藏查詢框" -#: js/messages.php:342 +#: js/messages.php:348 msgid "Show query box" msgstr "顯示查詢框" -#: js/messages.php:343 libraries/Console.class.php:88 -#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3450 -#: libraries/DisplayResults.class.php:4839 libraries/Index.class.php:723 +#: js/messages.php:349 libraries/Console.class.php:88 +#: libraries/Console.class.php:214 libraries/DisplayResults.class.php:3460 +#: libraries/DisplayResults.class.php:4849 libraries/Index.class.php:723 #: libraries/Util.class.php:667 libraries/Util.class.php:1221 #: libraries/Util.class.php:3678 libraries/Util.class.php:3679 #: libraries/central_columns.lib.php:853 #: libraries/central_columns.lib.php:1177 -#: libraries/config/messages.inc.php:794 +#: libraries/config/messages.inc.php:800 #: libraries/server_user_groups.lib.php:119 #: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179 msgid "Edit" msgstr "編輯" -#: js/messages.php:344 libraries/Console.class.php:89 -#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3521 -#: libraries/DisplayResults.class.php:4823 +#: js/messages.php:350 libraries/Console.class.php:89 +#: libraries/DbSearch.class.php:365 libraries/DisplayResults.class.php:3531 +#: libraries/DisplayResults.class.php:4833 #: libraries/central_columns.lib.php:855 -#: libraries/central_columns.lib.php:1182 +#: libraries/central_columns.lib.php:1182 libraries/display_export.lib.php:228 #: libraries/server_user_groups.lib.php:129 #: libraries/sql_query_form.lib.php:415 libraries/tracking.lib.php:476 #: setup/frames/index.inc.php:183 setup/frames/index.inc.php:291 @@ -1875,40 +1894,40 @@ msgstr "編輯" msgid "Delete" msgstr "刪除" -#: js/messages.php:345 libraries/DisplayResults.class.php:903 -#: libraries/DisplayResults.class.php:911 +#: js/messages.php:351 libraries/DisplayResults.class.php:913 +#: libraries/DisplayResults.class.php:921 #, php-format msgid "%d is not valid row number." msgstr "%d 不是有效的資料列號。" -#: js/messages.php:346 libraries/TableSearch.class.php:563 +#: js/messages.php:352 libraries/TableSearch.class.php:563 #: libraries/TableSearch.class.php:653 libraries/sql.lib.php:243 #: tbl_change.php:155 msgid "Browse foreign values" msgstr "瀏覽關聯的值" -#: js/messages.php:347 +#: js/messages.php:353 msgid "No auto-saved query" msgstr "無自動儲存的查詢" -#: js/messages.php:348 +#: js/messages.php:354 #, php-format msgid "Variable %d:" msgstr "變數 %d:" -#: js/messages.php:351 libraries/normalization.lib.php:884 +#: js/messages.php:357 libraries/normalization.lib.php:884 msgid "Pick" msgstr "選取" -#: js/messages.php:352 +#: js/messages.php:358 msgid "Column selector" msgstr "欄位選擇器" -#: js/messages.php:353 +#: js/messages.php:359 msgid "Search this list" msgstr "搜尋此清單" -#: js/messages.php:354 +#: js/messages.php:360 #, php-format msgid "" "No columns in the central list. Make sure the Central columns list for " @@ -1917,124 +1936,124 @@ msgstr "" "無欄位於中央清單。請確定資料庫 %s 的中央欄位清單中的欄位不存在於目前的資料" "表。" -#: js/messages.php:355 +#: js/messages.php:361 msgid "See more" msgstr "查看更多資訊" -#: js/messages.php:356 +#: js/messages.php:362 msgid "Are you sure?" msgstr "您確定?" -#: js/messages.php:357 +#: js/messages.php:363 msgid "" "This action may change some of the columns definition.
Are you sure you " "want to continue?" msgstr "此動作可能會變更部份欄位的定義。
您是否確定要繼續執行?" -#: js/messages.php:358 +#: js/messages.php:364 msgid "Continue" msgstr "繼續" -#: js/messages.php:361 libraries/structure.lib.php:2237 +#: js/messages.php:367 libraries/structure.lib.php:2237 #: libraries/structure.lib.php:2240 msgid "Add primary key" msgstr "新增主鍵" -#: js/messages.php:362 +#: js/messages.php:368 msgid "Primary key added." msgstr "已新增主鍵(Primary key)。" -#: js/messages.php:363 libraries/normalization.lib.php:190 +#: js/messages.php:369 libraries/normalization.lib.php:190 msgid "Taking you to next step…" msgstr "帶您至下一步驟 …" -#: js/messages.php:364 +#: js/messages.php:370 #, php-format msgid "The first step of normalization is complete for table '%s'." msgstr "表格 '%s' 正規化的第一步驟已經完成。" -#: js/messages.php:365 libraries/normalization.lib.php:451 +#: js/messages.php:371 libraries/normalization.lib.php:451 #: libraries/normalization.lib.php:498 libraries/normalization.lib.php:583 #: libraries/normalization.lib.php:643 msgid "End of step" msgstr "結束步驟" -#: js/messages.php:366 +#: js/messages.php:372 msgid "Second step of normalization (2NF)" msgstr "第二正規化 (2NF)" #. l10n: Display text for calendar close link -#: js/messages.php:367 js/messages.php:622 libraries/normalization.lib.php:287 +#: js/messages.php:373 js/messages.php:628 libraries/normalization.lib.php:287 msgid "Done" msgstr "完成" -#: js/messages.php:368 +#: js/messages.php:374 msgid "Confirm partial dependencies" msgstr "確認部份相依" -#: js/messages.php:369 +#: js/messages.php:375 msgid "Selected partial dependencies are as follows:" msgstr "己選擇部份相依如下:" -#: js/messages.php:370 +#: js/messages.php:376 msgid "" "Note: a, b -> d,f implies values of columns a and b combined together can " "determine values of column d and column f." msgstr "" "注意:a, b -> d,f 代表 a 與 b 的欄位值合併後可以決定欄位 d 與欄位 f 的值。" -#: js/messages.php:371 +#: js/messages.php:377 msgid "No partial dependencies selected!" msgstr "尚未選擇部份相依!" -#: js/messages.php:373 +#: js/messages.php:379 msgid "Show me the possible partial dependencies based on data in the table" msgstr "根據資料表中的資料顯示可能的部份相依" -#: js/messages.php:374 +#: js/messages.php:380 msgid "Hide partial dependencies list" msgstr "隱藏部份相依清單" -#: js/messages.php:375 +#: js/messages.php:381 msgid "" "Sit tight! It may take few seconds depending on data size and column count " "of the table." msgstr "稍坐一下!這可能要花一些時間,實際時間將取決於您的資料大小以及資料量。" -#: js/messages.php:376 +#: js/messages.php:382 msgid "Step" msgstr "步驟" -#: js/messages.php:377 +#: js/messages.php:383 msgid "The following actions will be performed:" msgstr "將會執行以下動作:" -#: js/messages.php:378 +#: js/messages.php:384 #, php-format msgid "DROP columns %s from the table %s" msgstr "從資料表 %s 移除(DROP)欄位 %s" -#: js/messages.php:379 +#: js/messages.php:385 msgid "Create the following table" msgstr "建立下列資料表" -#: js/messages.php:382 +#: js/messages.php:388 msgid "Third step of normalization (3NF)" msgstr "第三正規化 (3NF)" -#: js/messages.php:383 +#: js/messages.php:389 msgid "Confirm transitive dependencies" msgstr "確認遞移相依" -#: js/messages.php:384 +#: js/messages.php:390 msgid "Selected dependencies are as follows:" msgstr "己選擇的相依如下:" -#: js/messages.php:385 +#: js/messages.php:391 msgid "No dependencies selected!" msgstr "尚未選擇任何相依!" -#: js/messages.php:388 libraries/central_columns.lib.php:1198 +#: js/messages.php:394 libraries/central_columns.lib.php:1198 #: libraries/insert_edit.lib.php:1452 libraries/server_variables.lib.php:155 #: setup/frames/config.inc.php:42 setup/frames/index.inc.php:279 #: templates/columns_definitions/column_definitions_form.phtml:165 @@ -2043,235 +2062,235 @@ msgstr "尚未選擇任何相依!" msgid "Save" msgstr "儲存" -#: js/messages.php:391 +#: js/messages.php:397 msgid "Hide search criteria" msgstr "隱藏搜尋條件" -#: js/messages.php:392 +#: js/messages.php:398 msgid "Show search criteria" msgstr "顯示搜尋條件" -#: js/messages.php:393 +#: js/messages.php:399 msgid "Range search" msgstr "範圍搜尋" -#: js/messages.php:394 +#: js/messages.php:400 msgid "Column maximum:" msgstr "欄位最大值:" -#: js/messages.php:395 +#: js/messages.php:401 msgid "Column minimum:" msgstr "欄位最小值:" -#: js/messages.php:396 +#: js/messages.php:402 msgid "Minimum value:" msgstr "最小值:" -#: js/messages.php:397 +#: js/messages.php:403 msgid "Maximum value:" msgstr "最大值:" -#: js/messages.php:400 +#: js/messages.php:406 msgid "Hide find and replace criteria" msgstr "隱藏搜尋與取代條件" -#: js/messages.php:401 +#: js/messages.php:407 msgid "Show find and replace criteria" msgstr "顯示尋找並替換條件" -#: js/messages.php:405 +#: js/messages.php:411 msgid "Each point represents a data row." msgstr "每一個點代表一筆資料。" -#: js/messages.php:407 +#: js/messages.php:413 msgid "Hovering over a point will show its label." msgstr "將滑鼠指到資料點上可以顯示其標籤。" -#: js/messages.php:409 +#: js/messages.php:415 msgid "To zoom in, select a section of the plot with the mouse." msgstr "放大,請使用滑鼠選擇一個區域。" -#: js/messages.php:411 +#: js/messages.php:417 msgid "Click reset zoom button to come back to original state." msgstr "點選「重設縮放大小」按鈕可以回到原始大小。" -#: js/messages.php:413 +#: js/messages.php:419 msgid "Click a data point to view and possibly edit the data row." msgstr "點選資料點以瀏覽或修改該筆資料。" -#: js/messages.php:415 +#: js/messages.php:421 msgid "The plot can be resized by dragging it along the bottom right corner." msgstr "此圖表可拖曳右下角邊框進行縮放。" -#: js/messages.php:417 +#: js/messages.php:423 msgid "Select two columns" msgstr "請選擇兩個欄位" -#: js/messages.php:419 +#: js/messages.php:425 msgid "Select two different columns" msgstr "請選擇兩個不同的欄位" -#: js/messages.php:421 +#: js/messages.php:427 msgid "Data point content" msgstr "資料點內容" -#: js/messages.php:424 js/messages.php:556 js/messages.php:572 +#: js/messages.php:430 js/messages.php:562 js/messages.php:578 #: libraries/Error_Handler.class.php:345 libraries/insert_edit.lib.php:2562 #: templates/index_form.phtml:154 templates/index_form.phtml:194 msgid "Ignore" msgstr "略過" -#: js/messages.php:425 libraries/DisplayResults.class.php:3453 -#: libraries/DisplayResults.class.php:4844 +#: js/messages.php:431 libraries/DisplayResults.class.php:3463 +#: libraries/DisplayResults.class.php:4854 msgid "Copy" msgstr "複製" -#: js/messages.php:428 +#: js/messages.php:434 msgid "Point" msgstr "點" -#: js/messages.php:430 +#: js/messages.php:436 msgid "Linestring" msgstr "一維折線" -#: js/messages.php:431 +#: js/messages.php:437 msgid "Polygon" msgstr "多邊形" -#: js/messages.php:432 libraries/DisplayResults.class.php:1790 +#: js/messages.php:438 libraries/DisplayResults.class.php:1800 msgid "Geometry" msgstr "幾何形" -#: js/messages.php:433 +#: js/messages.php:439 msgid "Inner Ring" msgstr "內環" -#: js/messages.php:434 +#: js/messages.php:440 msgid "Outer Ring" msgstr "外環" -#: js/messages.php:438 +#: js/messages.php:444 msgid "Do you want to copy encryption key?" msgstr "您是否要複製加密金鑰?" -#: js/messages.php:439 +#: js/messages.php:445 msgid "Encryption key" msgstr "加密金鑰" -#: js/messages.php:443 +#: js/messages.php:449 msgid "" "Indicates that you have made changes to this page; you will be prompted for " "confirmation before abandoning changes" msgstr "代表您已對此頁做了變更,在您放棄這些變更前會先提示您" -#: js/messages.php:448 +#: js/messages.php:454 msgid "Select referenced key" msgstr "請選擇參考鍵(Reference Key)" -#: js/messages.php:449 +#: js/messages.php:455 msgid "Select Foreign Key" msgstr "請選擇外鍵(Foreign Key)" -#: js/messages.php:450 +#: js/messages.php:456 msgid "Please select the primary key or a unique key!" msgstr "請選擇主鍵(Primary Key)或唯一鍵(Unique Key)!" -#: js/messages.php:451 templates/designer/side_menu.phtml:92 -#: templates/designer/side_menu.phtml:95 +#: js/messages.php:457 templates/designer/side_menu.phtml:91 +#: templates/designer/side_menu.phtml:94 msgid "Choose column to display" msgstr "請選擇要顯示的欄位" -#: js/messages.php:453 +#: js/messages.php:459 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "你尚未儲存修改的資料,請確認是否要捨棄這些資料?" -#: js/messages.php:456 +#: js/messages.php:462 msgid "Page name" msgstr "頁面名稱" -#: js/messages.php:457 templates/designer/side_menu.phtml:56 +#: js/messages.php:463 templates/designer/side_menu.phtml:56 #: templates/designer/side_menu.phtml:59 msgid "Save page" msgstr "儲存頁面" -#: js/messages.php:458 templates/designer/side_menu.phtml:63 +#: js/messages.php:464 templates/designer/side_menu.phtml:63 #: templates/designer/side_menu.phtml:66 msgid "Save page as" msgstr "儲存頁面為" -#: js/messages.php:459 templates/designer/side_menu.phtml:49 +#: js/messages.php:465 templates/designer/side_menu.phtml:49 #: templates/designer/side_menu.phtml:52 msgid "Open page" msgstr "開啟頁面" -#: js/messages.php:460 +#: js/messages.php:466 msgid "Delete page" msgstr "刪除頁面" -#: js/messages.php:461 templates/designer/side_menu.phtml:10 +#: js/messages.php:467 templates/designer/side_menu.phtml:10 msgid "Untitled" msgstr "未命名" -#: js/messages.php:462 +#: js/messages.php:468 msgid "Please select a page to continue" msgstr "請選擇頁面以繼續執行" -#: js/messages.php:463 +#: js/messages.php:469 msgid "Please enter a valid page name" msgstr "請輸入一個有效的頁面名稱" -#: js/messages.php:464 +#: js/messages.php:470 msgid "Do you want to save the changes to the current page?" msgstr "您是否要儲存變更至目前頁面?" -#: js/messages.php:465 +#: js/messages.php:471 msgid "Successfully deleted the page" msgstr "已成功刪除頁面" -#: js/messages.php:466 +#: js/messages.php:472 msgid "Export relational schema" msgstr "匯出關聯式網要" -#: js/messages.php:467 +#: js/messages.php:473 msgid "Modifications have been saved" msgstr "已儲存修改" -#: js/messages.php:470 +#: js/messages.php:476 #, php-format msgid "Add an option for column \"%s\"." msgstr "新增欄位 \"%s\" 的選項。" -#: js/messages.php:471 +#: js/messages.php:477 #, php-format msgid "%d object(s) created." msgstr "已建立 %d 個物件。" -#: js/messages.php:472 libraries/mult_submits.lib.php:366 +#: js/messages.php:478 libraries/mult_submits.lib.php:366 #: libraries/mult_submits.lib.php:399 libraries/sql_query_form.lib.php:407 msgid "Submit" msgstr "送出" -#: js/messages.php:475 +#: js/messages.php:481 msgid "Press escape to cancel editing." msgstr "按下 ESC 取消編輯。" -#: js/messages.php:476 +#: js/messages.php:482 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "有一些修改的資料尚未儲存,你確定要不儲存直接離開本頁?" -#: js/messages.php:477 +#: js/messages.php:483 msgid "Drag to reorder." msgstr "使用拖曳來重新排序。" -#: js/messages.php:478 +#: js/messages.php:484 msgid "Click to sort results by this column." msgstr "使用本欄位進行資料排序。" -#: js/messages.php:479 +#: js/messages.php:485 msgid "" "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " @@ -2281,26 +2300,26 @@ msgstr "" "鼠點選 或 Alt+滑鼠點選 (Mac: Shift+Option+滑鼠點選) 來從 ORDER BY 子句中移除" "欄位" -#: js/messages.php:480 +#: js/messages.php:486 msgid "Click to mark/unmark." msgstr "點此標記或取消標記。" -#: js/messages.php:481 +#: js/messages.php:487 msgid "Double-click to copy column name." msgstr "雙擊點選以複製欄位名稱。" -#: js/messages.php:483 +#: js/messages.php:489 msgid "Click the drop-down arrow
to toggle column's visibility." msgstr "點選下拉箭頭
以切換欄位的顯示程度。" -#: js/messages.php:485 libraries/DisplayResults.class.php:1007 +#: js/messages.php:491 libraries/DisplayResults.class.php:1017 #: libraries/browse_foreigners.lib.php:290 #: libraries/browse_foreigners.lib.php:343 #: libraries/server_privileges.lib.php:3466 msgid "Show all" msgstr "全部顯示" -#: js/messages.php:486 +#: js/messages.php:492 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." @@ -2308,135 +2327,135 @@ msgstr "" "此資料表沒有唯一欄位用來辦示資料。 有關資料表修改、複製、刪除的功能可能會無法" "儲存。" -#: js/messages.php:487 +#: js/messages.php:493 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." msgstr "請輸入一個有效的十六進位字串。有效的字元為 0-9, A-F。" -#: js/messages.php:488 +#: js/messages.php:494 msgid "" "Do you really want to see all of the rows? For a big table this could crash " "the browser." msgstr "您確定要顯示所有資料列?使用在大型的資料表可能會造成瀏覽器當機。" -#: js/messages.php:489 +#: js/messages.php:495 msgid "Original length" msgstr "原始長度" -#: js/messages.php:492 +#: js/messages.php:498 msgid "cancel" msgstr "取消" -#: js/messages.php:493 libraries/server_status.lib.php:269 +#: js/messages.php:499 libraries/server_status.lib.php:269 msgid "Aborted" msgstr "中斷連線" -#: js/messages.php:495 +#: js/messages.php:501 msgid "Success" msgstr "成功" -#: js/messages.php:496 +#: js/messages.php:502 msgid "Import status" msgstr "匯入狀態" -#: js/messages.php:497 libraries/navigation/Navigation.class.php:112 +#: js/messages.php:503 libraries/navigation/Navigation.class.php:112 msgid "Drop files here" msgstr "將檔案拖曳至此處" -#: js/messages.php:498 +#: js/messages.php:504 msgid "Select database first" msgstr "請先選擇資料庫" -#: js/messages.php:503 +#: js/messages.php:509 msgid "You can also edit most values
by double-clicking directly on them." msgstr "您可以點兩下以選表格內容
直接做編輯修改。" -#: js/messages.php:506 +#: js/messages.php:512 msgid "You can also edit most values
by clicking directly on them." msgstr "您可以直接點選數值
以進行編輯修改。" -#: js/messages.php:511 +#: js/messages.php:517 msgid "Go to link:" msgstr "前往此連結:" -#: js/messages.php:512 +#: js/messages.php:518 msgid "Copy column name." msgstr "複製欄位名稱。" -#: js/messages.php:513 +#: js/messages.php:519 msgid "Right-click the column name to copy it to your clipboard." msgstr "點選右鍵將欄位名稱複製到您的剪貼簿。" -#: js/messages.php:516 +#: js/messages.php:522 msgid "Generate password" msgstr "產生密碼" -#: js/messages.php:517 libraries/replication_gui.lib.php:894 +#: js/messages.php:523 libraries/replication_gui.lib.php:894 msgid "Generate" msgstr "產生" -#: js/messages.php:518 +#: js/messages.php:524 msgid "Change Password" msgstr "修改密碼" -#: js/messages.php:521 +#: js/messages.php:527 msgid "More" msgstr "更多" -#: js/messages.php:524 +#: js/messages.php:530 msgid "Show Panel" msgstr "顯示控制面板" -#: js/messages.php:525 +#: js/messages.php:531 msgid "Hide Panel" msgstr "隱藏控制面板" -#: js/messages.php:526 +#: js/messages.php:532 msgid "Show hidden navigation tree items." msgstr "顯示隱藏的導覽樹項目。" -#: js/messages.php:527 libraries/config/messages.inc.php:443 +#: js/messages.php:533 libraries/config/messages.inc.php:444 #: libraries/navigation/NavigationTree.class.php:1398 msgid "Link with main panel" msgstr "連結主面板" -#: js/messages.php:528 libraries/navigation/NavigationTree.class.php:1401 +#: js/messages.php:534 libraries/navigation/NavigationTree.class.php:1401 msgid "Unlink from main panel" msgstr "取消連結主面板" -#: js/messages.php:529 +#: js/messages.php:535 msgid "To filter all databases on server, press Enter after a search term" msgstr "要搜尋伺服器上的所有資料庫,請在輸入關鍵字後按 Enter" -#: js/messages.php:530 +#: js/messages.php:536 #, php-format msgid "To filter all %s in database, press Enter after a search term" msgstr "要搜尋資料庫中所有的 %s,請在輸入關鍵字後按 Enter" -#: js/messages.php:531 +#: js/messages.php:537 msgid "tables" msgstr "資料表" -#: js/messages.php:532 +#: js/messages.php:538 msgid "views" msgstr "檢視表" -#: js/messages.php:533 +#: js/messages.php:539 msgid "procedures" msgstr "程序" -#: js/messages.php:534 +#: js/messages.php:540 msgid "events" msgstr "事件" -#: js/messages.php:535 +#: js/messages.php:541 msgid "functions" msgstr "函數" -#: js/messages.php:538 +#: js/messages.php:544 msgid "The requested page was not found in the history, it may have expired." msgstr "已無歷史記錄頁面或頁面已經逾期。" -#: js/messages.php:541 setup/lib/index.lib.php:160 +#: js/messages.php:547 setup/lib/index.lib.php:160 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -2445,48 +2464,48 @@ msgstr "" "新的 phpMyAdmin 已經發佈,請考慮升級至最新的版本(版本 %s,於 %s 發佈)。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:543 +#: js/messages.php:549 msgid ", latest stable version:" msgstr ",最新的穩定版:" -#: js/messages.php:544 +#: js/messages.php:550 msgid "up to date" msgstr "最新" -#: js/messages.php:546 libraries/DisplayResults.class.php:4959 +#: js/messages.php:552 libraries/DisplayResults.class.php:4969 #: view_create.php:182 msgid "Create view" msgstr "新增檢視表" -#: js/messages.php:549 +#: js/messages.php:555 msgid "Send Error Report" msgstr "傳送錯誤報告" -#: js/messages.php:550 +#: js/messages.php:556 msgid "Submit Error Report" msgstr "送出錯誤報告" -#: js/messages.php:552 +#: js/messages.php:558 msgid "" "A fatal JavaScript error has occurred. Would you like to send an error " "report?" msgstr "發生 JavaScript 嚴重錯誤,您是否要回報錯誤報告?" -#: js/messages.php:554 +#: js/messages.php:560 msgid "Change Report Settings" msgstr "更改報告設定" -#: js/messages.php:555 +#: js/messages.php:561 msgid "Show Report Details" msgstr "顯示報告詳細資訊" -#: js/messages.php:558 +#: js/messages.php:564 msgid "" "Your export is incomplete, due to a low execution time limit at the PHP " "level!" msgstr "因 PHP 執行期時間限制太短,您的資料未完成匯出動作!" -#: js/messages.php:562 +#: js/messages.php:568 #, php-format msgid "" "Warning: a form on this page has more than %d fields. On submission, some of " @@ -2495,61 +2514,58 @@ msgstr "" "警告: 此頁面中的表單超過 %d 個欄位,因超出 PHP 中 max_input_vars 設定值的限" "制,在送出時可能會忽略部份欄位。" -#: js/messages.php:568 js/messages.php:580 +#: js/messages.php:574 js/messages.php:586 msgid "Some errors have been detected on the server!" msgstr "已偵測到伺服器上發生部份錯誤!" -#: js/messages.php:570 +#: js/messages.php:576 msgid "Please look at the bottom of this window." msgstr "請瀏覽此視窗的底部。" -#: js/messages.php:575 libraries/Error_Handler.class.php:350 +#: js/messages.php:581 libraries/Error_Handler.class.php:350 msgid "Ignore All" msgstr "全部略過" -#: js/messages.php:582 +#: js/messages.php:588 msgid "" "As per your settings, they are being submitted currently, please be patient." msgstr "根據您的設定,它們正被提交,請耐心等候。" -#: js/messages.php:590 +#: js/messages.php:596 msgid "Execute this query again?" msgstr "再執行此查詢一次?" -#: js/messages.php:591 +#: js/messages.php:597 msgid "Do you really want to delete this bookmark?" msgstr "您真的要刪除此書籤?" -#: js/messages.php:592 +#: js/messages.php:598 msgid "Some error occurred while getting SQL debug info." msgstr "" -#: js/messages.php:593 +#: js/messages.php:599 #, php-format -#| msgid "Enter executes queries in console" msgid "%s queries executed %s times in %s seconds." msgstr "%s 筆查詢已執行 %s 次,使用 %s 秒。" -#: js/messages.php:594 +#: js/messages.php:600 #, php-format msgid "%s argument(s) passed" msgstr "已傳入 %s 個參數。" -#: js/messages.php:595 -#| msgid "Show table comments" +#: js/messages.php:601 msgid "Show arguments" msgstr "顯示參數" -#: js/messages.php:596 -#| msgid "Hide search results" +#: js/messages.php:602 msgid "Hide arguments" msgstr "隱藏參數" -#: js/messages.php:597 libraries/Console.class.php:318 +#: js/messages.php:603 libraries/Console.class.php:318 msgid "Time taken:" msgstr "使用時間:" -#: js/messages.php:598 +#: js/messages.php:604 msgid "" "Your web browser does not support local storage of settings or the quota " "limit has been reached, some features may not work properly for you. In " @@ -2559,335 +2575,335 @@ msgstr "" "執行。若在 Safari 發現此問題可能是使用 \"Private Mode Browsing\" 所造成。" # 這應該是使用於選擇日期的月曆 -#: js/messages.php:626 +#: js/messages.php:632 msgctxt "Previous month" msgid "Prev" msgstr "上個月" # 這應該使用於選擇日期的小月曆 -#: js/messages.php:631 +#: js/messages.php:637 msgctxt "Next month" msgid "Next" msgstr "下個月" #. l10n: Display text for current month link in calendar -#: js/messages.php:634 +#: js/messages.php:640 msgid "Today" msgstr "今天" -#: js/messages.php:638 +#: js/messages.php:644 msgid "January" msgstr "一月" -#: js/messages.php:639 +#: js/messages.php:645 msgid "February" msgstr "二月" -#: js/messages.php:640 +#: js/messages.php:646 msgid "March" msgstr "三月" -#: js/messages.php:641 +#: js/messages.php:647 msgid "April" msgstr "四月" -#: js/messages.php:642 +#: js/messages.php:648 msgid "May" msgstr "五月" -#: js/messages.php:643 +#: js/messages.php:649 msgid "June" msgstr "六月" -#: js/messages.php:644 +#: js/messages.php:650 msgid "July" msgstr "七月" -#: js/messages.php:645 +#: js/messages.php:651 msgid "August" msgstr "八月" -#: js/messages.php:646 +#: js/messages.php:652 msgid "September" msgstr "九月" -#: js/messages.php:647 +#: js/messages.php:653 msgid "October" msgstr "十月" -#: js/messages.php:648 +#: js/messages.php:654 msgid "November" msgstr "十一月" -#: js/messages.php:649 +#: js/messages.php:655 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:656 libraries/Util.class.php:1623 +#: js/messages.php:662 libraries/Util.class.php:1623 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:658 libraries/Util.class.php:1625 +#: js/messages.php:664 libraries/Util.class.php:1625 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:660 libraries/Util.class.php:1627 +#: js/messages.php:666 libraries/Util.class.php:1627 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:662 libraries/Util.class.php:1629 +#: js/messages.php:668 libraries/Util.class.php:1629 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:664 libraries/Util.class.php:1631 +#: js/messages.php:670 libraries/Util.class.php:1631 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:666 libraries/Util.class.php:1633 +#: js/messages.php:672 libraries/Util.class.php:1633 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:668 libraries/Util.class.php:1635 +#: js/messages.php:674 libraries/Util.class.php:1635 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:670 libraries/Util.class.php:1637 +#: js/messages.php:676 libraries/Util.class.php:1637 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:672 libraries/Util.class.php:1639 +#: js/messages.php:678 libraries/Util.class.php:1639 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:674 libraries/Util.class.php:1641 +#: js/messages.php:680 libraries/Util.class.php:1641 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:676 libraries/Util.class.php:1643 +#: js/messages.php:682 libraries/Util.class.php:1643 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:678 libraries/Util.class.php:1645 +#: js/messages.php:684 libraries/Util.class.php:1645 msgid "Dec" msgstr "十二月" -#: js/messages.php:684 +#: js/messages.php:690 msgid "Sunday" msgstr "星期日" -#: js/messages.php:685 +#: js/messages.php:691 msgid "Monday" msgstr "星期一" -#: js/messages.php:686 +#: js/messages.php:692 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:687 +#: js/messages.php:693 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:688 +#: js/messages.php:694 msgid "Thursday" msgstr "星期四" -#: js/messages.php:689 +#: js/messages.php:695 msgid "Friday" msgstr "星期五" -#: js/messages.php:690 +#: js/messages.php:696 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:697 +#: js/messages.php:703 msgid "Sun" msgstr "週日" #. l10n: Short week day name -#: js/messages.php:699 libraries/Util.class.php:1650 +#: js/messages.php:705 libraries/Util.class.php:1650 msgid "Mon" msgstr "週一" #. l10n: Short week day name -#: js/messages.php:701 libraries/Util.class.php:1652 +#: js/messages.php:707 libraries/Util.class.php:1652 msgid "Tue" msgstr "週二" #. l10n: Short week day name -#: js/messages.php:703 libraries/Util.class.php:1654 +#: js/messages.php:709 libraries/Util.class.php:1654 msgid "Wed" msgstr "週三" #. l10n: Short week day name -#: js/messages.php:705 libraries/Util.class.php:1656 +#: js/messages.php:711 libraries/Util.class.php:1656 msgid "Thu" msgstr "週四" #. l10n: Short week day name -#: js/messages.php:707 libraries/Util.class.php:1658 +#: js/messages.php:713 libraries/Util.class.php:1658 msgid "Fri" msgstr "週五" #. l10n: Short week day name -#: js/messages.php:709 libraries/Util.class.php:1660 +#: js/messages.php:715 libraries/Util.class.php:1660 msgid "Sat" msgstr "週六" #. l10n: Minimal week day name -#: js/messages.php:716 +#: js/messages.php:722 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:718 +#: js/messages.php:724 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:720 +#: js/messages.php:726 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:722 +#: js/messages.php:728 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:724 +#: js/messages.php:730 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:726 +#: js/messages.php:732 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:728 +#: js/messages.php:734 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:732 +#: js/messages.php:738 msgid "Wk" msgstr "週" #. l10n: Month-year order for calendar, use either "calendar-month-year" #. * or "calendar-year-month". #. -#: js/messages.php:739 +#: js/messages.php:745 msgid "calendar-month-year" msgstr "calendar-year-month" #. l10n: Year suffix for calendar, "none" is empty. -#: js/messages.php:742 +#: js/messages.php:748 msgctxt "Year suffix" msgid "none" msgstr "none" -#: js/messages.php:754 +#: js/messages.php:760 msgid "Hour" msgstr "時" -#: js/messages.php:755 +#: js/messages.php:761 msgid "Minute" msgstr "分" -#: js/messages.php:756 +#: js/messages.php:762 msgid "Second" msgstr "秒" -#: js/messages.php:767 +#: js/messages.php:773 msgid "This field is required" msgstr "此欄位為必填" -#: js/messages.php:768 +#: js/messages.php:774 msgid "Please fix this field" msgstr "請修正此欄位" -#: js/messages.php:769 +#: js/messages.php:775 msgid "Please enter a valid email address" msgstr "請輸入一個有效的電子郵件位址" -#: js/messages.php:770 +#: js/messages.php:776 msgid "Please enter a valid URL" msgstr "請輸入一個有效的 URL" -#: js/messages.php:771 +#: js/messages.php:777 msgid "Please enter a valid date" msgstr "請輸入一個有效的日期" -#: js/messages.php:772 +#: js/messages.php:778 msgid "Please enter a valid date ( ISO )" msgstr "請輸入一個有效的日期 ( ISO )" -#: js/messages.php:773 +#: js/messages.php:779 msgid "Please enter a valid number" msgstr "請輸入一個有效的數字" -#: js/messages.php:774 +#: js/messages.php:780 msgid "Please enter a valid credit card number" msgstr "請輸入一個有效的信用卡號" -#: js/messages.php:775 +#: js/messages.php:781 msgid "Please enter only digits" msgstr "請輸入數字" -#: js/messages.php:776 +#: js/messages.php:782 msgid "Please enter the same value again" msgstr "請再輸入一次" -#: js/messages.php:777 +#: js/messages.php:783 msgid "Please enter no more than {0} characters" msgstr "請輸入不超過 {0} 個字元" -#: js/messages.php:778 +#: js/messages.php:784 msgid "Please enter at least {0} characters" msgstr "請輸入不少於 {0} 個字元" -#: js/messages.php:779 +#: js/messages.php:785 msgid "Please enter a value between {0} and {1} characters long" msgstr "請輸入介於 {0} 與 {1} 個字元長度間的值" -#: js/messages.php:780 +#: js/messages.php:786 msgid "Please enter a value between {0} and {1}" msgstr "請輸入介於 {0} 與 {1} 間的值" -#: js/messages.php:781 +#: js/messages.php:787 msgid "Please enter a value less than or equal to {0}" msgstr "請輸入小於等於 {0} 的值" -#: js/messages.php:782 +#: js/messages.php:788 msgid "Please enter a value greater than or equal to {0}" msgstr "請輸入大於等於 {0} 的值" -#: js/messages.php:784 +#: js/messages.php:790 msgid "Please enter a valid date or time" msgstr "請輸入有效的日期或時間" -#: js/messages.php:785 +#: js/messages.php:791 msgid "Please enter a valid HEX input" msgstr "請輸入有效的 HEX 輸入值" -#: js/messages.php:786 libraries/Message.class.php:199 +#: js/messages.php:792 libraries/Message.class.php:199 #: libraries/Util.class.php:627 libraries/core.lib.php:245 #: libraries/import.lib.php:183 libraries/insert_edit.lib.php:1166 -#: tbl_operations.php:228 view_operations.php:63 +#: tbl_operations.php:229 view_operations.php:63 msgid "Error" msgstr "錯誤" @@ -2955,16 +2971,16 @@ msgstr "每小時" msgid "per day" msgstr "每天" -#: libraries/Config.class.php:1199 +#: libraries/Config.class.php:1187 #, php-format msgid "Existing configuration file (%s) is not readable." msgstr "無法讀取已存在的設定檔 %s。" -#: libraries/Config.class.php:1229 +#: libraries/Config.class.php:1217 msgid "Wrong permissions on configuration file, should not be world writable!" msgstr "設定檔權限錯誤,檔案不應開啟所有寫入權!" -#: libraries/Config.class.php:1814 +#: libraries/Config.class.php:1802 msgid "Font size" msgstr "字體大小" @@ -2983,7 +2999,7 @@ msgid "Requery" msgstr "重新查詢" #: libraries/Console.class.php:91 libraries/Console.class.php:220 -#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:809 +#: libraries/Menu.class.php:218 libraries/config/messages.inc.php:815 #: libraries/plugins/export/ExportHtmlword.class.php:149 #: libraries/plugins/export/ExportOdt.class.php:193 #: libraries/plugins/export/ExportTexytext.class.php:133 @@ -2992,7 +3008,7 @@ msgstr "重新查詢" #: libraries/server_privileges.lib.php:2763 #: libraries/server_privileges.lib.php:3017 #: libraries/server_privileges.lib.php:3029 -#: libraries/server_privileges.lib.php:4104 +#: libraries/server_privileges.lib.php:4105 #: libraries/server_status_processes.lib.php:82 #: templates/tbl_relation/foreign_key_row.phtml:166 #: templates/tbl_relation/internal_relational_row.phtml:55 @@ -3066,7 +3082,7 @@ msgid "History" msgstr "歷史記錄" #: libraries/Console.class.php:240 libraries/Console.class.php:366 -#: libraries/DisplayResults.class.php:1726 libraries/import.lib.php:1261 +#: libraries/DisplayResults.class.php:1736 libraries/import.lib.php:1261 #: libraries/import.lib.php:1293 #: libraries/plugins/export/ExportCodegen.class.php:90 #: libraries/plugins/export/ExportCsv.class.php:51 @@ -3089,7 +3105,7 @@ msgstr "歷史記錄" #: libraries/plugins/import/ImportShp.class.php:57 #: libraries/plugins/import/ImportSql.class.php:148 #: libraries/plugins/import/ImportXml.class.php:58 -#: libraries/rte/rte_routines.lib.php:1027 libraries/structure.lib.php:1896 +#: libraries/rte/rte_routines.lib.php:1041 libraries/structure.lib.php:1896 #: templates/index_form.phtml:49 templates/table/options.phtml:2 msgid "Options" msgstr "選項" @@ -3112,17 +3128,14 @@ msgid "Press Enter to execute query" msgstr "請按 Enter 執行查詢" #: libraries/Console.class.php:277 -#| msgid "Ascending" msgid "ascending" msgstr "遞增" #: libraries/Console.class.php:280 -#| msgid "Descending" msgid "descending" msgstr "遞減" #: libraries/Console.class.php:283 -#| msgid "Order" msgid "Order:" msgstr "排序:" @@ -3131,7 +3144,6 @@ msgid "Count" msgstr "次數" #: libraries/Console.class.php:292 -#| msgid "Execute every" msgid "Execution order" msgstr "執行順序" @@ -3140,37 +3152,31 @@ msgid "Time taken" msgstr "使用時間" #: libraries/Console.class.php:298 -#| msgid "Order" msgid "Order by:" msgstr "排序依:" #: libraries/Console.class.php:301 -#| msgid "SQL queries" msgid "Group queries" msgstr "群組查詢" #: libraries/Console.class.php:304 -#| msgid "SQL queries" msgid "Ungroup queries" msgstr "解除群組查詢" #: libraries/Console.class.php:315 -#| msgid "Show create" msgid "Show trace" msgstr "顯示追蹤" #: libraries/Console.class.php:316 -#| msgid "Hide Panel" msgid "Hide trace" msgstr "隱藏追蹤" #: libraries/Console.class.php:317 -#| msgid "Count" msgid "Count:" msgstr "次數:" #: libraries/Console.class.php:332 libraries/Util.class.php:1263 -#: libraries/config/messages.inc.php:796 +#: libraries/config/messages.inc.php:802 #: libraries/server_status_processes.lib.php:251 #: libraries/server_status_variables.lib.php:42 msgid "Refresh" @@ -3224,10 +3230,10 @@ msgstr "" msgid "Switch to dark theme" msgstr "切換為深色主題" -#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1479 -#: libraries/DisplayResults.class.php:2273 -#: libraries/DisplayResults.class.php:2279 libraries/config.values.php:70 -#: libraries/operations.lib.php:736 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:405 libraries/DisplayResults.class.php:1489 +#: libraries/DisplayResults.class.php:2283 +#: libraries/DisplayResults.class.php:2289 libraries/config.values.php:70 +#: libraries/operations.lib.php:790 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:186 #: libraries/structure.lib.php:977 libraries/structure.lib.php:994 @@ -3235,10 +3241,10 @@ msgstr "切換為深色主題" msgid "Ascending" msgstr "遞增" -#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1491 -#: libraries/DisplayResults.class.php:2269 -#: libraries/DisplayResults.class.php:2283 libraries/config.values.php:71 -#: libraries/operations.lib.php:739 libraries/server_databases.lib.php:307 +#: libraries/DBQbe.class.php:408 libraries/DisplayResults.class.php:1501 +#: libraries/DisplayResults.class.php:2279 +#: libraries/DisplayResults.class.php:2293 libraries/config.values.php:71 +#: libraries/operations.lib.php:793 libraries/server_databases.lib.php:307 #: libraries/server_databases.lib.php:335 #: libraries/server_status_processes.lib.php:183 #: libraries/structure.lib.php:982 libraries/structure.lib.php:999 @@ -3259,7 +3265,6 @@ msgid "Sort:" msgstr "排序:" #: libraries/DBQbe.class.php:630 -#| msgid "Sort:" msgid "Sort order:" msgstr "排序:" @@ -3448,31 +3453,31 @@ msgstr "全部取消" msgid "Inside column:" msgstr "於下列欄位中:" -#: libraries/DisplayResults.class.php:880 +#: libraries/DisplayResults.class.php:890 msgid "Save edited data" msgstr "儲存" -#: libraries/DisplayResults.class.php:886 +#: libraries/DisplayResults.class.php:896 msgid "Restore column order" msgstr "還原欄位的順序" -#: libraries/DisplayResults.class.php:934 +#: libraries/DisplayResults.class.php:944 #: libraries/central_columns.lib.php:664 msgid "Filter rows" msgstr "搜尋資料列" -#: libraries/DisplayResults.class.php:936 +#: libraries/DisplayResults.class.php:946 #: libraries/central_columns.lib.php:666 msgid "Search this table" msgstr "搜尋此資料表" -#: libraries/DisplayResults.class.php:964 libraries/Util.class.php:2552 +#: libraries/DisplayResults.class.php:974 libraries/Util.class.php:2552 #: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "最前頁" -#: libraries/DisplayResults.class.php:967 libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:977 libraries/Util.class.php:2553 #: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:170 #: libraries/server_bin_log.lib.php:172 msgctxt "Previous page" @@ -3480,130 +3485,131 @@ msgid "Previous" msgstr "上一頁" # 這應該使用於選擇日期的小月曆 -#: libraries/DisplayResults.class.php:1033 libraries/Util.class.php:2584 +#: libraries/DisplayResults.class.php:1043 libraries/Util.class.php:2584 #: libraries/Util.class.php:2594 libraries/server_bin_log.lib.php:204 #: libraries/server_bin_log.lib.php:206 msgctxt "Next page" msgid "Next" msgstr "下一頁" -#: libraries/DisplayResults.class.php:1063 libraries/Util.class.php:2585 +#: libraries/DisplayResults.class.php:1073 libraries/Util.class.php:2585 #: libraries/Util.class.php:2595 msgctxt "Last page" msgid "End" msgstr "最末頁" -#: libraries/DisplayResults.class.php:1106 +#: libraries/DisplayResults.class.php:1116 msgid "All" msgstr "全部" -#: libraries/DisplayResults.class.php:1116 -#: libraries/display_export.lib.php:349 +#: libraries/DisplayResults.class.php:1126 +#: libraries/display_export.lib.php:437 #: templates/startAndNumberOfRowsPanel.phtml:10 msgid "Number of rows:" msgstr "資料列數:" -#: libraries/DisplayResults.class.php:1437 +#: libraries/DisplayResults.class.php:1447 msgid "Sort by key" msgstr "依主鍵排序" -#: libraries/DisplayResults.class.php:1732 -#: libraries/DisplayResults.class.php:1840 +#: libraries/DisplayResults.class.php:1742 +#: libraries/DisplayResults.class.php:1850 msgid "Partial texts" msgstr "部分內容" -#: libraries/DisplayResults.class.php:1733 -#: libraries/DisplayResults.class.php:1844 +#: libraries/DisplayResults.class.php:1743 +#: libraries/DisplayResults.class.php:1854 msgid "Full texts" msgstr "完整內容" -#: libraries/DisplayResults.class.php:1749 +#: libraries/DisplayResults.class.php:1759 msgid "Relational key" msgstr "關聯鍵" -#: libraries/DisplayResults.class.php:1750 +#: libraries/DisplayResults.class.php:1760 msgid "Relational display column" msgstr "關聯顯示欄位" -#: libraries/DisplayResults.class.php:1763 +#: libraries/DisplayResults.class.php:1773 msgid "Show binary contents" msgstr "顯示二進位內容" -#: libraries/DisplayResults.class.php:1769 +#: libraries/DisplayResults.class.php:1779 msgid "Show BLOB contents" msgstr "顯示 BLOB 內容" -#: libraries/DisplayResults.class.php:1781 +#: libraries/DisplayResults.class.php:1791 msgid "Hide browser transformation" msgstr "隱藏瀏覽器轉換" -#: libraries/DisplayResults.class.php:1791 +#: libraries/DisplayResults.class.php:1801 msgid "Well Known Text" msgstr "易懂的文字" -#: libraries/DisplayResults.class.php:1792 +#: libraries/DisplayResults.class.php:1802 msgid "Well Known Binary" msgstr "易懂的二進位檔" -#: libraries/DisplayResults.class.php:3495 -#: libraries/DisplayResults.class.php:3511 +#: libraries/DisplayResults.class.php:3505 +#: libraries/DisplayResults.class.php:3521 msgid "The row has been deleted." msgstr "已刪除該行。" -#: libraries/DisplayResults.class.php:3548 -#: libraries/DisplayResults.class.php:4823 +#: libraries/DisplayResults.class.php:3558 +#: libraries/DisplayResults.class.php:4833 #: libraries/server_status_processes.lib.php:298 msgid "Kill" msgstr "中止" -#: libraries/DisplayResults.class.php:4238 +#: libraries/DisplayResults.class.php:4248 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." msgstr "可能為近似值,請參考 [doc@faq3-11]FAQ 3.11[/doc]。" -#: libraries/DisplayResults.class.php:4295 libraries/Message.class.php:180 -#: libraries/rte/rte_routines.lib.php:1511 libraries/sql_query_form.lib.php:89 -#: tbl_find_replace.php:51 tbl_operations.php:226 tbl_relation.php:201 -#: tbl_row_action.php:129 view_operations.php:62 +#: libraries/DisplayResults.class.php:4305 libraries/Message.class.php:180 +#: libraries/controllers/TableRelationController.class.php:216 +#: libraries/rte/rte_routines.lib.php:1540 libraries/sql_query_form.lib.php:89 +#: tbl_find_replace.php:51 tbl_operations.php:227 tbl_row_action.php:129 +#: view_operations.php:62 msgid "Your SQL query has been executed successfully." msgstr "您的 SQL 語法已順利執行。" -#: libraries/DisplayResults.class.php:4681 libraries/structure.lib.php:693 +#: libraries/DisplayResults.class.php:4691 libraries/structure.lib.php:693 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "這個檢視表至少需有此數量的資料列,請參考%sdocumentation%s。" -#: libraries/DisplayResults.class.php:4694 +#: libraries/DisplayResults.class.php:4704 #, php-format msgid "Showing rows %1s - %2s" msgstr "顯示第 %1s - %2s 列" -#: libraries/DisplayResults.class.php:4709 +#: libraries/DisplayResults.class.php:4719 #, php-format msgid "%1$d total, %2$d in query" msgstr "總計 %1$d 筆,目前查詢 %2$d 筆" -#: libraries/DisplayResults.class.php:4714 +#: libraries/DisplayResults.class.php:4724 #, php-format msgid "%d total" msgstr "總計 %d 筆" -#: libraries/DisplayResults.class.php:4726 libraries/sql.lib.php:1456 +#: libraries/DisplayResults.class.php:4736 libraries/sql.lib.php:1456 #, php-format msgid "Query took %01.4f seconds." msgstr "查詢花費 %01.4f 秒。" -#: libraries/DisplayResults.class.php:4828 -#: libraries/DisplayResults.class.php:4835 libraries/Util.class.php:4844 +#: libraries/DisplayResults.class.php:4838 +#: libraries/DisplayResults.class.php:4845 libraries/Util.class.php:4844 #: libraries/Util.class.php:4850 libraries/mult_submits.inc.php:45 #: libraries/structure.lib.php:300 libraries/structure.lib.php:316 #: libraries/structure.lib.php:318 msgid "With selected:" msgstr "已選擇項目:" -#: libraries/DisplayResults.class.php:4832 -#: libraries/DisplayResults.class.php:4834 libraries/Util.class.php:4846 +#: libraries/DisplayResults.class.php:4842 +#: libraries/DisplayResults.class.php:4844 libraries/Util.class.php:4846 #: libraries/Util.class.php:4847 libraries/server_privileges.lib.php:1172 #: libraries/server_privileges.lib.php:1173 #: libraries/server_privileges.lib.php:1385 @@ -3612,24 +3618,24 @@ msgstr "已選擇項目:" msgid "Check All" msgstr "全選" -#: libraries/DisplayResults.class.php:5005 libraries/Header.class.php:382 +#: libraries/DisplayResults.class.php:5015 libraries/Header.class.php:382 #: libraries/structure.lib.php:407 libraries/structure.lib.php:1678 msgid "Print view" msgstr "預覽列印" -#: libraries/DisplayResults.class.php:5037 +#: libraries/DisplayResults.class.php:5047 msgid "Query results operations" msgstr "查詢結果選項" -#: libraries/DisplayResults.class.php:5128 templates/tbl_chart.phtml:12 +#: libraries/DisplayResults.class.php:5138 templates/tbl_chart.phtml:12 msgid "Display chart" msgstr "顯示圖表" -#: libraries/DisplayResults.class.php:5153 +#: libraries/DisplayResults.class.php:5163 msgid "Visualize GIS data" msgstr "視覺化的 GIS 資料" -#: libraries/DisplayResults.class.php:5330 +#: libraries/DisplayResults.class.php:5340 msgid "Link not found!" msgstr "無此連結!" @@ -3749,7 +3755,7 @@ msgstr "基數" #: libraries/Index.class.php:701 libraries/build_html_for_db.lib.php:22 #: libraries/central_columns.lib.php:705 #: libraries/central_columns.lib.php:1357 libraries/mysql_charsets.lib.php:45 -#: libraries/operations.lib.php:253 libraries/operations.lib.php:983 +#: libraries/operations.lib.php:292 libraries/operations.lib.php:1068 #: libraries/server_collations.lib.php:35 libraries/structure.lib.php:887 #: libraries/structure.lib.php:1342 libraries/structure.lib.php:1904 #: libraries/tracking.lib.php:880 libraries/tracking.lib.php:976 @@ -3759,7 +3765,7 @@ msgid "Collation" msgstr "編碼與排序" #: libraries/Index.class.php:703 libraries/rte/rte_events.lib.php:496 -#: libraries/rte/rte_routines.lib.php:1135 libraries/structure.lib.php:907 +#: libraries/rte/rte_routines.lib.php:1164 libraries/structure.lib.php:907 #: libraries/tracking.lib.php:884 libraries/tracking.lib.php:978 msgid "Comment" msgstr "說明" @@ -3774,7 +3780,7 @@ msgid "Index %s has been dropped." msgstr "已刪除索引 %s。" #: libraries/Index.class.php:757 libraries/Util.class.php:3674 -#: libraries/Util.class.php:3675 libraries/operations.lib.php:1502 +#: libraries/Util.class.php:3675 libraries/operations.lib.php:1603 #: libraries/rte/rte_list.lib.php:150 libraries/server_databases.lib.php:146 #: libraries/structure.lib.php:331 libraries/structure.lib.php:1537 #: libraries/structure.lib.php:2281 libraries/structure.lib.php:2283 @@ -3790,7 +3796,7 @@ msgid "" msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一個將可能被刪除。" #: libraries/Menu.class.php:199 libraries/ServerStatusData.class.php:430 -#: libraries/config/messages.inc.php:813 +#: libraries/config/messages.inc.php:819 msgid "Server" msgstr "伺服器" @@ -3807,7 +3813,7 @@ msgstr "檢視表" #: libraries/Util.class.php:4390 libraries/Util.class.php:4405 #: libraries/Util.class.php:4422 libraries/config.values.php:40 #: libraries/config.values.php:48 libraries/config.values.php:110 -#: libraries/config.values.php:116 libraries/config/messages.inc.php:299 +#: libraries/config.values.php:116 libraries/config/messages.inc.php:300 #: libraries/navigation/Nodes/Node_Table.class.php:294 msgid "SQL" msgstr "SQL" @@ -3838,7 +3844,7 @@ msgstr "新增" #: libraries/config.values.php:106 libraries/server_common.lib.php:51 #: libraries/server_privileges.lib.php:2244 #: libraries/server_privileges.lib.php:3031 -#: libraries/server_privileges.lib.php:3993 +#: libraries/server_privileges.lib.php:3994 msgid "Privileges" msgstr "權限" @@ -3901,16 +3907,18 @@ msgid "Central columns" msgstr "中央欄位" #: libraries/Menu.class.php:543 libraries/Util.class.php:4389 -#: libraries/config.values.php:103 libraries/config/messages.inc.php:244 -#: libraries/config/messages.inc.php:319 +#: libraries/config.values.php:103 libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:320 #: libraries/navigation/NavigationTree.class.php:1239 -#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4104 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:4105 msgid "Databases" msgstr "資料庫" -#: libraries/Menu.class.php:567 libraries/Util.class.php:4392 -msgid "Users" -msgstr "使用者" +#: libraries/Menu.class.php:567 +#, fuzzy +#| msgid "User groups" +msgid "User accounts" +msgstr "使用者群組" #: libraries/Menu.class.php:594 libraries/ServerStatusData.class.php:121 #: libraries/Util.class.php:4396 libraries/server_common.lib.php:36 @@ -3982,7 +3990,7 @@ msgid "Could not save favorite table!" msgstr "無法儲存我的最愛的資料表!" #: libraries/RecentFavoriteTable.class.php:212 -#: libraries/structure.lib.php:3046 +#: libraries/structure.lib.php:3057 msgid "Remove from Favorites" msgstr "自我的最愛中移除" @@ -4003,7 +4011,7 @@ msgid "Recent" msgstr "最近使用" #: libraries/RecentFavoriteTable.class.php:254 -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:508 msgid "Favorite tables" msgstr "我的最愛的資料表" @@ -4598,16 +4606,16 @@ msgstr "上限: %s %s" #: libraries/Util.class.php:686 libraries/rte/rte_events.lib.php:110 #: libraries/rte/rte_events.lib.php:119 libraries/rte/rte_events.lib.php:150 -#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:331 -#: libraries/rte/rte_routines.lib.php:340 -#: libraries/rte/rte_routines.lib.php:406 -#: libraries/rte/rte_routines.lib.php:1545 +#: libraries/rte/rte_general.lib.php:36 libraries/rte/rte_routines.lib.php:338 +#: libraries/rte/rte_routines.lib.php:347 +#: libraries/rte/rte_routines.lib.php:420 +#: libraries/rte/rte_routines.lib.php:1574 #: libraries/rte/rte_triggers.lib.php:86 libraries/rte/rte_triggers.lib.php:95 #: libraries/rte/rte_triggers.lib.php:127 msgid "MySQL said: " msgstr "MySQL 回應: " -#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:795 +#: libraries/Util.class.php:1185 libraries/config/messages.inc.php:801 msgid "Explain SQL" msgstr "SQL 語句分析" @@ -4624,7 +4632,7 @@ msgstr "分析語句於 %s" msgid "Without PHP Code" msgstr "關閉 PHP 程式碼" -#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:797 +#: libraries/Util.class.php:1237 libraries/config/messages.inc.php:803 msgid "Create PHP Code" msgstr "產生 PHP 程式碼" @@ -4715,6 +4723,10 @@ msgstr "最後更新" msgid "Last check" msgstr "最後檢查" +#: libraries/Util.class.php:4392 +msgid "Users" +msgstr "使用者" + #: libraries/browse_foreigners.lib.php:136 msgid "Search:" msgstr "搜尋:" @@ -4805,8 +4817,8 @@ msgstr "否" #: libraries/plugins/export/ExportTexytext.class.php:425 #: libraries/plugins/export/PMA_ExportPdf.class.php:307 #: libraries/rte/rte_list.lib.php:73 libraries/rte/rte_list.lib.php:85 -#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1024 -#: libraries/rte/rte_routines.lib.php:1671 libraries/structure.lib.php:1340 +#: libraries/rte/rte_list.lib.php:100 libraries/rte/rte_routines.lib.php:1038 +#: libraries/rte/rte_routines.lib.php:1700 libraries/structure.lib.php:1340 #: setup/frames/index.inc.php:162 #: templates/columns_definitions/table_fields_definitions.phtml:8 msgid "Name" @@ -4814,7 +4826,7 @@ msgstr "名稱" #: libraries/central_columns.lib.php:701 #: libraries/central_columns.lib.php:1356 -#: libraries/rte/rte_routines.lib.php:1026 +#: libraries/rte/rte_routines.lib.php:1040 #: templates/columns_definitions/table_fields_definitions.phtml:14 msgid "Length/Values" msgstr "長度/值" @@ -4973,7 +4985,6 @@ msgid "display column" msgstr "顯示欄位" #: libraries/config.values.php:102 -#| msgid "Welcome to %s" msgid "Welcome" msgstr "歡迎光臨" @@ -4998,17 +5009,14 @@ msgid "Never send error reports" msgstr "永不傳送錯誤報告" #: libraries/config.values.php:132 -#| msgid "Set default" msgid "Server default" msgstr "伺服器預設值" #: libraries/config.values.php:133 -#| msgid "Enabled" msgid "Enable" msgstr "開啟" #: libraries/config.values.php:134 -#| msgid "Disabled" msgid "Disable" msgstr "關閉" @@ -5089,7 +5097,7 @@ msgid "Not a valid port number!" msgstr "無效的連結埠!" #: libraries/config/FormDisplay.class.php:99 -#: libraries/config/FormDisplay.class.php:650 +#: libraries/config/FormDisplay.class.php:651 #: libraries/config/Validator.class.php:605 msgid "Incorrect value!" msgstr "輸入的值不正確!" @@ -5100,35 +5108,35 @@ msgstr "輸入的值不正確!" msgid "Value must be equal or lower than %s!" msgstr "輸入的值應小於等於 %s!" -#: libraries/config/FormDisplay.class.php:612 +#: libraries/config/FormDisplay.class.php:613 #, php-format msgid "Missing data for %s" msgstr "缺少 %s 所需的資料" -#: libraries/config/FormDisplay.class.php:800 -#: libraries/config/FormDisplay.class.php:806 -#: libraries/config/FormDisplay.class.php:813 +#: libraries/config/FormDisplay.class.php:801 +#: libraries/config/FormDisplay.class.php:807 +#: libraries/config/FormDisplay.class.php:814 msgid "unavailable" msgstr "無法使用" -#: libraries/config/FormDisplay.class.php:802 -#: libraries/config/FormDisplay.class.php:808 -#: libraries/config/FormDisplay.class.php:815 +#: libraries/config/FormDisplay.class.php:803 +#: libraries/config/FormDisplay.class.php:809 +#: libraries/config/FormDisplay.class.php:816 #, php-format msgid "\"%s\" requires %s extension" msgstr "\"%s\" 功能需要 %s 擴充套件" -#: libraries/config/FormDisplay.class.php:834 +#: libraries/config/FormDisplay.class.php:835 #, php-format msgid "Compressed import will not work due to missing function %s." msgstr "因為缺少函式 %s,壓縮匯入功能無法執行。" -#: libraries/config/FormDisplay.class.php:841 +#: libraries/config/FormDisplay.class.php:842 #, php-format msgid "Compressed export will not work due to missing function %s." msgstr "因為缺少缺少函式 %s,壓縮匯出功能無法執行。" -#: libraries/config/FormDisplay.class.php:854 +#: libraries/config/FormDisplay.class.php:855 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -5143,7 +5151,7 @@ msgid "Set value: %s" msgstr "設定值: %s" #: libraries/config/FormDisplay.tpl.php:318 -#: libraries/config/messages.inc.php:572 +#: libraries/config/messages.inc.php:573 msgid "Restore default value" msgstr "還原預設值" @@ -5569,7 +5577,7 @@ msgstr "設定 Script 允許執行的時間限制 (秒,[kbd]0[/kbd] 爲不設 msgid "Maximum execution time" msgstr "執行時間限制" -#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:701 +#: libraries/config/messages.inc.php:114 libraries/display_export.lib.php:798 #, php-format msgid "Use %s statement" msgstr "使用 %s 指令" @@ -5578,7 +5586,7 @@ msgstr "使用 %s 指令" msgid "Save as file" msgstr "另存新檔" -#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:344 +#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:345 msgid "Character set of the file" msgstr "檔案編碼" @@ -5594,8 +5602,8 @@ msgstr "壓縮" #: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:127 #: libraries/config/messages.inc.php:135 libraries/config/messages.inc.php:139 #: libraries/config/messages.inc.php:153 libraries/config/messages.inc.php:155 -#: libraries/config/messages.inc.php:199 libraries/config/messages.inc.php:202 -#: libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 +#: libraries/config/messages.inc.php:205 #: libraries/plugins/export/ExportCsv.class.php:91 #: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 @@ -5605,14 +5613,14 @@ msgstr "壓縮" msgid "Put columns names in the first row" msgstr "將欄位名稱儲存至第一行" -#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:346 -#: libraries/config/messages.inc.php:357 +#: libraries/config/messages.inc.php:121 libraries/config/messages.inc.php:347 +#: libraries/config/messages.inc.php:358 #: libraries/plugins/import/ImportCsv.class.php:137 msgid "Columns enclosed with" msgstr "內容分隔符號" -#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:347 -#: libraries/config/messages.inc.php:358 +#: libraries/config/messages.inc.php:122 libraries/config/messages.inc.php:348 +#: libraries/config/messages.inc.php:359 #: libraries/plugins/import/ImportCsv.class.php:148 msgid "Columns escaped with" msgstr "內容跳脫符號" @@ -5620,8 +5628,8 @@ msgstr "內容跳脫符號" #: libraries/config/messages.inc.php:123 libraries/config/messages.inc.php:129 #: libraries/config/messages.inc.php:136 libraries/config/messages.inc.php:145 #: libraries/config/messages.inc.php:154 libraries/config/messages.inc.php:158 -#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:203 -#: libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:201 libraries/config/messages.inc.php:204 +#: libraries/config/messages.inc.php:206 msgid "Replace NULL with" msgstr "將 NULL 取代爲" @@ -5629,13 +5637,13 @@ msgstr "將 NULL 取代爲" msgid "Remove CRLF characters within columns" msgstr "將欄位之間的換行符號(CRLF)移除" -#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:351 -#: libraries/config/messages.inc.php:363 +#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:352 +#: libraries/config/messages.inc.php:364 #: libraries/plugins/import/ImportCsv.class.php:122 msgid "Columns terminated with" msgstr "欄位內容換行使用字元為" -#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:345 +#: libraries/config/messages.inc.php:126 libraries/config/messages.inc.php:346 #: libraries/plugins/import/ImportCsv.class.php:157 msgid "Lines terminated with" msgstr "換行符號" @@ -5657,8 +5665,8 @@ msgid "Table name template" msgstr "資料表名稱樣板" #: libraries/config/messages.inc.php:137 libraries/config/messages.inc.php:151 -#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:195 -#: libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:160 libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:202 #: libraries/plugins/export/ExportHtmlword.class.php:63 #: libraries/plugins/export/ExportLatex.class.php:97 #: libraries/plugins/export/ExportMediawiki.class.php:63 @@ -5686,14 +5694,14 @@ msgid "Label key" msgstr "標籤鍵值" #: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:157 -#: libraries/config/messages.inc.php:191 +#: libraries/config/messages.inc.php:192 #: libraries/plugins/export/ExportOdt.class.php:488 #: templates/columns_definitions/table_fields_definitions.phtml:76 msgid "MIME type" msgstr "MIME 類型" #: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:159 -#: libraries/config/messages.inc.php:194 +#: libraries/config/messages.inc.php:195 msgid "Relations" msgstr "關聯" @@ -5701,108 +5709,114 @@ msgstr "關聯" msgid "Export method" msgstr "匯出方式" -#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:163 +#: libraries/config/messages.inc.php:161 libraries/config/messages.inc.php:164 msgid "Save on server" msgstr "儲存在伺服器上" -#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:165 -#: libraries/display_export.lib.php:414 libraries/display_export.lib.php:449 +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:166 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 msgid "Overwrite existing file(s)" msgstr "覆蓋既有檔案" -#: libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:163 +#, fuzzy +#| msgid "Export tables as separate files" +msgid "Export as separate files" +msgstr "匯出資料表為各別檔案" + +#: libraries/config/messages.inc.php:167 msgid "Remember file name template" msgstr "記錄樣板檔案名稱" -#: libraries/config/messages.inc.php:167 libraries/operations.lib.php:202 -#: libraries/operations.lib.php:791 libraries/operations.lib.php:1198 +#: libraries/config/messages.inc.php:168 libraries/operations.lib.php:222 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1283 msgid "Add AUTO_INCREMENT value" msgstr "加入自動遞增(AUTO_INCREMENT)數值" -#: libraries/config/messages.inc.php:169 +#: libraries/config/messages.inc.php:170 msgid "Enclose table and column names with backquotes" msgstr "在資料表名稱及欄位名稱使用反引號(`)" -#: libraries/config/messages.inc.php:170 libraries/config/messages.inc.php:372 -#: libraries/display_export.lib.php:310 +#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:373 +#: libraries/display_export.lib.php:398 msgid "SQL compatibility mode" msgstr "SQL 相容模式" -#: libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:173 #: libraries/plugins/export/ExportSql.class.php:306 msgid "CREATE TABLE options:" msgstr "CREATE TABLE 選項:" -#: libraries/config/messages.inc.php:173 +#: libraries/config/messages.inc.php:174 msgid "Creation/Update/Check dates" msgstr "建立/更新/檢查日期" -#: libraries/config/messages.inc.php:174 +#: libraries/config/messages.inc.php:175 msgid "Use delayed inserts" msgstr "使用延遲新增" -#: libraries/config/messages.inc.php:175 +#: libraries/config/messages.inc.php:176 #: libraries/plugins/export/ExportSql.class.php:142 msgid "Disable foreign key checks" msgstr "關閉外鍵(Foreign Key)檢查" -#: libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:177 #: libraries/plugins/export/ExportSql.class.php:155 msgid "Export views as tables" msgstr "將視表匯出成資料表" -#: libraries/config/messages.inc.php:177 +#: libraries/config/messages.inc.php:178 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "自 phpMyAdmin 設定儲存空間匯出相關的 Metadata" -#: libraries/config/messages.inc.php:178 libraries/config/messages.inc.php:180 -#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:182 -#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:186 -#: libraries/config/messages.inc.php:193 libraries/operations.lib.php:197 -#: libraries/operations.lib.php:1194 +#: libraries/config/messages.inc.php:179 libraries/config/messages.inc.php:181 +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:183 +#: libraries/config/messages.inc.php:185 libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:194 libraries/operations.lib.php:217 +#: libraries/operations.lib.php:1279 #, php-format msgid "Add %s" msgstr "加入 %s" -#: libraries/config/messages.inc.php:185 +#: libraries/config/messages.inc.php:186 msgid "Use hexadecimal for BINARY & BLOB" msgstr "於 BINARY 與 BLOB 欄位使用 16 進位(HEX)表示" -#: libraries/config/messages.inc.php:187 +#: libraries/config/messages.inc.php:188 msgid "Use ignore inserts" msgstr "使用忽略錯誤的新增(INSERT)" -#: libraries/config/messages.inc.php:189 +#: libraries/config/messages.inc.php:190 msgid "Syntax to use when inserting data" msgstr "在新增資料時使用的語法" -#: libraries/config/messages.inc.php:190 +#: libraries/config/messages.inc.php:191 #: libraries/plugins/export/ExportSql.class.php:425 msgid "Maximal length of created query" msgstr "建立查詢指令最大長度" -#: libraries/config/messages.inc.php:196 +#: libraries/config/messages.inc.php:197 msgid "Export type" msgstr "匯出類型" -#: libraries/config/messages.inc.php:197 +#: libraries/config/messages.inc.php:198 #: libraries/plugins/export/ExportSql.class.php:129 msgid "Enclose export in a transaction" msgstr "匯出資料使用交易(Transcation)的方式包裝" -#: libraries/config/messages.inc.php:198 +#: libraries/config/messages.inc.php:199 msgid "Export time in UTC" msgstr "匯出時間使用世界協調時間(UTC)" -#: libraries/config/messages.inc.php:206 +#: libraries/config/messages.inc.php:207 msgid "Force secured connection while using phpMyAdmin." msgstr "強制使用安全連線瀏覽 phpMyAdmin。" -#: libraries/config/messages.inc.php:207 +#: libraries/config/messages.inc.php:208 msgid "Force SSL connection" msgstr "強制 SSL 連線" -#: libraries/config/messages.inc.php:209 +#: libraries/config/messages.inc.php:210 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -5810,161 +5824,158 @@ msgstr "" "外鍵下拉選單中選項的排序順序,[kbd]content[/kbd] 爲關聯內容,[kbd]id[/kbd] 爲" "鍵值。" -#: libraries/config/messages.inc.php:212 +#: libraries/config/messages.inc.php:213 msgid "Foreign key dropdown order" msgstr "外鍵下拉選單順序" -#: libraries/config/messages.inc.php:214 +#: libraries/config/messages.inc.php:215 msgid "A dropdown will be used if fewer items are present." msgstr "下拉選單中選項個數的限制。" -#: libraries/config/messages.inc.php:215 +#: libraries/config/messages.inc.php:216 msgid "Foreign key limit" msgstr "外鍵數量限制" -#: libraries/config/messages.inc.php:217 +#: libraries/config/messages.inc.php:218 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: libraries/config/messages.inc.php:219 -#| msgid "Foreign key check:" +#: libraries/config/messages.inc.php:220 msgid "Foreign key checks" msgstr "外鍵(Foreign Key)檢查" -#: libraries/config/messages.inc.php:220 +#: libraries/config/messages.inc.php:221 msgid "Browse mode" msgstr "瀏覽模式" -#: libraries/config/messages.inc.php:221 +#: libraries/config/messages.inc.php:222 msgid "Customize browse mode." msgstr "自訂瀏覽模式。" -#: libraries/config/messages.inc.php:223 libraries/config/messages.inc.php:225 -#: libraries/config/messages.inc.php:243 libraries/config/messages.inc.php:256 -#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:302 +#: libraries/config/messages.inc.php:224 libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:244 libraries/config/messages.inc.php:257 +#: libraries/config/messages.inc.php:259 libraries/config/messages.inc.php:303 msgid "Customize default options." msgstr "自定預設選項。" -#: libraries/config/messages.inc.php:224 libraries/config/setup.forms.php:264 -#: libraries/config/setup.forms.php:343 +#: libraries/config/messages.inc.php:225 libraries/config/setup.forms.php:265 +#: libraries/config/setup.forms.php:345 #: libraries/config/user_preferences.forms.php:165 -#: libraries/config/user_preferences.forms.php:242 +#: libraries/config/user_preferences.forms.php:243 msgid "CSV" msgstr "CSV" -#: libraries/config/messages.inc.php:226 +#: libraries/config/messages.inc.php:227 msgid "Developer" msgstr "開發人員" -#: libraries/config/messages.inc.php:227 +#: libraries/config/messages.inc.php:228 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 開發設定。" -#: libraries/config/messages.inc.php:228 +#: libraries/config/messages.inc.php:229 msgid "Edit mode" msgstr "編輯模式" -#: libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:230 msgid "Customize edit mode." msgstr "自訂編輯模式。" -#: libraries/config/messages.inc.php:231 +#: libraries/config/messages.inc.php:232 msgid "Export defaults" msgstr "匯出選項" -#: libraries/config/messages.inc.php:232 +#: libraries/config/messages.inc.php:233 msgid "Customize default export options." msgstr "自訂匯出選項的預設值。" -#: libraries/config/messages.inc.php:233 libraries/config/messages.inc.php:294 +#: libraries/config/messages.inc.php:234 libraries/config/messages.inc.php:295 #: setup/frames/menu.inc.php:22 msgid "Features" msgstr "功能" -#: libraries/config/messages.inc.php:234 +#: libraries/config/messages.inc.php:235 msgid "General" msgstr "一般" -#: libraries/config/messages.inc.php:235 +#: libraries/config/messages.inc.php:236 msgid "Set some commonly used options." msgstr "設定某些常用選項。" -#: libraries/config/messages.inc.php:237 +#: libraries/config/messages.inc.php:238 msgid "Import defaults" msgstr "匯入選項" -#: libraries/config/messages.inc.php:238 +#: libraries/config/messages.inc.php:239 msgid "Customize default common import options." msgstr "自訂常用匯入選項的預設值。" -#: libraries/config/messages.inc.php:239 +#: libraries/config/messages.inc.php:240 msgid "Import / export" msgstr "匯入 / 匯出" -#: libraries/config/messages.inc.php:241 +#: libraries/config/messages.inc.php:242 msgid "Set import and export directories and compression options." msgstr "設定匯入和匯出資料夾以及壓縮選項。" -#: libraries/config/messages.inc.php:242 +#: libraries/config/messages.inc.php:243 msgid "LaTeX" msgstr "LaTeX" -#: libraries/config/messages.inc.php:245 +#: libraries/config/messages.inc.php:246 msgid "Databases display options." msgstr "資料庫顯示選項。" -#: libraries/config/messages.inc.php:246 setup/frames/menu.inc.php:24 +#: libraries/config/messages.inc.php:247 setup/frames/menu.inc.php:24 msgid "Navigation panel" msgstr "導覽面板" -#: libraries/config/messages.inc.php:247 +#: libraries/config/messages.inc.php:248 msgid "Customize appearance of the navigation panel." msgstr "自訂導覽面版外觀。" -#: libraries/config/messages.inc.php:248 -#| msgid "Navigation panel" +#: libraries/config/messages.inc.php:249 msgid "Navigation tree" msgstr "導覽樹" -#: libraries/config/messages.inc.php:249 -#| msgid "Customize navigation panel" +#: libraries/config/messages.inc.php:250 msgid "Customize the navigation tree." msgstr "自訂導覽樹。" -#: libraries/config/messages.inc.php:250 libraries/select_server.lib.php:46 +#: libraries/config/messages.inc.php:251 libraries/select_server.lib.php:46 #: setup/frames/index.inc.php:144 msgid "Servers" msgstr "伺服器" -#: libraries/config/messages.inc.php:251 +#: libraries/config/messages.inc.php:252 msgid "Servers display options." msgstr "伺服器顯示選項。" -#: libraries/config/messages.inc.php:253 +#: libraries/config/messages.inc.php:254 msgid "Tables display options." msgstr "資料表顯示選項。" -#: libraries/config/messages.inc.php:254 setup/frames/menu.inc.php:25 +#: libraries/config/messages.inc.php:255 setup/frames/menu.inc.php:25 msgid "Main panel" msgstr "主面板" -#: libraries/config/messages.inc.php:255 +#: libraries/config/messages.inc.php:256 msgid "Microsoft Office" msgstr "微軟 Office" -#: libraries/config/messages.inc.php:259 +#: libraries/config/messages.inc.php:260 msgid "Other core settings" msgstr "其他核心設定" -#: libraries/config/messages.inc.php:261 +#: libraries/config/messages.inc.php:262 msgid "Settings that didn't fit anywhere else." msgstr "其他設定。" -#: libraries/config/messages.inc.php:262 +#: libraries/config/messages.inc.php:263 msgid "Page titles" msgstr "頁面標題" -#: libraries/config/messages.inc.php:264 +#: libraries/config/messages.inc.php:265 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -5972,48 +5983,48 @@ msgstr "" "設定瀏覽器標題列顯示的文字。請參考 [doc@faq6-27]說明文件[/doc] 中的變數字串會" "替換為特殊內容。" -#: libraries/config/messages.inc.php:268 +#: libraries/config/messages.inc.php:269 msgid "Security" msgstr "安全性" -#: libraries/config/messages.inc.php:270 +#: libraries/config/messages.inc.php:271 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" "請注意 phpMyAdmin 僅提供使用者介面及相關功能,並不會實際限制 MySQL 的執行。" -#: libraries/config/messages.inc.php:273 +#: libraries/config/messages.inc.php:274 msgid "Basic settings" msgstr "基本設定" -#: libraries/config/messages.inc.php:274 +#: libraries/config/messages.inc.php:275 msgid "Authentication" msgstr "認證" -#: libraries/config/messages.inc.php:275 +#: libraries/config/messages.inc.php:276 msgid "Authentication settings." msgstr "認證設定。" -#: libraries/config/messages.inc.php:276 +#: libraries/config/messages.inc.php:277 msgid "Server configuration" msgstr "伺服器設定" -#: libraries/config/messages.inc.php:278 +#: libraries/config/messages.inc.php:279 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "進階伺服器設定,若您不知道這些設定項目的用途,請不要修改。" -#: libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:282 msgid "Enter server connection parameters." msgstr "請輸入伺服器連線參數。" -#: libraries/config/messages.inc.php:282 +#: libraries/config/messages.inc.php:283 msgid "Configuration storage" msgstr "設定儲存空間" -#: libraries/config/messages.inc.php:284 +#: libraries/config/messages.inc.php:285 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -6022,134 +6033,134 @@ msgstr "" "請設定 phpMyAdmin 設定儲存空間以開啟其他進階功能,請參考 [doc@linked-" "tables]phpMyAdmin 設定儲存空間[/doc]。" -#: libraries/config/messages.inc.php:288 +#: libraries/config/messages.inc.php:289 msgid "Changes tracking" msgstr "修改追蹤" -#: libraries/config/messages.inc.php:290 +#: libraries/config/messages.inc.php:291 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "追蹤資料庫的修改。需要 phpMyAdmin 設定儲存空間。" -#: libraries/config/messages.inc.php:293 +#: libraries/config/messages.inc.php:294 msgid "Customize export options" msgstr "自訂匯出選項" -#: libraries/config/messages.inc.php:295 +#: libraries/config/messages.inc.php:296 msgid "Customize import defaults" msgstr "自訂匯入選項" -#: libraries/config/messages.inc.php:296 +#: libraries/config/messages.inc.php:297 msgid "Customize navigation panel" msgstr "自訂導覽面板" -#: libraries/config/messages.inc.php:297 +#: libraries/config/messages.inc.php:298 msgid "Customize main panel" msgstr "自訂主面板" -#: libraries/config/messages.inc.php:298 libraries/config/messages.inc.php:303 +#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304 #: setup/frames/menu.inc.php:23 msgid "SQL queries" msgstr "SQL 查詢" -#: libraries/config/messages.inc.php:300 +#: libraries/config/messages.inc.php:301 msgid "SQL Query box" msgstr "SQL 查詢框" -#: libraries/config/messages.inc.php:301 +#: libraries/config/messages.inc.php:302 msgid "Customize links shown in SQL Query boxes." msgstr "自訂顯示在 SQL 查詢框中的連結。" -#: libraries/config/messages.inc.php:304 +#: libraries/config/messages.inc.php:305 msgid "SQL queries settings." msgstr "SQL 語法設定。" -#: libraries/config/messages.inc.php:305 +#: libraries/config/messages.inc.php:306 msgid "Startup" msgstr "首頁" -#: libraries/config/messages.inc.php:306 +#: libraries/config/messages.inc.php:307 msgid "Customize startup page." msgstr "自訂首頁。" -#: libraries/config/messages.inc.php:307 +#: libraries/config/messages.inc.php:308 msgid "Database structure" msgstr "資料庫結構" -#: libraries/config/messages.inc.php:309 +#: libraries/config/messages.inc.php:310 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "請選擇要顯示在資料庫結構頁中的明細資料 (資料表清單)。" -#: libraries/config/messages.inc.php:310 +#: libraries/config/messages.inc.php:311 #: libraries/plugins/export/ExportPdf.class.php:279 -#: libraries/structure.lib.php:3424 +#: libraries/structure.lib.php:3435 msgid "Table structure" msgstr "資料表結構" -#: libraries/config/messages.inc.php:312 +#: libraries/config/messages.inc.php:313 msgid "Settings for the table structure (list of columns)." msgstr "設定資料表結構 (欄位清單)。" -#: libraries/config/messages.inc.php:313 +#: libraries/config/messages.inc.php:314 msgid "Tabs" msgstr "頁籤" -#: libraries/config/messages.inc.php:314 +#: libraries/config/messages.inc.php:315 msgid "Choose how you want tabs to work." msgstr "請選擇頁籤的顯示方式。" -#: libraries/config/messages.inc.php:315 +#: libraries/config/messages.inc.php:316 msgid "Display relational schema" msgstr "顯示關聯綱要(Schema)" -#: libraries/config/messages.inc.php:317 +#: libraries/config/messages.inc.php:318 #: libraries/plugins/schema/SchemaDia.class.php:77 #: libraries/plugins/schema/SchemaPdf.class.php:83 msgid "Paper size" msgstr "紙張大小" -#: libraries/config/messages.inc.php:320 +#: libraries/config/messages.inc.php:321 msgid "Text fields" msgstr "文字欄位" -#: libraries/config/messages.inc.php:321 +#: libraries/config/messages.inc.php:322 msgid "Customize text input fields." msgstr "自訂文字輸入框。" -#: libraries/config/messages.inc.php:322 +#: libraries/config/messages.inc.php:323 msgid "Texy! text" msgstr "Texy! 文字" -#: libraries/config/messages.inc.php:323 +#: libraries/config/messages.inc.php:324 msgid "Customize default options" msgstr "自定預設選項" -#: libraries/config/messages.inc.php:324 +#: libraries/config/messages.inc.php:325 msgid "Warnings" msgstr "警告訊息" -#: libraries/config/messages.inc.php:326 +#: libraries/config/messages.inc.php:327 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "停用部分 phpMyAdmin 發出的警告訊息。" -#: libraries/config/messages.inc.php:328 +#: libraries/config/messages.inc.php:329 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations." msgstr "" "允許在匯入和匯出時使用 [a@http://en.wikipedia.org/wiki/Gzip]gzip [/a] 壓縮。" -#: libraries/config/messages.inc.php:331 +#: libraries/config/messages.inc.php:332 msgid "GZip" msgstr "GZip" -#: libraries/config/messages.inc.php:332 +#: libraries/config/messages.inc.php:333 msgid "Extra parameters for iconv" msgstr "iconv 的額外參數" -#: libraries/config/messages.inc.php:334 +#: libraries/config/messages.inc.php:335 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -6157,11 +6168,11 @@ msgstr "" "如果開啟此選項,在執行多條指令查詢的時候,即使有一條或多條指令發生錯誤," "phpMyAdmin 仍會繼續執行其他的指令。" -#: libraries/config/messages.inc.php:337 +#: libraries/config/messages.inc.php:338 msgid "Ignore multiple statement errors" msgstr "忽略多行指令的錯誤" -#: libraries/config/messages.inc.php:339 +#: libraries/config/messages.inc.php:340 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -6170,25 +6181,25 @@ msgstr "" "允許在程式偵測到執行時間快到上限時自動中斷匯入。若要匯入大型檔案這是很好的方" "法之一,不過使用這種方法會破壞指令中的交易(Transaction)動作。" -#: libraries/config/messages.inc.php:343 +#: libraries/config/messages.inc.php:344 msgid "Partial import: allow interrupt" msgstr "部分匯入: 允許中斷" -#: libraries/config/messages.inc.php:348 libraries/config/messages.inc.php:359 +#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:360 #: libraries/plugins/import/ImportCsv.class.php:89 #: libraries/plugins/import/ImportLdi.class.php:73 msgid "Do not abort on INSERT error" msgstr "新增錯誤時不中斷程式" -#: libraries/config/messages.inc.php:349 libraries/config/messages.inc.php:361 +#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "加入 ON DUPLICATE KEY UPDATE" -#: libraries/config/messages.inc.php:350 libraries/config/messages.inc.php:362 +#: libraries/config/messages.inc.php:351 libraries/config/messages.inc.php:363 msgid "Update data when duplicate keys found on import" msgstr "匯入發現重複鍵值時更新資料" -#: libraries/config/messages.inc.php:353 +#: libraries/config/messages.inc.php:354 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -6196,67 +6207,67 @@ msgstr "" "預設格式,請注意此列表內容會依據位置(資料庫或資料表)不同而改變,僅 SQL 部份不" "會有所影響。" -#: libraries/config/messages.inc.php:356 +#: libraries/config/messages.inc.php:357 msgid "Format of imported file" msgstr "匯入檔案的格式" -#: libraries/config/messages.inc.php:360 +#: libraries/config/messages.inc.php:361 #: libraries/plugins/import/ImportLdi.class.php:78 msgid "Use LOCAL keyword" msgstr "使用本地(LOCAL)關鍵字" -#: libraries/config/messages.inc.php:364 libraries/config/messages.inc.php:375 -#: libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:365 libraries/config/messages.inc.php:376 +#: libraries/config/messages.inc.php:377 msgid "Column names in first row" msgstr "第一行資料為欄位名稱" -#: libraries/config/messages.inc.php:365 +#: libraries/config/messages.inc.php:366 #: libraries/plugins/import/ImportOds.class.php:83 msgid "Do not import empty rows" msgstr "不匯入空資料列" -#: libraries/config/messages.inc.php:367 +#: libraries/config/messages.inc.php:368 msgid "Import currencies ($5.00 to 5.00)" msgstr "匯入貨幣 ($5.00 將以 5.00 匯入)" -#: libraries/config/messages.inc.php:369 +#: libraries/config/messages.inc.php:370 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "以小數匯入百分比 (12.00% 將以 .12 匯入)" -#: libraries/config/messages.inc.php:370 +#: libraries/config/messages.inc.php:371 msgid "Number of queries to skip from start." msgstr "自文件開始略過的查詢數。" -#: libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:372 msgid "Partial import: skip queries" msgstr "部分匯入: 跳過查詢" -#: libraries/config/messages.inc.php:374 +#: libraries/config/messages.inc.php:375 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "請勿為數值為零的資料加上 AUTO_INCREMENT 屬性" -#: libraries/config/messages.inc.php:377 +#: libraries/config/messages.inc.php:378 msgid "Initial state for sliders" msgstr "Slider 起始狀態" -#: libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:379 msgid "How many rows can be inserted at one time." msgstr "一次可以新增的資料列數。" -#: libraries/config/messages.inc.php:379 +#: libraries/config/messages.inc.php:380 msgid "Number of inserted rows" msgstr "新增的列數" -#: libraries/config/messages.inc.php:381 +#: libraries/config/messages.inc.php:382 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "瀏覽非數字欄位時所顯示的最大字元數。" -#: libraries/config/messages.inc.php:383 +#: libraries/config/messages.inc.php:384 msgid "Limit column characters" msgstr "限制欄位字元數" -#: libraries/config/messages.inc.php:385 +#: libraries/config/messages.inc.php:386 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -6265,21 +6276,21 @@ msgstr "" "如果設爲 TRUE,在登出時將會自動刪除所有伺服器的 Cookies。如果設爲 FALSE,在您" "登入多台伺服器的時候,很可能會使您忘記登出。" -#: libraries/config/messages.inc.php:389 +#: libraries/config/messages.inc.php:390 msgid "Delete all cookies on logout" msgstr "登出時刪除所有 cookies" -#: libraries/config/messages.inc.php:391 +#: libraries/config/messages.inc.php:392 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "定義在 [kbd]cookie[/kbd] 認證方式中是否顯示上次登入的帳號。" -#: libraries/config/messages.inc.php:394 +#: libraries/config/messages.inc.php:395 msgid "Recall user name" msgstr "顯示上次登入的帳號" -#: libraries/config/messages.inc.php:396 +#: libraries/config/messages.inc.php:397 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -6289,68 +6300,68 @@ msgstr "" "設定瀏覽器可儲存登入用的 cookie 時間(秒)。預設爲 0,代表不保留 cookie 直至瀏" "覽器關閉即刪除。建議在不安全的環境下使用此預設值。" -#: libraries/config/messages.inc.php:401 +#: libraries/config/messages.inc.php:402 msgid "Login cookie store" msgstr "儲存登入 cookie" -#: libraries/config/messages.inc.php:403 +#: libraries/config/messages.inc.php:404 msgid "Define how long (in seconds) a login cookie is valid." msgstr "設定使用 Cookie 方式登入的有效期限 (秒)。" -#: libraries/config/messages.inc.php:404 +#: libraries/config/messages.inc.php:405 msgid "Login cookie validity" msgstr "登入 Cookie 有效期限" -#: libraries/config/messages.inc.php:406 +#: libraries/config/messages.inc.php:407 msgid "Double size of textarea for LONGTEXT columns." msgstr "放大一倍 LONGTEXT 欄位的輸入框。" -#: libraries/config/messages.inc.php:407 +#: libraries/config/messages.inc.php:408 msgid "Bigger textarea for LONGTEXT" msgstr "放大 LONGTEXT 欄位的輸入框" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:410 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "顯示 SQL 指令時最多顯示的字數。" -#: libraries/config/messages.inc.php:410 +#: libraries/config/messages.inc.php:411 msgid "Maximum displayed SQL length" msgstr "顯示 SQL 指令的長度限制" -#: libraries/config/messages.inc.php:411 libraries/config/messages.inc.php:430 -#: libraries/config/messages.inc.php:558 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:559 msgid "Users cannot set a higher value" msgstr "使用者不能設定更大的值" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:414 msgid "Maximum number of databases displayed in database list." msgstr "在資料庫清單顯示的資料庫項目數量上限。" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:415 msgid "Maximum databases" msgstr "資料庫數量上限" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:417 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "導覽樹每一頁可以顯示的第一層項目數量。" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:420 msgid "Maximum items on first level" msgstr "導覽樹第一層項目數量上限" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:422 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "導覽樹每一頁可以顯示的項目數量。" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:424 msgid "Maximum items in branch" msgstr "導覽樹分支的項目數量上限" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:426 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -6358,249 +6369,239 @@ msgstr "" "瀏覽查詢結果時一次最多顯示的列數。如果結果超過此列數,則會顯示「上一頁」和" "「下一頁」的連結。" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:430 msgid "Maximum number of rows to display" msgstr "可顯示的資料列數量上限" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:432 msgid "Maximum number of tables displayed in table list." msgstr "資料表清單中可顯示的資料表數量上限。" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:433 msgid "Maximum tables" msgstr "資料表數量上限" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:435 msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)." msgstr "" "執行 Script 時可配置的記憶體大小,例 [kbd]32MB[/kbd] ([kbd]0[/kbd]爲不限制)。" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:438 msgid "Memory limit" msgstr "記憶體限制" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:439 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "將導覽面版的資料庫樹狀選單更改為下拉式選單" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:441 msgid "Show databases navigation as tree" msgstr "以樹狀顯示資料庫導覽面版" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:443 msgid "Link with main panel by highlighting the current database or table." msgstr "在主控台明顯標示目前的資料庫或資料表。" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:445 msgid "Show logo in navigation panel." msgstr "在導覽面板中顯示圖示。" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:446 msgid "Display logo" msgstr "顯示 Logo" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:448 msgid "URL where logo in the navigation panel will point to." msgstr "導覽面板中圖示所連結的網址。" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:449 msgid "Logo link URL" msgstr "Logo 連結網址" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:451 msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])." msgstr "使用主視窗 ([kbd]main[/kbd]) 或新視窗 ([kbd]new[/kbd]) 開啟目標連結。" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:454 msgid "Logo link target" msgstr "Logo 連結目標" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:456 msgid "Display server choice at the top of the navigation panel." msgstr "在導覽面板上方顯示伺服器清單。" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:457 msgid "Display servers selection" msgstr "顯示伺服器選擇" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:458 msgid "Target for quick access icon" msgstr "快速存取圖示要顯示的目標頁面" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:460 msgid "Target for second quick access icon" msgstr "第二快速存取圖示的目標頁面" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:463 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "設定顯示搜尋框的項目數量下限 (資料表、檢視表、預存程序和事件) 。" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:467 msgid "Minimum number of items to display the filter box" msgstr "設定顯示搜尋框的項目數量下限" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:469 msgid "Minimum number of databases to display the database filter box" msgstr "設定顯示搜尋框的資料庫數量下限" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:471 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" "將導覽樹內的項目分組 (依上方 資料庫與資料表 頁籤定義的分隔符號來分組)。" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:473 msgid "Group items in the tree" msgstr "將導覽樹內的項目分組" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:475 msgid "String that separates databases into different tree levels." msgstr "會依據此分隔符號將資料庫分爲不同階層的樹狀。" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:476 msgid "Database tree separator" msgstr "資料庫導覽樹的分隔符號" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:478 msgid "String that separates tables into different tree levels." msgstr "會依據此分隔符號將資料表分爲不同階層的樹狀。" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:479 msgid "Table tree separator" msgstr "資料表導覽樹的分隔符號" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:480 msgid "Maximum table tree depth" msgstr "資料表導覽樹深度限制" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:482 msgid "Highlight server under the mouse cursor." msgstr "當滑鼠指標移至伺服器上時加強標示。" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:483 msgid "Enable highlighting" msgstr "開啟加強標示" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:485 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "是否於導覽面版中提供樹狀選單的展開功能。" -#: libraries/config/messages.inc.php:486 +#: libraries/config/messages.inc.php:487 msgid "Enable navigation tree expansion" msgstr "開啟導覽樹展開功能" -#: libraries/config/messages.inc.php:487 -#| msgid "Show/Hide tables list" +#: libraries/config/messages.inc.php:488 msgid "Show tables in tree" msgstr "在導覽樹顯示資料表" -#: libraries/config/messages.inc.php:489 -#| msgid "" -#| "Whether to offer the possibility of tree expansion in the navigation " -#| "panel." +#: libraries/config/messages.inc.php:490 msgid "Whether to show tables under database in the navigation tree" msgstr "在導覽樹是否於於資料庫底下顯示資料表" -#: libraries/config/messages.inc.php:490 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:491 msgid "Show views in tree" msgstr "在導覽樹顯示檢視表" -#: libraries/config/messages.inc.php:492 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:493 msgid "Whether to show views under database in the navigation tree" msgstr "在導覽樹是否於於資料庫底下顯示檢視表(View)" -#: libraries/config/messages.inc.php:493 -#| msgid "Show function fields" +#: libraries/config/messages.inc.php:494 msgid "Show functions in tree" msgstr "在導覽樹顯示函數" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:496 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:496 -#| msgid "Show processes" +#: libraries/config/messages.inc.php:497 msgid "Show procedures in tree" msgstr "在導覽樹顯示預儲程序" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:499 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: libraries/config/messages.inc.php:499 -#| msgid "Show versions" +#: libraries/config/messages.inc.php:500 msgid "Show events in tree" msgstr "在導覽樹顯示事件" -#: libraries/config/messages.inc.php:501 -#| msgid "Show databases navigation as tree" +#: libraries/config/messages.inc.php:502 msgid "Whether to show events under database in the navigation tree" msgstr "在導覽樹是否於於資料庫底下顯示事件(Event)" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:504 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最多顯示幾個最近使用的資料表;0 代表不顯示。" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:506 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "顯示我的最愛資料表的數量上限;設為 0 則關閉此功能。" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:507 msgid "Recently used tables" msgstr "最近使用的資料表" -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:509 msgid "These are Edit, Copy and Delete links." msgstr "連結包含了編輯、複製和刪除。" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:510 msgid "Where to show the table row links" msgstr "資料列的連結顯示位置" -#: libraries/config/messages.inc.php:510 +#: libraries/config/messages.inc.php:511 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:512 msgid "Show row links anyway" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:514 msgid "Use natural order for sorting table and database names." msgstr "使用自然排序顯示資料庫與資料表名稱。" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:515 msgid "Natural order" msgstr "自然排序" -#: libraries/config/messages.inc.php:515 libraries/config/messages.inc.php:546 -#: libraries/config/messages.inc.php:548 +#: libraries/config/messages.inc.php:516 libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:549 msgid "Use only icons, only text or both." msgstr "僅使用圖示、文字或都使用。" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:517 msgid "Table navigation bar" msgstr "資料表導覽欄" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:519 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "使用 GZip 輸出快取以加快 HTTP 傳輸速度。" -#: libraries/config/messages.inc.php:519 +#: libraries/config/messages.inc.php:520 msgid "GZip output buffering" msgstr "GZip 輸出快取" -#: libraries/config/messages.inc.php:521 +#: libraries/config/messages.inc.php:522 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -6608,19 +6609,19 @@ msgstr "" "[kbd]SMART[/kbd] - 如: 對 TIME、DATE、DATETIME 和 TIMESTAMP 類型的欄位遞減排" "序,其他欄位遞增。" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:525 msgid "Default sorting order" msgstr "預設排序" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:527 msgid "Use persistent connections to MySQL databases." msgstr "使用持續連線的方式連線到 MySQL 資料庫。" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:528 msgid "Persistent connections" msgstr "持續連線" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:530 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -6629,47 +6630,47 @@ msgstr "" "關閉在缺少 phpMyAdmin 設定儲存空間所需資料表時在資料庫結構頁面中顯示的預設警" "告訊息。" -#: libraries/config/messages.inc.php:534 +#: libraries/config/messages.inc.php:535 msgid "Missing phpMyAdmin configuration storage tables" msgstr "缺少 phpMyAdmin 設定儲存空間資料表" -#: libraries/config/messages.inc.php:536 +#: libraries/config/messages.inc.php:537 msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected." msgstr "關閉在偵測到 MySQL 函式庫和伺服器有所不同時的預設警告訊息。" -#: libraries/config/messages.inc.php:540 +#: libraries/config/messages.inc.php:541 msgid "Server/library difference warning" msgstr "伺服器與函式庫不同版本的警告" -#: libraries/config/messages.inc.php:542 +#: libraries/config/messages.inc.php:543 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "關閉在資料表欄位是 MySQL 保留字時,結構頁面內顯示的預設警告訊息。" -#: libraries/config/messages.inc.php:545 +#: libraries/config/messages.inc.php:546 msgid "MySQL reserved word warning" msgstr "MySQL 保留字警告" -#: libraries/config/messages.inc.php:547 +#: libraries/config/messages.inc.php:548 msgid "How to display the menu tabs" msgstr "如何顯示選單標籤頁" -#: libraries/config/messages.inc.php:549 +#: libraries/config/messages.inc.php:550 msgid "How to display various action links" msgstr "如何顯示各種操作連結" -#: libraries/config/messages.inc.php:550 +#: libraries/config/messages.inc.php:551 msgid "Disallow BLOB and BINARY columns from editing." msgstr "不允許編輯 BLOB 和 BINARY 類型欄位。" -#: libraries/config/messages.inc.php:551 +#: libraries/config/messages.inc.php:552 msgid "Protect binary columns" msgstr "保護二進位欄位" -#: libraries/config/messages.inc.php:553 +#: libraries/config/messages.inc.php:554 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -6679,118 +6680,118 @@ msgstr "" "開啟此功能。若不使用,將會採用 Javascript 來保存查詢歷史記錄 (只會保留至瀏覽" "器關閉為止)。" -#: libraries/config/messages.inc.php:557 +#: libraries/config/messages.inc.php:558 msgid "Permanent query history" msgstr "保存查詢歷史記錄" -#: libraries/config/messages.inc.php:559 +#: libraries/config/messages.inc.php:560 msgid "How many queries are kept in history." msgstr "要保存的查詢歷史記錄的數量。" -#: libraries/config/messages.inc.php:560 +#: libraries/config/messages.inc.php:561 msgid "Query history length" msgstr "查詢歷史記錄數量" -#: libraries/config/messages.inc.php:562 +#: libraries/config/messages.inc.php:563 msgid "Select which functions will be used for character set conversion." msgstr "選擇進行字元編碼轉換時使用的函數。" -#: libraries/config/messages.inc.php:563 +#: libraries/config/messages.inc.php:564 msgid "Recoding engine" msgstr "編碼引擎" -#: libraries/config/messages.inc.php:565 +#: libraries/config/messages.inc.php:566 msgid "When browsing tables, the sorting of each table is remembered." msgstr "瀏覽資料表時會使用上次的資料表排序。" -#: libraries/config/messages.inc.php:566 +#: libraries/config/messages.inc.php:567 msgid "Remember table's sorting" msgstr "記住資料表的排序" -#: libraries/config/messages.inc.php:567 +#: libraries/config/messages.inc.php:568 msgid "Default sort order for tables with a primary key." msgstr "預設使用主鍵來排序表格。" -#: libraries/config/messages.inc.php:568 +#: libraries/config/messages.inc.php:569 msgid "Primary key default sort order" msgstr "主鍵預設排序" -#: libraries/config/messages.inc.php:570 +#: libraries/config/messages.inc.php:571 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "每 X 儲存格重複標題,要關閉此功能請設爲 [kbd]0[/kbd]。" -#: libraries/config/messages.inc.php:571 +#: libraries/config/messages.inc.php:572 msgid "Repeat headers" msgstr "重複顯示標題" -#: libraries/config/messages.inc.php:573 +#: libraries/config/messages.inc.php:574 msgid "Grid editing: trigger action" msgstr "表格編輯: 觸發動作" -#: libraries/config/messages.inc.php:574 +#: libraries/config/messages.inc.php:575 msgid "Relational display" msgstr "關聯顯示" -#: libraries/config/messages.inc.php:575 +#: libraries/config/messages.inc.php:576 msgid "For display Options" msgstr "顯示用選項" -#: libraries/config/messages.inc.php:576 +#: libraries/config/messages.inc.php:577 msgid "Grid editing: save all edited cells at once" msgstr "表格編輯: 一次儲存所有已編輯資料" -#: libraries/config/messages.inc.php:577 +#: libraries/config/messages.inc.php:578 msgid "Directory where exports can be saved on server." msgstr "伺服器上用來儲存匯出檔案的資料夾。" -#: libraries/config/messages.inc.php:578 +#: libraries/config/messages.inc.php:579 msgid "Save directory" msgstr "儲存資料夾" -#: libraries/config/messages.inc.php:579 +#: libraries/config/messages.inc.php:580 msgid "Leave blank if not used." msgstr "不使用請留空。" -#: libraries/config/messages.inc.php:580 +#: libraries/config/messages.inc.php:581 msgid "Host authorization order" msgstr "主機認證模式" -#: libraries/config/messages.inc.php:581 +#: libraries/config/messages.inc.php:582 msgid "Leave blank for defaults." msgstr "使用預設值請留空。" -#: libraries/config/messages.inc.php:582 +#: libraries/config/messages.inc.php:583 msgid "Host authorization rules" msgstr "主機認證規則" -#: libraries/config/messages.inc.php:583 +#: libraries/config/messages.inc.php:584 msgid "Allow logins without a password" msgstr "允許空密碼登入" -#: libraries/config/messages.inc.php:584 +#: libraries/config/messages.inc.php:585 msgid "Allow root login" msgstr "允許 root 使用者登入" -#: libraries/config/messages.inc.php:585 +#: libraries/config/messages.inc.php:586 msgid "Session timezone" msgstr "連線階段時區" -#: libraries/config/messages.inc.php:586 +#: libraries/config/messages.inc.php:587 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "設定有效的時區,可能於您的資料庫伺服器有所不同" -#: libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:589 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "使用 HTTP 基本認證時顯示給使用者的提示資訊。" -#: libraries/config/messages.inc.php:589 +#: libraries/config/messages.inc.php:590 msgid "HTTP Realm" msgstr "HTTP 提示資訊" -#: libraries/config/messages.inc.php:591 +#: libraries/config/messages.inc.php:592 msgid "" "The path for the config file for [a@http://swekey.com]SweKey hardware " "authentication[/a] (not located in your document root; suggested: /etc/" @@ -6799,19 +6800,19 @@ msgstr "" "[a@http://swekey.com]SweKey 硬件認證 [/a]的設定檔案路徑 (請勿置於您的檔案根資" "料夾,推薦使用: /etc/swekey.conf)。" -#: libraries/config/messages.inc.php:595 +#: libraries/config/messages.inc.php:596 msgid "SweKey config file" msgstr "SweKey 設定檔案" -#: libraries/config/messages.inc.php:596 +#: libraries/config/messages.inc.php:597 msgid "Authentication method to use." msgstr "要使用的認證方式。" -#: libraries/config/messages.inc.php:597 setup/frames/index.inc.php:163 +#: libraries/config/messages.inc.php:598 setup/frames/index.inc.php:163 msgid "Authentication type" msgstr "認證方式" -#: libraries/config/messages.inc.php:599 +#: libraries/config/messages.inc.php:600 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" @@ -6819,41 +6820,41 @@ msgstr "" "在不支援[a@http://wiki.phpmyadmin.net/pma/bookmark]書籤[/a]功能時請留空,建議" "用: [kbd]pma__bookmark[/kbd]" -#: libraries/config/messages.inc.php:602 +#: libraries/config/messages.inc.php:603 msgid "Bookmark table" msgstr "書籤表" -#: libraries/config/messages.inc.php:604 +#: libraries/config/messages.inc.php:605 msgid "" "Leave blank for no column comments/mime types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "無欄位註解/MIME類型時留空白。建議值: [kbd]pma__column_info[/kbd]。" -#: libraries/config/messages.inc.php:607 +#: libraries/config/messages.inc.php:608 msgid "Column information table" msgstr "列資訊表" -#: libraries/config/messages.inc.php:608 +#: libraries/config/messages.inc.php:609 msgid "Compress connection to MySQL server." msgstr "壓縮連線到 MySQL 伺服器。" -#: libraries/config/messages.inc.php:609 +#: libraries/config/messages.inc.php:610 msgid "Compress connection" msgstr "壓縮連線" -#: libraries/config/messages.inc.php:611 +#: libraries/config/messages.inc.php:612 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." msgstr "怎樣連線到伺服器,如果不確定,請選擇 [kbd]tcp[/kbd]。" -#: libraries/config/messages.inc.php:612 +#: libraries/config/messages.inc.php:613 msgid "Connection type" msgstr "連接方式" -#: libraries/config/messages.inc.php:613 +#: libraries/config/messages.inc.php:614 msgid "Control user password" msgstr "控制使用者的密碼" -#: libraries/config/messages.inc.php:615 +#: libraries/config/messages.inc.php:616 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." @@ -6861,36 +6862,36 @@ msgstr "" "只擁有部份權限的 MySQL 特殊使用者,詳情請參考 [a@http://wiki.phpmyadmin.net/" "pma/controluser]wiki[/a]。" -#: libraries/config/messages.inc.php:618 +#: libraries/config/messages.inc.php:619 msgid "Control user" msgstr "控制使用者" -#: libraries/config/messages.inc.php:620 +#: libraries/config/messages.inc.php:621 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "設定儲存空間的備用主機位置,若不修改備用主機位置則留空。" -#: libraries/config/messages.inc.php:623 +#: libraries/config/messages.inc.php:624 msgid "Control host" msgstr "管理伺服器" -#: libraries/config/messages.inc.php:625 +#: libraries/config/messages.inc.php:626 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "設定儲存空間的備用主機位置埠號,若使用預設值或不修改設定則留空。" -#: libraries/config/messages.inc.php:629 +#: libraries/config/messages.inc.php:630 msgid "Control port" msgstr "管理連接埠" -#: libraries/config/messages.inc.php:631 +#: libraries/config/messages.inc.php:632 msgid "Hide databases matching regular expression (PCRE)." msgstr "隱藏資料庫名稱符合此正規表示法(PCRE)的項目。" -#: libraries/config/messages.inc.php:632 +#: libraries/config/messages.inc.php:633 msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" @@ -6898,77 +6899,93 @@ msgstr "" "詳情請參考 [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA 問題追蹤系" "統[/a] 與 [a@http://bugs.mysql.com/19588]MySQL 問題回報[/a]" -#: libraries/config/messages.inc.php:633 +#: libraries/config/messages.inc.php:634 msgid "Disable use of INFORMATION_SCHEMA" msgstr "停用 INFORMATION_SCHEMA" -#: libraries/config/messages.inc.php:634 +#: libraries/config/messages.inc.php:635 msgid "Hide databases" msgstr "隱藏資料庫" -#: libraries/config/messages.inc.php:636 +#: libraries/config/messages.inc.php:637 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "不使用 SQL 查詢歷史功能請留空,建議值: [kbd]pma__history[/kbd]。" -#: libraries/config/messages.inc.php:639 +#: libraries/config/messages.inc.php:640 msgid "SQL query history table" msgstr "SQL 查詢紀錄表" -#: libraries/config/messages.inc.php:640 +#: libraries/config/messages.inc.php:641 msgid "Hostname where MySQL server is running." msgstr "正在執行 MySQL 伺服器的主機名稱。" -#: libraries/config/messages.inc.php:641 +#: libraries/config/messages.inc.php:642 msgid "Server hostname" msgstr "伺服器主機名稱" -#: libraries/config/messages.inc.php:642 +#: libraries/config/messages.inc.php:643 msgid "Logout URL" msgstr "登出網址" -#: libraries/config/messages.inc.php:644 +#: libraries/config/messages.inc.php:645 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "儲存於資料庫的資料表偏好設定數量限制,超過數量會從最舊的項目自動移除。" -#: libraries/config/messages.inc.php:648 +#: libraries/config/messages.inc.php:649 msgid "Maximal number of table preferences to store" msgstr "資料表偏好設定的儲存最大值" -#: libraries/config/messages.inc.php:649 +#: libraries/config/messages.inc.php:650 #, fuzzy #| msgid "See slave status table" msgid "QBE saved searches table" msgstr "使用範例查詢(QBE)已儲存的搜尋資料表" -#: libraries/config/messages.inc.php:651 +#: libraries/config/messages.inc.php:652 msgid "" "Leave blank for no QBE saved searches support, suggested: " "[kbd]pma__savedsearches[/kbd]." msgstr "不使用 QBE 查詢功能請留空,建議值:[kbd]pma__savedsearches[/kbd]。" -#: libraries/config/messages.inc.php:654 +#: libraries/config/messages.inc.php:655 +#, fuzzy +#| msgid "Export views as tables" +msgid "Export templates table" +msgstr "將視表匯出成資料表" + +#: libraries/config/messages.inc.php:657 +#, fuzzy +#| msgid "" +#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" +#| "kbd]." +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__exporttemplates[/kbd]." +msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__pdf_pages[/kbd]。" + +#: libraries/config/messages.inc.php:660 msgid "Central columns table" msgstr "中央欄位資料表" -#: libraries/config/messages.inc.php:656 +#: libraries/config/messages.inc.php:662 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "不使用中央欄功能請留空,建議值: [kbd]pma__central_columns[/kbd]。" -#: libraries/config/messages.inc.php:659 +#: libraries/config/messages.inc.php:665 msgid "Try to connect without password." msgstr "嘗試用空密碼連線。" -#: libraries/config/messages.inc.php:660 +#: libraries/config/messages.inc.php:666 msgid "Connect without password" msgstr "用空密碼連線" -#: libraries/config/messages.inc.php:662 +#: libraries/config/messages.inc.php:668 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -6977,28 +6994,28 @@ msgstr "" "您可以使用 MySQL 萬用字元 (% 和 _),如果想要表示萬用字元本身,請在前面加上反" "斜線。例: 用 [kbd]'my\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。" -#: libraries/config/messages.inc.php:666 +#: libraries/config/messages.inc.php:672 msgid "Show only listed databases" msgstr "僅顯示清單中的資料庫" -#: libraries/config/messages.inc.php:667 libraries/config/messages.inc.php:760 +#: libraries/config/messages.inc.php:673 libraries/config/messages.inc.php:766 msgid "Leave empty if not using config auth." msgstr "不使用 config 認證方式請留空。" -#: libraries/config/messages.inc.php:668 +#: libraries/config/messages.inc.php:674 msgid "Password for config auth" msgstr "config 認證方式的密碼" -#: libraries/config/messages.inc.php:670 +#: libraries/config/messages.inc.php:676 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__pdf_pages[/kbd]。" -#: libraries/config/messages.inc.php:672 +#: libraries/config/messages.inc.php:678 msgid "PDF schema: pages table" msgstr "PDF 大綱: 資料表頁" -#: libraries/config/messages.inc.php:674 +#: libraries/config/messages.inc.php:680 msgid "" "Database used for relations, bookmarks, and PDF features. See [a@http://wiki." "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " @@ -7008,31 +7025,31 @@ msgstr "" "pma/pmadb]pmadb [/a] 取得更多資訊。留空則關閉此功能,建議為: " "[kbd]phpmyadmin[/kbd]。" -#: libraries/config/messages.inc.php:678 +#: libraries/config/messages.inc.php:684 #: libraries/display_create_database.lib.php:31 msgid "Database name" msgstr "資料庫名稱" -#: libraries/config/messages.inc.php:680 +#: libraries/config/messages.inc.php:686 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 伺服器監聽的連接埠,留空爲預設。" -#: libraries/config/messages.inc.php:681 +#: libraries/config/messages.inc.php:687 msgid "Server port" msgstr "伺服器端口" -#: libraries/config/messages.inc.php:683 +#: libraries/config/messages.inc.php:689 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" "如果不想要自動使用最近的資料表本欄位請留空,建議設定: [kbd]pma_config[/kbd]。" -#: libraries/config/messages.inc.php:686 +#: libraries/config/messages.inc.php:692 msgid "Recently used table" msgstr "最近使用的資料表" -#: libraries/config/messages.inc.php:688 +#: libraries/config/messages.inc.php:694 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -7040,11 +7057,11 @@ msgstr "" "不使用跨連線階段 \"保留\" 最愛資料表請留空,建議值: [kbd]pma__favorite[/" "kbd]。" -#: libraries/config/messages.inc.php:691 +#: libraries/config/messages.inc.php:697 msgid "Favorites table" msgstr "最愛的資料表" -#: libraries/config/messages.inc.php:693 +#: libraries/config/messages.inc.php:699 msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7052,11 +7069,11 @@ msgstr "" "不使用 [a@http://wiki.phpmyadmin.net/pma/relation]關聯連結[/a] 功能請留空,建" "議值: [kbd]pma__relation[/kbd]。" -#: libraries/config/messages.inc.php:697 +#: libraries/config/messages.inc.php:703 msgid "Relation table" msgstr "關係表" -#: libraries/config/messages.inc.php:699 +#: libraries/config/messages.inc.php:705 msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] for an example." @@ -7064,132 +7081,132 @@ msgstr "" "請參考 [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認證模式[/a] 中的" "範例。" -#: libraries/config/messages.inc.php:702 +#: libraries/config/messages.inc.php:708 msgid "Signon session name" msgstr "Signon 連線名稱" -#: libraries/config/messages.inc.php:703 +#: libraries/config/messages.inc.php:709 msgid "Signon URL" msgstr "登入網址" -#: libraries/config/messages.inc.php:705 +#: libraries/config/messages.inc.php:711 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 伺服器監聽的連線埠,留空爲預設。" -#: libraries/config/messages.inc.php:706 +#: libraries/config/messages.inc.php:712 msgid "Server socket" msgstr "伺服器套接字 (socket)" -#: libraries/config/messages.inc.php:707 +#: libraries/config/messages.inc.php:713 msgid "Enable SSL for connection to MySQL server." msgstr "使用 SSL 連線到 MySQL 伺服器。" -#: libraries/config/messages.inc.php:708 +#: libraries/config/messages.inc.php:714 msgid "Use SSL" msgstr "使用 SSL" -#: libraries/config/messages.inc.php:710 +#: libraries/config/messages.inc.php:716 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__table_coords[/kbd]。" -#: libraries/config/messages.inc.php:712 +#: libraries/config/messages.inc.php:718 msgid "Designer and PDF schema: table coordinates" msgstr "設計器與 PDF 綱要: 資料表座標" -#: libraries/config/messages.inc.php:714 +#: libraries/config/messages.inc.php:720 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" "不使用以表格顯示描述顯示的欄位請留空,建議值: [kbd]pma__table_info[/kbd]。" -#: libraries/config/messages.inc.php:717 +#: libraries/config/messages.inc.php:723 msgid "Display columns table" msgstr "顯示欄位表" -#: libraries/config/messages.inc.php:719 +#: libraries/config/messages.inc.php:725 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" "不在資料表中儲存跨連線 UI 偏好設定時請留空,建議值:[kbd]pma__config[/kbd]。" -#: libraries/config/messages.inc.php:722 +#: libraries/config/messages.inc.php:728 msgid "UI preferences table" msgstr "「介面偏好」資料表" -#: libraries/config/messages.inc.php:724 +#: libraries/config/messages.inc.php:730 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" "設定當資料庫建立時,是否在記錄檔第一行加上 DROP DATABASE IF EXISTS 指令。" -#: libraries/config/messages.inc.php:727 +#: libraries/config/messages.inc.php:733 msgid "Add DROP DATABASE" msgstr "加入 DROP DATABASE" -#: libraries/config/messages.inc.php:729 +#: libraries/config/messages.inc.php:735 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "設定當資料表建立時,是否在記錄檔前面加上 DROP TABLE IF EXISTS 指令。" -#: libraries/config/messages.inc.php:732 +#: libraries/config/messages.inc.php:738 msgid "Add DROP TABLE" msgstr "加入 DROP TABLE" -#: libraries/config/messages.inc.php:734 +#: libraries/config/messages.inc.php:740 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "設定當檢視表建立時,是否在記錄檔前面加上 DROP 視表 IF EXISTS 指令。" -#: libraries/config/messages.inc.php:737 +#: libraries/config/messages.inc.php:743 msgid "Add DROP VIEW" msgstr "加入 DROP VIEW" -#: libraries/config/messages.inc.php:739 +#: libraries/config/messages.inc.php:745 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "給新版的自動建立指定一個指令清單。" -#: libraries/config/messages.inc.php:740 +#: libraries/config/messages.inc.php:746 msgid "Statements to track" msgstr "要追蹤的指令" -#: libraries/config/messages.inc.php:742 +#: libraries/config/messages.inc.php:748 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "不使用 SQL 查詢追蹤功能請留空,建議值: [kbd]pma__tracking[/kbd]。" -#: libraries/config/messages.inc.php:745 +#: libraries/config/messages.inc.php:751 msgid "SQL query tracking table" msgstr "SQL 查詢追蹤表" -#: libraries/config/messages.inc.php:747 +#: libraries/config/messages.inc.php:753 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "設定追蹤系統是否自動爲資料表和檢視表建立版本。" -#: libraries/config/messages.inc.php:751 +#: libraries/config/messages.inc.php:757 msgid "Automatically create versions" msgstr "自動建立版本" -#: libraries/config/messages.inc.php:752 +#: libraries/config/messages.inc.php:758 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "不在資料庫中儲存使用者偏好設定請留空,建議值: [kbd]pma__config[/kbd]。" -#: libraries/config/messages.inc.php:753 +#: libraries/config/messages.inc.php:759 msgid "User preferences storage table" msgstr "使用者偏好表" -#: libraries/config/messages.inc.php:754 +#: libraries/config/messages.inc.php:760 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -7198,11 +7215,11 @@ msgstr "" "設定選單功能必須同時啟用此資料表與使用者群組資料表,若有其中一個未填寫則會停" "用此功能,請參考:[kbd]pma__users[/kbd]。" -#: libraries/config/messages.inc.php:755 +#: libraries/config/messages.inc.php:761 msgid "Users table" msgstr "使用者資料表" -#: libraries/config/messages.inc.php:756 +#: libraries/config/messages.inc.php:762 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -7211,11 +7228,11 @@ msgstr "" "設定選單功能必須同時啟用此資料表與使用者資料表,若有其中一個未填寫則會停用此" "功能,請參考:[kbd]pma__usergroups[/kbd]。" -#: libraries/config/messages.inc.php:757 +#: libraries/config/messages.inc.php:763 msgid "User groups table" msgstr "使用者群組資料表" -#: libraries/config/messages.inc.php:758 +#: libraries/config/messages.inc.php:764 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -7223,33 +7240,33 @@ msgstr "" "空白為停用隱藏和顯示導覽項目的功能,建議值:[kbd]pma__navigationhiding[/" "kbd]。" -#: libraries/config/messages.inc.php:759 +#: libraries/config/messages.inc.php:765 msgid "Hidden navigation items table" msgstr "隱藏導覽項目資料表" -#: libraries/config/messages.inc.php:761 +#: libraries/config/messages.inc.php:767 msgid "User for config auth" msgstr "config 認證方式的帳號" -#: libraries/config/messages.inc.php:762 +#: libraries/config/messages.inc.php:768 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "填寫易於使用者理解的伺服器描述,填空將顯示主機名稱。" -#: libraries/config/messages.inc.php:763 +#: libraries/config/messages.inc.php:769 msgid "Verbose name of this server" msgstr "伺服器名稱" -#: libraries/config/messages.inc.php:764 +#: libraries/config/messages.inc.php:770 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "是否顯示 \"顯示全部資料列\" 的按鈕。" -#: libraries/config/messages.inc.php:765 +#: libraries/config/messages.inc.php:771 msgid "Allow to display all the rows" msgstr "允許顯示所有資料列" -#: libraries/config/messages.inc.php:766 +#: libraries/config/messages.inc.php:772 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -7258,135 +7275,135 @@ msgstr "" "注意: 該選項不影響 [kbd]config[/kbd] 認證方式,因爲密碼是儲存在設定檔案中,該" "選項也不限制直接執行可實現相同功能的指令。" -#: libraries/config/messages.inc.php:767 +#: libraries/config/messages.inc.php:773 msgid "Show password change form" msgstr "顯示修改密碼" -#: libraries/config/messages.inc.php:768 +#: libraries/config/messages.inc.php:774 msgid "Show create database form" msgstr "顯示建立資料庫表單" -#: libraries/config/messages.inc.php:769 +#: libraries/config/messages.inc.php:775 msgid "Show or hide a column displaying the comments for all tables." msgstr "顯示或隱藏所有資料表的建立時間欄位。" -#: libraries/config/messages.inc.php:770 +#: libraries/config/messages.inc.php:776 msgid "Show table comments" msgstr "顯示資料表備註" -#: libraries/config/messages.inc.php:771 +#: libraries/config/messages.inc.php:777 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "顯示或隱藏所有資料表欄位建立的時間。" -#: libraries/config/messages.inc.php:772 +#: libraries/config/messages.inc.php:778 msgid "Show Creation timestamp" msgstr "顯示建立時間戳記" -#: libraries/config/messages.inc.php:773 +#: libraries/config/messages.inc.php:779 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "顯示或隱藏所有資料表的最後更新時間欄位。" -#: libraries/config/messages.inc.php:774 +#: libraries/config/messages.inc.php:780 msgid "Show Last update timestamp" msgstr "顯示最後更新的時間戳記" -#: libraries/config/messages.inc.php:775 +#: libraries/config/messages.inc.php:781 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "顯示或隱藏所有資料表的最後檢查時間欄位。" -#: libraries/config/messages.inc.php:776 +#: libraries/config/messages.inc.php:782 msgid "Show Last check timestamp" msgstr "顯示最後檢查時間戳記" -#: libraries/config/messages.inc.php:777 +#: libraries/config/messages.inc.php:783 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "定義在編輯/新增模式中是否顯示欄位型態。" -#: libraries/config/messages.inc.php:778 +#: libraries/config/messages.inc.php:784 msgid "Show field types" msgstr "顯示欄位型態" -#: libraries/config/messages.inc.php:779 +#: libraries/config/messages.inc.php:785 msgid "Display the function fields in edit/insert mode." msgstr "在編輯/新增模式中顯示函數欄位。" -#: libraries/config/messages.inc.php:780 +#: libraries/config/messages.inc.php:786 msgid "Show function fields" msgstr "顯示函數欄位" -#: libraries/config/messages.inc.php:781 +#: libraries/config/messages.inc.php:787 msgid "Whether to show hint or not." msgstr "是否顯示使用提示。" -#: libraries/config/messages.inc.php:782 +#: libraries/config/messages.inc.php:788 msgid "Show hint" msgstr "顯示提示" -#: libraries/config/messages.inc.php:783 +#: libraries/config/messages.inc.php:789 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output." msgstr "" "顯示 [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 輸出的連結。" -#: libraries/config/messages.inc.php:784 +#: libraries/config/messages.inc.php:790 msgid "Show phpinfo() link" msgstr "顯示 phpinfo() 連結" -#: libraries/config/messages.inc.php:785 +#: libraries/config/messages.inc.php:791 msgid "Show detailed MySQL server information" msgstr "顯示 MySQL 伺服器詳細資訊" -#: libraries/config/messages.inc.php:786 +#: libraries/config/messages.inc.php:792 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "定義是否顯示 phpMyAdmin 產生的 SQL 指令。" -#: libraries/config/messages.inc.php:787 +#: libraries/config/messages.inc.php:793 msgid "Show SQL queries" msgstr "顯示 SQL 查詢" -#: libraries/config/messages.inc.php:788 +#: libraries/config/messages.inc.php:794 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "是否在查詢過後繼續在畫面上顯示查詢框。" -#: libraries/config/messages.inc.php:789 libraries/sql_query_form.lib.php:357 +#: libraries/config/messages.inc.php:795 libraries/sql_query_form.lib.php:357 msgid "Retain query box" msgstr "繼續顯示查詢框" -#: libraries/config/messages.inc.php:790 +#: libraries/config/messages.inc.php:796 msgid "Allow to display database and table statistics (eg. space usage)." msgstr "允許顯示資料庫和資料表的統計資訊 (如: 空間使用)。" -#: libraries/config/messages.inc.php:791 +#: libraries/config/messages.inc.php:797 msgid "Show statistics" msgstr "顯示統計" -#: libraries/config/messages.inc.php:792 +#: libraries/config/messages.inc.php:798 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "將已鎖定的資料表在資料庫中顯示爲使用中。" -#: libraries/config/messages.inc.php:793 +#: libraries/config/messages.inc.php:799 msgid "Skip locked tables" msgstr "跳過鎖定的資料表" -#: libraries/config/messages.inc.php:798 +#: libraries/config/messages.inc.php:804 msgid "" "Disable the default warning that is displayed on the main page if Suhosin is " "detected." msgstr "關閉在檢測到 Suhosin 時在首頁顯示的預設警告訊息。" -#: libraries/config/messages.inc.php:799 +#: libraries/config/messages.inc.php:805 msgid "Suhosin warning" msgstr "Suhosin 的警告" -#: libraries/config/messages.inc.php:800 +#: libraries/config/messages.inc.php:806 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -7395,51 +7412,51 @@ msgstr "" "關閉在 PHP 設定 session.gc_maxlifetime 小於 `LoginCookieValidity` 時在首頁顯" "示的預設警告訊息。" -#: libraries/config/messages.inc.php:802 +#: libraries/config/messages.inc.php:808 msgid "Login cookie validity warning" msgstr "登入 Cookie 有效期警告" -#: libraries/config/messages.inc.php:804 +#: libraries/config/messages.inc.php:810 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "編輯模式的文字框大小 (欄數),此值將用於 SQL 查詢文字框 (*2)。" -#: libraries/config/messages.inc.php:805 +#: libraries/config/messages.inc.php:811 msgid "Textarea columns" msgstr "文字框寬度 (字數)" -#: libraries/config/messages.inc.php:806 +#: libraries/config/messages.inc.php:812 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "編輯模式的文字框大小 (列數),此值將用於 SQL 查詢文字框 (*2)。" -#: libraries/config/messages.inc.php:807 +#: libraries/config/messages.inc.php:813 msgid "Textarea rows" msgstr "文字框列數" -#: libraries/config/messages.inc.php:808 +#: libraries/config/messages.inc.php:814 msgid "Title of browser window when a database is selected." msgstr "當選擇資料庫時瀏覽器視窗顯示的標題。" -#: libraries/config/messages.inc.php:810 +#: libraries/config/messages.inc.php:816 msgid "Title of browser window when nothing is selected." msgstr "當未選擇任何項目時瀏覽器視窗顯示的標題。" -#: libraries/config/messages.inc.php:811 +#: libraries/config/messages.inc.php:817 msgid "Default title" msgstr "預設標題" -#: libraries/config/messages.inc.php:812 +#: libraries/config/messages.inc.php:818 msgid "Title of browser window when a server is selected." msgstr "當選擇伺服器時瀏覽器視窗顯示的標題。" -#: libraries/config/messages.inc.php:814 +#: libraries/config/messages.inc.php:820 msgid "Title of browser window when a table is selected." msgstr "當選擇資料表時瀏覽器視窗顯示的標題。" -#: libraries/config/messages.inc.php:816 +#: libraries/config/messages.inc.php:822 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -7450,52 +7467,52 @@ msgstr "" "信任來自 1.2.3.4 代理伺服器所發出的 HTTP_X_FORWARDED_FOR (X-Forwarded-For) 標" "頭: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]。" -#: libraries/config/messages.inc.php:817 +#: libraries/config/messages.inc.php:823 msgid "List of trusted proxies for IP allow/deny" msgstr "可信認的代理伺服器 IP 允許/拒絕清單" -#: libraries/config/messages.inc.php:818 +#: libraries/config/messages.inc.php:824 msgid "Directory on server where you can upload files for import." msgstr "伺服器上用來存放匯入檔案的資料夾。" -#: libraries/config/messages.inc.php:819 +#: libraries/config/messages.inc.php:825 msgid "Upload directory" msgstr "上傳資料夾" -#: libraries/config/messages.inc.php:820 +#: libraries/config/messages.inc.php:826 msgid "Allow for searching inside the entire database." msgstr "允許搜尋整個資料庫。" -#: libraries/config/messages.inc.php:821 +#: libraries/config/messages.inc.php:827 msgid "Use database search" msgstr "使用資料庫搜尋" -#: libraries/config/messages.inc.php:822 +#: libraries/config/messages.inc.php:828 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "停用時,使用者不能設定下列選項,右側的複選框被忽略。" -#: libraries/config/messages.inc.php:823 +#: libraries/config/messages.inc.php:829 msgid "Enable the Developer tab in settings" msgstr "啓用設定選項中的開發人員頁籤" -#: libraries/config/messages.inc.php:824 setup/frames/index.inc.php:312 +#: libraries/config/messages.inc.php:830 setup/frames/index.inc.php:312 msgid "Check for latest version" msgstr "檢查是否有更新版本" -#: libraries/config/messages.inc.php:825 +#: libraries/config/messages.inc.php:831 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "啟動在 phpMyAdmin 首頁中更新版本的檢查。" -#: libraries/config/messages.inc.php:826 setup/lib/index.lib.php:117 +#: libraries/config/messages.inc.php:832 setup/lib/index.lib.php:117 #: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147 #: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167 #: setup/lib/index.lib.php:174 msgid "Version check" msgstr "檢查更新" -#: libraries/config/messages.inc.php:827 +#: libraries/config/messages.inc.php:833 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin or when submitting error reports. You need this " @@ -7506,11 +7523,11 @@ msgstr "" "用。若您的伺服器所在位置無法直接存取網際網路的話,將會需要此設定。格式為:" "\"主機名稱:埠號\"。" -#: libraries/config/messages.inc.php:828 +#: libraries/config/messages.inc.php:834 msgid "Proxy url" msgstr "代理伺服器網址" -#: libraries/config/messages.inc.php:829 +#: libraries/config/messages.inc.php:835 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -7519,19 +7536,19 @@ msgstr "" "使用代理伺服器進行身份驗證的使用者名稱,預設無身份驗證。如果提供了使用者名" "稱,則會執行基本驗證。目前不支援其他類型的身份驗證。" -#: libraries/config/messages.inc.php:830 +#: libraries/config/messages.inc.php:836 msgid "Proxy username" msgstr "代理伺服器使用者名稱" -#: libraries/config/messages.inc.php:831 +#: libraries/config/messages.inc.php:837 msgid "The password for authenticating with the proxy." msgstr "使用代理伺服器進行身份驗證的密碼。" -#: libraries/config/messages.inc.php:832 +#: libraries/config/messages.inc.php:838 msgid "Proxy password" msgstr "代理伺服器密碼" -#: libraries/config/messages.inc.php:834 +#: libraries/config/messages.inc.php:840 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations." @@ -7539,51 +7556,51 @@ msgstr "" "允許在匯入和匯出時使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP " "[/a] 壓縮。" -#: libraries/config/messages.inc.php:835 +#: libraries/config/messages.inc.php:841 msgid "ZIP" msgstr "ZIP" -#: libraries/config/messages.inc.php:836 +#: libraries/config/messages.inc.php:842 msgid "Enter your public key for your domain reCaptcha service." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入公開金鑰。" -#: libraries/config/messages.inc.php:837 +#: libraries/config/messages.inc.php:843 msgid "Public key for reCaptcha" msgstr "驗證碼的公開金鑰" -#: libraries/config/messages.inc.php:838 +#: libraries/config/messages.inc.php:844 msgid "Enter your private key for your domain reCaptcha service." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: libraries/config/messages.inc.php:839 +#: libraries/config/messages.inc.php:845 msgid "Private key for reCaptcha" msgstr "驗證碼的私密金鑰" -#: libraries/config/messages.inc.php:841 +#: libraries/config/messages.inc.php:847 msgid "Choose the default action when sending error reports." msgstr "請選擇傳送錯誤報告的預設動作。" -#: libraries/config/messages.inc.php:842 +#: libraries/config/messages.inc.php:848 msgid "Send error reports" msgstr "傳送錯誤報告" -#: libraries/config/messages.inc.php:844 +#: libraries/config/messages.inc.php:850 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "按下 Enter 執行查詢 (或使用 Ctrl+Enter)。換行使用 Shift+Enter。" -#: libraries/config/messages.inc.php:845 +#: libraries/config/messages.inc.php:851 msgid "Enter executes queries in console" msgstr "於控制台輸入要執行的查詢" -#: libraries/config/messages.inc.php:848 +#: libraries/config/messages.inc.php:854 msgid "" "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " "storage tables automatically." msgstr "開啟零設定模式可讓您自動安裝 phpMyAdmin 設定空間資料表。" -#: libraries/config/messages.inc.php:851 +#: libraries/config/messages.inc.php:857 msgid "Enable Zero Configuration mode" msgstr "開啟零設定模式" @@ -7607,47 +7624,74 @@ msgstr "HTTP 認證" msgid "Signon authentication" msgstr "Signon 認證" -#: libraries/config/setup.forms.php:272 +#: libraries/config/setup.forms.php:273 #: libraries/config/user_preferences.forms.php:173 msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" -#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:380 +#: libraries/config/setup.forms.php:282 libraries/config/setup.forms.php:382 #: libraries/config/user_preferences.forms.php:181 -#: libraries/config/user_preferences.forms.php:279 +#: libraries/config/user_preferences.forms.php:280 msgid "OpenDocument Spreadsheet" msgstr "OpenOffice 表格" -#: libraries/config/setup.forms.php:288 +#: libraries/config/setup.forms.php:289 #: libraries/config/user_preferences.forms.php:188 msgid "Quick" msgstr "快速" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:293 #: libraries/config/user_preferences.forms.php:192 msgid "Custom" msgstr "自訂" -#: libraries/config/setup.forms.php:316 -#: libraries/config/user_preferences.forms.php:215 +#: libraries/config/setup.forms.php:318 +#: libraries/config/user_preferences.forms.php:216 msgid "Database export options" msgstr "資料庫匯出選項" -#: libraries/config/setup.forms.php:352 -#: libraries/config/user_preferences.forms.php:251 +#: libraries/config/setup.forms.php:354 +#: libraries/config/user_preferences.forms.php:252 msgid "CSV for MS Excel" msgstr "MS Excel 的 CSV 格式" -#: libraries/config/setup.forms.php:375 -#: libraries/config/user_preferences.forms.php:274 +#: libraries/config/setup.forms.php:377 +#: libraries/config/user_preferences.forms.php:275 msgid "Microsoft Word 2000" msgstr "微軟 Word 2000" -#: libraries/config/setup.forms.php:384 -#: libraries/config/user_preferences.forms.php:283 +#: libraries/config/setup.forms.php:386 +#: libraries/config/user_preferences.forms.php:284 msgid "OpenDocument Text" msgstr "OpenOffice 檔案" +#: libraries/controllers/TableChartController.class.php:73 +#: libraries/controllers/TableGisVisualizationController.class.php:69 +msgid "No SQL query was set to fetch data." +msgstr "尚未設定 SQL 查詢來檢索資料。" + +#: libraries/controllers/TableChartController.class.php:150 +msgid "No numeric columns present in the table to plot." +msgstr "目前資料表中沒有數值欄位可供繪製。" + +#: libraries/controllers/TableChartController.class.php:207 +msgid "No data to display" +msgstr "無資料可顯示" + +#: libraries/controllers/TableIndexesController.class.php:138 +#: libraries/structure.lib.php:2671 tbl_addfield.php:92 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "已成功修改資料表 %1$s 。" + +#: libraries/controllers/TableRelationController.class.php:186 +msgid "Display column was successfully updated." +msgstr "顯示欄位已成功更新。" + +#: libraries/controllers/TableRelationController.class.php:234 +msgid "Internal relations were successfully updated." +msgstr "內部關聯已成功更新。" + #: libraries/core.lib.php:306 #, php-format msgid "The %s extension is missing. Please check your PHP configuration." @@ -7662,12 +7706,12 @@ msgstr "您可能遭遇多層遞迴攻擊" msgid "No change" msgstr "無更改" -#: libraries/database_interface.inc.php:33 +#: libraries/database_interface.inc.php:34 #, php-format msgid "See %sour documentation%s for more information." msgstr "請參考 %sour 文件 %s 以取得更多的資訊。" -#: libraries/database_interface.inc.php:50 +#: libraries/database_interface.inc.php:51 msgid "" "You are using the mysql extension which is deprecated in phpMyAdmin. Please " "consider installing the mysqli extension." @@ -7719,6 +7763,7 @@ msgid "Create database" msgstr "建立新資料庫" #: libraries/display_create_database.lib.php:46 +#: libraries/display_export.lib.php:213 msgid "Create" msgstr "建立" @@ -7732,7 +7777,7 @@ msgid "No Privileges" msgstr "無權限" #: libraries/display_create_table.lib.php:55 -#: templates/designer/side_menu.phtml:78 templates/designer/side_menu.phtml:81 +#: templates/designer/side_menu.phtml:77 templates/designer/side_menu.phtml:80 msgid "Create table" msgstr "建立資料表" @@ -7744,101 +7789,145 @@ msgstr "欄位數" msgid "Could not load export plugins, please check your installation!" msgstr "無法載入匯出外掛程式,請檢查安裝!" -#: libraries/display_export.lib.php:169 +#: libraries/display_export.lib.php:175 msgid "Exporting databases from the current server" msgstr "從目前的伺服器中匯出資料庫" -#: libraries/display_export.lib.php:172 +#: libraries/display_export.lib.php:178 #, php-format msgid "Exporting tables from \"%s\" database" msgstr "正在匯出資料庫 \"%s \" 中的資料表" -#: libraries/display_export.lib.php:177 +#: libraries/display_export.lib.php:183 #, php-format msgid "Exporting rows from \"%s\" table" msgstr "正在匯出資料表 \"%s \" 中的資料列" -#: libraries/display_export.lib.php:206 -msgid "Export Method:" -msgstr "匯出方式:" +#: libraries/display_export.lib.php:203 +#, fuzzy +#| msgid "Export type" +msgid "Export templates:" +msgstr "匯出類型" -#: libraries/display_export.lib.php:216 +#: libraries/display_export.lib.php:208 +#, fuzzy +#| msgid "File name template:" +msgid "New template:" +msgstr "檔案名稱樣版:" + +#: libraries/display_export.lib.php:211 +#, fuzzy +#| msgid "Table name" +msgid "Template name" +msgstr "資料表名稱" + +#: libraries/display_export.lib.php:220 +#, fuzzy +#| msgid "File name template:" +msgid "Existing templates:" +msgstr "檔案名稱樣版:" + +#: libraries/display_export.lib.php:221 +#, fuzzy +#| msgid "Temp disk rate" +msgid "Template:" +msgstr "暫存磁碟比率" + +#: libraries/display_export.lib.php:226 +#, fuzzy +#| msgid "Updated" +msgid "Update" +msgstr "更新" + +#: libraries/display_export.lib.php:248 +#, fuzzy +#| msgid "Select a table" +msgid "Select a template" +msgstr "選擇一個資料表" + +#: libraries/display_export.lib.php:294 +#, fuzzy +#| msgid "Export method" +msgid "Export method:" +msgstr "匯出方式" + +#: libraries/display_export.lib.php:304 msgid "Quick - display only the minimal options" msgstr "快速 - 僅顯示必要的選項" -#: libraries/display_export.lib.php:228 +#: libraries/display_export.lib.php:316 msgid "Custom - display all possible options" msgstr "自訂 - 顯示所有可用的選項" -#: libraries/display_export.lib.php:250 +#: libraries/display_export.lib.php:338 msgid "Database(s):" msgstr "資料庫:" -#: libraries/display_export.lib.php:252 +#: libraries/display_export.lib.php:340 msgid "Table(s):" msgstr "資料表:" -#: libraries/display_export.lib.php:272 libraries/display_import.lib.php:357 +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:357 #: libraries/plugins/export/ExportCodegen.class.php:107 msgid "Format:" msgstr "格式:" -#: libraries/display_export.lib.php:288 +#: libraries/display_export.lib.php:376 msgid "Format-specific options:" msgstr "格式選項:" -#: libraries/display_export.lib.php:291 +#: libraries/display_export.lib.php:379 msgid "" "Scroll down to fill in the options for the selected format and ignore the " "options for other formats." msgstr "請下拉至所選格式並設定選項,其它格式請忽略。" -#: libraries/display_export.lib.php:302 libraries/display_import.lib.php:374 +#: libraries/display_export.lib.php:390 libraries/display_import.lib.php:374 msgid "Encoding Conversion:" msgstr "轉換編碼:" -#: libraries/display_export.lib.php:338 +#: libraries/display_export.lib.php:426 msgid "Rows:" msgstr "資料列數:" -#: libraries/display_export.lib.php:346 +#: libraries/display_export.lib.php:434 msgid "Dump some row(s)" msgstr "匯出部份資料列" -#: libraries/display_export.lib.php:361 +#: libraries/display_export.lib.php:449 msgid "Row to begin at:" msgstr "起始列數:" -#: libraries/display_export.lib.php:378 +#: libraries/display_export.lib.php:466 msgid "Dump all rows" msgstr "匯出所有資料列" -#: libraries/display_export.lib.php:394 libraries/display_export.lib.php:681 +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:774 msgid "Output:" msgstr "輸出:" -#: libraries/display_export.lib.php:403 libraries/display_export.lib.php:438 +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 #, php-format msgid "Save on server in the directory %s" msgstr "儲存到伺服器上的 %s 資料夾中" -#: libraries/display_export.lib.php:468 +#: libraries/display_export.lib.php:556 msgid "File name template:" msgstr "檔案名稱樣版:" -#: libraries/display_export.lib.php:470 +#: libraries/display_export.lib.php:558 msgid "@SERVER@ will become the server name" msgstr "@SERVER@ 會替換為伺服器名稱" -#: libraries/display_export.lib.php:472 +#: libraries/display_export.lib.php:560 msgid ", @DATABASE@ will become the database name" msgstr ",@DATABASE@ 會替換為資料庫名稱" -#: libraries/display_export.lib.php:474 +#: libraries/display_export.lib.php:562 msgid ", @TABLE@ will become the table name" msgstr ",@TABLE@ 會替換為資料表名稱" -#: libraries/display_export.lib.php:480 +#: libraries/display_export.lib.php:568 #, php-format msgid "" "This value is interpreted using %1$sstrftime%2$s, so you can use time " @@ -7849,74 +7938,72 @@ msgstr "" "外,以下資料格式也會被轉換: %3$s。其他的文字則會保持原樣。請參考 %4$s常見問" "題 (FAQ)%5$s 了解詳情。" -#: libraries/display_export.lib.php:537 +#: libraries/display_export.lib.php:625 msgid "use this for future exports" msgstr "以後也使用此設定" -#: libraries/display_export.lib.php:552 libraries/display_import.lib.php:179 +#: libraries/display_export.lib.php:640 libraries/display_import.lib.php:179 #: libraries/display_import.lib.php:194 libraries/sql_query_form.lib.php:491 msgid "Character set of the file:" msgstr "檔案編碼:" -#: libraries/display_export.lib.php:596 +#: libraries/display_export.lib.php:691 msgid "Compression:" msgstr "壓縮:" -#: libraries/display_export.lib.php:604 +#: libraries/display_export.lib.php:699 msgid "zipped" msgstr "zip 壓縮" -#: libraries/display_export.lib.php:611 +#: libraries/display_export.lib.php:706 msgid "gzipped" msgstr "gzip 壓縮" -#: libraries/display_export.lib.php:638 +#: libraries/display_export.lib.php:733 msgid "View output as text" msgstr "直接顯示在文字區塊" -#: libraries/display_export.lib.php:660 -#| msgid "Export views as tables" +#: libraries/display_export.lib.php:753 msgid "Export databases as separate files" msgstr "匯出資料庫為各別檔案" -#: libraries/display_export.lib.php:662 -#| msgid "Export table headers" +#: libraries/display_export.lib.php:755 msgid "Export tables as separate files" msgstr "匯出資料表為各別檔案" -#: libraries/display_export.lib.php:692 libraries/display_export.lib.php:814 +#: libraries/display_export.lib.php:785 libraries/display_export.lib.php:910 msgid "Rename exported databases/tables/columns" msgstr "重新命名已匯出的資料庫/資料表/欄位" -#: libraries/display_export.lib.php:713 +#: libraries/display_export.lib.php:810 msgid "Save output to a file" msgstr "儲存爲檔案" -#: libraries/display_export.lib.php:746 +#: libraries/display_export.lib.php:843 msgid "Skip tables larger than" msgstr "略過資料表超過" -#: libraries/display_export.lib.php:841 +#: libraries/display_export.lib.php:937 msgid "Select database" msgstr "選擇資料庫" -#: libraries/display_export.lib.php:843 +#: libraries/display_export.lib.php:939 msgid "Select table" msgstr "選擇資料表" -#: libraries/display_export.lib.php:859 +#: libraries/display_export.lib.php:955 msgid "New database name" msgstr "新資料庫名稱" -#: libraries/display_export.lib.php:883 +#: libraries/display_export.lib.php:979 msgid "New table name" msgstr "新資料表名稱" -#: libraries/display_export.lib.php:893 +#: libraries/display_export.lib.php:989 msgid "Old column name" msgstr "舊欄位名稱" -#: libraries/display_export.lib.php:894 +#: libraries/display_export.lib.php:990 msgid "New column name" msgstr "新欄位名稱" @@ -8432,7 +8519,7 @@ msgid "Dump has been saved to file %s." msgstr "匯出資料已儲存至檔案 %s。" #: libraries/import.lib.php:202 libraries/insert_edit.lib.php:124 -#: libraries/rte/rte_routines.lib.php:1532 libraries/sql.lib.php:1450 +#: libraries/rte/rte_routines.lib.php:1561 libraries/sql.lib.php:1450 #: tbl_get_field.php:43 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 回傳空的查詢結果 (即零資料列)。" @@ -8509,7 +8596,7 @@ msgstr "隱藏" #: libraries/insert_edit.lib.php:243 #: libraries/navigation/Nodes/Node_Function.class.php:34 -#: libraries/rte/rte_routines.lib.php:1674 +#: libraries/rte/rte_routines.lib.php:1703 #: templates/table/table_header.phtml:4 msgid "Function" msgstr "函數" @@ -8583,7 +8670,7 @@ msgid "" msgstr "按 TAB 鍵跳到下一個數值,或 CTRL+方向鍵 作隨意移動" #: libraries/insert_edit.lib.php:1571 libraries/replication_gui.lib.php:538 -#: libraries/rte/rte_routines.lib.php:1676 +#: libraries/rte/rte_routines.lib.php:1705 #: libraries/server_status_variables.lib.php:220 #: templates/designer/having_query_panel.phtml:100 #: templates/designer/options_panel.phtml:73 @@ -8846,7 +8933,6 @@ msgid "An error has occurred while loading the navigation display" msgstr "讀取導覽頁面時發生錯誤" #: libraries/navigation/Navigation.class.php:192 -#| msgid "Group name:" msgid "Groups:" msgstr "群組:" @@ -9010,7 +9096,7 @@ msgstr "新增" #: libraries/navigation/Nodes/Node_View_Container.class.php:28 #: libraries/navigation/Nodes/Node_View_Container.class.php:29 #: libraries/plugins/export/ExportXml.class.php:129 -#: libraries/structure.lib.php:3246 +#: libraries/structure.lib.php:3257 msgid "Views" msgstr "檢視表" @@ -9294,225 +9380,235 @@ msgstr "查無部份相依!" msgid "Rename database to" msgstr "重新命名資料庫為" -#: libraries/operations.lib.php:83 libraries/operations.lib.php:211 -#: libraries/operations.lib.php:796 libraries/operations.lib.php:875 -#: libraries/operations.lib.php:1213 libraries/rte/rte_routines.lib.php:1101 +#: libraries/operations.lib.php:94 libraries/operations.lib.php:242 +#: libraries/operations.lib.php:859 libraries/operations.lib.php:953 +#: libraries/operations.lib.php:1307 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +#, fuzzy +#| msgid "You don't have sufficient privileges to be here right now!" +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "權限不足!" + +#: libraries/operations.lib.php:101 libraries/operations.lib.php:248 +#: libraries/operations.lib.php:865 libraries/operations.lib.php:959 +#: libraries/operations.lib.php:1313 libraries/rte/rte_routines.lib.php:1115 #: templates/columns_definitions/table_fields_definitions.phtml:47 msgid "Adjust Privileges" msgstr "調整權限" -#: libraries/operations.lib.php:113 +#: libraries/operations.lib.php:133 #, php-format msgid "Database %s has been dropped." msgstr "資料庫 %s 已被刪除。" -#: libraries/operations.lib.php:125 +#: libraries/operations.lib.php:145 msgid "Remove database" msgstr "刪除資料庫" -#: libraries/operations.lib.php:131 +#: libraries/operations.lib.php:151 msgid "Drop the database (DROP)" msgstr "刪除資料庫 (DROP)" -#: libraries/operations.lib.php:151 libraries/operations.lib.php:1181 +#: libraries/operations.lib.php:171 libraries/operations.lib.php:1266 #: libraries/tracking.lib.php:517 msgid "Structure only" msgstr "僅結構" -#: libraries/operations.lib.php:152 libraries/operations.lib.php:1182 +#: libraries/operations.lib.php:172 libraries/operations.lib.php:1267 #: libraries/tracking.lib.php:523 msgid "Structure and data" msgstr "結構和資料" -#: libraries/operations.lib.php:153 libraries/operations.lib.php:1183 +#: libraries/operations.lib.php:173 libraries/operations.lib.php:1268 #: libraries/tracking.lib.php:520 msgid "Data only" msgstr "僅資料" -#: libraries/operations.lib.php:181 +#: libraries/operations.lib.php:201 msgid "Copy database to" msgstr "複製資料庫到" -#: libraries/operations.lib.php:193 +#: libraries/operations.lib.php:213 msgid "CREATE DATABASE before copying" msgstr "複製前建立資料庫(CREATE DATABASE)" -#: libraries/operations.lib.php:206 libraries/operations.lib.php:1206 +#: libraries/operations.lib.php:226 libraries/operations.lib.php:1291 msgid "Add constraints" msgstr "加入限制(Constraint)" -#: libraries/operations.lib.php:220 +#: libraries/operations.lib.php:259 msgid "Switch to copied database" msgstr "切換到複製的資料庫" -#: libraries/operations.lib.php:724 +#: libraries/operations.lib.php:778 msgid "Alter table order by" msgstr "修改資料表的排序依" -#: libraries/operations.lib.php:732 +#: libraries/operations.lib.php:786 msgid "(singly)" msgstr "(單一)" -#: libraries/operations.lib.php:768 +#: libraries/operations.lib.php:822 msgid "Move table to (database.table)" msgstr "移動資料表到 (資料庫.資料表)" -#: libraries/operations.lib.php:865 +#: libraries/operations.lib.php:934 msgid "Rename table to" msgstr "重新命名資料表為" -#: libraries/operations.lib.php:892 +#: libraries/operations.lib.php:977 msgid "Table comments" msgstr "資料表說明" -#: libraries/operations.lib.php:965 +#: libraries/operations.lib.php:1050 msgid "Table options" msgstr "資料表選項" -#: libraries/operations.lib.php:972 libraries/server_engines.lib.php:49 +#: libraries/operations.lib.php:1057 libraries/server_engines.lib.php:49 msgid "Storage Engine" msgstr "儲存引擎" -#: libraries/operations.lib.php:995 -#| msgid "Make all columns atomic" +#: libraries/operations.lib.php:1082 msgid "Change all column collations" msgstr "更改所有欄位編碼與排序" -#: libraries/operations.lib.php:1164 +#: libraries/operations.lib.php:1249 msgid "Copy table to (database.table)" msgstr "複製資料表到 (資料庫.資料表)" -#: libraries/operations.lib.php:1228 +#: libraries/operations.lib.php:1329 msgid "Switch to copied table" msgstr "切換到複製的資料表" -#: libraries/operations.lib.php:1255 libraries/structure.lib.php:334 +#: libraries/operations.lib.php:1356 libraries/structure.lib.php:334 msgid "Table maintenance" msgstr "資料表維護" -#: libraries/operations.lib.php:1293 libraries/structure.lib.php:336 +#: libraries/operations.lib.php:1394 libraries/structure.lib.php:336 msgid "Analyze table" msgstr "分析資料表" -#: libraries/operations.lib.php:1308 libraries/structure.lib.php:338 +#: libraries/operations.lib.php:1409 libraries/structure.lib.php:338 msgid "Check table" msgstr "檢查資料表" -#: libraries/operations.lib.php:1323 libraries/structure.lib.php:341 +#: libraries/operations.lib.php:1424 libraries/structure.lib.php:341 msgid "Checksum table" msgstr "Checksum 資料表" -#: libraries/operations.lib.php:1338 +#: libraries/operations.lib.php:1439 msgid "Defragment table" msgstr "重組資料表" -#: libraries/operations.lib.php:1350 +#: libraries/operations.lib.php:1451 #, php-format msgid "Table %s has been flushed." msgstr "已更新資料表 %s。" -#: libraries/operations.lib.php:1356 +#: libraries/operations.lib.php:1457 msgid "Flush the table (FLUSH)" msgstr "更新資料表 (FLUSH)" -#: libraries/operations.lib.php:1372 libraries/structure.lib.php:343 +#: libraries/operations.lib.php:1473 libraries/structure.lib.php:343 #: libraries/structure.lib.php:1828 msgid "Optimize table" msgstr "最佳化資料表" -#: libraries/operations.lib.php:1387 libraries/structure.lib.php:345 +#: libraries/operations.lib.php:1488 libraries/structure.lib.php:345 msgid "Repair table" msgstr "修復資料表" -#: libraries/operations.lib.php:1433 libraries/structure.lib.php:327 +#: libraries/operations.lib.php:1534 libraries/structure.lib.php:327 #: view_operations.php:127 msgid "Delete data or table" msgstr "刪除資料或資料表" -#: libraries/operations.lib.php:1441 +#: libraries/operations.lib.php:1542 msgid "Empty the table (TRUNCATE)" msgstr "清空資料表 (TRUNCATE)" -#: libraries/operations.lib.php:1449 +#: libraries/operations.lib.php:1550 msgid "Delete the table (DROP)" msgstr "刪除資料表 (DROP)" -#: libraries/operations.lib.php:1489 +#: libraries/operations.lib.php:1590 msgid "Analyze" msgstr "分析" -#: libraries/operations.lib.php:1490 +#: libraries/operations.lib.php:1591 msgid "Check" msgstr "檢查" -#: libraries/operations.lib.php:1491 +#: libraries/operations.lib.php:1592 msgid "Optimize" msgstr "最佳化" -#: libraries/operations.lib.php:1492 +#: libraries/operations.lib.php:1593 msgid "Rebuild" msgstr "重建" -#: libraries/operations.lib.php:1493 +#: libraries/operations.lib.php:1594 msgid "Repair" msgstr "修復" -#: libraries/operations.lib.php:1494 +#: libraries/operations.lib.php:1595 msgid "Truncate" msgstr "" -#: libraries/operations.lib.php:1504 +#: libraries/operations.lib.php:1605 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Coalesce" -#: libraries/operations.lib.php:1513 +#: libraries/operations.lib.php:1614 msgid "Partition maintenance" msgstr "分區維護" -#: libraries/operations.lib.php:1530 +#: libraries/operations.lib.php:1631 #, php-format msgid "Partition %s" msgstr "分區 %s" -#: libraries/operations.lib.php:1548 +#: libraries/operations.lib.php:1649 msgid "Remove partitioning" msgstr "刪除分區" -#: libraries/operations.lib.php:1574 +#: libraries/operations.lib.php:1675 msgid "Check referential integrity:" msgstr "檢查引用完整性:" -#: libraries/operations.lib.php:1974 +#: libraries/operations.lib.php:2087 msgid "Can't move table to same one!" msgstr "目標資料表不能爲來源資料表!" -#: libraries/operations.lib.php:1976 +#: libraries/operations.lib.php:2089 msgid "Can't copy table to same one!" msgstr "目標資料表不能爲來源資料表!" -#: libraries/operations.lib.php:1999 +#: libraries/operations.lib.php:2112 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "已將資料表 %s 移動到 %s。已調整權限。" -#: libraries/operations.lib.php:2003 +#: libraries/operations.lib.php:2116 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "已將資料表 %s 複製爲 %s。已調整權限。" -#: libraries/operations.lib.php:2010 +#: libraries/operations.lib.php:2123 #, php-format msgid "Table %s has been moved to %s." msgstr "已將資料表 %s 移動到 %s。" -#: libraries/operations.lib.php:2014 +#: libraries/operations.lib.php:2127 #, php-format msgid "Table %s has been copied to %s." msgstr "已將資料表 %s 複製爲 %s。" -#: libraries/operations.lib.php:2036 +#: libraries/operations.lib.php:2149 msgid "The table name is empty!" msgstr "資料表名稱不能爲空!" @@ -9701,7 +9797,7 @@ msgstr "事件" #: libraries/plugins/export/ExportTexytext.class.php:428 #: libraries/plugins/export/PMA_ExportPdf.class.php:313 #: libraries/rte/rte_events.lib.php:480 -#: libraries/rte/rte_routines.lib.php:1087 +#: libraries/rte/rte_routines.lib.php:1101 #: libraries/rte/rte_triggers.lib.php:377 msgid "Definition" msgstr "定義" @@ -10425,7 +10521,9 @@ msgstr "" msgid "" "Validates the string using regular expression and performs insert only if " "string matches it. The first option is the Regular Expression." -msgstr "使用正規表示法檢驗字串並當字串符合條件時執行新增(INSERT)。 第一個選項為正規表示法。" +msgstr "" +"使用正規表示法檢驗字串並當字串符合條件時執行新增(INSERT)。 第一個選項為正規表" +"示法。" #: libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php:55 #, php-format @@ -10632,24 +10730,29 @@ msgid "Managing Central list of columns" msgstr "管理欄位的中央清單" #: libraries/relation.lib.php:324 -#| msgid "Remember table's sorting" msgid "Remembering Designer Settings" msgstr "記住 Designer 設定" -#: libraries/relation.lib.php:332 +#: libraries/relation.lib.php:335 +#, fuzzy +#| msgid "Invalid export type" +msgid "Saving export templates" +msgstr "無效的匯出類型" + +#: libraries/relation.lib.php:343 msgid "Quick steps to setup advanced features:" msgstr "快速設定進階功能:" -#: libraries/relation.lib.php:338 +#: libraries/relation.lib.php:349 #, php-format msgid "Create the needed tables with the %screate_tables.sql." msgstr "使用 %screate_tables.sql 建立需要的資料表。" -#: libraries/relation.lib.php:346 +#: libraries/relation.lib.php:357 msgid "Create a pma user and give access to these tables." msgstr "建立一個 pma 使用者並授權存取上一步操作中所建立的資料表的權限。" -#: libraries/relation.lib.php:351 +#: libraries/relation.lib.php:362 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -10657,15 +10760,15 @@ msgstr "" "在設定檔 (config.inc.php) 中啓用進階功能,請參考 config." "sample.inc.php 中的範例。" -#: libraries/relation.lib.php:359 +#: libraries/relation.lib.php:370 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "請重新登入 phpMyAdmin 以載入新設定並使其生效。" -#: libraries/relation.lib.php:1585 +#: libraries/relation.lib.php:1604 msgid "no description" msgstr "無說明" -#: libraries/relation.lib.php:1784 +#: libraries/relation.lib.php:1803 msgid "" "You do not have necessary privileges to create a database named " "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " @@ -10674,7 +10777,7 @@ msgstr "" "您沒有權限建立名稱為 'phpmyadmin' 的資料庫。您可能需至 '操作' 頁籤設定 " "phpMyAdmin 設定儲存空間。" -#: libraries/relation.lib.php:1900 +#: libraries/relation.lib.php:1920 #, php-format msgid "" "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " @@ -10683,13 +10786,13 @@ msgstr "" "%s建立%s名稱為 'phpmyadmin' 的資料庫並安裝 phpMyAdmin 設定儲存空間於該資料" "庫。" -#: libraries/relation.lib.php:1908 +#: libraries/relation.lib.php:1928 #, php-format msgid "" "%sCreate%s the phpMyAdmin configuration storage in the current database." msgstr "於目前資料庫%s建立%s phpMyAdmin 設定儲存空間。" -#: libraries/relation.lib.php:1916 +#: libraries/relation.lib.php:1936 #, php-format msgid "%sCreate%s missing phpMyAdmin configuration storage tables." msgstr "%s建立%s缺少的 phpMyAdmin 設定儲存空間資料表。" @@ -10874,6 +10977,7 @@ msgstr "帳號:" #: libraries/replication_gui.lib.php:812 #: libraries/server_privileges.lib.php:1442 #: libraries/server_privileges.lib.php:1474 +#: libraries/server_privileges.lib.php:3202 msgid "User name" msgstr "帳號" @@ -11026,10 +11130,10 @@ msgid "Master server changed successfully to %s." msgstr "主要伺服器成功更改至 %s。" #: libraries/rte/rte_events.lib.php:106 libraries/rte/rte_events.lib.php:115 -#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:327 -#: libraries/rte/rte_routines.lib.php:336 -#: libraries/rte/rte_routines.lib.php:402 -#: libraries/rte/rte_routines.lib.php:1541 +#: libraries/rte/rte_events.lib.php:146 libraries/rte/rte_routines.lib.php:334 +#: libraries/rte/rte_routines.lib.php:343 +#: libraries/rte/rte_routines.lib.php:416 +#: libraries/rte/rte_routines.lib.php:1570 #: libraries/rte/rte_triggers.lib.php:82 libraries/rte/rte_triggers.lib.php:91 #: libraries/rte/rte_triggers.lib.php:123 #, php-format @@ -11050,7 +11154,7 @@ msgstr "事件 %1$s 已被修改。" msgid "Event %1$s has been created." msgstr "建立事件 %1$s 成功。" -#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:422 +#: libraries/rte/rte_events.lib.php:167 libraries/rte/rte_routines.lib.php:436 #: libraries/rte/rte_triggers.lib.php:144 msgid "One or more errors have occurred while processing your request:" msgstr "在處理您的請求時發生一個或多個錯誤:" @@ -11059,7 +11163,8 @@ msgstr "在處理您的請求時發生一個或多個錯誤:" msgid "Edit event" msgstr "編輯事件" -#: libraries/rte/rte_events.lib.php:384 libraries/rte/rte_routines.lib.php:988 +#: libraries/rte/rte_events.lib.php:384 +#: libraries/rte/rte_routines.lib.php:1002 #: libraries/rte/rte_triggers.lib.php:323 view_create.php:181 msgid "Details" msgstr "詳細資訊" @@ -11073,7 +11178,7 @@ msgid "Event type" msgstr "事件類型" #: libraries/rte/rte_events.lib.php:430 -#: libraries/rte/rte_routines.lib.php:1011 +#: libraries/rte/rte_routines.lib.php:1025 #, php-format msgid "Change to %s" msgstr "修改為 %s" @@ -11101,13 +11206,13 @@ msgid "On completion preserve" msgstr "完成時保留" #: libraries/rte/rte_events.lib.php:491 -#: libraries/rte/rte_routines.lib.php:1109 +#: libraries/rte/rte_routines.lib.php:1138 #: libraries/rte/rte_triggers.lib.php:383 view_create.php:210 msgid "Definer" msgstr "定義" #: libraries/rte/rte_events.lib.php:535 -#: libraries/rte/rte_routines.lib.php:1176 +#: libraries/rte/rte_routines.lib.php:1205 #: libraries/rte/rte_triggers.lib.php:422 msgid "The definer must be in the \"username@hostname\" format!" msgstr "定義必須使用 \"username@hostname\" 格式!" @@ -11133,9 +11238,9 @@ msgid "You must provide an event definition." msgstr "您必須為事件給予一個正確的定義。" #: libraries/rte/rte_export.lib.php:43 libraries/rte/rte_general.lib.php:72 -#: libraries/rte/rte_routines.lib.php:516 -#: libraries/rte/rte_routines.lib.php:1377 -#: libraries/rte/rte_routines.lib.php:1590 +#: libraries/rte/rte_routines.lib.php:530 +#: libraries/rte/rte_routines.lib.php:1406 +#: libraries/rte/rte_routines.lib.php:1619 msgid "Error in processing request:" msgstr "處理要求時發生錯誤:" @@ -11171,125 +11276,131 @@ msgstr "" "'mysqli' 擴充套件以避免發生錯誤。" #: libraries/rte/rte_routines.lib.php:295 -#: libraries/rte/rte_routines.lib.php:1185 +#: libraries/rte/rte_routines.lib.php:1214 #, php-format msgid "Invalid routine type: \"%s\"" msgstr "無效的預存程序類型: \"%s\"" -#: libraries/rte/rte_routines.lib.php:348 +#: libraries/rte/rte_routines.lib.php:355 msgid "Sorry, we failed to restore the dropped routine." msgstr "很抱歉,還原的被刪除的預存程序失敗。" -#: libraries/rte/rte_routines.lib.php:382 +#: libraries/rte/rte_routines.lib.php:396 #, php-format msgid "Routine %1$s has been modified. Privileges have been adjusted." msgstr "已修改預存程序 %1$s 。已調整權限。" -#: libraries/rte/rte_routines.lib.php:387 +#: libraries/rte/rte_routines.lib.php:401 #, php-format msgid "Routine %1$s has been modified." msgstr "預存程序 %1$s 已被修改。" -#: libraries/rte/rte_routines.lib.php:409 +#: libraries/rte/rte_routines.lib.php:423 #, php-format msgid "Routine %1$s has been created." msgstr "預存程序 %1$s 已建立。" -#: libraries/rte/rte_routines.lib.php:486 +#: libraries/rte/rte_routines.lib.php:500 msgid "Edit routine" msgstr "編輯預存程序" -#: libraries/rte/rte_routines.lib.php:991 +#: libraries/rte/rte_routines.lib.php:1005 msgid "Routine name" msgstr "預存程序名稱" -#: libraries/rte/rte_routines.lib.php:1017 +#: libraries/rte/rte_routines.lib.php:1031 msgid "Parameters" msgstr "參數" -#: libraries/rte/rte_routines.lib.php:1023 +#: libraries/rte/rte_routines.lib.php:1037 msgid "Direction" msgstr "I/O" -#: libraries/rte/rte_routines.lib.php:1041 +#: libraries/rte/rte_routines.lib.php:1055 msgid "Add parameter" msgstr "新增參數" -#: libraries/rte/rte_routines.lib.php:1045 +#: libraries/rte/rte_routines.lib.php:1059 msgid "Remove last parameter" msgstr "移除最後的參數" -#: libraries/rte/rte_routines.lib.php:1050 +#: libraries/rte/rte_routines.lib.php:1064 msgid "Return type" msgstr "返回類型" -#: libraries/rte/rte_routines.lib.php:1056 +#: libraries/rte/rte_routines.lib.php:1070 msgid "Return length/values" msgstr "返回長度/值" -#: libraries/rte/rte_routines.lib.php:1062 +#: libraries/rte/rte_routines.lib.php:1076 msgid "Return options" msgstr "返回選項" -#: libraries/rte/rte_routines.lib.php:1093 +#: libraries/rte/rte_routines.lib.php:1107 msgid "Is deterministic" msgstr "確定性" -#: libraries/rte/rte_routines.lib.php:1114 +#: libraries/rte/rte_routines.lib.php:1128 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1143 msgid "Security type" msgstr "安全類型" -#: libraries/rte/rte_routines.lib.php:1123 +#: libraries/rte/rte_routines.lib.php:1152 msgid "SQL data access" msgstr "SQL 資料存取" -#: libraries/rte/rte_routines.lib.php:1192 +#: libraries/rte/rte_routines.lib.php:1221 msgid "You must provide a routine name!" msgstr "您必須填寫預存程序名稱!" -#: libraries/rte/rte_routines.lib.php:1226 +#: libraries/rte/rte_routines.lib.php:1255 #, php-format msgid "Invalid direction \"%s\" given for parameter." msgstr "給予的參數方向 \"%s\" 無效。" -#: libraries/rte/rte_routines.lib.php:1248 -#: libraries/rte/rte_routines.lib.php:1310 +#: libraries/rte/rte_routines.lib.php:1277 +#: libraries/rte/rte_routines.lib.php:1339 msgid "" "You must provide length/values for routine parameters of type ENUM, SET, " "VARCHAR and VARBINARY." msgstr "" "您必須為預存程序提供長度/數值的參數型別為列舉、集合、VARCHAR 和 VARBINARY。" -#: libraries/rte/rte_routines.lib.php:1274 +#: libraries/rte/rte_routines.lib.php:1303 msgid "You must provide a name and a type for each routine parameter." msgstr "你必須提供每個預存程序的參數名稱和類型。" -#: libraries/rte/rte_routines.lib.php:1293 +#: libraries/rte/rte_routines.lib.php:1322 msgid "You must provide a valid return type for the routine." msgstr "您必須提供一個有效的返回類型的預存程序。" -#: libraries/rte/rte_routines.lib.php:1353 +#: libraries/rte/rte_routines.lib.php:1382 msgid "You must provide a routine definition." msgstr "您必須提供一個預存程序的定義。" -#: libraries/rte/rte_routines.lib.php:1464 +#: libraries/rte/rte_routines.lib.php:1493 #, php-format msgid "Execution results of routine %s" msgstr "執行預存程序 %s 的結果" -#: libraries/rte/rte_routines.lib.php:1519 +#: libraries/rte/rte_routines.lib.php:1548 #, php-format msgid "%d row affected by the last statement inside the procedure." msgid_plural "%d rows affected by the last statement inside the procedure." msgstr[0] "最後一筆查詢敘述句共影響 %d 筆資料列。" -#: libraries/rte/rte_routines.lib.php:1577 -#: libraries/rte/rte_routines.lib.php:1585 +#: libraries/rte/rte_routines.lib.php:1606 +#: libraries/rte/rte_routines.lib.php:1614 msgid "Execute routine" msgstr "執行預存程序" -#: libraries/rte/rte_routines.lib.php:1664 -#: libraries/rte/rte_routines.lib.php:1667 +#: libraries/rte/rte_routines.lib.php:1693 +#: libraries/rte/rte_routines.lib.php:1696 msgid "Routine parameters" msgstr "預存程序的參數" @@ -11831,12 +11942,16 @@ msgid "You have revoked the privileges for %s." msgstr "您已移除 %s 的權限。" #: libraries/server_privileges.lib.php:1933 -#: libraries/server_privileges.lib.php:4062 -msgid "Add user" -msgstr "新增使用者" +#: libraries/server_privileges.lib.php:4063 +#, fuzzy +#| msgid "Add user group" +msgid "Add user account" +msgstr "新增使用者群組" #: libraries/server_privileges.lib.php:1942 -msgid "Database for user" +#, fuzzy +#| msgid "Database for user" +msgid "Database for user account" msgstr "使用者資料庫" #: libraries/server_privileges.lib.php:1946 @@ -11863,9 +11978,7 @@ msgid "User has been added." msgstr "已新增使用者。" #: libraries/server_privileges.lib.php:2241 -#: libraries/server_privileges.lib.php:3202 -#: libraries/server_privileges.lib.php:4013 -#: libraries/server_privileges.lib.php:4084 +#: libraries/server_privileges.lib.php:4014 #: libraries/server_status_processes.lib.php:74 #: libraries/server_user_groups.lib.php:39 msgid "User" @@ -11940,11 +12053,15 @@ msgid "" msgstr "… 從使用者資料表中刪除舊使用者,然後重新載入權限。" #: libraries/server_privileges.lib.php:2728 -msgid "Change Login Information / Copy User" +#, fuzzy +#| msgid "Change Login Information / Copy User" +msgid "Change login information / Copy user account" msgstr "修改登入資訊/複製使用者" #: libraries/server_privileges.lib.php:2734 -msgid "Create a new user with the same privileges and …" +#, fuzzy +#| msgid "Create a new user with the same privileges and …" +msgid "Create a new user account with the same privileges and …" msgstr "建立具有相同權限的新使用者然後 …" #: libraries/server_privileges.lib.php:3036 @@ -11964,7 +12081,9 @@ msgid "Add privileges on the following table:" msgstr "在下列資料表新增權限:" #: libraries/server_privileges.lib.php:3370 -msgid "Remove selected users" +#, fuzzy +#| msgid "Remove selected users" +msgid "Remove selected user accounts" msgstr "刪除選中的使用者" #: libraries/server_privileges.lib.php:3376 @@ -11999,40 +12118,50 @@ msgstr "您已更新了 %s 的權限。" msgid "Deleting %s" msgstr "正在刪除 %s" -#: libraries/server_privileges.lib.php:3728 +#: libraries/server_privileges.lib.php:3729 msgid "The privileges were reloaded successfully." msgstr "已成功重新載入權限。" -#: libraries/server_privileges.lib.php:3814 +#: libraries/server_privileges.lib.php:3815 #, php-format msgid "The user %s already exists!" msgstr "使用者 %s 己存在!" -#: libraries/server_privileges.lib.php:4004 +#: libraries/server_privileges.lib.php:4005 #, php-format msgid "Privileges for %s" msgstr "權限 %s" -#: libraries/server_privileges.lib.php:4054 +#: libraries/server_privileges.lib.php:4055 msgctxt "Create new user" msgid "New" msgstr "新增" -#: libraries/server_privileges.lib.php:4083 -msgid "Edit Privileges:" +#: libraries/server_privileges.lib.php:4084 +#, fuzzy +#| msgid "Edit Privileges:" +msgid "Edit privileges:" msgstr "編輯權限:" -#: libraries/server_privileges.lib.php:4143 +#: libraries/server_privileges.lib.php:4085 +#, fuzzy +#| msgid "User group" +msgid "User account" +msgstr "使用者群組" + +#: libraries/server_privileges.lib.php:4144 msgid "" "Note: You are attempting to edit privileges of the user with which you are " "currently logged in." msgstr "注意:您正嘗試編輯您目前登入使用者的權限。" -#: libraries/server_privileges.lib.php:4163 libraries/server_users.lib.php:25 -msgid "Users overview" +#: libraries/server_privileges.lib.php:4164 libraries/server_users.lib.php:25 +#, fuzzy +#| msgid "Users overview" +msgid "User accounts overview" msgstr "檢視使用者" -#: libraries/server_privileges.lib.php:4254 +#: libraries/server_privileges.lib.php:4255 #, php-format msgid "" "Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " @@ -12044,11 +12173,11 @@ msgstr "" "限,則表中顯示的內容可能與伺服器實際使用的使用者權限有異。在這種情況下,您應" "在繼續前 %s重新載入權限%s。" -#: libraries/server_privileges.lib.php:4305 +#: libraries/server_privileges.lib.php:4306 msgid "The selected user was not found in the privilege table." msgstr "在權限表內找不到選中的使用者。" -#: libraries/server_privileges.lib.php:4537 +#: libraries/server_privileges.lib.php:4538 msgid "You have added a new user." msgstr "您已新增了一個新使用者。" @@ -13143,23 +13272,21 @@ msgstr "顯示的內容爲 PHP 程式碼" #: libraries/sql.lib.php:1767 #, php-format -#| msgid "" -#| "Current selection does not contain a unique column. Grid edit, checkbox, " -#| "Edit, Copy and Delete features are not available." msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" -msgstr "目前選擇的項目不含唯一(Unique)的資料欄位,將無法執行表格的編輯/核選、編輯、複製、刪除等相關的功能。%s" +msgstr "" +"目前選擇的項目不含唯一(Unique)的資料欄位,將無法執行表格的編輯/核選、編輯、複" +"製、刪除等相關的功能。%s" #: libraries/sql.lib.php:1778 #, php-format -#| msgid "" -#| "Current selection does not contain a unique column. Grid edit, checkbox, " -#| "Edit, Copy and Delete features are not available." msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " "and Delete features may result in undesired behavior. %s" -msgstr "目前選擇的項目不含唯一(Unique)的資料欄位,表格的編輯/核選、複製、刪除等相關的功能可能產生不如預期的結果。%s" +msgstr "" +"目前選擇的項目不含唯一(Unique)的資料欄位,表格的編輯/核選、複製、刪除等相關的" +"功能可能產生不如預期的結果。%s" #: libraries/sql.lib.php:1817 #, php-format @@ -13267,7 +13394,7 @@ msgstr "無效的識別符號" msgid "Unknown Punctuation String" msgstr "未知的標點符號字元串" -#: libraries/structure.lib.php:70 tbl_operations.php:381 +#: libraries/structure.lib.php:70 tbl_operations.php:382 #, php-format msgid "Table %s has been emptied." msgstr "已清空資料表 %s。" @@ -13280,13 +13407,13 @@ msgstr "追蹤已啓用。" msgid "Tracking is not active." msgstr "追蹤已停用。" -#: libraries/structure.lib.php:131 tbl_operations.php:399 +#: libraries/structure.lib.php:131 tbl_operations.php:400 #: view_operations.php:119 #, php-format msgid "View %s has been dropped." msgstr "已刪除檢視表 %s。" -#: libraries/structure.lib.php:132 tbl_operations.php:400 +#: libraries/structure.lib.php:132 tbl_operations.php:401 #, php-format msgid "Table %s has been dropped." msgstr "已刪除資料表 %s。" @@ -13497,38 +13624,33 @@ msgstr "已用空間" msgid "Effective" msgstr "有效" -#: libraries/structure.lib.php:2665 +#: libraries/structure.lib.php:2667 #, php-format msgid "" "Table %1$s has been altered successfully. Privileges have been adjusted." msgstr "已成功修改資料表 %1$s 。已調整權限。" -#: libraries/structure.lib.php:2669 tbl_addfield.php:92 tbl_indexes.php:61 -#, php-format -msgid "Table %1$s has been altered successfully." -msgstr "已成功修改資料表 %1$s 。" - -#: libraries/structure.lib.php:2727 libraries/tracking.lib.php:1093 +#: libraries/structure.lib.php:2729 libraries/tracking.lib.php:1093 msgid "Query error" msgstr "查詢錯誤" -#: libraries/structure.lib.php:2899 +#: libraries/structure.lib.php:2910 msgid "The columns have been moved successfully." msgstr "欄位已移動成功。" -#: libraries/structure.lib.php:3047 +#: libraries/structure.lib.php:3058 msgid "Add to Favorites" msgstr "新增至我的最愛" -#: libraries/structure.lib.php:3097 +#: libraries/structure.lib.php:3108 msgid "Favorite List is full!" msgstr "我的最愛清單已滿!" -#: libraries/structure.lib.php:3187 +#: libraries/structure.lib.php:3198 msgid "Showing create queries" msgstr "顯示建立查詢" -#: libraries/structure.lib.php:3429 +#: libraries/structure.lib.php:3440 msgid "Relation view" msgstr "關聯檢視" @@ -13981,18 +14103,6 @@ msgstr "沒有更新的可用版本" msgid "Wrong data" msgstr "錯誤的資料" -#: tbl_chart.php:38 -msgid "No data to display" -msgstr "無資料可顯示" - -#: tbl_chart.php:62 tbl_gis_visualization.php:25 -msgid "No SQL query was set to fetch data." -msgstr "尚未設定 SQL 查詢來檢索資料。" - -#: tbl_chart.php:126 -msgid "No numeric columns present in the table to plot." -msgstr "目前資料表中沒有數值欄位可供繪製。" - #: tbl_create.php:33 tbl_get_field.php:25 #, php-format msgid "'%s' database does not exist." @@ -14003,7 +14113,7 @@ msgstr "資料庫 '%s' 不存在。" msgid "Table %s already exists!" msgstr "資料表 %s 已存在!" -#: tbl_export.php:31 +#: tbl_export.php:102 msgid "View dump (schema) of table" msgstr "檢視資料表結構的匯出資料" @@ -14011,26 +14121,18 @@ msgstr "檢視資料表結構的匯出資料" msgid "Invalid table name" msgstr "無效的資料表名稱" -#: tbl_relation.php:171 -msgid "Internal relations were successfully updated." -msgstr "內部關聯已成功更新。" - -#: tbl_relation.php:211 -msgid "Display column was successfully updated." -msgstr "顯示欄位已成功更新。" - #: tbl_replace.php:236 #, php-format msgid "Row: %1$s, Column: %2$s, Error: %3$s" msgstr "列:%1$s,欄:%2$s,錯誤:%3$s" -#: tbl_structure.php:66 +#: tbl_structure.php:67 #, php-format msgid "The name '%s' is a MySQL reserved keyword." msgid_plural "The names '%s' are MySQL reserved keywords." msgstr[0] "名稱 '%s' 是 MySQL 保留字。" -#: tbl_structure.php:117 +#: tbl_structure.php:118 msgid "No column selected." msgstr "尚未選擇欄位。" @@ -14206,7 +14308,7 @@ msgid "subquery" msgstr "子查詢" #: templates/designer/new_relation_panel.phtml:22 -#: templates/designer/side_menu.phtml:85 templates/designer/side_menu.phtml:88 +#: templates/designer/side_menu.phtml:84 templates/designer/side_menu.phtml:87 msgid "Create relation" msgstr "建立關聯" @@ -14270,13 +14372,13 @@ msgstr "新頁面" msgid "Delete pages" msgstr "刪除頁面" -#: templates/designer/side_menu.phtml:99 -#: templates/designer/side_menu.phtml:102 +#: templates/designer/side_menu.phtml:98 +#: templates/designer/side_menu.phtml:101 msgid "Reload" msgstr "重新讀取" -#: templates/designer/side_menu.phtml:108 -#: templates/designer/side_menu.phtml:111 +#: templates/designer/side_menu.phtml:107 +#: templates/designer/side_menu.phtml:110 msgid "Help" msgstr "說明" @@ -14519,35 +14621,35 @@ msgstr "圖表標題" msgid "X-Axis:" msgstr "X 軸座標:" -#: templates/tbl_chart.phtml:60 +#: templates/tbl_chart.phtml:62 msgid "Series:" msgstr "資料序列:" -#: templates/tbl_chart.phtml:90 +#: templates/tbl_chart.phtml:92 msgid "X-Axis label:" msgstr "X 軸標籤:" -#: templates/tbl_chart.phtml:92 +#: templates/tbl_chart.phtml:94 msgid "X Values" msgstr "X 軸值" -#: templates/tbl_chart.phtml:95 +#: templates/tbl_chart.phtml:97 msgid "Y-Axis label:" msgstr "Y 軸標籤:" -#: templates/tbl_chart.phtml:103 +#: templates/tbl_chart.phtml:105 msgid "Series names are in a column" msgstr "序列名稱於欄位中" -#: templates/tbl_chart.phtml:106 +#: templates/tbl_chart.phtml:108 msgid "Series column:" msgstr "序列欄位:" -#: templates/tbl_chart.phtml:118 +#: templates/tbl_chart.phtml:120 msgid "Value Column:" msgstr "資料欄位:" -#: templates/tbl_chart.phtml:137 +#: templates/tbl_chart.phtml:140 msgid "Save chart as image" msgstr "另存圖表為影像" @@ -15820,6 +15922,12 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert 目前設定為 0" +#~ msgid "Add user" +#~ msgstr "新增使用者" + +#~ msgid "Export Method:" +#~ msgstr "匯出方式:" + #~ msgid "No data found for GIS visualization." #~ msgstr "沒有找到 GIS 視覺化的所需資料。" @@ -16052,11 +16160,6 @@ msgstr "concurrent_insert 目前設定為 0" #~ msgid "pdf export page" #~ msgstr "無效的匯出類型" -#, fuzzy -#~| msgid "Invalid export type" -#~ msgid "svg export page" -#~ msgstr "無效的匯出類型" - #~ msgid "" #~ "Unfortunately your Database server does not support logging to table, " #~ "which is a requirement for analyzing the database logs with phpMyAdmin. " diff --git a/test/libraries/PMA_server_privileges_test.php b/test/libraries/PMA_server_privileges_test.php index ed50e446d3..bd23b2d1d2 100644 --- a/test/libraries/PMA_server_privileges_test.php +++ b/test/libraries/PMA_server_privileges_test.php @@ -1647,7 +1647,7 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase //Create a new user with the same privileges $this->assertContains( - "Create a new user with the same privileges", + "Create a new user account with the same privileges", $html ); @@ -1835,11 +1835,11 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase //labels $this->assertContains( - __('Add user'), + __('Add user account'), $html ); $this->assertContains( - __('Remove selected users'), + __('Remove selected user accounts'), $html ); $this->assertContains( @@ -1934,11 +1934,11 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase //title $this->assertContains( - __('Edit Privileges:'), + __('Edit privileges:'), $html ); $this->assertContains( - __('User'), + __('User account'), $html ); diff --git a/test/libraries/PMA_server_users_test.php b/test/libraries/PMA_server_users_test.php index 2d9de4fee9..079f641191 100644 --- a/test/libraries/PMA_server_users_test.php +++ b/test/libraries/PMA_server_users_test.php @@ -44,7 +44,7 @@ class PMA_ServerUsers_Test extends PHPUnit_Framework_TestCase $html ); $this->assertContains( - __('Users overview'), + __('User accounts overview'), $html ); @@ -59,4 +59,4 @@ class PMA_ServerUsers_Test extends PHPUnit_Framework_TestCase ); } } -?> \ No newline at end of file +?>